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.Interval
for their definition and basic propertiesAlgebra.Order.Interval
for their algebraic properties Move the definitions ofMultiset.Ixx
to 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.Ixx
three years ago). Move the algebraic results out of what is nowOrder.Interval.Finset.Basic
to a new fileAlgebra.Order.Interval.Finset.Basic
.