Commit 2024-04-24 14:51 c7fa7063
View on Github →chore: Move intervals (#11765)
Move Set.Ixx, Finset.Ixx, Multiset.Ixx together under two different folders:
Order.Intervalfor their definition and basic propertiesAlgebra.Order.Intervalfor their algebraic properties Move the definitions ofMultiset.Ixxto what is nowOrder.Interval.Multiset. I believe we could just delete this file in a later PR as nothing uses it (and I already had doubts when definingMultiset.Ixxthree years ago). Move the algebraic results out of what is nowOrder.Interval.Finset.Basicto a new fileAlgebra.Order.Interval.Finset.Basic.