Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.pushoutSection

{X Y S T : AlgebraicGeometry.Scheme} →
  {f : T ⟶ S} →
    {g : Y ⟶ X} →
      {iX : X ⟶ S} →
        {iY : Y ⟶ T} →
          CategoryTheory.IsPullback g iY iX f →
            {US : S.Opens} →
              {UT : T.Opens} →
                {UX : X.Opens} →
                  (hUST : UT ≤ (TopologicalSpace.Opens.map f.base).obj US) →
                    (hUSX : UX ≤ (TopologicalSpace.Opens.map iX.base).obj US) →
                      {UY : Y.Opens} →
                        UY = (TopologicalSpace.Opens.map g.base).obj UX ⊓ (TopologicalSpace.Opens.map iY.base).obj UT →
                          (CategoryTheory.Limits.pushout (AlgebraicGeometry.Scheme.Hom.appLE iX US UX hUSX)
                              (AlgebraicGeometry.Scheme.Hom.appLE f US UT hUST) ⟶
                            Y.presheaf.obj (Opposite.op UY))

The canonical map Γ(X, Uₓ) ⊗[Γ(S, Uₛ)] Γ(T, Uₜ) ⟶ Γ(X ×ₛ T, pr₁ ⁻¹ Uₓ ∩ pr₂ ⁻¹ Uₜ). This is an isomorphism under various circumstances.

Defined in
Mathlib.AlgebraicGeometry.Morphisms.Flat
Cited by
12 results in Mathlib
Foundations
Depth 104 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

AlgebraicGeometry.mono_pushoutSection_of_iSup_eq · cited by 2AlgebraicGeometry.mono_pu…AlgebraicGeometry.mono_pushoutSection_of_isCompact_of_flat_left_of_ringHomFlat · cited by 2AlgebraicGeometry.mono_pu…AlgebraicGeometry.mono_pushoutSection_of_isCompact_of_flat_right · cited by 2AlgebraicGeometry.mono_pu…AlgebraicGeometry.isIso_pushoutSection_of_iSup_eq · cited by 2AlgebraicGeometry.isIso_p…AlgebraicGeometry.isIso_pushoutSection_of_isAffineOpen · cited by 2AlgebraicGeometry.isIso_p…AlgebraicGeometry.mono_pushoutSection_of_isCompact_of_flat_left · cited by 1AlgebraicGeometry.mono_pu…AlgebraicGeometry.isIso_pushoutSection_iff · cited by 1AlgebraicGeometry.isIso_p…AlgebraicGeometry.isIso_pushoutSection_of_isQuasiSeparated_of_flat_left · cited by 1AlgebraicGeometry.isIso_p…AlgebraicGeometry.isIso_pushoutSection_of_isQuasiSeparated_of_flat_right · cited by 1AlgebraicGeometry.isIso_p…AlgebraicGeometry.pushoutSection.congr_simp · cited by 0pushoutSection.congr_simpAlgebraicGeometry.mono_pushoutSection_of_isCompact_of_flat_right_of_ringHomFlat · cited by 0AlgebraicGeometry.mono_pu…AlgebraicGeometry.isIso_pushoutSection_of_isCompact_of_flat_right_of_ringHomFlat · cited by 0AlgebraicGeometry.isIso_p…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objOpposite · cited by 8081OppositeTopCat.carrier · cited by 3184TopCat.carrierAlgebraicGeometry.Scheme · cited by 2540AlgebraicGeometry.SchemeCommRingCat · cited by 2333CommRingCatTopologicalSpace.Opens · cited by 2040TopologicalSpace.OpensAlgebraicGeometry.PresheafedSpace.carrier · cited by 2020PresheafedSpace.carrierAlgebraicGeometry.SheafedSpace.toPresheafedSpace · cited by 1988SheafedSpace.toPresheafed…AlgebraicGeometry.LocallyRingedSpace.toSheafedSpace · cited by 1892LocallyRingedSpace.toShea…AlgebraicGeometry.Scheme.toLocallyRingedSpace · cited by 1734Scheme.toLocallyRingedSpa…CategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairAlgebraicGeometry.Scheme.Opens · cited by 1149Scheme.OpensAlgebraicGeometry.PresheafedSpace.Hom.base · cited by 1135Hom.baseAlgebraicGeometry.PresheafedSpace.presheaf · cited by 1104PresheafedSpace.presheafAlgebraicGeometry.pushoutSect…CITED BYCITES

Cites24

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

Cited by12

Results whose statement or proof uses this declaration.