21-06-2024 18:23

Status :

Tags : linear algebra Linear Equations Sets collections

Vector Spaces

Prerequisites

- Sets and Relations

- Linear Equations


Section 1.3.1: Vector Spaces

Definition: Let (V) be a non-empty set of objects called ‘vectors,’ and let (\mathbb{R}) be the set of real numbers whose elements are called ‘scalars.’ (V) is called a vector space over (\mathbb{R}) if and only if the following conditions (axioms) are satisfied:

  1. Closure under vector addition: If are any two vectors in (V), there corresponds a unique vector in ( such that .

  2. Associativity property of vector addition: For all , and :

  3. Existence of additive identity element (zero vector): There exists a unique element such that

  4. Existence of inverse element w.r.t. vector addition: Given any (\vec{u}) in (V), there exists a unique additive inverse ( such that .

  5. Closure property of scalar multiplication: If () is any number from and is any vector from (), then is also in .

  6. Commutativity under scalar multiplication:

    • For any scalars and from and any vector from (V):
  7. Distributivity property:

    • For all vectors and in and any scalar in :
  8. Another property (without a given name):

    • For all vectors ( in and scalars in :
  9. Unity property in a field:

    • For any vector in , we have: where (1) is the unity of the field

Refer to Subspace of Vector Space for further study

References