Theorems · Theorem · number theory
NumberField.house.exists_ne_zero_int_vec_house_le
∀ (K : Type u_1) [inst : Field K] [inst_1 : NumberField K] {α : Type u_2} {β : Type u_3}
(a : Matrix α β (NumberField.RingOfIntegers K)),
a ≠ 0 →
∀ {p q : ℕ},
0 < p →
p < q →
∀ [inst_2 : Fintype β],
Fintype.card β = q →
∀ {A : ℝ},
(∀ (k : α) (l : β), NumberField.house ((algebraMap (NumberField.RingOfIntegers K) K) (a k l)) ≤ A) →
∀ [inst_3 : DecidableEq (K →+* ℂ)] [inst_4 : Fintype α],
Fintype.card α = p →
∃ ξ,
ξ ≠ 0 ∧
a.mulVec ξ = 0 ∧
∀ (l : β),
NumberField.house ↑(ξ l) ≤
NumberField.house.c₁✝ K * (NumberField.house.c₁✝ K * ↑q * A) ^ (↑p / (↑q - ↑p))There exists a "small" non-zero algebraic integral solution of an non-trivial underdetermined system of linear equations with algebraic integer coefficients.
- Defined in
- Mathlib.NumberTheory.NumberField.House
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 308 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- RingHomstatement and proof · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Complexstatement and proof · cited by 5,565
- Norm.normproof · cited by 5,413
- Algebra.algebraMapstatement and proof · cited by 4,706
- Matrixstatement and proof · cited by 4,303
- Nat.cast_zeroproof · cited by 1,870
- Module.finrankproof · cited by 1,770
- LT.lt.ne'proof · cited by 1,417
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.