Mathlib Map

Theorems · Theorem · algebraic geometry

RingHom.IsStandardSmoothOfRelativeDimension.comp

∀ {n m : ℕ} {R : Type u} {S : Type v} [inst : CommRing R] [inst_1 : CommRing S] {T : Type u_1} [inst_2 : CommRing T]
  {g : S →+* T} {f : R →+* S},
  RingHom.IsStandardSmoothOfRelativeDimension n g →
    RingHom.IsStandardSmoothOfRelativeDimension m f → RingHom.IsStandardSmoothOfRelativeDimension (n + m) (g.comp f)
Defined in
Mathlib.RingTheory.RingHom.StandardSmooth
Cited by
2 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingCommRing

Around this declaration

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

Cites10

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.