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
5 answers

Example of continuous increasing and decreasing functions that don't intersect.

I am looking to describe two continuous functions. One of them is strictly increasing on the real line and one of them is strictly decreasing on the real line. I want to describe these functions in terms of non-exponential and non-trigonometric…
0
votes
2 answers

Prove that f is discontinuous at all the real points except 0 and 1

My problem is as follows- Let $f : \mathbb R \to \mathbb R$ be defined in the following manner $$f(x) = \begin{cases} x & \text{if $x$ is rational,} \\x^2 & \text{if $x$ is irrational.} \end{cases}$$ Prove that $f$ is discontinuous at all the real…
S.Dan
  • 1,115
0
votes
1 answer

Proving Continuity & Adding Discontinuous Functions

I've been wondering, how do you exactly prove that a function is continuous everywhere (or within the domain in which the function is defined)? Given some curve, my current approach would be to to try to think of discontinuities and then find a…
Trogdor
  • 10,331
0
votes
3 answers

How to show that the following function is not continuous?

Let $f: \mathbb R \rightarrow \{a,b\}$ for some $a,b \in \mathbb R$ such that $a \neq b$. I claim that such a function is not continuous on $\mathbb R$ since there exists a point $c \in \mathbb R$ such that $$ \lim_{x\to c^+} f \neq \lim_{x\to c^-}…
0
votes
1 answer

$f(x,y)={{xy^3}\over {x+y^2}},(x,y) \ne (0,0)$ and $f(x,y)=0, (x,y)=(0,0)$

Compute $f_{xy}(0,0)$ and $f_{yx}(0,0)$ and also discuss the continuity of these two at that point. given that $$f(x,y)={{xy^3}\over {x+y^2}},(x,y) \ne (0,0)$$ and $$f(0,0)=0.$$ I was able to find the two derivatives as $f_{xy}(0,0)=0$ and…
Aman Mittal
  • 2,091
0
votes
0 answers

Is $A$ open and $f$, restricted to $A$, continious?

Let $M\subseteq\mathbb{R}^{2+n}$ be open, $f\colon M\to\mathbb{R}^n$ be continious. Furthermore consider $A\subseteq\mathbb{R}^{1+n}, A\subseteq M$. My questions are if then (1) $A$ is open and (2) $f$, restricted to $A$, is continious. (2) I…
user34632
0
votes
1 answer

Question regarding uniform continuity

How do I show a function $f:\mathbb{R}\to \mathbb{R}$ is uniformly continuous on a closed interval $[a,b]$?
Oscar Flores
  • 1,438
  • 2
  • 18
  • 26
0
votes
1 answer

A continuity question

Find a non-zero value for the constant k that makes $f(x)=\begin{Bmatrix} \dfrac{\tan(kx)}{x} ,& x<0 \\[6pt] 3x+2k^{2}, & x\geqslant 0 \end{Bmatrix}$ continous at $x=0$. I've been trying to solve this question for a long time and still cant do it
user136877
  • 145
  • 1
  • 1
  • 6
0
votes
1 answer

Piece-Wise Function

Give an example of a function $f$ whose domain is the closed interval $[0,1]$ such that $f$ is bounded but does not attain its upper bound (i.e. there is no $x_1$ that exists in $[0, 1]$ such that $f(x) \leq f(x_1)$ for all $x$ that exist in $[0,…
0
votes
1 answer

Composite Continuous Function

Let $g$ and $h$ be real-valued functions with domains $\operatorname{dom}(g)$ and $\operatorname{dom}(h)$ respectively. Suppose that $g$ maps $\operatorname{dom}(g)$ into $\operatorname{dom}(h)$, that $g$ is continuous at $a ∈…
0
votes
1 answer

Convergence and continuity

${f_n}$ is continuous on $\mathbb{R}$, and $f_n \to f$ uniformly on every interval $[a,b]$. Prove $f$ is continuous on $\mathbb{R}$. I know that it must be the case that $f$ is continuous on $[a,b]$. But how can this be extended to $\mathbb{R}$?
kiwifruit
  • 707
0
votes
1 answer

$(6+6 \cos x) / \sin x$ is continuous on what interval and why?

$f(x)=\frac{6+6\cos x}{\sin x}$ is continuous on the interval $(n\pi,(n+1)\pi)$ where $n$ is an integer. I understand the continuous interval concept, but I don't understand why that specific interval. What is the thought process behind it? If I'm…
Monica
  • 145
0
votes
1 answer

Show that $f(x)=x\ln{x}$ for $x>0$, $f(0)=0$, is continuous on $[0,\infty)$.

If $f(x)=x\ln{x}$ for $x>0$ and $f(x)=0$ for $x=0$, then show that $f(x)$ is a real-valued, continuous function on $[0,\infty)$. Is it enough too say the following: $\lim_{x\to0} f(x)=\lim_{x\to0} x\ln{x}=\lim_{x\to0}…
sarahg
  • 1
0
votes
1 answer

Continuous injection from $\mathbb{R}^2$ to $\mathbb{R}^2$.

Could someone give me an example of a continuous injection from $\mathbb{R}^2$ to $\mathbb{R}^2$ which does not have a continuous inverse.
0
votes
3 answers

Is $f$ uniformly continuous

Prove/Disprove : Let $f:(0,1)→\mathbb{R}$ be Continuous. The condition $f(1/n)$$\rightarrow$$1/2$ and $f(1/n^2)$$\rightarrow$$1/4$ imply that $f $ is uniformly continuous.
Topology
  • 1,566
  • 11
  • 27