Consider the operator: $A: l_2(\Bbb C) \to l_2(\Bbb C)$
$$A(x_1,x_2,\cdots, x_m,x_{m+1},x_{m+1}, \cdots) = (x_1,x_2,\cdots,x_m,0,0,\cdots)$$
I.e. it's the identity map on the first $m$ values, and $0$ on all others.
I want to find the adjoint operator $A^*$, but I don't really understand it.
So $A^*:l_2(\Bbb C)\to l_2(\Bbb C)$ being the adjoint operator means that for every $f\in l_2(\Bbb C)^*$, the dual space, and $x\in l_2(\Bbb C)$
$$f(Ax) = (A^* f)(x)$$
Firstly I am not sure what an arbitrary function of the dual space of $l_2(\Bbb C)$ looks like.
An example of an adjoint operator on an infinite dimensional space would be nice!
If you have the inner product $<x, Ay>$, the adjoint is the operator $B$ such that $<Bx,y> = <x,Ay>$ (think of transposes/hermitian conjugates).
So, in this case, $<x,Ay> = \sum_{i=1}^m x_i y_i^* = <Bx,y> = \sum_{i=1}^\infty (Bx)_i y_i^*$.
From this, I can read off $Bx = (x_1,\ldots,x_m,0,\ldots,0)$ to make the statement true.
So, the adjoint of $A$ is $A$ itself.