Mathlib Map

Theorems · Definition · commutative algebra

Polynomial.int

{K : Type u_1} → [inst : Field K] → (R : Subring K) → (P : Polynomial K) → (∀ (n : ℕ), P.coeff n ∈ R) → Polynomial ↥R

Given a polynomial in K[X] such that all coefficients belong to the subring R, Polynomial.int is the corresponding polynomial in R[X].

Defined in
Mathlib.Algebra.Ring.Subring.IntPolynomial
Cited by
5 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Field

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 by5

Results whose statement or proof uses this declaration.