Given a vector
$${\bf x}= [a, 0, \dots, 0], a \neq 0, {\bf x} \in \mathbb{R}^n$$
If I compute its Discrete Fourier Transform (DFT), I get
$${\bf DFT}( {\bf x}) = [a,a, \dots, a]$$ I.e., a vector of all $a$s in $\mathbb{R}^n$ too --without complex component.
I know this is true by definition, but I cannot come up with an intuitive explanation. Could you please explain why this happens? I.e. why does a single spike at the beginning of my signal makes it flat in the frequency domain?