Mathlib Map

Theorems · Theorem · field theory

IsConjRoot.ne_zero_of_injective

∀ {R : Type u_1} {S : Type u_4} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : Algebra R S] [IsDomain S]
  [IsDomain R] [Module.IsTorsionFree R S] {x y : S},
  x ≠ 0 → IsConjRoot R x y → Function.Injective ⇑(algebraMap R S) → y ≠ 0

A variant of IsConjRoot.ne_zero, only assuming IsDomain R, IsTorsionFree R A and Function.Injective (algebraMap R A) instead of Field R. If y is a conjugate root of a nonzero element x, then y is not zero.

Defined in
Mathlib.FieldTheory.Minpoly.IsConjRoot
Cited by
1 results in Mathlib
Foundations
Depth 137 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAlgebraIsDomainIsDomainModule.IsTorsionFree

Around this declaration

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

Cites10

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.