Skip to content

Commit c4460ab

Browse files
committed
.
1 parent ce4db45 commit c4460ab

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

LeanCondensed/Projects/LightSolid.lean

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ instance {C J : Type*} [Category* C] [Category* J] [MonoidalCategory C] [Braided
143143
instance {C : Type*} [Category* C] [MonoidalCategory C] [BraidedCategory C] [MonoidalClosed C]
144144
(X : C) : PreservesLimits (ihom X) where
145145

146-
instance (J : Type) [SmallCategory J] : isSolid.IsClosedUnderLimitsOfShape J := by
146+
instance (J : Type*) [Category* J] : isSolid.IsClosedUnderLimitsOfShape J := by
147147
apply ObjectProperty.IsClosedUnderLimitsOfShape.mk
148148
intro A ⟨⟨F, π, hl⟩, h⟩
149149
let hl' := isLimitOfPreserves (ihom (P ℤ)) hl
@@ -166,9 +166,7 @@ instance (J : Type) [SmallCategory J] : isSolid.IsClosedUnderLimitsOfShape J :=
166166
ihom.ihom_adjunction_counit, ← Functor.map_comp, ihom.coev_naturality_assoc, Category.assoc,
167167
← ihom.ev_naturality, Functor.id_obj, c, α]
168168
rw [← whisker_exchange_assoc]
169-
dsimp [isSolid]
170-
rw [← this]
171-
rw [← IsLimit.nonempty_isLimit_iff_isIso_lift]
169+
rw [isSolid, ← this, ← IsLimit.nonempty_isLimit_iff_isIso_lift]
172170
exact ⟨(IsLimit.postcomposeHomEquiv (asIso α) _).symm hl'⟩
173171

174172
instance (J : Type) [SmallCategory J] : isSolid.IsClosedUnderColimitsOfShape J := sorry

0 commit comments

Comments
 (0)