Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.lift

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {X Y Z : AlgebraicGeometry.PresheafedSpace C} →
      (f : X ⟶ Z) →
        [hf : AlgebraicGeometry.PresheafedSpace.IsOpenImmersion f] →
          (g : Y ⟶ Z) →
            Set.range ⇑(CategoryTheory.ConcreteCategory.hom g.base) ⊆
                Set.range ⇑(CategoryTheory.ConcreteCategory.hom f.base) →
              (Y ⟶ X)

The universal property of open immersions: For an open immersion f : X ⟶ Z, given any morphism of schemes g : Y ⟶ Z whose topological image is contained in the image of f, we can lift this morphism to a unique Y ⟶ X that commutes with these maps.

Defined in
Mathlib.Geometry.RingedSpace.OpenImmersion
Cited by
6 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryAlgebraicGeometry.PresheafedSpace.IsOpenImmersion

Around this declaration

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

AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.isoOfRangeEq · cited by 2IsOpenImmersion.isoOfRang…AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.lift_fac · cited by 2IsOpenImmersion.lift_facAlgebraicGeometry.PresheafedSpace.IsOpenImmersion.lift_fac_assoc · cited by 0IsOpenImmersion.lift_fac_…AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.lift_uniq · cited by 0IsOpenImmersion.lift_uniqAlgebraicGeometry.PresheafedSpace.GlueData.vPullbackConeIsLimit · cited by 0GlueData.vPullbackConeIsL…AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.lift.congr_simp · cited by 0lift.congr_simpAlgebraicGeometry.PresheafedSpace.IsOpenImmersion.isoOfRangeEq_hom · cited by 0IsOpenImmersion.isoOfRang…AlgebraicGeometry.PresheafedSpace.IsOpenImmersion.isoOfRangeEq_inv · cited by 0IsOpenImmersion.isoOfRang…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compSet.range · cited by 4705Set.rangeCategoryTheory.ConcreteCategory.hom · cited by 4022ConcreteCategory.homTopCat.carrier · cited by 3184TopCat.carrierContinuousMap · cited by 2491ContinuousMapAlgebraicGeometry.PresheafedSpace.carrier · cited by 2020PresheafedSpace.carrierTopCat · cited by 1889TopCatAlgebraicGeometry.PresheafedSpace.Hom.base · cited by 1135Hom.baseCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.inv · cited by 467CategoryTheory.invIsOpenImmersion.liftCITED BYCITES

Cites17

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

Cited by8

Results whose statement or proof uses this declaration.