Mathlib Map

Theorems · Theorem · commutative algebra

RingHom.Flat.localRingHom

∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : CommRing S] {f : R →+* S},
  f.Flat →
    ∀ (P : Ideal S) [inst_2 : P.IsPrime] (Q : Ideal R) [inst_3 : Q.IsPrime] (hQP : Q = Ideal.comap f P),
      (Localization.localRingHom Q P f hQP).Flat
Defined in
Mathlib.RingTheory.RingHom.Flat
Cited by
1 results in Mathlib
Foundations
Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingIdeal.IsPrimeIdeal.IsPrime

Around this declaration

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

Cites17

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

Cited by1

Results whose statement or proof uses this declaration.