500 ALL Flashcards
Bolzano-Weierstrass Theorem (Star theorem)
Every Bounded real sequence has a convergent subsequence
Monotone Convergence Theorem
Every Bounded monotone sequence converges
Cauchy Sequences
if xn is cauchy, then for every e>0, there is an N (natural number) s.t. for all m,n >= N, then |xn - xm| < e (ALL Cauchy sequences are convergent!)
Two-Sided Limit Convergence
Let I be an open interval, a is a point in I, and the function f be defined everywhere on I except possibly at a.
We say that f(x) converges to L as x->a IFF given e>0, there exists d> 0 s.t. for all points x in I, with 0< |x-a|
Equality of limits of functions
Let I be an open interval, a is a point in I, and the functions f,g be defined everywhere on I except possibly at a.
If f(x) = g(x) for all points x in I except a, then lim f(x) = lim g(x)
Sequential Characterization of Limits
Let I be an open interval, a is a point in I, and the function f be defined everywhere on I except possibly at a.
Then lim f(x) = L IFF lim f(xn) = L for all sequences {xn} with xn in I except at a, s.t. lim xn = a.
Comparison Theorem of Limits of Sequences
If {xn} and {yn} converge, then if there exists an N natural number s.t. xn<=yn for all n >=N, then lim(xn) <= lim(yn)
Bad influence Theorem on sequences
if lim(xn) -> 0 and yn is bounded, then lim(xn * yn) -> 0
Squeeze Theorem on Sequences
If {xn} and {yn} both converge to a, and there exists a sequence {zn} s.t. xn < zn < yn, then {zn} -> a
Limit of a Sequence
lim (xn) = a as n -> infinity if given e>0 there exists N a natural number s.t. n>=N implies |xn - a|<e
How many limits can a sequence have
A limit can have at most one limit
Definition of a Subsequence
A subsequence of the sequence {xn} is a sequence that’s obtained by taking a subset of the terms, like {xnk} with nk a natural number
Convergence of subsequences
(for subsequences of a convergent sequence)
if lim(xn) -> a then every subsequence of {xn} also converges to a
Definition of a Sequence
A sequence is a function whose domain is the Natural Numbers . IE it’s a function f: N->R where f(n) = xn is the nth term of the sequence
Two sided Limit and One sided Limits equality
lim f(x) = L as x goes to a IFF lim f(x) x->a+ = lim f(x) x->a- = L
Definition of a right sided limit
f(x) tends to L as x approaches a from the right IFF f is defined on an open interval whose left endpoint is a, and given any e>0 there exists d>0 s.t. for all a<x<a+d we have |f(x)-L|<e
lim f(x) as x->a+ = L
Definition of a left sided limit
f(x) tends to L as x approaches a from the left IFF f is defined on an open interval whose right endpoint is a, and given any e>0 there exists d>0 s.t. for all a-d<x<a we have |f(x)-L|<e
lim f(x) as x->a- = L
Comparison Theorem of limits of functions
Suppose f, g are functions defined on I{a} If lim f(x) and lim g(x) exist, and f(x) <= g(x) for all x in I{a}, then lim f(x) <= lim g(x)
Squeeze Theorem on Functions
Suppose f, g, h defined on I{a} if f(x) <= g(x) <= h(x) for all x in I{a} and lim f(x) = lim h(x) = L, then lim g(x) =L
Bad Influence Theorem on Functions
Let f, g be defined on I{a}. If g is bounded, so |g(x)| <= M for M a real number, and x in I{a} and if lim f(x) = 0, then lim [f(x) * g(x)] = 0