Mathlib Map

Theorems · Theorem · general algebraic systems

Finsupp.sumElim_eq_add

∀ {α : Type u_1} {β : Type u_2} {M : Type u_5} [inst : AddCommMonoid M] (f : α →₀ M) (g : β →₀ M),
  f.sumElim g = Finsupp.mapDomain Sum.inl f + Finsupp.mapDomain Sum.inr g
Defined in
Mathlib.Data.Finsupp.Basic
Cited by
1 results in Mathlib
Foundations
Depth 74 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommMonoid

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.

Cited by1

Results whose statement or proof uses this declaration.