Theorems · Theorem · order theory
Monotone.pairwise_disjoint_on_Ico_pred
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : PredOrder α] [inst_2 : Preorder β] {f : α → β},
Monotone f → Pairwise (Function.onFun Disjoint fun n => Set.Ico (f (Order.pred n)) (f n))If α is a linear pred order, β is a preorder, and f : α → β is a monotone function, then
the intervals Set.Ico (f Order.pred n) (f n) are pairwise disjoint.
- Defined in
- Mathlib.Order.SuccPred.IntervalSucc
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- LinearOrderPredOrderPreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Preorderstatement and proof · cited by 7,952
- Disjointstatement and proof · cited by 2,201
- Monotonestatement and proof · cited by 1,397
- OrderDualproof · cited by 927
- Set.Icostatement · cited by 799
- Function.onFunstatement and proof · cited by 570
- Pairwisestatement and proof · cited by 516
- PredOrderstatement and proof · cited by 334
- Order.predstatement · cited by 273
- Monotone.dualproof · cited by 39
Cited by1
Results whose statement or proof uses this declaration.
- Antitone.pairwise_disjoint_on_Ico_succproof · cited by 0