Theorems · Theorem · order theory
Fin.antitone_iff_succ_le
∀ {n : ℕ} {α : Type u_1} [inst : Preorder α] {f : Fin (n + 1) → α}, Antitone f ↔ ∀ (i : Fin n), f i.succ ≤ f i.castSuccA function f on Fin (n + 1) is antitone if and only if f (i + 1) ≤ f i for all i.
- Defined in
- Mathlib.Order.Fin.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Preorder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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
- Antitonestatement · cited by 563
- antitone_iff_forall_ltproof · cited by 7
- Fin.liftFun_iff_succproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.