Processing math: 100%

Composition of continuous functions theorem

If two functions f:XY and g:YZ are continuous, then their composition gf:XZ is also continuous.

This theorem states that if you have two continuous functions, f and g, where:

  • f:XY
  • g:YZ

then the composite function, which is the result of applying f followed by g, i.e., gf, will also be continuous.

In simpler terms, applying f first and then g produces a new function that is still continuous.

A practical example

Let's look at an example where we compose the functions gf(x), with f being the inner function and g the outer one.

f(x)=x2 on R

g(y)=y2 on R

Both functions are continuous on R.

We want to determine if the composition gf(x) is continuous over all of R.

Let’s consider the open interval (2,2)R as an example.

The image of the interval (2,2) under f is the interval (0,4).

The output of f becomes the input for g, meaning the codomain of f serves as the domain of g.

The image of (0,4) under g is (0,2), another open interval.

Therefore, the preimage of the open interval (2,2) under the composition gf(x)=x22 is the open interval (0,2).

Since the preimage of an open set is open, the composition gf(x)=x22 meets the condition for continuity on the interval (2,2).

By applying this reasoning to any open set in R, the preimage of the composition gf(x) is always open.

This shows that the composition of these functions is continuous.

Proof

Now, let’s formally prove the continuity of the composition gf(x).

  • f:XY
  • g:YZ

Take an open set U in Z (which is the range of g). The preimage of U under gf (i.e., (gf)1(U)) must be open in X.

By the continuity of g, the preimage of U under g is open in Y.

Then, by the continuity of f, the preimage of this open set under f is open in X.

As a result, (gf)1(U) is open in X, which proves that gf is continuous.

This concludes the proof, as a function is continuous if the preimage of any open set is also open.

 
 

Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

FacebookTwitterLinkedinLinkedin
knowledge base

Topology

Exercises