-
Notifications
You must be signed in to change notification settings - Fork 56
Three results about σ-spaces and ℵ-spaces #1445
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
base: main
Are you sure you want to change the base?
Conversation
|
Thanks to T788, the asserted trait P117 ( |
|
General cleanup can be done in another PR |
|
It's making use of Kolmogorov quotient meta-properties for several properties that don't already have them. So that should be added. |
|
@prabau ready |
|
I'll be ready on this very soon. |
|
@prabau 👍 I'm waiting for your response on this |
|
@prabau reminder that I'm waiting on this |
|
I finished reading the paper a few days ago. I was thinking about the best way to express what I want to say. Three theorems:
(A) is what is proved in the paper of O'Meara. I have read it in detail and did not see any problem with it. Note that the old T516 (with
The reason this was not done was a conscious decision on my part to not obscure that basic result from Michael's paper. In a similar way, I really think it would be preferable to go with (A) instead of (B). People who work with An additional argument in favor of (A) is that currently that are no spaces in pi-base where (B) would be needed to derive some traits when (A) did not do the job. And if one (unlikely) would appear in the future, we could always manually justify by saying "pass to the Kolmogorov quotient and use (A)". But more importantly, the good news is that some work is being done to enhance the deduction system of pi-base so that meta-properties related to Kolmogorov quotient will be automatically integrated together with existing theorems to derive traits for non-T0 spaces. @danflapjax will be starting on #1198 and it would be awesome if he could get something going here. |
|
@prabau I'm not in favour of adding a weaker theorem until that system gets introduced |
|
And I am not in favor of obscuring things when there is not a real need to. We need to get opinions from more people about this. |
|
Until that system comes, there is a need to |
|
I see the theorem list on |
Less good news: while this isn't impossible (and is much better), I meant to say that we plan to make a standard PR to |
|
As for the PR at hand:
|
|
About Steven's first bullet (@StevenClontz if you think this should be moved to a separate issue, feel free to move that so it does not clutter things here). A general comment (not for this PR specifically): So you are saying, suppose we have a theorem (A + B + C => D) and then later on we realize the hypothesis B can be slightly weakened to B' and we would like to improve it to (A + B' + C => D), In practical terms, how will it hurt people if they are looking for (A + B + C => D) and find the better result (A + C => D) ? |
|
I want to get some colleagues' input at #pi-base > improving theorems in pi-base (feel free to chime in there!) |
Just to be clear, are you saying I should add 4 different theorems instead of 2? @StevenClontz |
|
@Moniker1998 Apart from the discussion above, for the locally compact case the first thing that O'Meara does is prove a lemma that reduces it to the first countable case. One can in fact replace the proposed T517 with an even more general building block than this lemma. It's a result that was essentially already known to pi-base: In this case, by passing to the Kolmogorov quotient, we can state the more general version that does not assume T0, namely: |
|
And since [ |
|
Yes. In fact if we use “ℵ-space + first countable => metrizable” (i.e., just leave the non-T₀ spaces alone), only T516 suffices and the whole T517 is redundant. However, if we want to dive into non-T₀ case, we should reconsider T503 (this theorem is T₁-only), so the Kolmogorov coreflection is not directly available, and maybe we should weaken it to “R₁ + WLC + Gδ-space ⇒ First Countable”, seems wasty. |
|
I presume everything should go as it is, but with @prabau suggestion then? |
Per discussion at #1442 I'm not longer suggesting 4 different theorems instead of 2. |
|
@yhx-12243 Yes, I was thinking the same thing. T503 (WLC + T2 + points G_delta => first countable) The corresponding property would be something like: "a space such that its Kolmogorov quotient has points G_delta". But that property is too artificial. So the best we can do is weaken the result to what you suggest: That would not cover the double pointed examples above. Still, (**) would be more than enough for the current purpose of the non-T0 generalization of ( This illustrates again that all this discussion is a little bit artificial. If we had an enhanced deduction system taking into account Kolmogorov quotients automatically, none of this extra stuff would be necessary. (@StevenClontz FYI) |
|
@StevenClontz After the discussion above, we still need your input on one thing for T516 ( Option 1:
Option 2:
|
|
@StevenClontz FYI we need your input on the above to be able to continue with this PR |
|
I'm leaning towards allowing the redundancy. Every new theorem is a liability (it might be wrong). But if we have the chance to reflect a famous, named theorem, we should probably do so. One day the software will allow us to mark theorems which are redundant with others, and handle them in deductions as appropriate. So I vote Option 2. |
The first theorem basically says that Moore space is a σ-spaces
The two other theorems are a corollary of O'Meara metrization theorem. (I read the proof and verified it, but you can double check)
This provides the much needed relationships between the two properties and all other properties (right now they are very poor).