- #1
Peter_Newman
- 155
- 11
- TL;DR Summary
- For ##1 \leq i \leq n## concider ##H = span(b_1,...,b_{i-1},b_{i+1},...,b_n)##. Show that ##2^{-n(n-1)/4}||b_i|| \leq dist(H,b_i) \leq || b_i ||##. Hint use ##\prod ||b_i|| \leq 2^{n(n-1)/4} det(\Lambda)##. Own reasoning below.
I would like to show that a LLL-reduced basis satisfies the following property (Reference):
For ##1 \leq i \leq n## concider ##H = span(b_1,...,b_{i-1},b_{i+1},...,b_n)##. Show that ##2^{-n(n-1)/4}||b_i|| \leq dist(H,b_i) \leq || b_i ||##. Hint use ##\prod ||b_i|| \leq 2^{n(n-1)/4} det(\Lambda)##.
My Idea:
I also have a first approach for the part ##dist(H,b_i) \leq || b_i ||## of the inequality, which I want to present here based on a picture, which is used to explain my thought:
So based on the picture we can see that the norm of the orthogonal part (##\tilde{b_i}##) of the vector ##b_i## gives the distance. Therefor I would argue that ##dist(H,b_i) = ||\tilde{b_i}||## and further ##||\tilde{b_i}|| \leq ||b_i||## since the norm of a Gram-Schmidt vector is less than the norm of the regular vector. If I put this together it makes for me a valid argument to say ##dist(H,b_i) \leq || b_i ||##. This would prove one part of the inequality.
Problem:
However I do not manage to show ##2^{-n(n-1)/4}||b_i|| \leq dist(H,b_i)## with the specific hint. There are other useful properties of an reduced basis (see e.g. the reference) with which it is easier to show, but with the hint there I have no idea. This brings me to the question, if someone here might have an idea.
Remark:
This is not a homework exercise, it's just a question I'm thinking about for myself...