noncomputable def
LLL.gramSchmidtVec
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
:
Fin n → E
Instances For
noncomputable def
LLL.gramSchmidtCoeff
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
(i j : Fin n)
:
Instances For
def
LLL.IsSizeReduced
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
:
Instances For
def
LLL.SatisfiesLovász
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
:
Instances For
structure
LLL.IsLLLReduced
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
:
- size_reduced : IsSizeReduced b
- lovász : SatisfiesLovász b
Instances For
theorem
LLL.gramSchmidtVec_norm_sq_half
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
(hred : IsLLLReduced b)
(i : Fin n)
(hi : ↑i + 1 < n)
:
theorem
LLL.gramSchmidtVec_norm_sq_geometric
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin (n + 1) → E)
(hred : IsLLLReduced b)
(j : ℕ)
(hj : j < n + 1)
:
theorem
LLL.gramSchmidtVec_zero
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin (n + 1) → E)
:
theorem
LLL.lll_shortest_vector_approx
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin (n + 1) → E)
(hred : IsLLLReduced b)
(lam₁ : ℝ)
(hlam₁ : lam₁ > 0)
(hlam₁_achieved : ∃ (v : E), v ≠ 0 ∧ (∃ (c : Fin (n + 1) → ℤ), v = ∑ i : Fin (n + 1), ↑(c i) • b i) ∧ ‖v‖ = lam₁)
:
theorem
LLL.reduced_basis_bounds_lemma5
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(hn : 0 < n)
(b : Fin n → E)
(hb_reduced : IsLLLReduced b)
(det_L : ℝ)
(hdet : det_L > 0)
(hdet_eq : det_L = ∏ i : Fin n, ‖gramSchmidtVec b i‖)
:
def
LLL.SatisfiesLovászOriginal
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
:
Instances For
structure
LLL.IsReducedBasis
{E : Type u_1}
[NormedAddCommGroup E]
[InnerProductSpace ℝ E]
{n : ℕ}
(b : Fin n → E)
:
- size_reduced : IsSizeReduced b
- lovász_original : SatisfiesLovászOriginal b