-
Notifications
You must be signed in to change notification settings - Fork 56
Simple theorems for Artinian (P226) #1575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
6bcd392
A few theorems for artinian
felixpernegger e14807c
add metaproperty
felixpernegger 460acfd
typo
felixpernegger 88050f8
P226 minor tweaks
prabau 14b10ef
contrapose
felixpernegger edc544d
rephrase 226
felixpernegger a1123d0
Apply suggestion from @yhx-12243
felixpernegger b77a680
Update theorems/T000827.md
felixpernegger e6b223f
scattered + separable
felixpernegger 5943b73
wrong file
felixpernegger 09b2b0c
hopefully fix latex error
felixpernegger f7acbcf
Update theorems/T000831.md
Moniker1998 ad8ce2d
Update theorems/T000832.md
Moniker1998 d70482b
updates
felixpernegger 161cf84
replace subset with subspace
felixpernegger 5e0a35a
add name
felixpernegger eed0246
update separable
felixpernegger 1875c5b
Update theorems/T000832.md
felixpernegger 66d6b44
Update theorems/T000830.md
felixpernegger 30179d8
Update theorems/T000829.md
felixpernegger 558a860
Update theorems/T000832.md
felixpernegger 22180aa
Update theorems/T000824.md
felixpernegger eef47b6
rewrite 827
felixpernegger 9e2af5c
two more theorems
felixpernegger 8405576
remove redundant
felixpernegger 9ff040a
flip order of hypotheses
prabau dded864
Merge branch 'artinian-theorems' of https://github.com/pi-base/data i…
prabau 3a4d32c
T831 fix whitespace problem
prabau 63d4951
Update theorems/T000832.md
felixpernegger aa12fa4
Update theorems/T000824.md
felixpernegger 8df29e3
improve indiscrete theorem
felixpernegger 92b31d6
Update theorems/T000823.md
felixpernegger 3bdbe9e
Update theorems/T000829.md
felixpernegger f1c4ad0
Update theorems/T000828.md
felixpernegger 1b1a620
Update theorems/T000827.md
felixpernegger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,12 @@ | ||
| --- | ||
| uid: T000823 | ||
| if: | ||
| P000129: true | ||
| and: | ||
| - P000016: true | ||
| - P000185: true | ||
| then: | ||
| P000226: true | ||
| --- | ||
|
|
||
| All collections of open sets are finite. | ||
| The partition generating the topology must be finite due to $X$ being {P16}. | ||
| Hence, there can only be finitely many open sets, which trivially implies {P226}. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| uid: T000827 | ||
| if: | ||
| and: | ||
| - P000226: true | ||
| - P000203: true | ||
| then: | ||
| P000078: true | ||
| --- | ||
|
|
||
| Let $p \in X$ be the non-isolated point. | ||
| Then $X\setminus\{p\}$ is {P52} and {P226}, | ||
| hence {P78} | ||
| [(Explore)](https://topology.pi-base.org/spaces?q=Discrete%2BArtinian%2B%7EFinite). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| uid: T000828 | ||
| if: | ||
| P000226: true | ||
| then: | ||
| P000021: true | ||
| --- | ||
|
|
||
| Since {P226} is hereditary, every discrete subset of $X$ is finite | ||
| [(Explore)](https://topology.pi-base.org/spaces?q=Discrete%2BArtinian%2B%7EFinite). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| --- | ||
| uid: T000829 | ||
| if: | ||
| and: | ||
| - P000226: true | ||
| - P000045: true | ||
| then: | ||
| P000078: true | ||
| --- | ||
|
|
||
| Let $p\in X$ be the dispersion point. | ||
| Then $X\setminus\{p\}$ is {P226} and {P47}, | ||
| hence {P78} | ||
| [(Explore)](https://topology.pi-base.org/spaces?q=Totally+disconnected%2BArtinian%2B%7EFinite). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| uid: T000830 | ||
| if: | ||
| and: | ||
| - P000226: true | ||
| - P000185: true | ||
| then: | ||
| P000016: true | ||
| --- | ||
|
|
||
| If $X$ is a {P185}, then $X$ is {P16} iff the Kolmogorov quotient $\text{Kol}(X)$ is finite. The assertion then follows from {T824}. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| --- | ||
| uid: T000831 | ||
| if: | ||
| and: | ||
| - P000226: true | ||
| - P000001: true | ||
| then: | ||
| P000051: true | ||
| --- | ||
|
|
||
| Let $A$ be a nonempty subset of $X$. | ||
| Let $U$ be a minimal open set in $X$ with $U\cap A\ne\emptyset$. | ||
| The set $U\cap A$ cannot contain two distinct points; | ||
| otherwise, by the {P1} property there would be an open set $V$ in $X$ containing one point and not the other. | ||
| Then $U\cap V$ would be a strictly smaller open set that meets $A$, which is not possible. | ||
| Thus, the element of $U\cap A$ is isolated in $A$. |
Moniker1998 marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| uid: T000832 | ||
| if: | ||
| P000226: true | ||
| then: | ||
| P000180: true | ||
| --- | ||
|
|
||
| Immediate from the definitions. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.