Let's consider a number of linear operators, defined on a finite dimensional complex vector space, which two by two commutes with each other. (the amount of them can be infinite). How to prove that that will have a common eigenvector?
The finite case can be done by induction: 1) $n=2$, $AB=BA$, then let $x$ be an eigenvector of $A$ (it does exist, because we are working over a $\mathbb{C}$) and $\alpha$ - an eigenvalue. Then, $A(x)=\alpha \cdot x, B(A(x))=A(B(x))=B(\alpha x)=\alpha B(x)$, so $B(x)$ is also an eigenvector of $A$, associated with $\alpha$ eigenvalue. Analogically, we do it for $n>2$.
But, what can i do, while working with an infinite number of operators( induction doesn't work here, actually).
Any help would be appreciated.