Mathlib Map

Theorems · Theorem · commutative algebra

RingHom.mem_ker

∀ {R : Type u} {S : Type v} {F : Type u_1} [inst : Semiring R] [inst_1 : Semiring S] [inst_2 : FunLike F R S]
  [rcf : RingHomClass F R S] {f : F} {r : R}, r ∈ RingHom.ker f ↔ f r = 0

An element is in the kernel if and only if it maps to zero.

Defined in
Mathlib.RingTheory.Ideal.Maps
Cited by
49 results in Mathlib
Foundations
Depth 20 from the axioms · uses propext, Quot.sound
Assumes
SemiringSemiringFunLikeRingHomClass

Around this declaration

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

Cites8

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

Cited by49

Results whose statement or proof uses this declaration.