Mathlib Map

Theorems · Theorem · algebraic geometry

AlgebraicGeometry.Scheme.Hom.toNormalization_normalizationDesc_assoc

∀ {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)
  [inst_2 : AlgebraicGeometry.IsIntegralHom f₂] (H : f = CategoryTheory.CategoryStruct.comp f₁ f₂)
  {Z : AlgebraicGeometry.Scheme} (h : T ⟶ Z),
  CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Scheme.Hom.toNormalization f)
      (CategoryTheory.CategoryStruct.comp (AlgebraicGeometry.Scheme.Hom.normalizationDesc f f₁ f₂ H) h) =
    CategoryTheory.CategoryStruct.comp f₁ h
Defined in
Mathlib.AlgebraicGeometry.Normalization
Cited by
2 results in Mathlib
Foundations
Depth 207 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.

Cites11

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

Cited by2

Results whose statement or proof uses this declaration.