ΘρϵηΠατπ

Euclidean n-space
For n∈ℕ, Euclidean n-space is the set ℝn={(x1,…,xn):xi∈ℝ}. Its elements may be treated as points or as vectors in a real vector space, with vector addition and scalar multiplication defined coordinatewise.
Euclidean Norm
If x=(x1,…,xn)∈ℝn, then the Euclidean norm of x is |x|=∑i=1n(xi)2.
Euclidean Distance
If x,y∈ℝn, then the Euclidean distance from x to y is dℝn(x,y)=|x−y|, where |x−y| is the Euclidean norm of the vector x−y.
Euclidean Distance Is a Metric
The Euclidean distance dℝn(x,y)=|x−y| is a metric on ℝn.
Let x,y,z∈ℝn. By the Euclidean norm properties, dℝn(x,y)=|x−y|≥0. Also, dℝn(x,y)=0 if and only if |x−y|=0, which holds if and only if x−y=0, equivalently x=y.

For symmetry, use x−y=−(y−x) and the scalar multiplication property of the Euclidean norm:

dℝn(x,y)=|x−y|=|−(y−x)|=|y−x|=dℝn(y,x). Finally, since x−z=(x−y)+(y−z), the triangle inequality for the Euclidean norm gives dℝn(x,z)=|x−z|=|(x−y)+(y−z)|≤|x−y|+|y−z|=dℝn(x,y)+dℝn(y,z). Therefore dℝn satisfies the definition of a metric.
Euclidean Inner Product
If x,y∈ℝn, then their Euclidean inner product is (x,y)=∑i=1nxiyi.
Euclidean Norm Properties
If x,y∈ℝn and a∈ℝ, then:
  • |x|≥0, and |x|=0 if and only if x=0.
  • |∑i=1nxiyi|≤|x||y|, with equality if and only if x and y are linearly dependent.
  • |x+y|≤|x|+|y|.
  • |ax|=|a||x|.
Euclidean Inner Product Properties
If x,x1,x2,y,y1,y2∈ℝn and a∈ℝ, then:
  • (x,y)=(y,x).
  • (ax,y)=(x,ay)=a(x,y).
  • (x1+x2,y)=(x1,y)+(x2,y).
  • (x,y1+y2)=(x,y1)+(x,y2).
  • (x,x)≥0, and (x,x)=0 if and only if x=0.
  • |x|=(x,x).
  • (x,y)=|x+y|2−|x−y|24.
Standard Basis
The standard basis of ℝn is e1,…,en, where ei has 1 in its i-th coordinate and 0 in every other coordinate.
Product of Subsets of Euclidean Space
If A⊆ℝm and B⊆ℝn, then their Cartesian product is A×B={(x,y)∈ℝm+n:x∈A and y∈B}.
Closed Rectangle in Euclidean Space
A closed rectangle in ℝn is a product of closed intervals, a set of the form [a1,b1]×⋯×[an,bn].
Open Rectangle in Euclidean Space
An open rectangle in ℝn is a product of open intervals, a set of the form (a1,b1)×⋯×(an,bn).
Open Subset of Euclidean Space
A set U⊆ℝn is open if for every x∈U, there is an open rectangle A such that x∈A⊆U.
Near a Point in Euclidean Space
A statement depending on points of ℝn holds near a∈ℝn if there is an open set U⊆ℝn with a∈U such that the statement holds for every point of U.

For example, a function has a property near a if it has that property on some open set containing a.

Closed Subset of Euclidean Space
A set C⊆ℝn is closed if ℝn∖C is open.
Interior, Exterior, and Boundary
Let A⊆ℝn. A point x∈ℝn is:
  • in the interior of A if there is an open rectangle B such that x∈B⊆A,
  • in the exterior of A if there is an open rectangle B such that x∈B⊆ℝn∖A,
  • on the boundary of A if every open rectangle B containing x meets both A and ℝn∖A.
Open Cover
A collection 𝒰 of open subsets of ℝn is an open cover of A⊆ℝn if every point of A lies in some U∈𝒰.
Compact Subset of Euclidean Space
A set A⊆ℝn is compact if every open cover of A has a finite subcover.
Heine-Borel for Closed Intervals
Every closed interval [a,b]⊆ℝ is compact.
Tube Lemma for a Compact Factor
Let B⊆ℝm be compact and let x∈ℝn. If 𝒰 is an open cover of {x}×B, then there is an open set V⊆ℝn with x∈V such that V×B is covered by finitely many sets from 𝒰.
Product of Compact Sets is Compact
If A⊆ℝn and B⊆ℝm are compact, then A×B⊆ℝn+m is compact.
Finite Product of Compact Sets is Compact
If A1,…,Ak are compact, then A1×⋯×Ak is compact. In particular, every closed rectangle in ℝk is compact.
Closed Bounded Subset of Euclidean Space is Compact
Every closed bounded subset of ℝn is compact.
Function Between Euclidean Spaces
A function f:A→ℝm, where A⊆ℝn, assigns to each x∈A a point f(x)∈ℝm. The set A is called the domain of f.
Image and Preimage
If f:A→ℝm, B⊆A, and C⊆ℝm, then the image and preimage are f(B)={f(x):x∈B} and f−1(C)={x∈A:f(x)∈C}.
Component Functions
A function between Euclidean spaces f:A→ℝm determines component functions f1,…,fm:A→ℝ by f(x)=(f1(x),…,fm(x)). These are called the component functions of f.
Projection Function
The i-th projection function πi:ℝn→ℝ is defined by πi(x1,…,xn)=xi.
Limit of a Vector-Valued Function
Let f:A→ℝm, where A⊆ℝn. We write the limit limx→a⁡f(x)=b when for every ϵ∈ℝ+, there is a δ∈ℝ+ such that if x∈A and 0<|x−a|<δ, then |f(x)−b|<ϵ.
Continuity Between Euclidean Spaces
A function f:A→ℝm, where A⊆ℝn, is continuous at a∈A if limx→a⁡f(x)=f(a). It is continuous if it is continuous at every point of A.
Continuity Open Set Characterization
Let A⊆ℝn. A function f:A→ℝm is continuous if and only if for every open set U⊆ℝm, there is an open set V⊆ℝn such that f−1(U)=V∩A.
Continuous Image of Compact Set is Compact
If A⊆ℝn is compact and f:A→ℝm is continuous, then the image f(A)⊆ℝm is compact.
Oscillation
Let f:A→ℝ be bounded, where A⊆ℝn. For a∈A and δ∈ℝ+, define the upper and lower local bounds M(a,f,δ)=sup⁡{f(x):x∈A and |x−a|<δ} and m(a,f,δ)=inf⁡{f(x):x∈A and |x−a|<δ}. The oscillation of f at a is o(f,a)=limδ→0⁡(M(a,f,δ)−m(a,f,δ)).
Continuity Oscillation Characterization
A bounded function f:A→ℝ is continuous at a∈A if and only if o(f,a)=0.
Large Oscillation Set is Closed
Let A⊆ℝn be closed. If f:A→ℝ is bounded and ϵ∈ℝ+, then {x∈A:o(f,x)>ϵ} is closed.