Theorems · Theorem · order theory
antitone_iff_forall_lt
∀ {α : Type u} {β : Type v} [inst : PartialOrder α] [inst_1 : Preorder β] {f : α → β},
Antitone f ↔ ∀ ⦃a b : α⦄, a < b → f b ≤ f a- Defined in
- Mathlib.Order.Monotone.Defs
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- PartialOrderPreorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- LT.lt.leproof · cited by 2,189
- Antitonestatement · cited by 563
- Eq.geproof · cited by 375
- LE.le.eq_or_ltproof · cited by 220
Cited by7
Results whose statement or proof uses this declaration.
- StrictAnti.antitoneproof · cited by 15
- BddBelow.wellFoundedOn_ltproof · cited by 3
- Fin.antitone_iff_succ_leproof · cited by 0
- antivary_id_iffproof · cited by 0
- Real.tendsto_sum_pi_div_fourproof · cited by 0
- StrictMono.trans_antivaryproof · cited by 0
- StrictAnti.trans_monovaryproof · cited by 0