Difference between revisions of "Real analysis"

m
Line 25: Line 25:
 
This definition can be shown to be equivalent to the likely more familiar <math>\varepsilon-\delta</math> definition of a limit of a function.
 
This definition can be shown to be equivalent to the likely more familiar <math>\varepsilon-\delta</math> definition of a limit of a function.
  
'''Definition''': Let <math>S\subseteq \mathbb{R}</math>. The limit of the function <math>f:E\to\mathbb{R}</math> as <math>x</math> approaches <math>x_0</math> is <math>L</math> provided that for every <math>\varepsilon > 0</math>, there exists a <math>\delta > 0</math> such that that for every <math>x \in S</math> and <math>0<|x-x_0|<\delta</math>, we have <math>|f(x)-L|<\varepsilon</math>. Notationally, we say that <math>\lim_{x\to x_0}f(x)=L</math> or <math>f(x) \rightarrow L</math> as <math>x \rightarrow x_0</math>.
+
'''Definition''': Let <math>S\subseteq \mathbb{R}</math>. The limit of the function <math>f:S\to\mathbb{R}</math> as <math>x</math> approaches <math>x_0</math> is <math>L</math> provided that for every <math>\varepsilon > 0</math>, there exists a <math>\delta > 0</math> such that that for every <math>x \in S</math> and <math>0<|x-x_0|<\delta</math>, we have <math>|f(x)-L|<\varepsilon</math>. Notationally, we say that <math>\lim_{x\to x_0}f(x)=L</math> or <math>f(x) \rightarrow L</math> as <math>x \rightarrow x_0</math>.
  
 
== See also ==
 
== See also ==

Revision as of 23:15, 4 November 2022

Broadly speaking, real analysis is the study of the real numbers and its topological properties, sequences and series of real numbers, and properties of real-valued functions. Some properties that are studied in the real numbers are the construction of the real numbers, convergence of sequences, subsets of the plane as metric spaces, limits, notions of continuity, differentiation, and integration.

A common description of real analysis courses is that real analysis is the formal rigorous study of single-variable calculus with proofs. This view does have merit to it because most (if not all) of the theorems typically presented to students in courses in single-variable calculus are proven rigorously; however, one should note that courses in real analysis also spend considerable amount of time on pathological examples with little concern for applications, and one also aims to generalize and prove results rather than apply results to calculate numerical answers to exercises as one typically does in calculus.

Topics

Construction of the real numbers

The entirety of real analysis is built upon the real numbers, particularly with the notion of completeness in mind. Intuitively, this is described as the fact that the real numbers $\mathbb R$ lack the existence of any "holes" unlike the rational numbers $\mathbb Q$ (for instance, the set $\{x \in \mathbb{Q} \mid x^2 < 2\}$ has no smallest element in the rational numbers). This property of the real numbers is known as the least upper bound property.

Two particularly known constructions of the real numbers are via Cauchy sequences and Dedekind cuts, both of which take $\mathbb{Q}$ and construct $\mathbb{R}$ as a completion of $\mathbb{Q}$.

Sequences of real numbers

A sequence is a function $f:\mathbb{N}\to\mathbb{R}$. Conventionally, sequences are typically denoted by the notation $(s_n)_{n = k}^{\infty} = (s_k,s_{k + 1},\ldots)$ where $f(n)$ is denoted by $s_n$. In the case where $k = 1$, we can denote $(s_n)_{n = k}^{\infty}$ by $(s_n)_{n \in \mathbb{N}}$.

In real analysis, particular attention is paid attention to the convergence and divergence of sequences. Intuitively, the idea of convergence is captured by the notion that the sequence "approaches" some value as $n$ becomes arbitrarily large. Also important is the notion of Cauchy sequences which intuitively describe sequences whose terms become arbitrarily close to each other as $n$ becomes arbitrarily large.

Limits

A large problem with the intuitive notion of a sequence converging to some value is that "approaching" is not only vague, but is also handwavy and lacks mathematical precision. Limits solve this problem by precisely defining the notion of convergence of a sequence.

Definition: Let $(s_n)$ be a sequence of real numbers. The sequence $(s_n)$ converges to the limit $s\in\mathbb{R}$ provided that for every $\varepsilon > 0$, there exists $N\in\mathbb{N}$ such that for every $n \ge N$, we have $|s_n - s| < \varepsilon.$ If $(s_n)$ converges to $s$, then we say that $\lim_{n\to\infty}s_n = s$ or $s_n \rightarrow s$ as $n \to \infty$.

This definition can be shown to be equivalent to the likely more familiar $\varepsilon-\delta$ definition of a limit of a function.

Definition: Let $S\subseteq \mathbb{R}$. The limit of the function $f:S\to\mathbb{R}$ as $x$ approaches $x_0$ is $L$ provided that for every $\varepsilon > 0$, there exists a $\delta > 0$ such that that for every $x \in S$ and $0<|x-x_0|<\delta$, we have $|f(x)-L|<\varepsilon$. Notationally, we say that $\lim_{x\to x_0}f(x)=L$ or $f(x) \rightarrow L$ as $x \rightarrow x_0$.

See also

This article is a stub. Help us out by expanding it.