@@ -95,7 +95,7 @@ theorem emptyIsInitial_to : emptyIsInitial.to = Scheme.emptyTo :=
9595instance : IsEmpty (∅ : Scheme.{u}) :=
9696 show IsEmpty PEmpty by infer_instance
9797
98- instance spec_punit_isEmpty : IsEmpty (Spec <| .of PUnit.{u+ 1 }) :=
98+ instance spec_punit_isEmpty : IsEmpty (Spec <| .of PUnit.{u + 1 }) :=
9999 inferInstanceAs <| IsEmpty (PrimeSpectrum PUnit)
100100
101101instance (priority := 100 ) isOpenImmersion_of_isEmpty {X Y : Scheme} (f : X ⟶ Y)
@@ -117,7 +117,7 @@ noncomputable def isInitialOfIsEmpty {X : Scheme} [IsEmpty X] : IsInitial X :=
117117 emptyIsInitial.ofIso (asIso <| emptyIsInitial.to _)
118118
119119/-- `Spec 0` is the initial object in the category of schemes. -/
120- noncomputable def specPunitIsInitial : IsInitial (Spec <| .of PUnit.{u+ 1 }) :=
120+ noncomputable def specPunitIsInitial : IsInitial (Spec <| .of PUnit.{u + 1 }) :=
121121 emptyIsInitial.ofIso (asIso <| emptyIsInitial.to _)
122122
123123instance (priority := 100 ) isAffine_of_isEmpty {X : Scheme} [IsEmpty X] : IsAffine X :=
@@ -356,7 +356,7 @@ lemma nonempty_isColimit_binaryCofanMk_of_isCompl {X Y S : Scheme.{u}}
356356 Nonempty (IsColimit <| BinaryCofan.mk f g) := by
357357 let c' : Cofan fun j ↦ (WalkingPair.casesOn j X Y : Scheme.{u}) :=
358358 .mk S fun j ↦ WalkingPair.casesOn j f g
359- let i : BinaryCofan.mk f g ≅ c' := Cofan.ext (Iso.refl _) (by rintro (b| b) <;> rfl)
359+ let i : BinaryCofan.mk f g ≅ c' := Cofan.ext (Iso.refl _) (by rintro (b | b) <;> rfl)
360360 refine ⟨IsColimit.ofIsoColimit (Nonempty.some ?_) i.symm⟩
361361 let fi (j : WalkingPair) : WalkingPair.casesOn j X Y ⟶ S := WalkingPair.casesOn j f g
362362 convert nonempty_isColimit_cofanMk_of fi _ _
0 commit comments