Here $x$ is the polynomial and $n,k$ are both integers. Why is this true or is not true?
I tried to prove it by induction.
Base case: $(q^{k} - 1) / (q^{k} - 1) = 1$.
Inductive step: $(q^{ck} - 1) / (q^{k} - 1) = f(x)$, then prove that $(q^{(c+1)k} - 1) / (q^{k} - 1) = f'(x)$. And here is where I stuck, how can I express such $f'(x)$, that is to say, I need to solve $(q^k - 1) * f(x) + q^{k} = (q^k - 1) * g(x) = f'(x) $.