Mathlib Map

Theorems · Theorem · general algebraic systems

DFinsupp.sumZeroHom_apply

∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → AddZeroClass (β i)]
  [inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] (φ : (i : ι) → ZeroHom (β i) γ)
  (f : Π₀ (i : ι), β i), (DFinsupp.sumZeroHom φ) f = f.sum fun x => ⇑(φ x)

While we didn't need decidable instances to define it, we do to reduce it to a sum

Defined in
Mathlib.Data.DFinsupp.BigOperators
Cited by
1 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqAddZeroClassDecidableAddCommMonoid

Around this declaration

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

Cites15

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.