Monketoo's picture
Add files using upload-large-folder tool
8771e30 verified

of all integer vectors having integer inner products with all vectors in $\mathcal{L}$. It is easy to check that $(\mathcal{L}^*)^* = \mathcal{L}$ and that, if $\mathbf{B}$ is a basis for $\mathcal{L}$, then $\mathbf{B}^* = \mathbf{B}(\mathbf{B}^T\mathbf{B})^{-1}$ is a basis for $\mathcal{L}^*$. The fundamental parallelepiped of a lattice $\mathcal{L}$ with respect to basis $\mathbf{B}$ is the set

P(B)={i[d]cibi:0ci<1}. \mathcal{P}(\mathbf{B}) = \left\{ \sum_{i \in [d]} c_i \mathbf{b}_i : 0 \le c_i < 1 \right\}.

It is easy to see that $\mathcal{P}(\mathbf{B})$ is a fundamental domain of $\mathcal{L}$. I.e., it tiles $\mathbb{R}^n$ with respect to $\mathcal{L}$. For any lattice $\mathcal{L}(\mathbf{B})$ and point $\mathbf{x} \in \mathbb{R}^n$, there exists a unique point $\mathbf{y} \in \mathcal{P}(\mathbf{B})$ such that $\mathbf{y} - \mathbf{x} \in \mathcal{L}(\mathbf{B})$. We denote this vector by $\mathbf{y} = \mathbf{x} \bmod \mathbf{B}$. Notice that $\mathbf{y}$ can be computed in polynomial time given $\mathbf{B}$ and $\mathbf{x}$. We sometimes write $\mathbf{x} \bmod \mathcal{L}$ when the specific fundamental domain is not important, and we write $\mathbb{R}^n/\mathcal{L}$ for an arbitrary fundamental domain.

The determinant of a lattice $\mathcal{L}$, is defined to be $\det(\mathcal{L}) = \sqrt{\det(\mathbf{B}^T\mathbf{B})}$. It is easy to verify that the determinant does not depend on the choice of basis and that $\det(\mathcal{L})$ is the volume of any fundamental domain of $\mathcal{L}$.

The minimum distance of a lattice $\mathcal{L}$, is the length of the shortest non-zero lattice vector,

λ1(L):=minyL{0}y. \lambda_1(\mathcal{L}) := \min_{\mathbf{y} \in \mathcal{L} \setminus \{\mathbf{0}\}} \|\mathbf{y}\|.

Similarly, we define

λn(L):=minimaxjyi, \lambda_n(\mathcal{L}) := \min_i \max_j \|\mathbf{y}_i\|,

where the minimum is taken over linearly independent lattice vectors $\mathbf{y}_1, \dots, \mathbf{y}_n \in \mathcal{L}$. The covering radius of a lattice $\mathcal{L}$ is

μ(L):=maxtRndist(t,L). \mu(\mathcal{L}) := \max_{\mathbf{t} \in \mathbb{R}^n} \mathrm{dist}(\mathbf{t}, \mathcal{L}).

The Voronoi cell of a lattice $\mathcal{L}$ is the set

ν(L):={xRn:tyt,yL{0}} \nu(\mathcal{L}) := \{\mathbf{x} \in \mathbb{R}^n : \| \mathbf{t} \| \le \| \mathbf{y} - \mathbf{t} \|, \forall \mathbf{y} \in \mathcal{L} \setminus \{\mathbf{0}\}\}

of vectors in $\mathbb{R}^n$ that are closer to 0 than any other point of $\mathcal{L}$. It is easy to check that $V(\mathcal{L})$ is a symmetric polytope and that it tiles $\mathbb{R}^n$ with respect to $\mathcal{L}$. The following claim is an immediate consequence of the fact that an $n$-dimensional unit ball has volume at most $(2\pi e/n)^{n/2}$.

Claim 2.1. For any lattice $\mathcal{L} \subset \mathbb{R}^n$,

μ(L)n/(2πe)det(L)1/n. \mu(\mathcal{L}) \geq \sqrt{n/(2\pi e)} \cdot \det(\mathcal{L})^{1/n}.

Lemma 2.2. For any lattice $\mathcal{L} \subset \mathbb{R}^n$ and $r \ge 0$,

LrB2n(5/n)n(r+μ(L))ndet(L). |\mathcal{L} \cap r B_2^n| \le (5/\sqrt{n})^n \cdot \frac{(r + \mu(\mathcal{L}))^n}{\det(\mathcal{L})}.

Proof. For each vector $\mathbf{y} \in \mathcal{L} \cap rB_2^n$, notice that $\nu(\mathcal{L}) + \mathbf{y} \subseteq (r + \mu(\mathcal{L}))B_2^n$. And, for distinct vectors $\mathbf{y}, \mathbf{y}' \in \mathcal{L}, \nu(\mathcal{L}) + \mathbf{y}$ and $\nu(\mathcal{L}) + \mathbf{y}'$ are disjoint (up to a set of measure zero). Therefore,

vol((r+μ(L))B2n)vol(yLrB2n(ν(L)+y))=LrB2nvol(ν(L))=LrB2ndet(L). \mathrm{vol}((r + \mu(\mathcal{L}))B_2^n) \geq \mathrm{vol}\left(\bigcup_{\mathbf{y} \in \mathcal{L} \cap rB_2^n} (\nu(\mathcal{L}) + \mathbf{y})\right) = |\mathcal{L} \cap rB_2^n| \mathrm{vol}(\nu(\mathcal{L})) = |\mathcal{L} \cap rB_2^n| \det(\mathcal{L}).

The result follows by recalling that for any $r' > 0$, $\mathrm{vol}(r'B_2^n) \le (5r'/\sqrt{n})^n$. □