English
The unit isomorphism of the equivalence between distinguished triangles in C and in Cᵒᵖ is realized by a family of canonical triangle isomorphisms.
Русский
Единица изоморфизмов эквивалентности между выделенными треугольниками в C и Cᵒᵖ реализуется семейством канонических изоморфизмов треугольников.
LaTeX
$$$\\text{unitIso} : 𝟭 \\Rightarrow (\\text{triangleOpEquivalence}.functor \\circ \\text{triangleOpEquivalence}.inverse)$$$
Lean4
/-- distinguished triangles in a pretriangulated category -/
@[term_parser 1000]
public meta def termDistTriang_ : Lean.ParserDescr✝ :=
ParserDescr.node✝ `CategoryTheory.Pretriangulated.termDistTriang_ 60
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "distTriang ") (ParserDescr.cat✝ `term 60))