For every integer $n \in \mathbb{N}$, we set $F_n(x) = \cos(n \arccos x)$.
Write a function \texttt{chebyshev} that takes as argument an integer $n$ and returns the display of the expression $F_n(x)$. Use the programming language associated with the usual computer algebra software.