../
Linear Form
A linear form (also called as linear functional) is a functional that is linear.
Let $l$ be a linear functional on vector space $X$, then
- $l(\alpha x) = |\alpha|l(x), \forall x\in X, \forall \alpha\in\mathbb{K}$
- $l(x + y) = l(x) + l(y), \forall x, y\in X$
This is very similar to our usual definition of linear functions but we restrict(generalize) the discussion to vectors.