Let $x[n]$ be a periodic with fundamental period $N$ and $y[n] = x[kn]$ where $k \in \mathbb{N}$ and $k\ge2$. Is $y[n]$ periodic? What's the fundamental period of $y[n]$?
Here is my answer:
If $N = mk$ where $m \in \mathbb{N}$ then $y[n+m] = x[k(n + \frac{N}{k})] = x[kn+N] = x[kn] = y[n]$. So in this case the fundamental period is $\frac{N}{k}$. Otherwise simplify $\frac{N}{k}$ such that $\frac{N}{k} = \frac{m}{n}$ where $\gcd(m , n) = 1$. The fundamental period is $m$ since $y[n+m] = x[k(n+\frac{nN}{k}) ] = x[kn + nN] = x[kn] = y[n]$.
I don't know whether my solution is correct and rigorous enough. For instance how can we prove there is no smaller period?