Given the discrete-time function $f[n] = 2\cos(\frac{\pi}{4}n) + \sin(\frac{\pi}{8}n) - 2\cos(\frac{\pi}{2}n + \frac{\pi}{6})$
How can I show that the function is periodic? I know that a discrete time function is periodic if $x[n] = x[n+N]$ where N and n are considered to be positive integers.
But even if I were to just plug [n+N] in I can't see how to determine equality from there.
I considered letting each trig function be the Re/Im part of their respective complex exponentials so that I could combine them and (potentially)more easily group the functions so I could show the equality for a given N, but I'm not sure if that's a valid way of doing it.
I'd also considered that the sum of periodic functions can be periodic, but not always, and I'm not completely clear on what conditions guarantee that a sum of periodic functions is also periodic.
Looking around at other similar questions and other sites, I can see that if they do not have a common multiple, then the sum is not periodic, but these do, which to me says that this may be a periodic sum, but also may not:
Is it always the case that if individual periodic functions have a common multiple, the sum is also periodic?
I can easily just let N be 16, based on the above, and see that it is the period of $f$, but I'm looking for more general information.