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
0
votes
0 answers

Do I have the correct understanding of removing discontinuities from functions?

Sorry, but the only way I can explain how I understand the subject is with referring to this video from the Khan Academy, so please bear with me https://www.youtube.com/watch?v=oUgDaEwMbiU so here we go: The way I like to think of it is that $f(x)$…
0
votes
1 answer

Prove that $f(E)$ is dense in $f(\Bbb R)$

Let $f$ be continuous on $\Bbb R$ and $E$ be a dense subset of $\Bbb R$. Prove that $f(E)$ is dense in $f(\Bbb R)$ On the only definition of continuity For $\forall\ \varepsilon>0$ and $\forall\ x_0\in E$, there exists $\delta>0$ such that…
XX X
  • 5
0
votes
0 answers

On proving continuity for fractional exponential functions

I have a special problem here related to proving that a function is continuous. We have: $$f(x,y)=e^{\frac{x-1}{y}+\frac{y}{x-1}}\sqrt{1+\frac{x-y}{x+y}}$$ which shows that the function does not exist at the line $y$ and not at the line $x=1$, nor…
user287546
0
votes
1 answer

Proving Continuity by Showing Open Pre-image

I am trying to show that $f(a,b,c):R^3\to R\;$ defined by $f(a,b,c) = a^2+b^2+c^2+1$ is contunious by showing that for every open set, $U$, in $R$ has an open preimage - $f^{-1}(U)$ is open in $R^3$. All I really have so far is that as $U$ is open,…
TNoms
  • 97
0
votes
1 answer

continuity with polar coordinates same as sequential continuity?

I got a function: $f(x,y)= \begin{cases}\frac{x^3-3\,x\,y^2}{x^2+y^2} &(x,y) \neq 0\\ 0&(x,y) = 0 \end{cases}$ substitution polar coordinates ($x = r\,\cos(\varphi)$, $y = r\,\sin(\varphi)$) I get: $f(x,y) = r\,\cos(3\,\varphi)$. Supposly this has…
Leon
  • 1,117
0
votes
1 answer

Determine where the following function is continuous

$f(z) = z$ for $\leq 1$, and $f(z) = |z|$ for $> 1$. I'm trying to find where $f$ is continuous. I know that $f$ is continuous where $z \leq 1$, since $f$ just maps elements to itself.
user837496
0
votes
2 answers

Discontinuous function prove

I want to find an answer to this case If function f is discontinuous then √f is discontinuous. I am trying to disprove it and I put counter examples but it seems correct. Is this true? Can you help me please
0
votes
0 answers

Does continuity at every real number imply continuity over an interval?

I am trying to prove something but my proofs requires me to make the step from saying that a function $f(x)$ is continuous at all points $x \in \mathbb{R} \implies f(x)$ is continuous over an interval $[x,x+\epsilon]$. I know it may seem obvious and…
Governor
  • 469
0
votes
1 answer

unit ball of $(C([0, 1], \mathbb{R}), \mathrm{d}\infty)$ is not compact

I am trying to show that the unit ball of $(C([0, 1], \mathbb{R}), \mathrm{d}\infty)$ is not compact. thanks
SAJ
  • 11
0
votes
1 answer

Is the derivative of $|x|$ defined for every x in the neighborhood?

Is the derivative of $f(x)= |x|$ defined for every $x$ in the neighborhood? I know the derivative of $x=0^+$ and $x=0^-$ is not the same. But is it correct to say that the derivative is defined for every $x$ in the neighborhood of $0$?
user870094
0
votes
2 answers

Can I move a constant out of a continuous function? When?

Can I move a constant out of a continuous function? When? If I have $f(\frac{1}{k}g(x))$ Then is this (ever) same as If I have $\frac{1}{k}f(g(x))$?
mavavilj
  • 7,270
0
votes
2 answers

I can't understand Intermediate Value Theorem Proof

Intermediate Value Theorem. If ƒ is a continuous function on a closed interval [a, b] and if u is any value between ƒ(a) and ƒ(b), then u = ƒ(c) for some c in [a, b]. I'm trying to understand this theorem from…
0
votes
1 answer

does the countinous function over continuous function is continuous?

If I have a function $g:[0,1]\rightarrow [0,1]$ which is continuous and $f:\Omega \rightarrow [0,1]$ which is right continuous. Is $g(f)$ continuous or just right continuous? Here $\Omega$ is the event space and $f$ is a random variable.
0
votes
2 answers

Continuity of $(x,y)\mapsto(y,x)$

Is this map continuous for real spaces $X,Y$? I can’t see why it wouldn’t be but at the same time I can’t seem to come up with concrete reasoning why it would be true. Thanks in advance!
b17
  • 59
0
votes
0 answers

Type of discontinuity?

Correct me if I'm wrong, but for the following function, at x = $\sqrt2$ $$f(x) = \lfloor x^2-2\rfloor$$ it is discontinuous because the left hand limit $= -1$, while the right hand limit $= 0$. Hence, the limit of $f(x)$ does not exist and hence it…