Final (condensed) Flashcards
(34 cards)
Well Ordering Principle
Every non-empty subset of N has a smallest element
Definition of Order
Let S be a set. An order on S is a relation denoted by <
with the following two properties:
1) If x∈S and y∈S, one and only one of the following statements are true: x < y, x = y, y < x. (Trichotomy)
2)If x,y,z∈S and x<y and y<z, then x<z. (Transitivity)
Definition of a Field
A field F is a set equipped with two operations, addition and multiplication, which satisfy the field axioms
Properties of an Ordered Field (other than trichotomy and transitivity)
1) If x,y∈F with x<y, then for all z∈F, x+z < y+z
2) If x,y∈F with x,y>0 then 0< x*y
Definition of Supremum
Suppose S is an ordered set and E⊆S, and E is bounded above. Suppose there exists a B∈S with the following properties:
1) B is an upper bound of E
2) if a<B then a is not an upper bound of E.
Then B is the supremum or least upper bound.
Denoted B=sup(E)
Definition of Infimum
Suppose S is an ordered set and E⊆S, and E is bounded above. Suppose there exists a A∈S with the following properties:
1) A is an lower bound of E
2) if A<b then b is not an lower bound of E.
Then A is the infimum, or greatest lower bound of E.
Denoted A = inf(E)
Triangle Inequality
|x+y| <= |x| + |y|
Reverse Triangle Inequality
||x|-|y|| <= |x-y|
The Archemedian Principle
If x,y∈R and x>0 then there exists an n∈N s.t. n*x>y. Hence, for all x∈R, there exists an n∈N s.t. x<n
Density of Q in R
For all x=/=y∈R, there exists a q∈Q s.t. x<q<y
Definition of an Equilavence Relation
An equivalence relation is a relation which has the following properties:
1) Reflexive
2) Symmetric
3) Transitive
Definition of a Surjection
Let A and B be two sets, and f:A->B be a function of A into B.
f:A->B is surjective if for each b∈B there exists an a∈A with f(a)=b
Definition of an Injection
Let A and B be sets and f:A->B be a function of A into B.
f:A->B is injective if for a,b∈A with a=/=b, then f(a)=/=f(b)
Definition of a Bijection
Let A and B be sets and f:A->B be a function of A into B. f is bijective if it is both injective and surjective
Definition of a Convergent Sequence
A sequence {Xn}⊂R is said to converge to the real number a if for all ε>0 there exists an N∈N s.t. for all n>=N, |xn-a|<ε
What two properties does a convergent sequence have?
Bounded and monotonic
Bolzano-Weierstrauss Thm
Every bounded sequence in R has a convergent subsequence
Cauchy Criteron
A sequence of {Xn}⊂R is cauchy iff {Xn} converges.
Definition of a Cauchy Sequence
A sequence {Xn} is a cauchy sequence if for all ε>0 there exists an N∈N s.t. for all m,n>=N |Xn-Xm|<ε
Definition of Limit Superior
If {Xn}⊂R then the limit superior of {Xn} is defined as lim n->∞ supXn = lim n->∞ (sup{Xk, k>=n} = inf(sup{Xk: k>=n})
Definition of Limit Inferior
If {Xn}⊂R then the limit inferior of {Xn} is defined as lim n->∞ infXn = lim n->∞ (inf{Xk, k>=n} = sup(inf{Xk: k>=n})
Definition of an Open Set
A set U⊆R is said to be open if for all x∈U, there exists an ε(x)>0 s.t. (x-ε,x+ε)⊆U
Definition of a Compact Set
A subset K⊆R is compact if every open cover of K has a finite subcover
Properties of compact sets
A compact subset of R is closed and bounded
Every infinite subset of K has a limit point in K.