> For the complete documentation index, see [llms.txt](https://coldmoon.gitbook.io/mathematical-analysis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://coldmoon.gitbook.io/mathematical-analysis/mathematical-analysis-1/2.-continuity.md).

# 2. Continuity

### Definition 0. continuous

A function $$f$$ is continuous at the point $$a$$, if for any neighborhood $$V (f (a))$$ of its value $$f (a)$$ at a there is a neighborhood $$U(a)$$ of a whose image under the mapping$$f$$ is contained in $$V (f (a))$$.

### Definition 1. uniformly continuous

A function $$f : E \to \mathbb R$$ is uniformly continuous on a set $$E \subset \mathbb R$$ if for every $$\varepsilon > 0$$ there exists $$\delta > 0$$ such that $$|f (x\_1)−f (x\_2)| < \varepsilon$$for all points $$x\_1,x\_2\in E$$ such that$$|x\_1 − x\_2| < \delta$$.

## Mean-value theorem

### Heine–Cantor theorem

if $$f : M \to N$$ is a continuous function between two metric spaces, and $$M$$ is compact, then $$f$$ is uniformly continuous. An important special case is that every continuous function from a closed bounded interval to the real numbers is uniformly continuous.

### Heine theorem

The limit $$\lim \_{x \rightarrow a} f(x)=b$$'s a necessary and sufficient condition for $$\forall&#x20;

$$\blacksquare$$

end


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coldmoon.gitbook.io/mathematical-analysis/mathematical-analysis-1/2.-continuity.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
