mathlib documentation

ring_theory.adjoin_root

Adjoining roots of polynomials #

This file defines the commutative ring adjoin_root f, the ring R[X]/(f) obtained from a commutative ring R and a polynomial f : R[X]. If furthermore R is a field and f is irreducible, the field structure on adjoin_root f is constructed.

Main definitions and results #

The main definitions are in the adjoin_root namespace.

def adjoin_root {R : Type u} [comm_ring R] (f : R[X]) :
Type u

Adjoin a root of a polynomial f to a commutative ring R. We define the new ring as the quotient of polynomial R by the principal ideal generated by f.

Equations
@[protected, instance]
noncomputable def adjoin_root.comm_ring {R : Type u} [comm_ring R] (f : R[X]) :
Equations
@[protected, instance]
noncomputable def adjoin_root.inhabited {R : Type u} [comm_ring R] (f : R[X]) :
Equations
@[protected, instance]
noncomputable def adjoin_root.decidable_eq {R : Type u} [comm_ring R] (f : R[X]) :
Equations
noncomputable def adjoin_root.mk {R : Type u} [comm_ring R] (f : R[X]) :

Ring homomorphism from R[x] to adjoin_root f sending X to the root.

Equations
theorem adjoin_root.induction_on {R : Type u} [comm_ring R] (f : R[X]) {C : adjoin_root f → Prop} (x : adjoin_root f) (ih : ∀ (p : R[X]), C ((adjoin_root.mk f) p)) :
C x
noncomputable def adjoin_root.of {R : Type u} [comm_ring R] (f : R[X]) :

Embedding of the original ring R into adjoin_root f.

Equations
@[protected, instance]
noncomputable def adjoin_root.algebra {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_semiring S] [algebra S R] :
Equations
@[protected, instance]
def adjoin_root.is_scalar_tower {R : Type u} {S : Type v} {K : Type w} [comm_ring R] (f : R[X]) [comm_semiring S] [comm_semiring K] [has_scalar S K] [algebra S R] [algebra K R] [is_scalar_tower S K R] :
@[protected, instance]
def adjoin_root.smul_comm_class {R : Type u} {S : Type v} {K : Type w} [comm_ring R] (f : R[X]) [comm_semiring S] [comm_semiring K] [algebra S R] [algebra K R] [smul_comm_class S K R] :
@[simp]
theorem adjoin_root.algebra_map_eq {R : Type u} [comm_ring R] (f : R[X]) :
theorem adjoin_root.algebra_map_eq' {R : Type u} (S : Type v) [comm_ring R] (f : R[X]) [comm_semiring S] [algebra S R] :
noncomputable def adjoin_root.root {R : Type u} [comm_ring R] (f : R[X]) :

The adjoined root.

Equations
@[protected, instance]
noncomputable def adjoin_root.adjoin_root.has_coe_t {R : Type u} [comm_ring R] {f : R[X]} :
Equations
@[simp]
theorem adjoin_root.mk_eq_mk {R : Type u} [comm_ring R] {f g h : R[X]} :
@[simp]
theorem adjoin_root.mk_self {R : Type u} [comm_ring R] {f : R[X]} :
@[simp]
theorem adjoin_root.mk_C {R : Type u} [comm_ring R] {f : R[X]} (x : R) :
@[simp]
@[simp]
theorem adjoin_root.aeval_eq {R : Type u} [comm_ring R] {f : R[X]} (p : R[X]) :
@[simp]
theorem adjoin_root.is_algebraic_root {R : Type u} [comm_ring R] {f : R[X]} (hf : f 0) :
noncomputable def adjoin_root.lift {R : Type u} {S : Type v} [comm_ring R] {f : R[X]} [comm_ring S] (i : R →+* S) (x : S) (h : polynomial.eval₂ i x f = 0) :

Lift a ring homomorphism i : R →+* S to adjoin_root f →+* S.

