Mathlib Map

Theorems · Definition · algebraic geometry

AlgebraicGeometry.Scheme.Hom.normalizationCoprodIso

{X Y : AlgebraicGeometry.Scheme} →
  (f : X ⟶ Y) →
    [inst : AlgebraicGeometry.QuasiCompact f] →
      [inst_1 : AlgebraicGeometry.QuasiSeparated f] →
        {U V : AlgebraicGeometry.Scheme} →
          {iU : U ⟶ X} →
            {iV : V ⟶ X} →
              CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.BinaryCofan.mk iU iV) →
                [inst_2 : AlgebraicGeometry.QuasiCompact iU] →
                  [inst_3 : AlgebraicGeometry.QuasiSeparated iU] →
                    [inst_4 : AlgebraicGeometry.QuasiCompact iV] →
                      [inst_5 : AlgebraicGeometry.QuasiSeparated iV] →
                        AlgebraicGeometry.Scheme.Hom.normalization (CategoryTheory.CategoryStruct.comp iU f) ⨿
                            AlgebraicGeometry.Scheme.Hom.normalization (CategoryTheory.CategoryStruct.comp iV f) ≅
                          AlgebraicGeometry.Scheme.Hom.normalization f

The normalization of Y in a coproduct is isomorphic to the coproduct of the normalizations in each of the components.

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

Around this declaration

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

AlgebraicGeometry.Scheme.Hom.inl_toNormalization_normalizationCoprodIso_inv · cited by 1Hom.inl_toNormalization_n…AlgebraicGeometry.Scheme.Hom.inr_normalizationCoprodIso_hom_fromNormalization · cited by 1Hom.inr_normalizationCopr…AlgebraicGeometry.Scheme.Hom.inr_toNormalization_normalizationCoprodIso_inv · cited by 1Hom.inr_toNormalization_n…AlgebraicGeometry.Scheme.Hom.toNormalization_inl_normalizationCoprodIso_hom · cited by 1Hom.toNormalization_inl_n…AlgebraicGeometry.Scheme.Hom.toNormalization_inl_normalizationCoprodIso_hom_assoc · cited by 1Hom.toNormalization_inl_n…AlgebraicGeometry.Scheme.Hom.normalizationCoprodIso_inv_coprodDesc_fromNormalization · cited by 1Hom.normalizationCoprodIs…AlgebraicGeometry.Scheme.Hom.toNormalization_inr_normalizationCoprodIso_hom · cited by 1Hom.toNormalization_inr_n…AlgebraicGeometry.Scheme.Hom.toNormalization_inr_normalizationCoprodIso_hom_assoc · 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.inl_normalizationCoprodIso_hom_fromNormalization · cited by 1Hom.inl_normalizationCopr…AlgebraicGeometry.Scheme.Hom.inl_toNormalization_normalizationCoprodIso_inv_assoc · cited by 0Hom.inl_toNormalization_n…AlgebraicGeometry.Scheme.Hom.inr_normalizationCoprodIso_hom_fromNormalization_assoc · cited by 0Hom.inr_normalizationCopr…AlgebraicGeometry.Scheme.Hom.inr_toNormalization_normalizationCoprodIso_inv_assoc · cited by 0Hom.inr_toNormalization_n…AlgebraicGeometry.Scheme.Hom.normalizationCoprodIso_inv_coprodDesc_fromNormalization_assoc · cited by 0Hom.normalizationCoprodIs…AlgebraicGeometry.Scheme.Hom.inl_normalizationCoprodIso_hom_fromNormalization_assoc · cited by 0Hom.inl_normalizationCopr…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoAlgebraicGeometry.Scheme · cited by 2540AlgebraicGeometry.SchemeCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.IsColimit · cited by 773Limits.IsColimitCategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.coprod · cited by 252Limits.coprodCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitAlgebraicGeometry.QuasiCompact · cited by 102AlgebraicGeometry.QuasiCo…Hom.normalizationCoprodIsoCITED BYCITES

Cites25

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

Cited by15

Results whose statement or proof uses this declaration.