Mathlib Map

Theorems · Theorem · general algebraic systems

Pi.single_apply

∀ {ι : Type u_1} [inst : DecidableEq ι] {M : Type u_9} [inst_1 : Zero M] (i : ι) (x : M) (i' : ι),
  Pi.single i x i' = if i' = i then x else 0

On non-dependent functions, Pi.single can be expressed as an ite

Defined in
Mathlib.Algebra.Notation.Pi.Basic
Cited by
78 results in Mathlib
Foundations
Depth 11 from the axioms · uses propext
Assumes
DecidableEqZero

Around this declaration

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

Cites2

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

Cited by78

Results whose statement or proof uses this declaration.