-2

Why is $f(e_k)^2=f(f(e_k)e_k)$?

Rather than $f(e_k)f(e_k)$

$f$ is linear bounded functional.

mavavilj
  • 7,270

1 Answers1

3

It's both. Since $f$ is a functional, $f(e_k)$ is a scalar (assuming $e_k$ is a vector). So, $f(e_k) e_k$ is a vector (it's the vector $e_k$ scaled by the scalar $f(e_k)$), and according to linearity, $$f(\color{red}{f(e_k)}e_k) = \color{red}{f(e_k)}f(e_k) = f(e_k)^2.$$

Theo Bendit
  • 50,900