Theorems · Theorem · group theory
AddCon.coe_dfinsuppSum
∀ {ι : Type u_1} {β : ι → Type u_2} {M : Type u_3} [inst : DecidableEq ι] [inst_1 : AddCommMonoid M]
[inst_2 : (i : ι) → Zero (β i)] [inst_3 : (i : ι) → (y : β i) → Decidable (y ≠ 0)] (c : AddCon M)
(h : (i : ι) → β i → M) (f : Π₀ (i : ι), β i), ↑(f.sum h) = f.sum fun i b => ↑(h i b)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddCommMonoidstatement and proof · cited by 12,281
- DFinsuppstatement and proof · cited by 694
- AddConstatement and proof · cited by 138
- DFinsupp.sumstatement · cited by 64
- AddCon.Quotientstatement · cited by 54
- AddCon.toQuotientstatement · cited by 38
- AddCon.mk'proof · cited by 21
- map_dfinsuppSumproof · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- RingCon.coe_dfinsuppSumproof · cited by 0