diff options
| author | Ian Jauslin <ian@jauslin.org> | 2022-05-26 20:54:30 -0400 | 
|---|---|---|
| committer | Ian Jauslin <ian@jauslin.org> | 2022-05-26 21:06:09 -0400 | 
| commit | 77043e249cf49fd533a1ffd6f53c0b6d6fcaaba8 (patch) | |
| tree | 38ea6e714d44b996ea37a9d32a49effa62d3c6ba /docs/nstrophy_doc | |
| parent | 480ce57afa138d0daac4ae750a63ac2ee9e56bd4 (diff) | |
Make N be the smallest power of 2 larger than 3*K+1
Diffstat (limited to 'docs/nstrophy_doc')
| -rw-r--r-- | docs/nstrophy_doc/nstrophy_doc.tex | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/nstrophy_doc/nstrophy_doc.tex b/docs/nstrophy_doc/nstrophy_doc.tex index 418520f..35c42ec 100644 --- a/docs/nstrophy_doc/nstrophy_doc.tex +++ b/docs/nstrophy_doc/nstrophy_doc.tex @@ -108,9 +108,9 @@ in which $\mathcal F^*$ is defined like $\mathcal F$ but with the opposite phase  \end{equation}  provided  \begin{equation} -  N_i>4K_i. +  N_i>3K_i.  \end{equation} -Indeed, $\sum_{n_i=0}^{N_i}e^{-\frac{2i\pi}{N_i}n_im_i}$ vanishes unless $m_i=0\%N_i$ (in which $\%N_i$ means `modulo $N_i$'), and, if $p,q\in\mathcal K$, then $|p_i+q_i|\leqslant2K_i$. +Indeed, $\sum_{n_i=0}^{N_i}e^{-\frac{2i\pi}{N_i}n_im_i}$ vanishes unless $m_i=0\%N_i$ (in which $\%N_i$ means `modulo $N_i$'), and, if $p,q,k\in\mathcal K$, then $|p_i+q_i-k_i|\leqslant3K_i$, so, as long as $N_i>3K_i$, then $(p_i+q_i-k_i)=0\%N_i$ implies $p_i+q_i=k_i$.  Therefore,  \begin{equation}    T(\hat\varphi,k) | 
