Mathlib Map

Theorems · Theorem · group theory

AddCon.coe_dfinsuppSumAddHom

∀ {ι : Type u_1} {β : ι → Type u_2} {M : Type u_3} [inst : DecidableEq ι] [inst_1 : AddCommMonoid M]
  [inst_2 : (i : ι) → AddCommMonoid (β i)] (c : AddCon M) (h : (i : ι) → β i →+ M) (f : Π₀ (i : ι), β i),
  ↑((DFinsupp.sumAddHom h) f) = (DFinsupp.sumAddHom fun i => c.mk'.comp (h i)) f
Defined in
Mathlib.GroupTheory.Congruence.BigOperators
Cited by
1 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqAddCommMonoidAddCommMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.