I am trying to solve a problem in Tao's Additive Combinatorics(Problem 3.2.2).
For any additive set $A$ and a natural number $d$(rank of progression), for vectors ($v_1$,$\cdots$,$v_d$)$\in A^d$, $a\in A$ and collection of natural numbers $(N_1,\cdots,N_d)$ a progression $P$ of rank $d$ is the collection $\{a+n_1v_1+\cdots+n_dv_d: 0\leq n_j\leq N_j \}$. The volume of progression $P$ is defined as $vol(P)=\prod_{j=1}^{d}(N_j+1)$.
Suppose $P=\{a+n_1v_1+\cdots+n_dv_d: 0\leq n_j\leq N_j \}$ is a progression of rank $d$ and $S$ is another progression which contains the translates $P+e_1,\cdots, P+e_K$ where $e_i\in A$. Given that $v_1,\cdots,v_d,e_1,\cdots,e_K$ are linearly independent over $Z$. Prove that rank of $S$ is $\geq d+K-1$ and $vol(S)\geq 2^{K-1}vol(P)$.
My working so far:
It is easy to construct a progression $S$ with rank $r+K-1$ and volume $2^{K-1}vol(P)$. I also showed that the rank of $S$ is $\geq d+K-1$ by showing that $v_1,\cdots,v_d,e_1,\cdots,e_K$ are linearly dependent over $Z$ if rank of $S$ is $<d+K-1$. However, I am unable to show that $vol(S)\geq 2^{K-1}vol(P)$. The trivial lower bounds on $vol(S)$ are $2^{d+K-1}$ (obtained from the fact that $rank(S)\geq r+K-1$) and $Kvol(P)$ (obtained from the fact that $vol(S)\geq |S|\geq |P|K \geq Kvol(P)$).
Can someone help me in proving the fact $vol(S)\geq 2^{K-1}vol(P)$? Can someone prove $vol(S)\geq 2^{K-1}vol(P)$ when $A=\mathbb{Z}^n$ or $A=\mathbb{R}^n$ and $n>d+K$?