How can i proof the following:
Let $\mathbb L: V\rightarrow V $ be a linear mapping. Let $v_1,v_2,..,v_n$ non-zero eigenvectors with eigenvalues $c_1,c_2,..,c_n$ respectively, also let the eigenvalues be pairwise differents, show that $v_1,v_2,..,v_n$ are linearly independents.
I tried starting to write 0 as a linear combination of $v_1,v_2,..,v_n$ and then do the mapping, and use induction to proof but i could not finish, have another way to proof?
Your idea sounds good. I don't know where you got stuck, but here's something that should help you for a proof by induction :
You can prove that if $v_1,\dots,v_n$ are linearly dependent, then $v_1,\dots,v_{n-1}$ are linearly dependent. Indeed, suppose $$\alpha_1v_1+\dots+\alpha_n v_n=0\tag{A}\label{A}$$ with $\alpha_i\neq 0$. Applying $\mathbb{L}$, you get that $$\alpha_1c_1v_1+\dots+\alpha_n c_nv_n=0.\tag{B}\label{B}$$ Multiply \eqref{A} by $c_n$ and take the difference with \eqref{B}; you get $$\alpha_1(c_1-c_n)v_1+\dots+\alpha_{n-1} (c_{n-1}-c_n)v_{n-1}=0\tag{C}\label{C}$$ and all $c_i-c_n\neq 0$.