Theorems · Theorem · group theory
Con.finsuppProd
∀ {ι : Type u_1} {β : Type u_2} {M : Type u_3} [inst : CommMonoid M] [inst_1 : Zero β] (c : Con M) (h h' : ι → β → M)
{f g : ι →₀ β},
(∀ (i : ι), c (h i 0) 1) →
(∀ (i : ι), c (h' i 0) 1) → (∀ (i : ι), c (h i (f i)) (h' i (g i))) → c (f.prod h) (g.prod h')- Cited by
- 1 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommMonoidZero
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.coestatement and proof · cited by 62,936
- Finsuppstatement and proof · cited by 5,255
- CommMonoidstatement and proof · cited by 2,264
- Finsupp.supportproof · cited by 828
- Finsupp.prodstatement and proof · cited by 231
- Constatement and proof · cited by 152
- Con.Quotientproof · cited by 48
- Con.mk'proof · cited by 22
- map_finsuppProdproof · cited by 8
- Finsupp.prod_congr_of_eq_on_unionproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- RingCon.finsuppProdproof · cited by 0