Serlo: EN: Proving continuity

Aus testwiki
Version vom 21. August 2020, 16:51 Uhr von imported>Sascha Lill 95
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

{{#invoke:Mathe für Nicht-Freaks/Seite|oben}}

Overview

There are several methods for proving continuity:

  • Concatenation Theorems: If the function can be written as a concatenation of continuous functions, it's continuous by the Concatenation Theorems.
  • Using the local nature of continuity: If a function looks like another well-known continuous function in a small neighborhood of a point, then it must also be continuous in this point.
  • Considering the left- and right-sided limits: If one can show that the left- and right-sided limits of a function are the same in some point, then the function is continuous in this point.
  • Showing the sequence criterion: Using the sequence criterion means that the limit can be pulled into the function, i.e. we can consider the limit of the arguments. For a sequence (xn)n of arguments with limit value x0 it must hold limnf(xn)=f(x0)=f(limnxn).
  • Showing the epsilon-delta criterion: For every ϵ>0 it must be show that there exists some δ>0 such that for all arguments x with a distance smaller than δ from the point x0, the inequality |f(x)f(x0)|<ϵ is satisfied.

Composition of continuous functions

Mathe für Nicht-Freaks: Vorlage:Hauptartikel

General proof sketch

{{#lst:Serlo: EN: Composition of continuous functions|Sketch of the proof}}

Example Problem

{{#lst:Serlo: EN: Composition of continuous functions|Problem:Epsilon-delta proof of continuity for a square root function}}

Using the Local Nature of Continuity

If applicable, one can use the fact that continuity is a local property. Namely, when a function f looks the same as another function g in a certain point x, i.e. f(x)=g(x) on some small neighborhood of x, and we know g to be continuous, then f must also be continuous at x. For example, consider the function f:{0} with f(x)=1 for positive x and f(x)=1 for negative x. Now we choose some random positive number x0. In a sufficiently small neighborhood of x0, f is constant 1:

The function f is constantly 1 in a sufficiently small neighborhood of a positive argument.
The function f is constantly 1 in a sufficiently small neighborhood of a positive argument.

Since constant functions are continuous, f is also continuous at the point x0. Similarly one can show that f is also locally constant for negative number. Then f is also continuous for negative numbers, and is therefore continuous for all real numbers. In the proof we write:

Vorlage:-

Such an argument can often be applied to functions that are defined by a case differential. Our function f is a good example of that. In conclusion, it's defined as:

Vorlage:Einrücken

However, the local nature of continuity can not be used as an argument for every function defined by a case differential! Let's consider the following function g:

Vorlage:Einrücken

For all points that are not zero we can construct a proof like we've done earlier in this chapter to show that the function is continuous at these points. However, at the point x0=0 we have to construct a different argument. For example, here we could consider the left- and right-sided limits.

Sequence Criterion

Mathe für Nicht-Freaks: Vorlage:Hauptartikel

Review: Sequence Criterion

{{#lst:Serlo: EN: Sequential definition of continuity|Sequence criterion of continuity}}

General Proof Structure

{{#lst:Serlo: EN: Sequential definition of continuity|Beweisskizze:Stetigkeit}}

Example Problem

{{#lst:Serlo: EN: Sequential definition of continuity|Continuity of quadratic functions}}

Epsilon-Delta Criterion Vorlage:Anker

Mathe für Nicht-Freaks: Vorlage:Hauptartikel

Review: Epsilon-Delta Criterion

{{#lst:Serlo: EN: Epsilon-delta definition of continuity|Definition}}

General Proof Structure

In mathematical quantifiers, the epsilon-delta definition of continuity of a function f at the point x0 reads:

Vorlage:Einrücken

This technical method of writing the claim specifies the general proof structure for proving continuity using the epsilon-delta criterion:

Vorlage:Einrücken

Example Problem and General Procedure

{{#lst:Serlo: EN: Epsilon-delta definition of continuity|Problem:Quadratic function}}

Example Problems

Sequence Criterion: Absolute Value Function

{{#lst:Serlo: EN: Sequential definition of continuity|Exercise:Continuity of the absolute function}}

Epsilon-Delta Criterion: Linear Function

{{#lst:Serlo: EN: Epsilon-delta definition of continuity|Problem:Continuity of a linear function}}

Epsilon-Delta Criterion: Concatenated Absolute Value Function

{{#lst:Serlo: EN: Epsilon-delta definition of continuity|Problem:Concatenated absolute function}}

Epsilon-Delta Criterion: Hyperbola

{{#lst:Serlo: EN: Epsilon-delta definition of continuity|Exercise:Hyperbola}}

Epsilon-Delta Criterion: Concatenated Root Function

{{#lst:Serlo: EN: Composition of continuous functions|Problem:Epsilon-delta proof of continuity for a square root function}}

{{#invoke:Mathe für Nicht-Freaks/Seite|unten}}