Theorems · Theorem · order theory
min_mul_distrib
∀ {α : Type u} [inst : Monoid α] [inst_1 : LinearOrder α] [CanonicallyOrderedMul α] (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.
Cites6
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
- Monoidstatement and proof · cited by 3,887
- le_totalproof · cited by 294
- inf_of_le_leftproof · cited by 186
- inf_of_le_rightproof · cited by 128
- CanonicallyOrderedMulstatement and proof · cited by 51
Cited by1
Results whose statement or proof uses this declaration.
- min_mul_distrib'proof · cited by 0