Skip to content

Commit f21237d

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent db4c728 commit f21237d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mathlib/CategoryTheory/ObjectProperty/CompleteLattice.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ instance nonempty_sup_right [Q.Nonempty] : (P ⊔ Q).Nonempty :=
4040

4141
instance nonempty_top [_root_.Nonempty C] : Nonempty (⊤ : ObjectProperty C) :=
4242
nonempty_of_prop (X := Classical.arbitrary C) (by trivial)
43-
43+
4444
lemma isoClosure_sup : (P ⊔ Q).isoClosure = P.isoClosure ⊔ Q.isoClosure := by
4545
ext X
4646
simp only [prop_sup_iff]

Mathlib/CategoryTheory/ObjectProperty/FiniteProducts.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ lemma prop_initial [P.IsClosedUnderColimitsOfShape (Discrete.{0} PEmpty)] [HasIn
150150

151151
-- see Note [lower instance priority]
152152
instance (priority := 100) [P.IsClosedUnderColimitsOfShape (Discrete.{0} PEmpty)] [HasInitial C] :
153-
P.Nonempty :=
153+
P.Nonempty :=
154154
nonempty_of_prop P.prop_initial
155155

156156
lemma IsClosedUnderBinaryCoproducts.closedUnderIsomorphisms [HasInitial C]

0 commit comments

Comments
 (0)