Mathlib Map

Theorems · Theorem · field theory

transcendental_iff_injective

∀ {R : Type u} {A : Type v} [inst : CommRing R] [inst_1 : Ring A] [inst_2 : Algebra R A] {x : A},
  Transcendental R x ↔ Function.Injective ⇑(Polynomial.aeval x)

An element x is transcendental over R if and only if the map Polynomial.aeval x is injective. This is similar to algebraicIndependent_iff_injective_aeval.

Defined in
Mathlib.RingTheory.Algebraic.Basic
Cited by
6 results in Mathlib
Foundations
Depth 112 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingRingAlgebra

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 by6

Results whose statement or proof uses this declaration.