Analysis Flashcards
Strictly increasing
a_n is strictly increasing if, for all n, a_n < a_(n+1)
Increasing
a_n is increasing if, for all n, a_n ≤ a_(n+1)
Strictly decreasing
a_n is strictly decreasing if, for all n, a_n > a_(n+1)
Decreasing
a_n is decreasing if, for all n, a_n ≥ a_(n+1)
Monotonic
a_n is monotonic if it is increasing or decreasing or both
Non-monotonic
a_n is non-monotonic if it is neither increasing or decreasing
Bounded above
a_n is bounded above if there exists U such that, for all n, a_n ≤ U
Upper bound
U is an upper bound for a_n if for all n, a_n ≤ U
Bounded below
a_n is bounded below if there exists L such that, for all n, a_n ≥ L
Lower bound
L is an upper bound for a_n if for all n, a_n ≥ L
Bounded
a_n is bounded if it is both bounded above and below
Tends to infinity
a_n tends to infinity if, for every C>0, there exists n ∈ ℕ such that a_n>C for all n>N
Tends to zero
a_n tends to zero if, for each ε>0, there exists N ∈ ℕ such that |a_n|N
Tends to a
a_n tends to a if, for each ε>0, there exists N ∈ ℕ such that |a_n -a|N
Eventually
a_n satisfies a certain property eventually if there is N ∈ ℕ such that the sequence a_(N+n) satisfies that properly