Proofs Exam 3 Definitions and Theorems

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

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:32 AM on 5/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

16 Terms

1
New cards

Injective (1-1)

∀x1,x2∈A, f(x1)=f(x2) ⇒ x1=x2

2
New cards

Surjective (onto)

function f: A→B
∀y∈B, ∃x∈A such that f(x)=y

3
New cards

image

Let f:A→B and let S⊆A
f(S) = {f(x) ∣ x∈S}

4
New cards

preimage

Let f:A→B and let T⊆B.
f−1(T)={x∈A ∣ f(x)∈T}
*The preimage does not require an inverse function*

5
New cards

convergence

A sequence (aₙ) converges to L ∈ R if ∀ε > 0, ∃N ∈ N s.t. n ≥ N,
|aₙ - L| < ε

6
New cards

monotone

(aₙ) is monotone if it is either increasing or decreasing.
Increasing is defined as: (aₙ) ≤ (aₙ+1) ∀n ∈ N
Decreasing is defined as: (aₙ) ≥ (aₙ+1) ∀n ∈ N

7
New cards

bounded

∃M ∈ R, where M > 0, such that |(aₙ)​| ≤ M, ∀n∈N

8
New cards

MCT (monotone convergence theory)

If a sequence is monotone & bounded then it converges

9
New cards

ALT (Algebraic Limit Theorem)

Suppose lim⁡(aₙ) = a and lim⁡(bₙ) = b.
Then:

(i) ∀ c∈R lim⁡(caₙ) = ca
(ii) lim⁡(aₙ+ bₙ) = a+b
(iii) lim⁡(aₙbₙ) = a⋅b
(iv) lim⁡(aₙ/bₙ) = a/b provided b≠0

10
New cards
Injective examples

f(x) = 2x satisfies injectivity as if f(x₁) = f(x₂) then 2x₁ = 2x₂ so x₁ = x₂
f(x) = x² fails injectivity as f(2) = f(−2) = 4 but 2 ≠ −2

11
New cards
Surjective examples

f(x) = 2x satisfies surjectivity as given any y ∈ ℝ, take x = y/2, then f(y/2) = y
f(x) = x² fails surjectivity as no x satisfies x² = −1 so −1 ∈ ℝ has no preimage

12
New cards
Image examples
f(x) = x² with S = [−2, 3] gives f(S) = [0, 9] as x² achieves minimum 0 at x = 0 and maximum 9 at x = 3
13
New cards

Preimage examples

f(x) = x² with T = [1, 4] gives f⁻¹(T) = [−2, −1] ∪ [1, 2] as these are all x with 1 ≤ x² ≤ 4,
but T = [-2,-1] gives an f⁻¹(T) that fails as no number from -2 to -1 is mapped to by this function as it can’t go negative.

14
New cards
Convergence examples

aₙ = 1/n satisfies convergence as given ε > 0, choose N > 1/ε, then n ≥ N ⟹ |1/n − 0| < ε so aₙ → 0
aₙ = (−1)ⁿ fails convergence as it oscillates between −1 and 1 and never settles near any single L

15
New cards
Monotone examples

aₙ = 1/n satisfies monotonicity as 1/n ≥ 1/(n+1) for all n so the sequence is decreasing
aₙ = (−1)ⁿ/n fails monotonicity as it alternates sign so is neither increasing nor decreasing

16
New cards
Bounded examples

aₙ = sin(n) satisfies boundedness as |sin(n)| ≤ 1 for all n so take M = 1
aₙ = n fails boundedness as for any M > 0 we can choose n > M so |aₙ| = n > M