Mathlib Map

Theorems · Theorem · group theory

AddSubmonoidClass.coe_finsetSum

∀ {B : Type u_3} {S : B} {ι : Type u_4} {M : Type u_5} [inst : AddCommMonoid M] [inst_1 : SetLike B M]
  [inst_2 : AddSubmonoidClass B M] (f : ι → ↥S) (s : Finset ι), ↑(∑ i ∈ s, f i) = ∑ i ∈ s, ↑(f i)
Defined in
Mathlib.Algebra.Group.Submonoid.BigOperators
Cited by
15 results in Mathlib
Foundations
Depth 18 from the axioms · uses propext, Quot.sound
Assumes
AddCommMonoidSetLikeAddSubmonoidClass

Around this declaration

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

Cites7

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

Cited by15

Results whose statement or proof uses this declaration.