Zulip Chat Archive
Stream: mathlib4
Topic: naming: _root_.closure
Yury G. Kudryashov (Mar 20 2025 at 01:20):
I'm formalizing a statement that involves docs#AddSubgroup, docs#Submodule, and docs#closure. I don't want to use docs#AddSubgroup.topologicalClosure and docs#Submodule.topologicalClosure to use simp normal forms. What should I use as a part of the name corresponding to closure?
Yury G. Kudryashov (Mar 20 2025 at 01:21):
Currently, I plan to use closure, because the name is long enough to disambiguate with AddSubgroup.closure.
Last updated: May 02 2025 at 03:31 UTC