English
There exists a canonical morphism from the component X3 of the left truncation to the right truncation Ge, namely shortComplexTruncLEX₃ToTruncGE(K, n0, n1, h).
Русский
Существует каноническое отображение из компоненты X3 левого усечения в правое усечение Ge, обозначаемое shortComplexTruncLEX₃ToTruncGE(K, n0, n1, h).
LaTeX
$$$shortComplexTruncLEX_3ToTruncGE : (K.shortComplexTruncLE(n_0)).X_3 \to K.truncGE(n_1)$$$
Lean4
/-- The canonical morphism `(K.shortComplexTruncLE n₀).X₃ ⟶ K.truncGE n₁`. -/
noncomputable abbrev shortComplexTruncLEX₃ToTruncGE : (K.shortComplexTruncLE n₀).X₃ ⟶ K.truncGE n₁ :=
HomologicalComplex.shortComplexTruncLEX₃ToTruncGE K (Embedding.embeddingUpInt_areComplementary n₀ n₁ h)