Theorems · Theorem · order theory
max_ind
∀ {α : Type u_1} [inst : LinearOrder α] {a b : α} {motive : α → Prop},
(b ≤ a → motive a) → (a ≤ b → motive b) → motive (max a b)- Defined in
- Mathlib.Order.Defs.LinearOrder
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- LinearOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- LinearOrderstatement and proof · cited by 8,572
- le_of_not_geproof · cited by 72
- max_defproof · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.