Mathlib Map

Theorems · Theorem · group theory

AddChar.sum_eq_ite

∀ {A : Type u_1} {R : Type u_2} [inst : AddGroup A] [inst_1 : Fintype A] [inst_2 : CommSemiring R] [IsDomain R]
  (ψ : AddChar A R) [inst_4 : Decidable (ψ = 0)], ∑ a, ψ a = if ψ = 0 then ↑(Fintype.card A) else 0
Defined in
Mathlib.Algebra.Group.AddChar
Cited by
3 results in Mathlib
Foundations
Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddGroupFintypeCommSemiringIsDomainDecidable

Around this declaration

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

Cites18

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

Cited by3

Results whose statement or proof uses this declaration.