Schmidt's subspace theorem

← All problems

schmidt_subspace

Submitter: Junyan Xu.

Notes: Unavailable.

Source: W.M. Schmidt, Diophantine approximation, Lecture Notes in Mathematics 785, Springer Verlag 1980, Chap. V,VI,VII.

Informal solution: Unavailable.

theorem declaration uses `sorry`schmidt_subspace (σ : Type*) [Fintype σ] ( : 2 Fintype.card σ) (L : σ σ ) (alg : i j, IsAlgebraic (L i j)) (ind : LinearIndependent L) (ε : ) (pos : 0 < ε) : s : Finset (σ ), 0 s x : σ , i, j, L i j * x j < x ^ (-ε) c s, i, c i * x i = 0 := σ:Type u_1inst✝:Fintype σ:2 Fintype.card σL:σ σ alg: (i j : σ), IsAlgebraic (L i j)ind:LinearIndependent Lε:pos:0 < ε s, 0 s (x : σ ), i, j, L i j * (x j) < x ^ (-ε) c s, i, c i * x i = 0 All goals completed! 🐙

Solved by

Not yet solved.