Mathlib Map

Theorems · Theorem · ring theory

Nat.cast_sum

∀ {R : Type u_4} {ι : Type u_5} [inst : AddCommMonoidWithOne R] (s : Finset ι) (f : ι → ℕ),
  ↑(∑ x ∈ s, f x) = ∑ x ∈ s, ↑(f x)
Defined in
Mathlib.Algebra.BigOperators.Ring.Finset
Cited by
38 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
AddCommMonoidWithOne

Around this declaration

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

Cites5

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

Cited by38

Results whose statement or proof uses this declaration.