Theorems · Theorem · field theory
Polynomial.exists_monic_and_natDegree_eq_and_norm_map_algebraMap_coeff_sub_lt
∀ {K : Type u_1} {L : Type u_2} [inst : Field K] [inst_1 : NormedField L] [inst_2 : Algebra K L],
DenseRange ⇑(algebraMap K L) →
∀ {f : Polynomial L},
f.Monic →
∀ {ε : ℝ},
ε > 0 →
∃ g,
g.Monic ∧
f.natDegree = g.natDegree ∧ ∀ (n : ℕ), ‖(Polynomial.map (algebraMap K L) g).coeff n - f.coeff n‖ < εIf K is a dense subfield of L, then every monic polynomial in L can be
approximated by a monic polynomial in K of the same degree.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FieldNormedFieldAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites55
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Norm.normstatement and proof · cited by 5,413
- Finset.sumproof · cited by 5,195
- Algebra.algebraMapstatement and proof · cited by 4,706
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
Cited by1
Results whose statement or proof uses this declaration.
- IsAlgClosed.of_denseRangeproof · cited by 0