Theorems · Theorem · group theory
MonoidHom.map_finprod_mem
∀ {α : Type u_1} {M : Type u_5} {N : Type u_6} [inst : CommMonoid M] [inst_1 : CommMonoid N] {s : Set α} (f : α → M)
(g : M →* N), s.Finite → g (∏ᶠ (j : α) (_ : j ∈ s), f j) = ∏ᶠ (i : α) (_ : i ∈ s), g (f i)Given a monoid homomorphism g : M →* N and a function f : α → M, the value of g at the
product of f i over i ∈ s equals the product of g (f i) over s.
- Defined in
- Mathlib.Algebra.BigOperators.Finprod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Setstatement and proof · cited by 53,352
- MonoidHomstatement and proof · cited by 3,629
- CommMonoidstatement and proof · cited by 2,264
- Set.Finitestatement and proof · cited by 1,814
- finprodstatement · cited by 257
- Function.mulSupportproof · cited by 240
- Set.Finite.inter_of_leftproof · cited by 31
- MonoidHom.map_finprod_mem'proof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- MulEquiv.map_finprod_memproof · cited by 1
- Nat.cast_finprod_memproof · cited by 0