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
.
The restriction of a scheme to an open subset.
Equations
- U.ι = X.ofRestrict ⋯
Equations
- U.instCanonicallyOver = { hom := U.ι }
The global sections of the restriction is isomorphic to the sections on the open set.
Equations
The open sets of an open subscheme corresponds to the open sets containing in the subset.
Alias of AlgebraicGeometry.Scheme.map_basicOpen
.
The functor taking open subsets of X
to open subschemes of X
.
Equations
- X.restrictFunctor = { obj := fun (U : X.Opens) => CategoryTheory.Over.mk U.ι, map := fun {U V : X.Opens} (i : U ⟶ V) => CategoryTheory.Over.homMk (X.homOfLE ⋯) ⋯, map_id := ⋯, map_comp := ⋯ }
The functor that restricts to open subschemes and then takes global section is isomorphic to the structure sheaf.
Equations
X ∣_ U ∣_ V
is isomorphic to X ∣_ V ∣_ U
Equations
- One or more equations did not get rendered due to their size.
If f : X ⟶ Y
is an open immersion, then for any U : X.Opens
,
we have the isomorphism U ≅ f ''ᵁ U
.
Equations
If f : X ⟶ Y
is an open immersion, then X
is isomorphic to its image in Y
.
Equations
The restriction of an isomorphism onto an open set.
Equations
If U ≤ V
are opens of X
, the restriction of U
to V
is isomorphic to U
.
Equations
Given a morphism f : X ⟶ Y
and an open set U ⊆ Y
, we have X ×[Y] U ≅ X |_{f ⁻¹ U}
The restriction of a morphism X ⟶ Y
onto X |_{f ⁻¹ U} ⟶ Y |_ U
.
Equations
the notation for restricting a morphism of scheme to an open subset of the target scheme
Equations
- One or more equations did not get rendered due to their size.
Restricting a morphism onto the image of an open immersion is isomorphic to the base change along the immersion.
Equations
- One or more equations did not get rendered due to their size.
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
Restricting a morphism twice is isomorphic to one restriction.
Equations
- One or more equations did not get rendered due to their size.
Restricting a morphism twice onto a basic open set is isomorphic to one restriction.
Equations
- One or more equations did not get rendered due to their size.
The stalk map of a restriction of a morphism is isomorphic to the stalk map of the original map.
Equations
- One or more equations did not get rendered due to their size.
The restriction of a morphism f : X ⟶ Y
to open sets on the source and target.
Equations
- f.resLE U V e = CategoryTheory.CategoryStruct.comp (X.homOfLE e) (f ∣_ U)
The stalk map of f.resLE U V
at x : V
is is the stalk map of f
at x
.
Equations
- One or more equations did not get rendered due to their size.
f.resLE U V
induces f.appLE U V
on global sections.