Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dagurtomas authored Jun 14, 2024
1 parent 4fa05f4 commit 0909b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LeanCondensed/Projects/AB.lean
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ lemma forall_exact_iff_functorEquivalence_exact (F : I ⥤ ShortComplex A) : (

class HasExactLimitsOfShape : Prop where
hasLimitsOfShape : HasLimitsOfShape I A := by infer_instance
exact_limit (F : I ⥤ ShortComplex A) : (∀ i, (F.obj i).ShortExact) → (limit F).ShortExact
exact_limit (F : I ⥤ ShortComplex A) : (∀ i, (F.obj i).ShortExact) → (limit F).ShortExact

attribute [instance] HasExactLimitsOfShape.hasLimitsOfShape

Expand Down

0 comments on commit 0909b46

Please sign in to comment.