Commit 2026-06-01 16:49 c6da5183
View on Github →chore(AlgebraicGeometry): API for Scheme.Modules.restrict (#40057)
In particular, we add an isomorphism Γ(M.restrict f, U) ≅ Γ(M, f ''ᵁ U), defined by Iso.refl _. Previously, we had a simp (!) lemma Γ(M.restrict f, U) = Γ(M, f ''ᵁ U). Since this is a non-reducible equality of objects, it caused many complications while working on #40052.