Mathlib Map

Theorems · Theorem · ring theory

Pi.ringHom_injective

Deprecated since 2026-05-30Use RingHom.pi_injective instead.

∀ {I : Type u} {f : I → Type u_1} {γ : Type u_2} [Nonempty I] [inst : (i : I) → NonAssocSemiring (f i)]
  [inst_1 : NonAssocSemiring γ] (g : (i : I) → γ →+* f i),
  (∀ (i : I), Function.Injective ⇑(g i)) → Function.Injective ⇑(RingHom.pi g)

Alias of RingHom.pi_injective.

Defined in
Mathlib.Algebra.Ring.Pi
Cited by
0 results in Mathlib
Foundations
Depth 18 from the axioms · uses Quot.sound
Assumes
NonemptyNonAssocSemiringNonAssocSemiring

Around this declaration

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

Cites5

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.