Theorems · Theorem · group theory
finprod_le_finprod
∀ {α : Type u_1} {M : Type u_7} [inst : CommMonoidWithZero M] [inst_1 : PartialOrder M] [ZeroLEOneClass M]
[PosMulMono M] {f g : α → M},
Function.HasFiniteMulSupport f →
(∀ (a : α), 0 ≤ f a) → Function.HasFiniteMulSupport g → f ≤ g → ∏ᶠ (a : α), f a ≤ ∏ᶠ (a : α), g aMonotonicity of finprod. See finprod_le_finprod' for a variant where
M is an ordered CommMonoid.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Fintypeproof · cited by 7,736
- Set.Elemproof · cited by 7,166
- PartialOrderstatement and proof · cited by 6,410
- Finset.prodproof · cited by 2,356
- CommMonoidWithZerostatement and proof · cited by 913
- ZeroLEOneClassstatement and proof · cited by 304
- finprodstatement and proof · cited by 257
- Function.mulSupportproof · cited by 240
- Set.toFinsetproof · cited by 217
- PosMulMonostatement and proof · cited by 165
Cited by5
Results whose statement or proof uses this declaration.
- Height.mulHeight_eval_leproof · cited by 3
- Height.mulHeight_linearMap_apply_leproof · cited by 2
- Height.mulHeight_comp_leproof · cited by 2
- Height.mulHeight₁_sum_leproof · cited by 2
- finprod_zero_le_oneproof · cited by 1