Reading Axler Linear Algebra Done Right, page 205, about determining the representing vector in Riesz representation of a linear functional, We're given this (rephrased):
- $V$ is an inner product space with an orthonormal basis $e_1, \dotsb, e_m$
- $\varphi$ is a linear functional of $V$, $v \in V$
$$ \begin {align} \varphi(v) &= \left\langle v, e_{1} \right\rangle \varphi(e_{1}) + \dotsb + \left\langle v, e_{m} \right\rangle \varphi(e_{m}) \\ &= \left\langle v, \overline {\varphi(e_{1})} e_{1} + \dotsb + \overline {\varphi(e_{m})} e_{m} \right\rangle \end {align} $$
and with that $\varphi(v) = \left \langle v, u \right \rangle$ with $u = \overline {\varphi(e_{1})} e_{1} + \dotsb + \overline {\varphi(e_{m})} e_{m}$
I can't retrieve the rule allowing to replace the sum of inner products by the single inner product. How should that be understood?
I'm posting this answer in case someone could be as ignorant as I'm. As suggested by @dvdgrgrtt in a comment, I reviewed the properties of the inner product presented in the book:
Additivity in the first slot: $\langle u+v, w \rangle = \langle u, w \rangle + \langle v, w \rangle$
homogeneity in first slot: $\langle \lambda u, v \rangle = \lambda \langle u, v \rangle$
None can be applied directly here. Instead we need the complements: Additivity in the second slot and antihomogeneity in the second slot. They are not explained in the book, but are here.
$\langle u, v+w \rangle = \langle u,v \rangle + \langle u, w \rangle$
$\langle u, \lambda v \rangle = \overline \lambda \langle u, v \rangle$
$$ \begin {align} \varphi(v) &= \left\langle v, e_{1} \right\rangle \varphi(e_{1}) + \dotsb + \left\langle v, e_{m} \right\rangle \varphi(e_{m}) \\ &= \color {mediumblue}{ \left\langle v, \overline {\varphi(e_{1})} e_{1} \right\rangle + \dotsb + \left\langle v, \overline {\varphi(e_{m})} e_{m} \right\rangle }\\ &= \left\langle v, \overline {\varphi(e_{1})} e_{1} + \dotsb + \overline {\varphi(e_{m})} e_{m} \right\rangle \end {align} $$