Questions tagged [continuity]

Intuitively, a continuous function is one where small changes of input result in correspondingly small changes of output. Use this tag for questions involving this concept. As there are many mathematical formalizations of continuity, please also use an appropriate subject tag such as (real-analysis) or (general-topology)

Analytic Definition: Let $(X, d_X)$ and $(Y, d_Y)$ be metric spaces. A map $f : X \to Y$ is said to be continuous at $x_0$ if for every $\varepsilon > 0$, there is $\delta > 0$ such that $d_Y(f(x_0), f(x)) < \delta$ whenever $d_X(x_0, x) < \varepsilon$. A map $f : X \to Y$ is said to be continuous if it is continuous at $x_0$ for all $x_0 \in X$.

Topological Definition: Let $(X,\mathcal T_X)$ and $(Y, \mathcal T_Y)$ be topological spaces. A map $f : X \to Y$ is said to be continuous if $U \in \mathcal T_Y$ implies that $f^{-1}(U) \in \mathcal T_X$.

In the case of metric spaces, the metric induces a topology, and the two notions of continuity coincide. Note that multiple metrics can induce the same topology, and that not all topologies are metrizable (can be generated from some metric).

Continuity is a sufficient condition for the intermediate value theorem. It is also a necessary condition for the extreme value theorem, as well as differentiability.

17100 questions
-2
votes
2 answers

Find interval in which function is continuous.

Given $f(x) = \frac{x²-2}{4x²+mx+4}$ determine the interval of m which makes f continuous for all real numbers. I think the answer is $m \in (-8, 8)$ but I dont know how to get to it :/
faruk
  • 29
-2
votes
1 answer

Examples of unbounded continuous function $f:Q\cap[0,1]\rightarrow R$

I want to find examples of unbounded continuous function $f:Q\cap[0,1]\rightarrow R$ I am thinking $\frac{1}{1+n}$ may satisfy but not quite sure. And if there are I want to see other examples too. Thanks!
Kane
  • 611
-3
votes
2 answers

Checking continuity of $f(x)=\ln(x)$

Is $f(x) = \ln e$ continuous on the domain $D= (0,e]$ given that $0$ is not being included in the domain? Graphically, it seems to be continuous.
LUCIFER
  • 109
-3
votes
1 answer

average functional value of two points is attained

$g$ be a continuous function on $[a,b]$, suppose $\xi_1,\xi_2\in [a,b]$, I need to show $\exists \xi\in [a,b]\ni g(\xi)=\frac{g(\xi_1)+g(\xi_2)}{2}$. Thanks
Myshkin
  • 35,974
  • 27
  • 154
  • 332
-3
votes
1 answer

Find value of $k$ for a function to be continous

The given function and the domain of $g(x)$ is $(0 ,\pi/2)$. where $[\ \ ]$ denotes the greatest integer function. Find the value of $k$, if possible, so that $g(x)$ is continuous at $x =\pi/4$. I thought about it alot , but could not get any start…
-3
votes
1 answer

How to show that $(x,y) \to x$ is continuous?

Let $p: (x,y) \subset \mathbb{R}^2 \to x \subset \mathbb{R}$ be the projection function How do I show that $p$ is continuous? I considered using the topological definition. Let $A \subset \mathbb{R}$ be open, then $p^{-1}(A)$ returns some set in…
Olórin
  • 5,415
1 2 3
41
42