Theorems · Theorem · number theory
Int.Matrix.exists_ne_zero_int_vec_norm_le
∀ {α : Type u_1} {β : Type u_2} [inst : Fintype α] [inst_1 : Fintype β] (A : Matrix α β ℤ),
Fintype.card α < Fintype.card β →
0 < Fintype.card α →
∃ t,
t ≠ 0 ∧
A.mulVec t = 0 ∧
‖t‖ ≤ (↑(Fintype.card β) * max 1 ‖A‖) ^ (↑(Fintype.card α) / (↑(Fintype.card β) - ↑(Fintype.card α)))- Defined in
- Mathlib.NumberTheory.SiegelsLemma
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Norm.normstatement and proof · cited by 5,413
- Matrixstatement and proof · cited by 4,303
- Nat.cast_oneproof · cited by 2,501
- absproof · cited by 1,814
- Fintype.cardstatement and proof · cited by 1,386
- le_of_ltproof · cited by 1,175
- le_transproof · cited by 985
- mul_nonnegproof · cited by 397
- Int.cast_natCastproof · cited by 393
- Finset.Iccproof · cited by 348
Cited by1
Results whose statement or proof uses this declaration.
- Int.Matrix.exists_ne_zero_int_vec_norm_le'proof · cited by 1