Equations
@[simp]
theorem adjoin_root.lift_mk {R : Type u} {S : Type v} [comm_ring R] {f : R[X]} [comm_ring S] {i : R →+* S} {a : S} (h : polynomial.eval₂ i a f = 0) (g : R[X]) :
@[simp]
theorem adjoin_root.lift_root {R : Type u} {S : Type v} [comm_ring R] {f : R[X]} [comm_ring S] {i : R →+* S} {a : S} (h : polynomial.eval₂ i a f = 0) :
@[simp]
theorem adjoin_root.lift_of {R : Type u} {S : Type v} [comm_ring R] {f : R[X]} [comm_ring S] {i : R →+* S} {a : S} (h : polynomial.eval₂ i a f = 0) {x : R} :
@[simp]
theorem adjoin_root.lift_comp_of {R : Type u} {S : Type v} [comm_ring R] {f : R[X]} [comm_ring S] {i : R →+* S} {a : S} (h : polynomial.eval₂ i a f = 0) :
noncomputable def adjoin_root.lift_hom {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_ring S] [algebra R S] (x : S) (hfx : (polynomial.aeval x) f = 0) :

Produce an algebra homomorphism adjoin_root f →ₐ[R] S sending root f to a root of f in S.

Equations
@[simp]
theorem adjoin_root.coe_lift_hom {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_ring S] [algebra R S] (x : S) (hfx : (polynomial.aeval x) f = 0) :
@[simp]
theorem adjoin_root.aeval_alg_hom_eq_zero {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_ring S] [algebra R S] (ϕ : adjoin_root f →ₐ[R] S) :
@[simp]
theorem adjoin_root.lift_hom_eq_alg_hom {R : Type u} {S : Type v} [comm_ring R] [comm_ring S] [algebra R S] (f : R[X]) (ϕ : adjoin_root f →ₐ[R] S) :
@[simp]
theorem adjoin_root.lift_hom_mk {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_ring S] {a : S} [algebra R S] (hfx : (polynomial.aeval a) f = 0) {g : R[X]} :
@[simp]
theorem adjoin_root.lift_hom_root {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_ring S] {a : S} [algebra R S] (hfx : (polynomial.aeval a) f = 0) :
@[simp]
theorem adjoin_root.lift_hom_of {R : Type u} {S : Type v} [comm_ring R] (f : R[X]) [comm_ring S] {a : S} [algebra R S] (hfx : (polynomial.aeval a) f = 0) {x : R} :
@[protected, instance]
def adjoin_root.is_maximal_span {K : Type w} [field K] {f : K[X]} [irreducible f] :
theorem adjoin_root.is_integral_root' {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :
noncomputable def adjoin_root.mod_by_monic_hom {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :

adjoin_root.mod_by_monic_hom sends the equivalence class of f mod g to f %ₘ g.

This is a well-defined right inverse to adjoin_root.mk, see adjoin_root.mk_left_inverse.

Equations
@[simp]
theorem adjoin_root.mod_by_monic_hom_mk {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) (f : R[X]) :
theorem adjoin_root.mk_surjective {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :
noncomputable def adjoin_root.power_basis_aux' {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :

The elements 1, root g, ..., root g ^ (d - 1) form a basis for adjoin_root g, where g is a monic polynomial of degree d.

Equations
@[simp]
@[simp]
theorem adjoin_root.power_basis_aux'_repr_apply_to_fun {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) (ᾰ : adjoin_root g) (ᾰ_1 : fin g.nat_degree) :
@[simp]
theorem adjoin_root.power_basis'_dim {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :
noncomputable def adjoin_root.power_basis' {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :

The power basis 1, root g, ..., root g ^ (d - 1) for adjoin_root g, where g is a monic polynomial of degree d.

Equations
@[simp]
theorem adjoin_root.power_basis'_gen {R : Type u} [comm_ring R] {g : R[X]} (hg : g.monic) :
theorem adjoin_root.is_integral_root {K : Type w} [field K] {f : K[X]} (hf : f 0) :
theorem adjoin_root.minpoly_root {K : Type w} [field K] {f : K[X]} (hf : f 0) :
noncomputable def adjoin_root.power_basis_aux {K : Type w} [field K] {f : K[X]} (hf : f 0) :

The elements 1, root f, ..., root f ^ (d - 1) form a basis for adjoin_root f, where f is an irreducible polynomial over a field of degree d.

Equations
@[simp]
theorem adjoin_root.power_basis_gen {K : Type w} [field K] {f : K[X]} (hf : f 0) :
noncomputable def adjoin_root.power_basis {K : Type w} [field K] {f : K[X]} (hf : f 0) :

The power basis 1, root f, ..., root f ^ (d - 1) for adjoin_root f, where f is an irreducible polynomial over a field of degree d.

Equations
@[simp]
theorem adjoin_root.power_basis_dim {K : Type w} [field K] {f : K[X]} (hf : f 0) :
theorem adjoin_root.minpoly_power_basis_gen_of_monic {K : Type w} [field K] {f : K[X]} (hf : f.monic) (hf' : f 0 := _) :
@[simp]
theorem adjoin_root.equiv'_symm_apply {R : Type u} {S : Type v} [comm_ring R] [is_domain R] [comm_ring S] [is_domain S] [algebra R S] (g : R[X]) (pb : power_basis R S) (h₁ : (polynomial.aeval (adjoin_root.root g)) (minpoly R pb.gen) = 0) (h₂ : (polynomial.aeval pb.gen) g = 0) :
((adjoin_root.equiv' g pb h₁ h₂).symm) = (pb.lift (adjoin_root.root g) h₁)
noncomputable def adjoin_root.equiv' {R : Type u} {S : Type v} [comm_ring R] [is_domain R] [comm_ring S] [is_domain S] [algebra R S] (g : R[X]) (pb : power_basis R S) (h₁ : (polynomial.aeval (adjoin_root.root g)) (minpoly R pb.gen) = 0) (h₂ : (polynomial.aeval pb.gen) g = 0) :

If S is an extension of R with power basis pb and g is a monic polynomial over R such that pb.gen has a minimal polynomial g, then S is isomorphic to adjoin_root g.

Compare power_basis.equiv_of_root, which would require h₂ : aeval pb.gen (minpoly R (root g)) = 0; that minimal polynomial is not guaranteed to be identical to g.

Equations
@[simp]
theorem adjoin_root.equiv'_apply {R : Type u} {S : Type v} [comm_ring R] [is_domain R] [comm_ring S] [is_domain S] [algebra R S] (g : R[X]) (pb : power_basis R S) (h₁ : (polynomial.aeval (adjoin_root.root g)) (minpoly R pb.gen) = 0) (h₂ : (polynomial.aeval pb.gen) g = 0) :
(adjoin_root.equiv' g pb h₁ h₂) = (adjoin_root.lift_hom g pb.gen h₂)
@[simp]
theorem adjoin_root.equiv'_to_alg_hom {R : Type u} {S : Type v} [comm_ring R] [is_domain R] [comm_ring S] [is_domain S] [algebra R S] (g : R[X]) (pb : power_basis R S) (h₁ : (polynomial.aeval (adjoin_root.root g)) (minpoly R pb.gen) = 0) (h₂ : (polynomial.aeval pb.gen) g = 0) :
@[simp]
theorem adjoin_root.equiv'_symm_to_alg_hom {R : Type u} {S : Type v} [comm_ring R] [is_domain R] [comm_ring S] [is_domain S] [algebra R S] (g : R[X]) (pb : power_basis R S) (h₁ : (polynomial.aeval (adjoin_root.root g)) (minpoly R pb.gen) = 0) (h₂ : (polynomial.aeval pb.gen) g = 0) :
noncomputable def adjoin_root.equiv (L : Type u_1) (F : Type u_2) [field F] [field L] [algebra F L] (f : F[X]) (hf : f 0) :

If L is a field extension of F and f is a polynomial over F then the set of maps from F[x]/(f) into L is in bijection with the set of roots of f in L.

Equations

The natural isomorphism R[α]/(I[α]) ≅ R[α]/((I[x] ⊔ (f)) / (f)) for α a root of f : polynomial R and I : ideal R.

See adjoin_root.quot_map_of_equiv for the isomorphism with (R/I)[X] / (f mod I).

Equations