One of the more interesting properties of a finite-dimensional linear space $X$ is that the space of linear operators on $X$ is also finite-dimensional. That translates to Algebra. Indeed, if $A : X \rightarrow X$ is linear, then $I,A^{2},\cdots A^{N^{2}}$ must be a linearly-dependent set if $N=\dim(X)$, which gives the existence of a polynomial $p$ such that $p(A)=0$, and a minimal polynomial $m$ with highest order coefficient $1$ such that $m(A)=0$. Furthermore, and quite surprisingly, the order of the minimal polynomial never exceeds $N$. None of this is true in infinite dimensions, and most of it doesn't make sense.
If $m(\lambda)=\lambda^{n}+a_{n-1}\lambda^{n-1}+\cdots+a_{1}\lambda + a_{n}$ is the minimal polynomial then
$$
\begin{align}
-a_{n}I & = A(A^{n-1}+a_{n-1}A^{n-2}+\cdots+a_{1}I) \\
& = (A^{n-1}+a_{n-1}A^{n-2}+\cdots+a_{1}I)A.
\end{align}
$$
From this is becomes obvious that $A$ has a left inverse iff it has a right inverse, and this occurs iff $a_{n}=m(0) \ne 0$. The above shows that a left inverse is always a right inverse and a right inverse is always a left inverse, which makes either a full inverse; furthermore, if the inverse exists, it must be a polynomial in $A$.
The same arguments show that $A-\lambda I$ is invertible iff $m(\lambda)\ne 0$, which means that there are only a finite number of $\lambda$ for which $A-\lambda I$ is not invertible. This becomes an issue of polynomials only, and the inverse has the form
$$
(A-\lambda I)^{-1}=-\frac{1}{m(\lambda)}(\lambda^{n-1}I+\lambda^{n-2}C_{n-2}+\cdots \lambda^{1} C_1+C_0),
$$
where the coefficient matrices $C_{k}$ are polynomials in $A$. If you're working over $\mathbb{C}$ instead of $\mathbb{R}$, then you can write this in terms of a partial fraction decomposition involving the roots $\{ \lambda_{1},\cdots,\lambda_{k}\}$ of $m$:
$$
(A-\lambda I)^{-1} = \sum_{l=1}^{k}\sum_{j=1}^{r_l} \frac{1}{(\lambda-\lambda_{l})^{j}}A_{l,j}.
$$
All of the coefficient matrices $A_{l,j}$ are polynomials in $A$, and from this you can derive the tools need to obtain Jordan normal form, including the existence of cyclic subspaces associated with eigenvalue $\lambda_{l}$--these subspaces have maximum order equal to the order of the pole at $\lambda_{l}$.
So Finite-dimensional linear space has an amazingly deep effect on the algebra of linear operators, and this is one of the most important differences. Compactness and topology don't buy you much in this context; they're not really necessary. However, topology is necessary in order to deal effectively with infinite-dimensional spaces, so that you can build up from the finite. The linear algebra of operators on infinite-dimensional spaces, however, is just not clean; and you wouldn't expect it to be.