Commit 2025-02-18 13:54 ffb61743
View on Github →chore(Order/Monotone): split Basic.lean
into Basic.lean
and Defs.lean
(#22004)
Order.Monotone.Basic
is a rather large file and contains a mix of definitions and results. This PR splits it in two files:
Monotone.Defs
contains the definition ofMonotone
,StrictMonotone
,Antitone
, etc, and proofs for basic functions such as identity, composition and product projections.Monotone.Basic
contains the remaining theory, especially that involving the order on natural numbers and integers.