179 Linear Functional

A linear mapping from a vector space to scalars that is used to define the dual space.

definition (Linear Functional) A linear transformation from a vector space \(V\) to its associated field of scalars \(K\), The mapping \(f: V \rightarrow K\) must satisfy the following linearity condition:

  • \(f(ax + by) = af(x) + bf(y)\)

where

  • \(x, y \in V\) are vectors
  • \(a, b \in K\) are scalars
  • \(V\) is a vector space
  • \(K\) is the field of scalars.

179.1 Elementary Example

179.1.1 Simple

A linear functional maps each vector to a scalar.

\[ f : V \rightarrow \mathbb{R} \]

\[ V = \{ e_{1},\ e_{2},\ e_{3} \} \]

\[ f(e_{1}) = 1,\quad f(e_{2}) = -2,\quad f(e_{3}) = 0 \]

where

  • \(f\) is the linear functional.
  • \(V\) is the set of basis vectors used as inputs.