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
1
vote
4 answers

Discontinuous function counter example

When providing counter-examples for various things in Calculus, we often utilise piecemeal functions because we can easily 'construct' something 'pathological' by doing that. Somebody asked me "To determine if a function is discontinuous or not,…
Trogdor
  • 10,331
1
vote
1 answer

strictly monotonic and range open

Prove that a strictly monotonic function with range open set is continuous. I have proved for case when range is connected set. Further question: How to prove f continuous when range is closed set. Problem 4.65 Mathematical Analysis Apostol
Sushil
  • 2,821
1
vote
0 answers

Proof strategy: continuity of an integral

Consider $g: I \rightarrow \mathbb{R}$ given by $$g(x) = \int_{x_0}^x f(y)dy$$ If $f : I \rightarrow \mathbb{R}$ is Riemann-integrable, then $g$ is continuous on $I$. Proof: For any $x_1 \in I$, consider $$|g(x) - g(x_1)| = |\int_{x_0}^x f(y)dy -…
1
vote
1 answer

Intuition for uniform continuity - what causes non U.C?

I'm trying to understand the concept a bit more intuitively, instead of getting lost in the $\epsilon s$ and $\delta s$, and can't quite seem to grasp what kind of behavior would make a continuous function non-uniformly continuous. When looking for…
1
vote
2 answers

To say that $f:[1,2]\cup[3,4]\longrightarrow \Bbb R$ is continuous has a sense ?

The question is probably obvious, but is there a sense to say that for exemple $$f:[1,2]\cup[3,4]\longrightarrow \Bbb R$$ is continuous on $[1,2]\cup [3,4]$ or not really ?
idm
  • 11,824
1
vote
1 answer

Continuity in $\mathbb R^n$

We know that continuity along all directions does not imply that the function is continuous in multivariate space. Intuitively is it right to think that a function can be discontinuous along a particular path even if it is continuous in all…
Curious
  • 1,278
1
vote
1 answer

Continuous function changing sign on Cantor set

Let $C$ be the Cantor set. I can easily define a continuous function on $[0,1]$ whose set of zeros is exactly $C$, i.e. $x\mapsto d(x,C)$. In addition to being 0 on $C$, I'd like to build one that changes sign at each point of $C$. It seems…
1
vote
2 answers

continuity of a function

$$f(x) = \begin{cases}(1-\cos x)/x & x \neq 0\\0& x=0\end{cases}$$ I am asked to prove if it is continuous at $x_1=0$ $$|f(x)−f(c)|<\varepsilon$$ Since $$1-\cos(x)=2\sin^2(x/2)$$ then $$\left|\frac{2\sin^2(x/2)}{x}-0\right|<\varepsilon$$ I let…
1
vote
1 answer

Let $f$ a continuous function on $\mathbb R$ such that $f(0)=f(2)$.

Let $f$ a continuous function on $\mathbb R$ such that $f(0)=f(2)$. Answer by true or false. There exists $\alpha\in[0,1]$ such that $f(\alpha)=f(\alpha+1)$. I think that it's wrong but I'm not able to find a counter exemple.
idm
  • 11,824
1
vote
2 answers

Proving $f$ is uniform continuous

I am a little off my game today, so I can't immediately see a "way out" out of this question. If $f$ is continuous on $\Bbb R$ and $\lim_{x \to \pm \infty} f(x) = 0$, $f$ must be uniformly continuous. I think I am supposed to do this by…
Lemon
  • 12,664
1
vote
2 answers

Yet another question about continuity in $\mathbb{R}$

The question asks, Find a function $g \colon A \to \mathbb{R}$ and a set $B \subset A$ such that $g|B$ is continuous but $g$ is continuous at no point of $A$. My idea is this: Let $ A = \{\frac{1}{n}\, | \, n= 1, 2, \ldots \} $ and $ g\colon A \to…
Kevin Sheng
  • 2,483
0
votes
3 answers

the map $f:[0,1]\to [a,b]$ $f(x,y)=(1-x)a+xb$ is a homeomorphism

A question I just came across : A bijection $f:X\to Y$ is a homeomorphism if $f$ and $f^{-1}$ are continuous . Show that the map $f:[0,1]\to [a,b]$ $$f(x)=(1-x)a+xb$$ is a homomorphism... I don't know how to go with solving to show $f^{-1}$…
coool
  • 1,076
0
votes
2 answers

Prove this function is not differentiable at z=0

$$f(z)=\left\{\begin{array}{cc}(z^5)/(|z|)^4 &\text{when}~z\neq0,\\0&\text{when}~z=0\end{array}\right.$$. For this function, how would I prove that $f(z)$ is not differentiable at $z=0$? I tried a taking the limit of $(f(\delta z) - f(0))/(\delta…
0
votes
1 answer

Violation of IVP of a continuous functions

We know that IVP of a continuous function says that if $f:\mathbb R\rightarrow \mathbb R$ be a continuous function on $\mathbb R$ then between $[a, b]$ there will be at least one real root of $f(x)=0$ if $f(a)f(b)<0$ OR either even number of roots…
KON3
  • 4,111
0
votes
2 answers

how to find the value of k

f(x)=\begin{cases} k(x^2-2x),x\le 0 \\ 4x+1,x>0 \end{cases} continuous at x=0 I am extremely weak in this topic so could any one show me how to solve this question?