Theorems · Theorem · ring theory
Finsupp.prod_add_index
∀ {α : Type u_1} {M : Type u_8} {N : Type u_10} [inst : DecidableEq α] [inst_1 : AddZeroClass M] [inst_2 : CommMonoid N]
{f g : α →₀ M} {h : α → M → N},
(∀ a ∈ f.support ∪ g.support, h a 0 = 1) →
(∀ a ∈ f.support ∪ g.support, ∀ (b₁ b₂ : M), h a (b₁ + b₂) = h a b₁ * h a b₂) → (f + g).prod h = f.prod h * g.prod hTaking the product under h is an additive-to-multiplicative homomorphism of finsupps,
if h is an additive-to-multiplicative homomorphism on the support.
This is a more general version of Finsupp.prod_add_index'; the latter has simpler hypotheses.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- Finsuppstatement and proof · cited by 5,255
- Finset.prodproof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.supportstatement and proof · cited by 828
- Finset.prod_congrproof · cited by 646
- Finsupp.prodstatement and proof · cited by 231
- Finset.prod_mul_distribproof · cited by 68
- Finset.subset_union_leftproof · cited by 59
- Finset.subset_union_rightproof · cited by 45
Cited by6
Results whose statement or proof uses this declaration.
- Finsupp.prod_add_index'proof · cited by 9
- Subgroup.exists_finsupp_of_mem_closure_rangeproof · cited by 2
- MvPolynomial.eval₂_mul_monomialproof · cited by 2
- Submonoid.exists_finsupp_of_mem_closure_rangeproof · cited by 2
- Finsupp.prod_option_indexproof · cited by 1
- Finsupp.image_pow_eq_finsuppProd_imageproof · cited by 1