Overview and basic definitions
Definition: Linear combination, span
Let be a field and be an -vector space. A linear combination of a sequence of vectors is another vector of the form where each .
The span of the set is the set of all linear combinations with .
Properties of span
Proposition: Minimality of the spanning subspace
Let be a sequence of vectors.
- (i) is a vector subspace of containing for every ;
- (ii) If is another subspace that contains , then That is, is the smallest vector subspace of containing the sequence ;
- (iii) For every , we have with equality if and only if .
Code snippets
v_1, \ldots, v_d
t_1 v_1 + \cdots + t_dv_d
\textup{span} \{ v_1, \ldots, v_d \}