Skip to content

Commit d16e6d6

Browse files
committed
add notes
1 parent 252f33a commit d16e6d6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Mathlib/Algebra/Category/Ring/Constructions.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Mathlib/AlgebraicGeometry/GammaSpecAdjunction.lean

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ theorem isUnit_res_toΓSpecMapBasicOpen : IsUnit (X.toToΓSpecMapBasicOpen r r)
124124
def 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))

0 commit comments

Comments
 (0)