Theorems · Theorem · general algebraic systems
Finsupp.prod_sumElim
∀ {ι₁ : Type u_12} {ι₂ : Type u_13} {α : Type u_14} {M : Type u_15} [inst : Zero α] [inst_1 : CommMonoid M]
(f₁ : ι₁ →₀ α) (f₂ : ι₂ →₀ α) (g : ι₁ ⊕ ι₂ → α → M),
(f₁.sumElim f₂).prod g = f₁.prod (g ∘ Sum.inl) * f₂.prod (g ∘ Sum.inr)- Defined in
- Mathlib.Data.Finsupp.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroCommMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsuppstatement and proof · cited by 5,255
- Finset.prodproof · cited by 2,356
- CommMonoidstatement and proof · cited by 2,264
- Finsupp.supportproof · cited by 828
- Finset.prod_congrproof · cited by 646
- Finsupp.prodstatement · cited by 231
- Finsupp.sumElimstatement · cited by 25
- Finset.prod_disjSumproof · cited by 6
- Finsupp.sumElim_supportproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Algebra.Generators.ofComp_toAlgHom_monomial_sumElimproof · cited by 1