Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.StructureSheaf.comap

{R : Type u} →
  [inst : CommRing R] →
    {S : Type u} →
      [inst_1 : CommRing S] →
        (f : R →+* S) →
          (U : TopologicalSpace.Opens ↑(AlgebraicGeometry.PrimeSpectrum.Top R)) →
            (V : TopologicalSpace.Opens ↑(AlgebraicGeometry.PrimeSpectrum.Top S)) →
              V.carrier ⊆ PrimeSpectrum.comap f ⁻¹' U.carrier →
                ↑((AlgebraicGeometry.Spec.structureSheaf R).obj.obj (Opposite.op U)) →+*
                  ↑((AlgebraicGeometry.Spec.structureSheaf S).obj.obj (Opposite.op V))

For a ring homomorphism f : R →+* S and open sets U and V of the prime spectra of R and S such that V ⊆ (comap f) ⁻¹ U, the induced ring homomorphism from the structure sheaf of R at U to the structure sheaf of S at V. Explicitly, this map is given as follows: For a point p : V, if the section s evaluates on p to the fraction a / b, its image on V evaluates on p to the fraction f(a) / f(b).

Defined in
Mathlib.AlgebraicGeometry.StructureSheaf
Cited by
15 results in Mathlib
Foundations
Depth 103 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

AlgebraicGeometry.Spec.sheafedSpaceMap · cited by 16Spec.sheafedSpaceMapAlgebraicGeometry.StructureSheaf.comap_apply · cited by 5StructureSheaf.comap_applyAlgebraicGeometry.StructureSheaf.toOpen_comp_comap · cited by 3StructureSheaf.toOpen_com…AlgebraicGeometry.StructureSheaf.comap_id · cited by 2StructureSheaf.comap_idAlgebraicGeometry.Spec.sheafedSpaceMap_hom_c_app · cited by 2Spec.sheafedSpaceMap_hom_…AlgebraicGeometry.StructureSheaf.toOpen_comp_comap_assoc · cited by 2StructureSheaf.toOpen_com…AlgebraicGeometry.StructureSheaf.comap_comp · cited by 1StructureSheaf.comap_compAlgebraicGeometry.StructureSheaf.comap_id_eq_map · cited by 1StructureSheaf.comap_id_e…AlgebraicGeometry.Spec.sheafedSpaceMap_comp · cited by 1Spec.sheafedSpaceMap_compAlgebraicGeometry.StructureSheaf.comap.congr_simp · cited by 0comap.congr_simpAlgebraicGeometry.StructureSheaf.comap_basicOpen · cited by 0StructureSheaf.comap_basi…AlgebraicGeometry.StructureSheaf.comap_const · cited by 0StructureSheaf.comap_constAlgebraicGeometry.StructureSheaf.comap_id' · cited by 0StructureSheaf.comap_id'AlgebraicGeometry.StructureSheaf.toOpen_comp_comap_apply · cited by 0StructureSheaf.toOpen_com…AlgebraicGeometry.Spec.map_app · cited by 0Spec.map_appSet · cited by 53352SetCategoryTheory.Functor.obj · cited by 19642Functor.objCommRing · cited by 17173CommRingCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorLinearMap · cited by 10215LinearMapRingHom · cited by 10189RingHomOpposite · cited by 8081OppositeSet.preimage · cited by 4946Set.preimageTopCat.carrier · cited by 3184TopCat.carrierCommRingCat · cited by 2333CommRingCatTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensCategoryTheory.ObjectProperty.FullSubcategory.obj · cited by 1316FullSubcategory.objCommRingCat.carrier · cited by 1096CommRingCat.carrierCategoryTheory.Presheaf.IsSheaf · cited by 991Presheaf.IsSheafPrimeSpectrum · cited by 625PrimeSpectrumStructureSheaf.comapCITED BYCITES

Cites25

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.