English
The π-map is associative in the sense that composing π in two different ways yields the same result in the total complex, reflecting associativity of the underlying gluing.
Русский
Отображение π ассоциативно: две последовательности применения π приводят к одному результату в суммарном комплексе.
LaTeX
$$$\\pi\\;\\text{is associative in the sense that } π(π(\\cdot,\\cdot),\\cdot)=π(\\cdot,π(\\cdot,\\cdot))$$$
Lean4
theorem rel_add {p q : I} (hpq : c.Rel p q) (r : I) : c.Rel (p + r) (q + r) :=
TensorSigns.rel_add _ _ _ hpq