Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.exists_of_comap_eq_ker_sup

∀ {A : Type u_1} {B : Type u_2} [inst : Ring A] [inst_1 : Ring B] (f : A →+* B),
  Function.Surjective ⇑f →
    ∀ {I : Ideal B} {J : Ideal A}, Ideal.comap f I = RingHom.ker f ⊔ J → ∀ {x : B}, x ∈ I → ∃ y ∈ J, f y = x
Defined in
Mathlib.RingTheory.Ideal.Maps
Cited by
3 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingRing

Around this declaration

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

Cites9

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

Cited by3

Results whose statement or proof uses this declaration.