1.6) Normed And Open Closed Sets Flashcards
Defn 1.6 Normed space
A normed space (V, ∥·∥) is areal vector space V with a map ∥·∥ : V → R
(called norm) satisfying
1. ∥v∥ ≥ 0, and (∥v∥ = 0 ⇔ v = 0),
2. ∥λv∥ = |λ|∥v∥,
3. ∥v + w∥ ≤ ∥v∥ + ∥w∥.
Definition 1.9. An inner product space
e(V,⟨·, ·⟩) is a real vector space V with a map
⟨·, ·⟩ : V × V → R (inner product) satisfying
1. ⟨λv, w⟩ = λ⟨v, w⟩,
2. ⟨v1 + v2, w⟩ = ⟨v1, w⟩ + ⟨v2, w⟩,
3. ⟨v, w⟩ = ⟨w, v⟩,
4. ⟨v, v⟩ ≥ 0, and (⟨v, v⟩ = 0 ⇔ v = 0).
norms on the vector space V = C[a, b]:∥f∥1
∥f∥1 =
∫ _(a,b) |f(x)| dx,
generate the respective metric d1,
norms on the vector space V = C[a, b]:∥f∥2 =
∥f∥2 =
∫ _(a,b) |f(x)|^2 dx,
generate the respective metric d2
norms on the vector space V = C[a, b]:f∥∞
∥f∥∞ = sup
x∈[a,b]
|f(x)|.
generate the respective metric d∞
norm ∥·∥2
on R^m
produces metric d2
∥·∥1: R^m →R
∥x∥2 = SQRT[Σ_(i=0)^(n) (x_i^2)
CAN BE WRITTEN as x.x
EUCLIDEAN NORM L^2
norm ∥·∥∞
on R^m
produces metrics d∞
∥·∥1: R^m →R
∥x∥∞= max{|x_1|,…,|x_n|}
Cauchy–Schwarz inequality
|⟨v, w⟩|2 ≤ ⟨v, v⟩⟨w, w⟩
in an inner product space
Cauchy–Schwarz inequality proof
start by considering the expression ⟨v + λw, v + λw⟩ ≥ 0 and analyse the
discriminant of the quadratic expression for λ.
DEFn Open set A
A ⊆ X in MS (X, d)
if for each point x ∈ A ∃ε > 0 st Bε(x) ⊆ A (any point has an open ball contained within the set)
(“room to swing a cat”
DEFn closed set A
A ⊆ X in MS (X, d) closed if complement A^c := X\A is open
A closed set contains all its limit points
Def 1.12 open ball
Let (X, d) be a metric space, let x ∈ X and
let r > 0. The open ball centred at x, with radius r, is the set
Br(x) = {y ∈ X : d(x, y) < r}
Def 1.12closed ball
Let (X, d) be a metric space, let x ∈ X and
let r > 0. The closed ball centred at x, with radius r, is the set
closed ball is the set
(overline)Br(x) = {y ∈ X : d(x, y) ≤ r}.
open and closed ball relationships
x ∈ Br(x) ⊂ overline~(Br(x)) for all x ∈ X and r > 0.
Q open closed?
R open closed
Q is neither:
doesn’t contain all limit points
Complement of Q is open
R is both
Br(x) in Reals R
(x-r,x+r)
T or F: X is an open set on (X,d)
True: X on (X,d) is an open set whole metric space is open in itself.
T or F: empty set ∅ is a closed set on (X,d)
T
X on (X,d) is an open set whole metric space is open in itself so complement ∅ is considered cosed
open balls propn 1.15
Every “open ball” Br(x) is an open set.
proof:
For y ∈ Br(x), choose δ = r − d(x, y).
We claim that Bδ(y) ⊂ Br(x).
If z ∈ Bδ(y), i.e., d(z, y) < δ, then by the triangle inequality
d(z, x) ≤ d(z, y) + d(y, x) < δ + d(x, y) = r.
So z ∈ Br(x).
Def 1,22 closure of a set s̅
The closure of S, s̅, is the smallest closed
set containing S,
and is contained in all other closed sets containing S.
s̅ = ∩ {F: F⊃S}
S⊆ s̅ and contains all limiting points for seq in A (superset of A taking all accumulation points)
Def 1.29 Interior
The interior of S, int S, is the largest open set contained in
S,
int S =
[
{U : U ⊂ S, U open}.
the union of all open sets contained in S. There is at least one, namely ∅.