Adv Calc Test 1

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/38

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:20 AM on 9/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

39 Terms

1
New cards

Theorem: If 2|x²,

2|x. reverse also true.

2
New cards

De Morgan’s Laws

for sets or logical statements. (A^B)c=AcvBc. (AvB)c=Ac^Bc.

3
New cards

compliment

superscript c. basically not for sets. so the complement of a set is all the things not in the set.

4
New cards

Triangle Inequality

|a+b|<=|a|+|b|.

5
New cards

Two real numbers a and b are equal iff

for every real number ϵ > 0 it follows that |a - b| < ϵ

6
New cards

Axiom of Completeness

Every nonempty set of real numbers that is bounded above has a least upper bound (sup). Similarly, every nonempty set of real numbers that is bounded below has a most lower bound (inf).

7
New cards

sup A

The least upper bound of A.

8
New cards

inf A

the least lower bound of A

9
New cards

Prove something is an inf/sup

10
New cards

Bounded Above (definition)

Set A (which is a subset of R) is bounded above if there exists a real number, b, such that a <= b for all aϵA.

11
New cards

Bounded Below (definition)

Set A (which is a subset of R) is bounded below if there exists a real number, b, such that a >= b for all aϵA.

12
New cards

Least upper bound definition

A real number, s, is the least upper bound for a set A (which is a subset of R) if it 1) s is an upper bound for A and 2) if b is any upper bound for A, then s <= b.

13
New cards

Maximum definition

A real number a0 is a maximum of the set A if a0 is an element of A and a0 >= a for all aϵA.

14
New cards

Minimum definition

A real number a0 is a minimum of the set A if a0 is an element of A and a0 <= a for all aϵA.

15
New cards

Lemma: Assume sϵR is an upper bound for a set A (which is a subset of R). s = sup of A iff

for every choice of ϵ > 0, there exists an element a ϵ A satisfying s - ϵ < a.

16
New cards

Nested Interval Property

For each n ϵ N, assume we are given a closed interval In = [an,bn] = {x ϵ R : an <= x <= bn }. Assume also that each In contains In+1. Then, the resulting nested sequence of closed intervals has a nonempty intersection; that is the infinite intersection of In is non empty.

17
New cards

Archimedean Property

Given any number x ϵ R, there exists an n ϵ N satisfying n > x. Given any real number y > 0, there exists an n ϵ N satisfying 1/n < y.

18
New cards

Density of Q in R

For every two real numbers a and b with a < b, there exists a rational number r satisfying a < r < b.

19
New cards

Prove something is dense in something else.

20
New cards

density corollary. Given any two real numbers a < b,

there exists an irrational number t satisfying a < t < b.

21
New cards

A function f:A→B is one-to-one if

a1≠a2 in A implies that f(a1)≠f(a2) in B.

22
New cards

The function f is onto if,

given any bϵB, it is possible to find an element aϵA for which f(a)=b.

23
New cards

A ~ B

If there exists f: A → B that is 1-1 and onto, then set A has the same cardinality as B. This is written as A ~ B.

24
New cards

Set A is countable if

N ~ A.

25
New cards

If A is a subset of B and B is countable,

then A is either countable or finite.

26
New cards

If A1, A2, …, Am are each countable sets,

then the union of these guys is countable.

27
New cards

If An is a countable set for each n ϵ N,

then the infinite union of the sets is countable.

28
New cards

diagonalization

29
New cards

Cantor’s Theorem

Given any set A, there does not exist a function f : A → P(A) that is onto

30
New cards

A sequence is

a function whose domain is N

31
New cards

A sequence converges to a real number a if

for every positive number ϵ, there exists an k ϵ N such that whenever n >= k it follows that |an - a| < ϵ.

32
New cards

Process for convergence of a sequence

Say ϵ > 0. Do scratch work to find k. State what k is. Show when n >= k, it follows that |an - a| < ϵ

33
New cards

Uniqueness of Limits

The limit of a sequence, when it exists, must be unique.

34
New cards

Algebraic Limit Theorem. Let lim an = a and lim bn = b. Then,

lim(can) = ca, lim(an + bn) = a + b, lim(anbn) = ab, lim(an/bn) = a/b, provided b≠0.

35
New cards

Order Limit Theorem. Assume lim an = a and lim bn = b.

If an >= 0 for all n ϵ N, then a >= 0. If an <= bn for all n ϵ N, then a <= b. If there exists c ϵ R for which c <= bn for all n ϵ N, then c <= b. Similarly if c >=

36
New cards

A sequence (an) is increasing if

an <= an+1 for all n ϵ N

37
New cards

A sequence (an) is decreasing if

an >= an+1 for all n A sequence (an) is increasing if N.

38
New cards

A sequence is monotone if

it is either increasing or decreasing

39
New cards

If a sequence is monotone and bounded,

then it converges