Definition
Let be $V$ and $U$ two vector spaces equipped with an inner product. So given a linear transformation $f:V\rightarrow W$ a function $f^*:U\rightarrow V$ is called adjoint of $f$ if
- $$ \big\langle \pmb u,f(\pmb v)\big\rangle=\big\langle f^*(\pmb u),\pmb v\big\rangle $$
for all $\pmb v\in V$ and $\pmb u\in U$.
Theorem
For every transformation $f:V\rightarrow U$ there exist a unique adjoint $f^*$ satisfying the condition of the above definition.
So to follow my proof attempt.
- Chose a basis $\mathcal{V}:=\{\pmb v_1,...,\pmb v_n\}$ for $V$ and a basis $\mathcal{U}:=\{\pmb u_1,...,\pmb u_m\}$ of $U$. Then $f$ can be characterized by the $m\times n$ matrix $A$ such that $$ f(v_j)=\sum_{i=1}^ma_{i,j}\pmb u_i $$ for any $j=1,...,n$. Now let $\mathcal{V}':=\{\pmb v^1,...,\pmb v^n\}$ and $\mathcal{U}':=\{\pmb u^1,...,\pmb u^m\}$ the reciprocal bases of $\mathcal{V}$ and $\mathcal{U}$ respectively. So since $f$ and $f^*$ are both linear transformation it is suffices to check $(1)$ for $u$ equal to an arbitrary element of the basis $\mathcal{U}'$ and for $v$ equal to an arbitrary element of the basis $\mathcal{V}$. So we observe that $$ \big\langle\pmb u^i,f(\pmb v_j)\big\rangle=\biggl\langle\pmb u^i,\sum_{h=1}^ma_{h,j}\pmb u_h\biggl\rangle=\sum_{h=1}^ma_{h,j}\langle\pmb u^i,\pmb u_h\rangle=\sum_{h=1}^ma_{h,j}\delta_{i,h}=a_{i,j} $$ and $$ \big\langle f^*(\pmb u^i), \pmb v_i\big\rangle=\biggl\langle f^*\biggl(\sum_{h=1}^mb_{h,i}\pmb u_h\biggl),\pmb v_j\biggl\rangle=\biggl\langle\sum_{h=1}^mb_{h,i}f^*(\pmb u_h),\pmb v_j\biggl\rangle=\biggl\langle\sum_{k=1}^n\sum_{h=1}^ka^*_{k,h}b_{h,i}\pmb v_k,\pmb v_j\biggl\rangle=\sum_{k=1}^n\sum_{h=1}^ma^*_{k,h}b_{h,i}\langle\pmb v_k,\pmb v_j\rangle=\sum_{k=1}^n\sum_{h=1}^m\langle\pmb v_j,\pmb v_k\rangle a^*_{k,h}b_{h,i}=\sum_{k=1}^n\sum_{h=1}^mc_{j,k} a^*_{k,h}b_{h,i} $$ where $b_{h,i}=\langle \pmb u^h,\pmb u^i\rangle$ for each $h=1,...,m$. So if $B$ and $C$ are the matrix of change of basis from $\mathcal U'$ to $\mathcal U$ and from $\mathcal V$ to $\mathcal V'$ respectively then it seems to me (IS THIS TRUE?) that $\sum_{k=1}^n\sum_{h=1}^mc_{j,k} a^*_{k,h}b_{h,i}=(C\cdot A^*\cdot B)_{j,i}$ so that I have to choice the elements of $A^*$ such that $(C\cdot A^*\cdot B)_{j,i}=a_{i,j}$ but unfortunately I don't be able to do this: it seems that the above equality imply that $A^*=C^{-1}\cdot A^{tr}\cdot B^{-1}$ but I am not sure about this.
I point out that my proof attempt is the same that is given by Ray M. Bowen and C. C. Wang in Introduction to vectors and tensors and they use the above theorem to prove though the canonical isomorphism the existent of an adjoint function between the dual spaces. So could someone help me, please?