Mathlib Map

Theorems · Theorem · category theory

ChainComplex.of.d.congr_simp

∀ {V : Type u} [inst : CategoryTheory.Category.{v, u} V] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms V]
  {α : Type u_2} [inst_2 : AddRightCancelSemigroup α] [inst_3 : One α] {inst_4 : DecidableEq α} [inst_5 : DecidableEq α]
  (X : α → V) (d d_1 : (n : α) → X (n + 1) ⟶ X n),
  d = d_1 → ∀ (i j : α), ChainComplex.of.d X d i j = ChainComplex.of.d X d_1 i j
Defined in
Mathlib.Algebra.Homology.HomologicalComplex
Cited by
0 results in Mathlib
Foundations
Depth 7 from the axioms · uses Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsAddRightCancelSemigroupOneDecidableEq

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 by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.