Theorems · Theorem · order theory
Monotone.biUnion_Ico_Ioc_map_succ
∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : SuccOrder α] [IsSuccArchimedean α]
[inst_3 : LinearOrder β] {f : α → β},
Monotone f → ∀ (m n : α), ⋃ i ∈ Set.Ico m n, Set.Ioc (f i) (f (Order.succ i)) = Set.Ioc (f m) (f n)If α is a linear archimedean succ order and β is a linear order, then for any monotone
function f and m n : α, the union of intervals Set.Ioc (f i) (f (Order.succ i)), m ≤ i < n,
is equal to Set.Ioc (f m) (f n)
- Defined in
- Mathlib.Order.SuccPred.IntervalSucc
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Set.iUnionstatement and proof · cited by 2,483
- Monotonestatement and proof · cited by 1,397
- Set.Iocstatement and proof · cited by 971
- Set.Icostatement and proof · cited by 799
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- Set.iUnion_congr_Propproof · cited by 374
- IsMaxproof · cited by 372
- le_totalproof · cited by 294
- Set.union_commproof · cited by 99
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.