File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ instance equalizer_ι_is_local_ring_hom' (F : WalkingParallelPairᵒᵖ ⥤ Comm
282282 ⟨_, IsLimit.whiskerEquivalence (limit.isLimit F) walkingParallelPairOpEquiv⟩
283283 WalkingParallelPair.zero : _)
284284 erw [← this]
285- -- note: this was not needed before
285+ -- note: this was not needed before https://github.com/leanprover-community/mathlib4/pull/19757
286286 haveI : IsLocalHom (limit.π (walkingParallelPairOpEquiv.functor ⋙ F) zero).hom := by
287287 infer_instance
288288 infer_instance
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ theorem isUnit_res_toΓSpecMapBasicOpen : IsUnit (X.toToΓSpecMapBasicOpen r r)
124124def toΓSpecCApp :
125125 (structureSheaf <| Γ.obj <| op X).val.obj (op <| basicOpen r) ⟶
126126 X.presheaf.obj (op <| X.toΓSpecMapBasicOpen r) :=
127+ -- note: the explicit type annotations were not needed before
128+ -- https://github.com/leanprover-community/mathlib4/pull/19757
127129 CommRingCat.ofHom <|
128130 IsLocalization.Away.lift
129131 (R := Γ.obj (op X))
You can’t perform that action at this time.
0 commit comments