Analysis Flashcards

1
Q

Strictly increasing

A

a_n is strictly increasing if, for all n, a_n < a_(n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Increasing

A

a_n is increasing if, for all n, a_n ≤ a_(n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Strictly decreasing

A

a_n is strictly decreasing if, for all n, a_n > a_(n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Decreasing

A

a_n is decreasing if, for all n, a_n ≥ a_(n+1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Monotonic

A

a_n is monotonic if it is increasing or decreasing or both

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Non-monotonic

A

a_n is non-monotonic if it is neither increasing or decreasing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Bounded above

A

a_n is bounded above if there exists U such that, for all n, a_n ≤ U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Upper bound

A

U is an upper bound for a_n if for all n, a_n ≤ U

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bounded below

A

a_n is bounded below if there exists L such that, for all n, a_n ≥ L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Lower bound

A

L is an upper bound for a_n if for all n, a_n ≥ L

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Bounded

A

a_n is bounded if it is both bounded above and below

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Tends to infinity

A

a_n tends to infinity if, for every C>0, there exists n ∈ ℕ such that a_n>C for all n>N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Tends to zero

A

a_n tends to zero if, for each ε>0, there exists N ∈ ℕ such that |a_n|N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Tends to a

A

a_n tends to a if, for each ε>0, there exists N ∈ ℕ such that |a_n -a|N

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Eventually

A

a_n satisfies a certain property eventually if there is N ∈ ℕ such that the sequence a_(N+n) satisfies that properly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Subsequence

A

A subsequence of a_n is a sequence of the form a_n_i, where (n_i) is a strictly increasing sequence of positive numbers

17
Q

Rational number

A

A real number is rational if it can be written in the form p/q, where p and q are integers with q ≠ 0

18
Q

Irrational number

A

A real number that is not rational

19
Q

Least upper bound

A

A number u is a least upper bound of A if

  1. u is an upper bound of A and
  2. if U any upper bound of A then u ≤ U
20
Q

Greatest lower bound

A

A number l is a greatest lower bound of A if

  1. l is a lower bound of A and
  2. if L is any lower bound of A then l ≥ L
21
Q

Series

A

A series is an expression of the form Σ (n=1, ∞) a_n = a_1 + a_2 + a_3 + …

22
Q

Partial sum

A

A series’ partial sum (s_n) takes the form s_n = a_1 + a_2 + … + a_n = Σ (i=1, n) a_i

23
Q

Converges (series)

A

Σ (n=1, ∞) a_n converges if (s_n) converges

24
Q

Sum of the series

A

If s_n → S then we call S the sum of the series and we write Σ (n=1, ∞) a_n = S

25
Q

Diverges (series)

A

Σ (n=1, ∞) a_n diverges if (s_n) does not converge

26
Q

Diverges to infinity (series)

A

Σ (n=1, ∞) a_n diverges if (s_n) tends to infinity

27
Q

e

A

Σ (n=1, ∞) 1/(n-1)! = 1 + 1 + 1/2! + 1/3! + …

28
Q

Absolutely convergent

A

The series Σa_n is absolutely convergent if Σ|a_n| converges

29
Q

Rearrangement

A

The sequence (b_n) is a rearrangement of (a_n) if there exists a bijection σ: ℕ → ℕ (ie a permutation on ℕ) such that b_n = a_σ(n) for all n

30
Q

Conditionally convergent

A

The series Σa_n is said to be conditionally convergent if Σa_n is convergent but Σ|a_n| is not

31
Q

Completeness axiom (upper bounds)

A

Any non-empty subset of ℝ that is bounded above has a least upper bound

32
Q

Bolzano-Weierstrauss Theorem

A

Any bounded sequence of real numbers has a convergent subsequence

33
Q

Cauchy

A

A sequence a_n is Cauchy if for every ε > 0,there exists N ∈ ℕ such that |a_n - a_m| < ε for all n,m ≥ N

34
Q

Comparison test

A

If 0 ≤ |a_n| ≤ b_n and Σb_n converges then Σa_n converges absolutely