Mathlib Map

Theorems · Theorem · group theory

Rep.standardComplex.d_of

∀ {k G : Type u} [inst : CommRing k] {n : ℕ} (c : Fin (n + 1) → G),
  (Rep.standardComplex.d k G n) (MonoidAlgebra.single c 1) = ∑ p, MonoidAlgebra.single (c ∘ p.succAbove) ((-1) ^ ↑p)
Defined in
Mathlib.RepresentationTheory.Homological.Resolution
Cited by
3 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

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

Cites15

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.