Sets, logic, measures & measurable functions Flashcards
Union: A or B
{x: x element of A or x element of B}
Intersection: A and B
={x: x element of A and x element of B}
Infinite union: U(Ai element of S}
={x: exists an i element of I (x element of Ai)}
Infinite intersection: N(Ai element of S)
={x: for all i element of I (x element of Ai)}
Set difference: A-B
=A - (A n B) = A n B^c
Symmetric Difference: A triangle B
=(A or B) - (A n B)
=(A-B) or (B-A)
=(A n B^c) or (A^c n B)
(A triangle B)^c
= A^c n B
Triangular inequality
=(A triangle C) subset (A triangle B) or (B triangle C)
A triangle C =
=(A triangle B) triangle (B triangle C)
When is a set A countable?
= if set A is finite or there is a 1-to-1 correspondence with the set of natural numbers
= there is a bijection from A to a subset of natural numbers
Push-forward function f: X -> Y, what is f(A)?
f(A) = {f(x) | x element of A}
~DONT preserve set operations
Push-back function f^-1: Y -> X, what is f^-1(A)?
f^-1(A) = {x element of A| f(x) element of B}
~DOES preserve set operations
max(A) = M <=>
for all x’s element of A (x ≤ M) and M element of A
min(A) = m <=>
for all x’s element of A (X ≥ m) and m element of A
Does min(A) and max(A) always exist?
No
sup(A) = M <=>
for all x’s element of A (x ≤ M) and M is the smallest of real numbers that satisfy this condition
inf(A) = m <=>
for all x’s element of A (x ≥ m) and m is the largest of real numbers that satisfy this condition
Does sup(A) and inf(A) always exist?
Yes
In laymen’s terms what is sup(A)?
its least UB
In laymen’s terms what is inf(A)?
its greatest LB
sup(empty set) =
infinity
inf(empty set) =
-infinity
If A is unbounded: sup(A) =
infinity
If A is unbounded: inf(A) =
-infinity
limnsup(An) =
={x element of OMEGA| x element of An i.o.)
=Intersection(for N=1 to infinity) U(n≥ N to infinity) (An)
limninf(A) =
={x element of OMEGA| x element of An e.v.}
=U(for N=1 to infinity) Intersection(n≥N to infinity) (An)
x element of An(i.o)
= for all N, element of natural numbers (there exists an n ≥N (x element of An))
= x belongs to infinitely many of the sets of An
x element of An(e.v.)
=there exists an N, element of natural numbers ( for all n≥N (x element of An))
= x belongs to every one of the sets of An from a specific n element of N
limninf(An) & limnsup(An) relationship:
1) limninf(An) subset limnsup(An)
2) limninf(An^c) = ( limnsup(An) )^c
3) ( limninf(An) )^c = limnsup(An^c)
What is a metric space (X,d)?
Exists from a non-empty set and a metric on that set
Properties of a metric space (X,d):
1) d(x,y) ≥ 0
2) d(x,y) = d(y,x)
3) d(x,y) = 0 <=> x=y
4) d(x,y) ≤ d(x,z) + d(z,y)
Given metric space (X,d), let (xn)n be a sequence of points in X, what is the definition of a limit of xn?
xn -> x if d(xn,x) -> 0
f is continuous:
=if f(xn) -> f(x) whenever xn -> x
=iff f^-1(A) is open whenever A is open
=iff f^-1(A) is closed whenever A is closed
Definition of an open set:
=Set is open if it contains NONE of A’s boundary points
=set A subset of X is open if for all x element of A, there exists an r >0 (B(x,r) subset of A)
Definition of a closed set:
=Set is closed whenever it contains ALL of A’s boundary points
=set A subset of X is closed if A^c = X-A is open
Definition of a closed set:
Set is closed whenever it contains ALL of A’s boundary points
Any union/finite intersection of open sets is?
Open
Any intersection/finite union of closed sets is?
Closed
Is the empty set open or closed?
Open and closed
Is this true: closed set = not open set
No