Zulip Chat Archive
Stream: mathlib4
Topic: Double commutant theorem
Boris Bilich (Feb 19 2026 at 16:36):
I have recently formalized the double commutant theorem: #35538 . However, in the current form, it is not yet stated as a theorem about VonNeumannAlgebra. I don't understand bundled structures well. How to correctly formalize the statement "StarSubalgebra which is WOT-closed is a von Neumann algebra."?
Jireh Loreaux (Feb 19 2026 at 16:48):
I've assigned this to myself, but I won't be able to review it until next week. The way to formalize that statement would be to have a def which produces vonNeumannAlgebra and takes as input a StarSubalgebra and proof that it is WOT closed. But please refrain from doing this for now. The PR is already very long as is, and it's going to need lots of cleaning up before its ready for primetime, so adding new material will only slow down the review process.
Jireh Loreaux (Feb 19 2026 at 16:49):
One thing that could help speed review is to add comments to the code outlining the steps of the proofs. The proofs you have written are quite long, and probably that means things should be factored out into lemmas, but I won't know until I have time to look thoroughly next week.
Boris Bilich (Feb 19 2026 at 16:52):
@Jireh Loreaux thanks! I will try to improve readability until the next week.
Last updated: Feb 28 2026 at 14:05 UTC