I send this message to have a piece of advice to solve my problem. Here is the statement:
Assume $k$ belongs to $N$ and $GF(2^k)[x]$ is a ring of polynomials with coefficients in the field $GF(2^k)$. Prove, that if $r$ belongs to $N$, $n$ belongs to $N$, $n \geq 2$ and $x^r$ is a polynomial from the ring of polynomials $GF(2^k )[x]$, then we have:
$$x^r \bmod(x^n + 1) = x^{r \bmod (n)}.$$
I wanted to prove this by a proposition. Showing that's true for $n = 2$ and then showing that it's true for all $n \geq 2.$
I succeeded to prove this in case $r < 2$ because $x^r \bmod(x^n+1) = x^r$ and $r[n] = r$. But then I encounter an issue for $n =2$ and for greater I don't know how to prove this.
for $r = 2$ we have $x^r [ x^n + 1] = -1$ and $x^0 = 1.$
Thank you in advance