Theorems · Theorem · order theory
List.prod_min_le
∀ {α : Type u_2} {M : Type u_3} [inst : Monoid M] [inst_1 : LinearOrder M] [MulLeftMono M] [MulRightMono M] (l : List α)
(f g : α → M), (List.map (fun i => min (f i) (g i)) l).prod ≤ min (List.map f l).prod (List.map g l).prod- Cited by
- 1 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- MulLeftMonostatement and proof · cited by 410
- MulRightMonostatement and proof · cited by 263
- min_le_leftproof · cited by 105
- min_le_rightproof · cited by 88
- le_min_iffproof · cited by 9
- List.prod_le_prod'proof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- Multiset.prod_min_leproof · cited by 1