Zulip Chat Archive
Stream: mathlib4
Topic: OrdConnected class
Violeta Hernández (Jan 26 2026 at 12:50):
Might I ask why docs#Set.OrdConnected is registered as a class, rather than just a structure? In what kinds of situations do we want to be using typeclass inference with it?
Yury G. Kudryashov (Jan 26 2026 at 14:56):
I found these instances: docs#Set.instDenselyOrdered docs#ordConnectedSubsetConditionallyCompleteLinearOrder docs#Set.OrdConnected.isPredArchimedean docs#Set.OrdConnected.isSuccArchimedean docs#instIsStronglyAtomicElemOfOrdConnected docs#instIsStronglyCoatomicElemOfOrdConnected
Last updated: Feb 28 2026 at 14:05 UTC