Vector addition and scalar multiplication are two fundamental operations in linear algebra that support the structure of subspaces.
**Vector Addition**: When you add two vectors, \( \mathbf{u} + \mathbf{v} \), you simply add the corresponding components of the vectors. If both vectors are part of a subspace, their sum must also belong to the subspace. This is called closure under addition. It ensures any combination of vectors within a subspace remains within the subspace.
- Example: For vectors \( \mathbf{u} = (1, 2) \) and \( \mathbf{v} = (3, 4) \), the sum is \( \mathbf{u} + \mathbf{v} = (1+3, 2+4) = (4, 6) \).
**Scalar Multiplication**: This operation involves multiplying a vector by a scalar, \( a \times \mathbf{v} \), affecting both the direction and magnitude of the vector but not its presence in a subspace if the scalar is a real number. Since subspaces are closed under scalar multiplication, multiplying any vector in a subspace by a real number results in another vector in the same subspace.
- Example: For vector \( \mathbf{v} = (3, 4) \) and scalar \( a = 2 \), scalar multiplication gives \( a \times \mathbf{v} = 2 \times (3, 4) = (6, 8) \).
These operations are not just simple calculations but are crucial reasons why vector spaces and subspaces retain their form and functionality in various mathematical and practical applications.