The Field Axioms of ℝ Notes

Site: davidnyakweba.gnomio.com
Course: CALCULUS 1
Book: The Field Axioms of ℝ Notes
Printed by: Guest user
Date: Friday, 15 August 2025, 11:29 AM

1. History of analysis

Real analysis has a very wide history that spans millennia.

1.1. Modern analysis

1. Set Theory and Pathological Examples

  • Cantor developed set theory and introduced the concept of cardinality and uncountability (e.g., ℝ is uncountable).

  • Weierstrass and others constructed nowhere-differentiable continuous functions, showing that intuition could fail without rigor.

2. Measure Theory and Lebesgue Integration

  • Lebesgue introduced a new way to define integration, based on measurable sets and functions, solving many of Riemann’s shortcomings.

  • This became the foundation of modern probability theory and functional analysis.

3. Real Analysis Today

  • Real analysis now includes:

    • Topology (open sets, compactness, connectedness)

    • Metric and normed spaces

    • Measure and integration theory

    • Applications in PDEs, ergodic theory, stochastic processes, and modern physics

1.2. The Age of Rigor and the Real Numbers (1800s)

1. The Demand for Precision

  • Cauchy introduced limits, continuity, and convergent sequences using informal definitions.

  • Weierstrass formalized these ideas using precise ε-δ (epsilon-delta) arguments, eliminating reliance on intuition.

2. Constructing the Real Line

  • Mathematicians realized that a rigorous understanding of the real numbers was essential.

  • Dedekind introduced Dedekind cuts to construct real numbers from rationals.

  • Cantor used Cauchy sequences to complete ℚ into ℝ, formalizing the notion of completeness.

3. Early Integration Theory

  • Riemann defined integration via finite sums over partitions, forming the Riemann integral.

  • This worked well for many functions but had limitations—especially for discontinuous or unbounded functions.

1.3. Foundations and the Rise of Calculus (Ancient to 1700s)

1. Greek and Pre-Modern Roots

  • Eudoxus developed the theory of proportions, avoiding irrational numbers by working with ratios.

  • Archimedes used the method of exhaustion to approximate areas and volumes—an early use of limits.

2. Birth of Calculus

  • In the 17th century, Newton and Leibniz independently invented calculus.

  • They relied on intuitive ideas like infinitesimals and fluxions—which lacked rigorous definitions.

  • Calculus allowed for major advances in physics and engineering, but its logical foundation was unclear.

2. Field Axioms

We will be discussing the different field axioms in R

2.1. Distributive law and Field Structure

This axiom connects addition and multiplication:

  1. Distributivity of Multiplication over Addition:

    a(b+c)=ab+aca(b + c) = ab + ac

2.2. Axioms of Multiplication

These axioms govern multiplication in ℝ:

  1. Associativity of Multiplication:

    a(bc)=(ab)ca \cdot (b \cdot c) = (a \cdot b) \cdot c

  2. Commutativity of Multiplication:

    ab=baab = ba

  3. Multiplicative Identity:
    There exists

    1R1 \in ℝ

    ,

    101 \ne 0

    , such that

    a1=aa \cdot 1 = a

  4. Multiplicative Inverses:
    For each

    a0a \ne 0

    , there exists

    a1Ra^{-1} \in ℝ

    such that

    aa1=1a \cdot a^{-1} = 1

These axioms make

R{0}ℝ \setminus \{0\}

into an abelian group under multiplication.

2.3. Axioms of addition

These axioms define the structure of addition in the real numbers:

  1. Associativity of Addition:

    a+(b+c)=(a+b)+ca + (b + c) = (a + b) + c

  2. Commutativity of Addition:

    a+b=b+aa + b = b + a

  3. Additive Identity:
    There exists a

    0R0 \in ℝ

    such that

    a+0=aa + 0 = a

  4. Additive Inverses:
    For each

    aRa \in ℝ

    , there exists

    aR-a \in ℝ

    such that

    a+(a)=0a + (-a) = 0

These form the abelian group structure of

(R,+)(ℝ, +)

(R,+).

3. Vector Spaces

In this chapter, we will be investigating properties of vectors and vector spaces

3.1. Examples and Non-Examples

This subsection grounds the abstract definition in concrete examples.

Examples of Vector Spaces:

  • Rnℝ^n

    Rn: Standard Euclidean space (e.g.,

    R2ℝ^2

    R2,

    R3ℝ^3

    R3)

  • The space of all polynomials

    P\mathbb{P}

    P

  • The set of all real-valued continuous functions on an interval

  • Mm×n(R)M_{m \times n}(ℝ)

    Mm×n(R): All real

    m×nm \times n

    matrices

Non-Examples:

  • N

    N under normal addition and scalar multiplication (no additive inverses)

  • Any set where scalar multiplication is not defined over a field

Emphasize why these are or aren't vector spaces—this develops students' intuition.

3.2. Definition and Axioms of Vector Spaces

This subsection formalizes what it means for a set to be a vector space over a field (like ℝ).

Definition:
A vector space

VV

V over a field

FF

F is a set equipped with:

  • Vector addition:

    +:V×VV+ : V \times V \to V

  • Scalar multiplication:

    :F×VV\cdot : F \times V \to V


    that satisfy the following 8 axioms for all

    u,v,wVu, v, w \in V

    and

    a,bFa, b \in F

    :

  1. u+v=v+uu + v = v + u

    (commutativity)

  2. (u+v)+w=u+(v+w)(u + v) + w = u + (v + w)

    (associativity of addition)

  3. There exists a zero vector

    0V0 \in V

    such that

    v+0=vv + 0 = v

  4. Each

    vVv \in V

    has an additive inverse

    vV-v \in V

    such that

    v+(v)=0v + (-v) = 0

  5. a(u+v)=au+ava(u + v) = au + av

    (distributivity over vector addition)

  6. (a+b)v=av+bv(a + b)v = av + bv

    (distributivity over field addition)

  7. a(bv)=(ab)va(bv) = (ab)v

    (compatibility of scalar multiplication)

  8. 1v=v1 \cdot v = v

    (identity element of scalar multiplication)

3.3. ubspaces, Linear Combinations, and Span

This subsection introduces the structure within vector spaces.

Subspaces:
A subspace

WVW \subseteq V

is a subset that is itself a vector space under the same operations.

Linear Combination:
Any expression of the form

a1v1+a2v2++anvna_1v_1 + a_2v_2 + \dots + a_nv_n

, where

aiFa_i \in F

and

viVv_i \in V

Span:
The set of all linear combinations of a set of vectors. Denoted

span{v1,...,vn}\text{span}\{v_1, ..., v_n\}

span{v1,...,vn}

Subspaces and spans form the gateway to understanding bases and dimension, key ideas in both linear algebra and analysis.