Zulip Chat Archive
Stream: mathlib4
Topic: Set.uIxx
Yury G. Kudryashov (Mar 28 2025 at 05:52):
I have to unrelated questions about docs#Set.uIcc etc.
- We have notation for docs#Set.uIcc and docs#Set.uIoc but not for docs#Set.Icc etc. Do we really need this notation?
- I want to use
Set.uIccin file#Mathlib/Order/Interval/Set/Fin. Which option is better:- move them to
DefsassumingMinandMaxinstead ofLattice? - move them to a new
UnorderedDefsfile while preserving the assumptions? - try to import
UnorderedIntervaland see how many transitive imports it adds to the closure?
- move them to
Last updated: May 02 2025 at 03:31 UTC