Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.isLimitOpensCone

{I : Type u} →
  [inst : CategoryTheory.Category.{u, u} I] →
    (D : CategoryTheory.Functor I AlgebraicGeometry.Scheme) →
      (c : CategoryTheory.Limits.Cone D) →
        CategoryTheory.Limits.IsLimit c →
          [CategoryTheory.IsCofiltered I] →
            (i : I) → (U : (D.obj i).Opens) → CategoryTheory.Limits.IsLimit (AlgebraicGeometry.opensCone D c i U)

Given a diagram { Dᵢ }_{i ∈ I} of schemes and an open U ⊆ Dᵢ, the preimage of U ⊆ Dᵢ under the map lim Dᵢ ⟶ Dᵢ is the limit of { Dⱼᵢ⁻¹ U }_{j ≤ i}.

Defined in
Mathlib.AlgebraicGeometry.AffineTransitionLimit
Cited by
8 results in Mathlib
Foundations
Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.IsCofiltered

Around this declaration

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

AlgebraicGeometry.isAffineHom_π_app · cited by 3AlgebraicGeometry.isAffin…AlgebraicGeometry.exists_map_preimage_le_map_preimage · cited by 3AlgebraicGeometry.exists_…AlgebraicGeometry.exists_appTop_π_eq_of_isLimit · cited by 2AlgebraicGeometry.exists_…AlgebraicGeometry.exists_app_map_eq_zero_of_isLimit · cited by 2AlgebraicGeometry.exists_…AlgebraicGeometry.exists_appTop_map_eq_zero_of_isLimit · cited by 1AlgebraicGeometry.exists_…AlgebraicGeometry.exists_isAffineOpen_preimage_eq · cited by 1AlgebraicGeometry.exists_…AlgebraicGeometry.isBasis_preimage_isAffineOpen · cited by 1AlgebraicGeometry.isBasis…AlgebraicGeometry.Scheme.exists_π_app_comp_eq_of_locallyOfFinitePresentation · cited by 0Scheme.exists_π_app_comp_…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appEquiv.symm · cited by 3681Equiv.symmAlgebraicGeometry.Scheme · cited by 2540AlgebraicGeometry.SchemeAlgebraicGeometry.Scheme.Opens · cited by 1149Scheme.OpensAlgebraicGeometry.PresheafedSpace.Hom.base · cited by 1135Hom.baseAlgebraicGeometry.LocallyRingedSpace.Hom.toHom · cited by 995Hom.toHomCategoryTheory.Over · cited by 935CategoryTheory.OverAlgebraicGeometry.Scheme.Hom.toLRSHom' · cited by 895Hom.toLRSHom'CategoryTheory.Limits.Cone · cited by 710Limits.ConeCategoryTheory.Limits.IsLimit · cited by 664Limits.IsLimitTopologicalSpace.Opens.map · cited by 645Opens.mapAlgebraicGeometry.isLimitOpen…CITED BYCITES

Cites25

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.