Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dagurtomas committed Jun 14, 2024
1 parent 834ebd3 commit 9d67b2e
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 @@ -32,7 +32,7 @@ example : I ⥤ ShortComplex A ≌ ShortComplex (I ⥤ A) :=

lemma forall_exact_iff_functorEquivalence_exact (F : I ⥤ ShortComplex A) : (∀ i, (F.obj i).Exact) ↔
((functorEquivalence I A).inverse.obj F).Exact := by
sorry
sorry

class HasExactLimitsOfShape : Prop where
hasLimitsOfShape : HasLimitsOfShape I A := by infer_instance
Expand Down

0 comments on commit 9d67b2e

Please sign in to comment.