File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Algebra/Homology/HomotopyCategory
CategoryTheory/ObjectProperty Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ instance (K L : CochainComplex C ℤ) [hK : K.IsKInjective] [hL : L.IsKInjective
170170 preservesBinaryBiproducts_of_preservesBiproducts _
171171 refine ObjectProperty.prop_of_iso _
172172 ((HomotopyCategory.quotient C (.up ℤ)).mapBiprod K L).symm ?_
173- apply ObjectProperty.prop_biprod
173+ apply ObjectProperty.prop_biprod_of_isClosedUnderBinaryProducts
174174 all_goals assumption
175175
176176lemma IsKInjective.eq_δ_of_cocycle {K L : CochainComplex C ℤ} {n : ℤ}
Original file line number Diff line number Diff line change @@ -40,7 +40,8 @@ lemma prop_prod [P.IsClosedUnderBinaryProducts] (X Y : C) [HasBinaryProduct X Y]
4040 P (X ⨯ Y) :=
4141 P.prop_limit _ (by rintro ⟨_ | _⟩ <;> assumption)
4242
43- lemma prop_biprod [HasZeroMorphisms C] [P.IsClosedUnderBinaryProducts] (X Y : C)
43+ lemma prop_biprod_of_isClosedUnderBinaryProducts
44+ [HasZeroMorphisms C] [P.IsClosedUnderBinaryProducts] (X Y : C)
4445 [HasBinaryBiproduct X Y]
4546 (hX : P X) (hY : P Y) :
4647 P (X ⊞ Y) :=
You can’t perform that action at this time.
0 commit comments