Lecture 27 - IVT

Recall:

Separated, Disconnected

A,B are separated if both:
AB=,AB=
If ER can be written as E=AB where A,B and A,B are separated, then E is disconnected.

This is an implication definition: Suppose E=AB where A,B nomempty and separated implies that E is disconnected.

The idea here is that the limit points of A aren't in B, and vice versa.

connected

A set is connected if it is not disconnected. Namely, E is connected for any A,B and A,B are not separated (AB or AB) then EAB.

Examples

  1. A=(0,1),B(1,2) then these two sets are separated (the closure of A throws on 0,1B and the closure of B with the limit points 1,2 are not in A neither). Thus E=AB=(0,1)(1,2) must be a disconnected set (by construction).
Note that A,B being disjoint is not equivalent. For example A=(0,1),B=[1,2) are not separated since the limit point 1 from A is in B. Namely:

AB={1}

  1. Let E=Q. Is E disconnected or connected? Since Q is dense in R, then it is disconnected via the following construction. Let A={xQ|x<2} and B={xQ:x>2}. Here A,B and A,B are indeed separated. However, A=(,2] and B=[2,) but AB=AB= showing that E=AB must be disconnected.

We also talked about the condition for connectivity:

Condition for Connected

Let ER. E is connected iff a<bE and cR if a<c<b then cE.

Really this is saying that E is an 'interval', in the more traditional sense.

Proof

(): Suppose E is connected, and let a,bE and a<c<b. Set:
A=(,c)E;B=(c,)E
Because aA and bB, then neither set is empty and neither set contains a limit point of the other (see Separated, Disconnected, Connected Sets#Examples to see how that works, namely example 2). If E=AB, then we would have that E is disconnected, which it is not (by our given). It must then be that AB is missing some element of E and c is the only possibility. Thus, cE.

(): Suppose a<bE and cR that (a<c<bcE). To show that E is connected, assume E=AB for contradiction, where A,B are nonempty and disjoint (being separated allows us to get disjoint for free). We need to show that one of these sets contains a limit point of the other. Pick a0A and b0B and, suppose (for the sake of argument) that a0<b0. Because E itself is an interval, then interval I0=[a0,b0]E. Now, bisect I0 into two equal halves. The midpoint of I0 must either be in A or B, so choose I1=[a1,b1]E to be the half that allows us to have a1A and b1B. Continue this process, where each In=[an,bn]E where anA and bnB and the length (bnan)0. By the Nested Interval Property then x where:
xn=0In
It is straightforward to see that anx and bnx. But now xE must belong to either A or B, thus making it a limit point of the other, contradicting A,B being separated. As such, then EAB so then E must be connected.

We'll use this to make easy showing of whether or not a set is connected. This will help to get into a useful theorem that will get to the IVT:

Theorem

The continuous image of a connected set is connected.

Proof

Suppose CR be a connected set. Let f:CR which is continuous (on C).

(We want to show here that f(C) is connected, using definition of connectedness).

Suppose A,BR , where A,B, such that f(C)=AB. We want to show that a limit point of A is in B, or vice versa.

Let A={xC:f(x)A}. Similarly B={xC:f(x)B}.

Sometimes we say that f1(A) is the a shorthand to A, even though f may not be bijective (and thus non-invertible).

First off since A then aA, so then A is nonempty. Thus then xa where f(xa)A and thus xaA. A similar argument shows that xbB. Further notice that C=AB, because f(C)=AB.

Now because C is connected, then (without loss of generality) then (xn)A such that xnx where xB.

Now because f is continuous at xBC then f(xn)f(x)B by definition. Now because each f(xn)A then clearly B contains the limit points of the set A. This shows then that AB. The same argument shows that AB.

As an immediate corollary we get the Intermediate Value Theorem.

Intermediate Value Theorem (IVT)

Let a<bR where f:[a,b]R be continuous. Let yR satisfies either f(a)>y>f(b) or f(a)<y<f(b) then yf([a,b]).

Proof
Using Continuous Image of Connected Set is Connected, since [a,b] is a connected set, then f([a,b]) is connected. Using Condition for Connected (which we get immediately from the givens), then yf([a,b]) immediately (use a=f(a)<y<f(b)=b or vice versa, and since yR and in between the $f

Starting Derivatives

We'll want to talk about one-sided limits before getting to our talk on derivatives.

Let f:(a,b)R.

  1. Let a<cb. We claim that we can define a left-handed limit (a limit from the left) as:
    limxcf(x)=L
    iff:
    (xn)(a,c) where xnc,f(xn)L
We may write f(c) to denote this limit rather than L.
  1. Similarly if ac<b, we write the right-handed limit (a limit from the right) as:
    limxc+f(x)=L
    iff:
    (xn)(c,b) where xnc,f(xn)L
We may write f(c+) to denote this limit rather than L.
If c(a,b) here, then limxcf(x) exists iff both one-sided limits limxcf(x),limxc+f(x) exist and are equal.

Proof

(): If limxcf(x)=L exists then by the Characterization of Continuity then both the sequences we can construct for (xn)(a,c) and (yn)(c,b) where xn,ynL then f(xn),f(yn)f(c), thus showing both one-sided limits exist.

(): Suppose both sided limits equal and exist. Let (xn)(a,c) where xnc then by the left, sided limit existing, then f(xn)f(c). Similarly if (yn)(c,b) where ync then f(yn)f(c). This implies limxcf(x)=limxc+f(x)=f(c) so then the limit must exist by the Existence of Functional Limits.

This brings us to a good discussion on discontinuity:

Now let f:(a,b)R where c(a,b). Assume first that f is not continuous at c. We say that c is a discontinuity of f. Note that since c is a Limit Point, then:

Note

f is continuous at c iff limxcf(x)=f(c)

So then discontinuity comes from 3 possible cases:

  1. The limit limxcf(x) exists, but is not equal to f(c).

Then here is a removable discontinuity.

  1. limxcf(x) does not exist. Now we could either have both One-Sided Limits exist (they just don't equal each other)

We call this a jump discontinuity.

  1. limxcf(x) does not exist, and at least one of the two one-sided limits don't exist.

For example the function:
f(x)={1xcxc0x=c
is this type of discontinuity. Another example would be:

---
title: 
xLabel: 
yLabel: 
bounds: [0,3,-1,1]
disableZoom: false
grid: true
---
f(x) = sin(1/x)

Where the function above is:
f(x)={0x0sin(1x)x>0
In this case then c is an essential discontinuity.

s then $y \in f([a,b])$).

Starting Derivatives

We'll want to talk about one-sided limits before getting to our talk on derivatives.

!One-Sided Limits

This brings us to a good discussion on discontinuity:

!Discontinuity (and its types)