Chapter 1 Flashcards
Metric space
Conditions (check)
Consists of a non-empty set C together with a distance function or metric d:XxX -> R satisfying:
(M1) ∀ x,y ∈X d(x,y) ≥0 & d(x,y) =0 if and only if x=y
(M2) ∀ x,y∈X d(x,y) = d(y,x) SYMMETRY
(M3) ∀ x,y,z ∈X d(x,z) ≤ d(x,y) + d(y,z)
Cartesian product
XxX of Ordered pairs (x,y) st x ∈X and y ∈X
Lemma 1.3: |x-y|
Function d(x,y) = |x-y| is a metric on R and it measures distance
(M1) by def of modulus
(M2) symmetry of modulus
(M3) triangle inequality
Triangle inequality for real numbers
|a+b| ≤ |a| + |b| for all a,b in the reals
Modulus
|a| =
{a if a ≥0
{-a if a is less than 0
Also |a| ≤ b
-> -a ≤ b ≤ a
Definitions of absolute values examples
- |x-y| ≤ x-y ≤ |x-y|
- |y-z| ≤ y-z ≤|y-z|
The Euclidean metric d ₂ on R^k
d ₂ (x,y) = d ₂((a₁, a ₂,…,a_k),(b₁,b₂,…,b_k))
Sqrt(
(a₁−b₁)² +….. + (a_k -b_k)²)
If K equals two then it’s the distance between two points
It’s a metric also on the complex plane
Length
Of the hypotenuse every right angle triangle
The taxicab metric. d₁ on R^k
d₁(x,y) = d₁(( a₁, …,a_k),( b₁, …,b_k))
=
|a₁ -b₁| +…+ |a_k -b_k|
When K=2 this metric measures the distance between two points if moving only along the lines of a grid
When K equals two this is the sum of lengths of vertical and horizontal side of a. Right angled triangle
The maximum metric or supremum metric
d∞(x,y) = d∞((a₁,a₂,..,a_k), (b₁,b₂,..,b_k))
= max { |a₁- b₁| , …., |a_k-b_k|}
What is the maximum other two lengths of side of the right angled triangle
General relationship between the three metrics
In general
For k=2
d ∞((a₁,a₂), (b₁,b₂ ))
≤ d₂(( a₁,a ₂),( b₁, b₂))
≤ d₁(( a₁,a₂),( b₁, b₂))
The equality occurs when k=1
Proving the metrics:
Some pointers
•supremum metric on R^k:
(M1) maximum is max of non negative numbers so is non neg and bigger than or equal to 0
(M2) symmetry of modulus |a_i -b_i = |b_i - a_i| for each i.
(M3) for each i the triangle inequality applies, so it does for the max
• Euclidean metric d_2 uses the Cauchy-Schwartz inequality on R^k :
(M1) larger than or equal to 0 and d(a,a) = 0 , d(x,y)= 0 implies x=y.
(M2) symmetry (M3) by Cauchy Schwartz
Lemma 1.9 the Cauchy Schwartz inequality
For e ₁,..,e_k, f₁,…,f_k ∈R we have
|e ₁•f₁ + ….. + e_k •f_k|
≤ SQRT(e ² ₁+ …+ e ²_k) • SQRT(f ²₁+…+f ²_k)
Proof:
If e_i values all equal 0 the result follows. For the other case: assume they don’t. Let p(x) = sum of ( (e_i x + f_i) ^2 )from 1 up to k. This is Ax^2 + 2Bx + C Where A= sum of e_i ^2 B= sum of e_i•k_i C= sum of f_i ^2
Since p(x) is bigger than or equal to 0 for all x in reals. We must have 4B^2 -4AC is less than 0 (from det) Hence |B| is less than or equal to SQRT( AC)... giving the inequality.
The three metrics on R^k form a family
If p is in (1, infinity) there is a metric d_p on R^n defined by:
d_p (x,y) = d_p (( a_1,…,a_k),(b_1,..,b_k))
= ( sum from i=1 to k of [ |a_i -b_i|^p ] ) ^1/p
When n=1 these metrics are equal to usual metric on R
P=1 d_p taxicab metric d_1, p=2 Euclidean metric, p tends to infinity then tends to supremum metric
The discrete metric.
Let X be a non empty set and define the discrete metric d_0 on X by
d_0(x,y) = {0 of x=y
{1 if x not equal to y
- this metric can be put on any set
- eg give number of positions in which x and y differ
Elements in R^n can arise as the limit of a sequence or a solution of a simultaneous equation T or F
TRUE