Theorems · Theorem · group theory
finprod_pow
∀ {α : Type u_1} {M : Type u_5} [inst : CommMonoid M] {f : α → M},
Function.HasFiniteMulSupport f → ∀ (n : ℕ), (∏ᶠ (i : α), f i) ^ n = ∏ᶠ (i : α), f i ^ n- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommMonoidstatement and proof · cited by 2,264
- finprodstatement · cited by 257
- Function.HasFiniteMulSupportstatement and proof · cited by 99
- powMonoidHomproof · cited by 35
- MonoidHom.map_finprodproof · cited by 4
Cited by2
Results whose statement or proof uses this declaration.
- Height.mulHeight_powproof · cited by 3
- Height.mulHeight_eval_leproof · cited by 3