Sets, logic, measures & measurable functions Flashcards
(101 cards)
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