Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.Scheme.Hom.normalizationDesc

{X Y : AlgebraicGeometry.Scheme} →
  (f : X ⟶ Y) →
    [inst : AlgebraicGeometry.QuasiCompact f] →
      [inst_1 : AlgebraicGeometry.QuasiSeparated f] →
        {T : AlgebraicGeometry.Scheme} →
          (f₁ : X ⟶ T) →
            (f₂ : T ⟶ Y) →
              [AlgebraicGeometry.IsIntegralHom f₂] →
                f = CategoryTheory.CategoryStruct.comp f₁ f₂ → (AlgebraicGeometry.Scheme.Hom.normalization f ⟶ T)

Given an qcqs morphism f : X ⟶ Y, which factors into X ⟶ T ⟶ Y with T ⟶ Y integral, the map X ⟶ T factors through f.normalization uniquely. (See normalization.hom_ext for the uniqueness result)

Defined in
Mathlib.AlgebraicGeometry.Normalization
Cited by
10 results in Mathlib
Foundations
Depth 201 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AlgebraicGeometry.QuasiCompactAlgebraicGeometry.QuasiSeparatedAlgebraicGeometry.IsIntegralHom

Around this declaration

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

AlgebraicGeometry.Scheme.Hom.normalizationCoprodIso · cited by 15Hom.normalizationCoprodIsoAlgebraicGeometry.Scheme.Hom.normalizationDesc_comp · cited by 5Hom.normalizationDesc_compAlgebraicGeometry.Scheme.Hom.normalizationPullback · cited by 5Hom.normalizationPullbackAlgebraicGeometry.Scheme.Hom.toNormalization_normalizationDesc · cited by 4Hom.toNormalization_norma…AlgebraicGeometry.Scheme.Hom.toNormalization_normalizationDesc_assoc · cited by 2Hom.toNormalization_norma…AlgebraicGeometry.Scheme.Hom.inr_normalizationCoprodIso_hom_fromNormalization · cited by 1Hom.inr_normalizationCopr…AlgebraicGeometry.Scheme.Hom.inl_normalizationCoprodIso_hom_fromNormalization · cited by 1Hom.inl_normalizationCopr…AlgebraicGeometry.Scheme.Hom.toNormalization_inl_normalizationCoprodIso_hom · cited by 1Hom.toNormalization_inl_n…AlgebraicGeometry.Scheme.Hom.toNormalization_inr_normalizationCoprodIso_hom · cited by 1Hom.toNormalization_inr_n…AlgebraicGeometry.Scheme.Hom.exists_mem_and_isIso_morphismRestrict_toNormalization · cited by 1Hom.exists_mem_and_isIso_…AlgebraicGeometry.Scheme.Hom.normalizationDesc.congr_simp · cited by 0normalizationDesc.congr_s…AlgebraicGeometry.Scheme.Hom.normalizationDesc_comp_assoc · cited by 0Hom.normalizationDesc_com…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compAlgebraicGeometry.Scheme · cited by 2540AlgebraicGeometry.SchemeOpposite.unop · cited by 2231Opposite.unopAlgebraicGeometry.SheafedSpace.toPresheafedSpace · cited by 1988SheafedSpace.toPresheafed…AlgebraicGeometry.LocallyRingedSpace.toSheafedSpace · cited by 1892LocallyRingedSpace.toShea…AlgebraicGeometry.Scheme.toLocallyRingedSpace · cited by 1734Scheme.toLocallyRingedSpa…AlgebraicGeometry.PresheafedSpace.Hom.base · cited by 1135Hom.baseAlgebraicGeometry.PresheafedSpace.presheaf · cited by 1104PresheafedSpace.presheafCommRingCat.carrier · cited by 1096CommRingCat.carrierCategoryTheory.Functor.op · cited by 997Functor.opAlgebraicGeometry.LocallyRingedSpace.Hom.toHom · cited by 995Hom.toHomAlgebraicGeometry.Scheme.Hom.toLRSHom' · cited by 895Hom.toLRSHom'CategoryTheory.PreZeroHypercover.I₀ · cited by 763PreZeroHypercover.I₀Hom.normalizationDescCITED BYCITES

Cites33

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.