Theorems · Theorem · order theory
min_add_distrib
∀ {α : Type u} [inst : AddMonoid α] [inst_1 : LinearOrder α] [CanonicallyOrderedAdd α] (a b c : α),
min a (b + c) = min a (min a b + min a c)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
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.
- LinearOrderstatement and proof · cited by 8,572
- AddMonoidstatement and proof · cited by 2,864
- le_totalproof · cited by 294
- CanonicallyOrderedAddstatement and proof · cited by 229
- inf_of_le_leftproof · cited by 186
- inf_of_le_rightproof · cited by 128
- le_add_rightproof · cited by 21
- self_le_add_leftproof · cited by 18
- self_le_add_rightproof · cited by 17
- le_add_leftproof · cited by 17
Cited by1
Results whose statement or proof uses this declaration.
- min_add_distrib'proof · cited by 0