Theorems · Theorem · order theory
max_def_lt
∀ {α : Type u_2} [inst : LinearOrder α] (a b : α), max a b = if a < b then b else a- Defined in
- Mathlib.Order.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 15 from the axioms · uses propext
- 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
- max_commproof · cited by 41
- max_defproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- List.maximum_concatproof · cited by 1