noncomputable def
Polynomial.L1norm
{K : Type u_1}
[Field K]
(v : AbsoluteValue K ℝ)
(f : Polynomial K)
:
Instances For
@[simp]
theorem
Polynomial.L1norm_nonneg
{K : Type u_1}
[Field K]
(v : AbsoluteValue K ℝ)
(f : Polynomial K)
:
theorem
Polynomial.L1norm_eq_sum_range
{K : Type u_1}
[Field K]
(v : AbsoluteValue K ℝ)
(f : Polynomial K)
:
theorem
Polynomial.L1norm_monic_eq
{K : Type u_1}
[Field K]
(v : AbsoluteValue K ℝ)
(f : Polynomial K)
(hf : f.Monic)
:
theorem
Polynomial.L1norm_monic_ge_one
{K : Type u_1}
[Field K]
(v : AbsoluteValue K ℝ)
(f : Polynomial K)
(hf : f.Monic)
:
theorem
Polynomial.root_norm_lt_L1norm
{K : Type u_1}
[Field K]
(v : AbsoluteValue K ℝ)
(f : Polynomial K)
{L : Type u_2}
[Field L]
[Algebra K L]
(w : AbsoluteValue L ℝ)
(hcompat : ∀ (k : K), w ((algebraMap K L) k) = v k)
(hf : f.Monic)
{α : L}
(hα : (aeval α) f = 0)
:
theorem
automorphism_preserves_spectralNorm
{K : Type u_1}
[NormedField K]
{L : Type u_2}
[Field L]
[Algebra K L]
(σ : Gal(L/K))
(α : L)
:
@[deprecated automorphism_preserves_spectralNorm (since := "2026-05-04")]
theorem
Lemma_11_13
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
(σ : Gal(AlgebraicClosure K/K))
(α : AlgebraicClosure K)
:
def
BelongsTo
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
(β α : AlgebraicClosure K)
:
Instances For
theorem
krasner_lemma
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
{α β : AlgebraicClosure K}
(hsep : IsSeparable K α)
(hbelong : BelongsTo K β α)
:
@[deprecated krasner_lemma (since := "2026-05-04")]
theorem
Lemma_11_15
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
{α β : AlgebraicClosure K}
(hsep : IsSeparable K α)
(hbelong : BelongsTo K β α)
:
theorem
continuity_of_roots
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
(f : Polynomial K)
(hf_monic : f.Monic)
(hf_irr : Irreducible f)
(hf_sep : f.Separable)
:
∃ (δ : ℝ),
0 < δ ∧ ∀ (g : Polynomial K),
g.Monic →
g.natDegree = f.natDegree →
Polynomial.L1norm (normAbsVal K) (f - g) < δ →
∀ (β : AlgebraicClosure K),
(Polynomial.aeval β) g = 0 →
∃ (α : AlgebraicClosure K), (Polynomial.aeval α) f = 0 ∧ BelongsTo K β α ∧ K⟮α⟯ = K⟮β⟯
theorem
Multiset.eq_of_mem_of_mem_of_card_le_one
{α : Type u_1}
[DecidableEq α]
{s : Multiset α}
{a b : α}
(ha : a ∈ s)
(hb : b ∈ s)
(h : s.card ≤ 1)
:
@[deprecated continuity_of_roots (since := "2026-05-04")]
theorem
Theorem_11_19
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
(f : Polynomial K)
(hf_monic : f.Monic)
(hf_irr : Irreducible f)
(hf_sep : f.Separable)
:
∃ (δ : ℝ),
0 < δ ∧ ∀ (g : Polynomial K),
g.Monic →
g.natDegree = f.natDegree →
Polynomial.L1norm (normAbsVal K) (f - g) < δ →
∀ (β : AlgebraicClosure K),
(Polynomial.aeval β) g = 0 →
∃ (α : AlgebraicClosure K), (Polynomial.aeval α) f = 0 ∧ BelongsTo K β α ∧ K⟮α⟯ = K⟮β⟯
theorem
continuity_of_roots_irreducible_separable
(K : Type u_1)
[NontriviallyNormedField K]
[IsUltrametricDist K]
[CompleteSpace K]
(f : Polynomial K)
(hf_monic : f.Monic)
(hf_irr : Irreducible f)
(hf_sep : f.Separable)
:
∃ (δ : ℝ),
0 < δ ∧ ∀ (g : Polynomial K),
g.Monic → g.natDegree = f.natDegree → Polynomial.L1norm (normAbsVal K) (f - g) < δ → Irreducible g ∧ g.Separable