-
Notifications
You must be signed in to change notification settings - Fork 56
Hilbert space with weak topology is not $\alpha_4$ #1548
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
felixpernegger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very creative nice! Unfortunately I have never done any functional analysis so take the following with a grain of salt:
First why does
Then I think you are missing squares in Bessel's inequality and actually turn it into an inequality and not equality (considering my comments above).
Change If there existed countably infinite $S\subseteq X$ such that $S_n\cap S\neq\emptyset$ for infinitely many $n$, then $S$ would be unbounded. to something like
Any countably infinite $S\subseteq X$ such that $S_n\cap S\neq\emptyset$ for infinitely many $n$ is unbounded. (Since such S actually exist)
And finally (maybe this is a standard fact in functional analysis) it would be nice to have some comment that covergence in the topology corresponds to ||y-x|| converging or something.
|
By the way I really appreciate your current work on old PR's! |
That's okay, I wrote it sloppily so that someone could tell me how to rewrite it better.
An orthonormal basis for a Hilbert space does not require finite sums. We require infinite sums. So any vector
That's right, I'm missing squares, and I'm actually using something called Perseval's identity, I forgot that
Yes, I think I also need to mention that I mean norm bounded here which will be equivalent to weakly bounded
In this case we don't have anything like that because it's the weak topology. So it doesn't have a norm.
Thank you |
Alright, I just thought "basis" is passed down from normal linear algebra where it is finite sums of course.
I meant, some sequence (of sequences that is) |
I get how that might be confusing but it's the terminology in functional analysis.
If my answer doesn't answer you then I don't know what you mean |
Like in topology, we say some sequence x_n converges to x, iff every neighborhood of x contains almost all x_n. My question/remark is, that in this particular case (Hilbert space with weak topology) these (formally different) notions of convergence coincide. |
|
@felixpernegger are you asking if the norm convergence and weak convergence coincide? No they don't coincide. In this example the orthonormal basis |
|
I think its best just to ignore my comment regarding this then |
|
I haven't got around to update this PR before I will do so now |
Corrected a typo in the explanation of weakly convergent sequences.
|
@prabau would you like to add any references? |
|
Maybe just add some general standard introductory functional analysis book, I'm sure you know some... |
|
@felixpernegger I do, but not sure if they cover this, and I'm not sure if I need a reference. |
Otherwise, I didnt know about any of the terms while reviewing this, but all the terms were very easy to find by googling, so whatever |
Finishes currently added properties for this space.