Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso

{X Y Z : AlgebraicGeometry.Scheme} →
  (𝒰 : X.OpenCover) →
    (f : X ⟶ Z) →
      (g : Y ⟶ Z) →
        [inst : ∀ (i : 𝒰.I₀), CategoryTheory.Limits.HasPullback (CategoryTheory.CategoryStruct.comp (𝒰.f i) f) g] →
          (i : 𝒰.I₀) →
            CategoryTheory.Limits.pullback (AlgebraicGeometry.Scheme.Pullback.p1 𝒰 f g) (𝒰.f i) ≅
              CategoryTheory.Limits.pullback (CategoryTheory.CategoryStruct.comp (𝒰.f i) f) g

The canonical isomorphism between W ×[X] Uᵢ and Uᵢ ×[X] Y. That is, the preimage of Uᵢ in W along p1 is indeed Uᵢ ×[X] Y.

Defined in
Mathlib.AlgebraicGeometry.Pullbacks
Cited by
10 results in Mathlib
Foundations
Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Limits.HasPullback

Around this declaration

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

AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_inv_fst · cited by 2Pullback.pullbackP1Iso_in…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_hom_fst · cited by 1Pullback.pullbackP1Iso_ho…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_hom_snd · cited by 1Pullback.pullbackP1Iso_ho…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_hom_ι · cited by 1Pullback.pullbackP1Iso_ho…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_inv_snd · cited by 1Pullback.pullbackP1Iso_in…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_hom_fst_assoc · cited by 0Pullback.pullbackP1Iso_ho…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_hom_snd_assoc · cited by 0Pullback.pullbackP1Iso_ho…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_hom_ι_assoc · cited by 0Pullback.pullbackP1Iso_ho…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_inv_fst_assoc · cited by 0Pullback.pullbackP1Iso_in…AlgebraicGeometry.Scheme.Pullback.pullbackP1Iso_inv_snd_assoc · cited by 0Pullback.pullbackP1Iso_in…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAlgebraicGeometry.Scheme · cited by 2540AlgebraicGeometry.SchemeCategoryTheory.Limits.pullback · cited by 864Limits.pullbackCategoryTheory.PreZeroHypercover.I₀ · cited by 763PreZeroHypercover.I₀CategoryTheory.PreZeroHypercover.X · cited by 649PreZeroHypercover.XCategoryTheory.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.PreZeroHypercover.f · cited by 542PreZeroHypercover.fAlgebraicGeometry.IsOpenImmersion · cited by 476AlgebraicGeometry.IsOpenI…CategoryTheory.Precoverage.ZeroHypercover.toPreZeroHypercover · cited by 469ZeroHypercover.toPreZeroH…CategoryTheory.Limits.HasPullback · cited by 434Limits.HasPullbackAlgebraicGeometry.Scheme.precoverage · cited by 336Scheme.precoverageAlgebraicGeometry.Scheme.OpenCover · cited by 207Scheme.OpenCoverPullback.pullbackP1IsoCITED BYCITES

Cites21

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

Cited by10

Results whose statement or proof uses this declaration.