Mathlib Map

Theorems · Theorem · commutative algebra

map_nonunit

∀ {R : Type u_1} {S : Type u_2} [inst : CommSemiring R] [inst_1 : IsLocalRing R] [inst_2 : CommSemiring S]
  [inst_3 : IsLocalRing S] (f : R →+* S) [IsLocalHom f],
  ∀ a ∈ IsLocalRing.maximalIdeal R, f a ∈ IsLocalRing.maximalIdeal S

The image of the maximal ideal of the source is contained within the maximal ideal of the target.

Defined in
Mathlib.RingTheory.LocalRing.RingHom.Basic
Cited by
1 results in Mathlib
Foundations
Depth 27 from the axioms · uses propext
Assumes
CommSemiringIsLocalRingCommSemiringIsLocalRingIsLocalHom

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 by1

Results whose statement or proof uses this declaration.