Mathlib Map

Theorems · Theorem · group theory

Finset.sum_map

∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_3} [inst : AddCommMonoid M] (s : Finset ι) (e : ι ↪ κ) (f : κ → M),
  ∑ x ∈ Finset.map e s, f x = ∑ x ∈ s, f (e x)
Defined in
Mathlib.Algebra.BigOperators.Group.Finset.Defs
Cited by
115 results in Mathlib
Foundations
Depth 28 from the axioms, rests on 189 definitions · uses propext, Quot.sound
Assumes
AddCommMonoid

Around this declaration

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

Cites12

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

Cited by115

Results whose statement or proof uses this declaration.