Extreme Value Theorem
If f is continuous on [a,b], f has a maximum and a minimum in [a,b].
Let f is continuous on [a,b]. If ∃u such that f(a)>u>f(b) or
f(a)<u<f(b): ∃c∈(a,b) such that f(c)=u.
Sandwich (or Squeeze) Theorem
Let:
- For some δ>0:
∀x(0<∣x−a∣<δ⟹f(x)≤g(x)≤h(x))
- limx→af(x)=limx→ah(x)=L∈R
Then limx→ag(x)=L.
Works for any kind of x limits.
”No sudden changes”
Positive
Let f be continuous on a and f(a)>0
⟹∃δ>0;∀x(∣x−a∣<δ⟹f(x)>0)
Negative
Let f be continuous on a and f(a)<0
⟹∃δ>0;∀x(∣x−a∣<δ⟹f(x)<0)