Theorems · Theorem · order theory
strictMonoOn_Iic_of_lt_succ
∀ {α : Type u_1} {β : Type u_2} [inst : PartialOrder α] [inst_1 : Preorder β] {ψ : α → β} [inst_2 : SuccOrder α]
[IsSuccArchimedean α] {n : α}, (∀ m < n, ψ m < ψ (Order.succ m)) → StrictMonoOn ψ (Set.Iic n)A function ψ on a SuccOrder is strictly monotone before some n if for all m such that
m < n, we have ψ m < ψ (succ m).
- Defined in
- Mathlib.Order.Interval.Set.Monotone
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Preorderstatement and proof · cited by 7,952
- PartialOrderstatement and proof · cited by 6,410
- Set.Iicstatement and proof · cited by 1,111
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- IsMaxproof · cited by 372
- StrictMonoOnstatement · cited by 194
- IsSuccArchimedeanstatement and proof · cited by 88
- Order.succ_le_iff_of_not_isMaxproof · cited by 15
- strictMonoOn_of_lt_succproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.upperCrossingTime_bound_eqproof · cited by 1
- strictAntiOn_Iic_of_succ_ltproof · cited by 1
- strictMonoOn_Ici_of_pred_ltproof · cited by 0