Restriction of Schemes and Morphisms #
Main definition #
AlgebraicGeometry.Scheme.restrict
: The restriction of a scheme along an open embedding. The mapX.restrict f ⟶ X
isAlgebraicGeometry.Scheme.ofRestrict
.U : X.Opens
has a coercion toScheme
andU.ι
is a shorthand forX.restrict U.open_embedding : U ⟶ X
.AlgebraicGeometry.morphism_restrict
: The restriction ofX ⟶ Y
toX ∣_ᵤ f ⁻¹ᵁ U ⟶ Y ∣_ᵤ U
.
Open subset of a scheme as a scheme.
Equations
Instances For
The restriction of a scheme to an open subset.
Equations
Instances For
Equations
The global sections of the restriction is isomorphic to the sections on the open set.
Equations
Instances For
Equations
The functor taking open subsets of X
to open subschemes of X
.
Equations
Instances For
The functor that restricts to open subschemes and then takes global section is isomorphic to the structure sheaf.
Equations
Instances For
X ∣_ U ∣_ V
is isomorphic to X ∣_ V ∣_ U
Equations
Instances For
If f : X ⟶ Y
is an open immersion, then for any U : X.Opens
,
we have the isomorphism U ≅ f ''ᵁ U
.
Equations
Instances For
If f : X ⟶ Y
is an open immersion, then X
is isomorphic to its image in Y
.
Equations
Instances For
(⊤ : X.Opens)
as a scheme is isomorphic to X
.
Equations
Instances For
The restriction of an isomorphism onto an open set.
Equations
Instances For
If U ≤ V
are opens of X
, the restriction of U
to V
is isomorphic to U
.
Equations
Instances For
For f : R
, D(f)
as an open subscheme of Spec R
is isomorphic to Spec R[1/f]
.
Equations
Instances For
Given a morphism f : X ⟶ Y
and an open set U ⊆ Y
, we have X ×[Y] U ≅ X |_{f ⁻¹ U}
Equations
Instances For
The restriction of a morphism X ⟶ Y
onto X |_{f ⁻¹ U} ⟶ Y |_ U
.
Equations
Instances For
the notation for restricting a morphism of scheme to an open subset of the target scheme
Equations
Instances For
Restricting a morphism onto the image of an open immersion is isomorphic to the base change along the immersion.
Equations
Instances For
The restrictions onto two equal open sets are isomorphic. This currently has bad defeqs when unfolded, but it should not matter for now. Replace this definition if better defeqs are needed.
Equations
Instances For
Restricting a morphism twice is isomorphic to one restriction.
Equations
Instances For
Restricting a morphism twice onto a basic open set is isomorphic to one restriction.
Equations
Instances For
The stalk map of a restriction of a morphism is isomorphic to the stalk map of the original map.
Equations
Instances For
The stalk map of f.resLE U V
at x : V
is is the stalk map of f
at x
.
Equations
Instances For
f.resLE U V
induces f.appLE U V
on global sections.