[example: Standard Inner Products]
The most important examples of inner product spaces:
**1. Euclidean space $\mathbb{R}^n$.** Let $v = (v_1, \ldots, v_n)$ and $w = (w_1, \ldots, w_n)$. The standard inner product is
\begin{align*}
(v, w)_{\mathbb{R}^n} &= \sum_{i=1}^{n} v_i w_i.
\end{align*}
This is real-valued, symmetric, and positive definite. The induced norm is the Euclidean norm $\|v\|_{\mathbb{R}^n} = \sqrt{\sum_{i=1}^n v_i^2}$.
**2. Unitary space $\mathbb{C}^n$.** For $v, w \in \mathbb{C}^n$:
\begin{align*}
(v, w)_{\mathbb{C}^n} &= \sum_{i=1}^{n} v_i \overline{w_i}.
\end{align*}
Note the conjugate on $w_i$: this ensures $(v, v)_{\mathbb{C}^n} = \sum_i |v_i|^2 \ge 0$. Without the conjugate, taking $v = (i, 0, \ldots, 0)$ gives $(v, v) = i^2 = -1$, violating positive definiteness.
**3. $L^2([a,b])$.** On the space of square-integrable functions $f, g: [a,b] \to \mathbb{C}$:
\begin{align*}
(f, g)_{L^2} &= \int_a^b f(x) \overline{g(x)} \, d\mathcal{L}^1(x).
\end{align*}
Here $\mathcal{L}^1$ is Lebesgue measure on $[a,b]$. This is the inner product that makes Fourier analysis work: the trigonometric functions $\{e^{2\pi i n x}\}_{n \in \mathbb{Z}}$ are orthonormal in $L^2([0,1])$.
[/example]