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

f is continuous at x = a

Let $f$ be a continuous function defined on $\mathbb{R}$ In case of $f(0)=-1$ Prove that there exists values $x>0$ with $f(x)<0$ In case of $f(1)=1$ Prove that there exists values $00$ Indeed, I'm supposed to use the…
Adam
  • 473
1
vote
1 answer

Lower semi-continious, compactum, minimum

Let $M$ be a topological space, $K\subset M$ compact, $f\colon M\to\mathbb{R}\cup\left\{+\infty\right\}$ lower semi-continious. Show that $f$ takes its minimum on $K$. Good day, we defined lower semi-continuity as follows: $f$ is lower…
mathfemi
  • 2,631
1
vote
2 answers

Lipschitz and uniform continuity

Show that f(x)=$\sqrt{x}$ is uniformly continuous, but not Lipschitz continuous. I can prove that it's uniformly continuous. But why is it not Lipschits? How do I check the definition?
1
vote
1 answer

Function is not continuous

$f(x)=x^2 \sin(1/x)$ when $x \neq 0$, $f(x)=0$ when $x=0$. Show that f is not continuously differentiable. I found that $f'(x)=2x\sin(1/x)-\cos(1/x)$ for $x \neq 0$ and $0$ otherwise, but how can I prove this is not continuous?
kiwifruit
  • 707
1
vote
1 answer

Finding a continuous non-monotonic functions

First, I would like to find a function $f:\left[ 0,1 \right] \rightarrow \mathbb{R}$ such that $f$ is continuous but not monotonic in any interval. Secondly, I want to find a, continuous yet not monotonic in any interval, function $g:\mathbb{R}…
1
vote
2 answers

Intermediate value theorem problem

Problem: The equation $x=-5\cos(x)$ has at least $3$ distinction solutions. Use the intermediate value theorem to show that this is true. I drew the function,but I don't know what to do next.
user136877
  • 145
  • 1
  • 1
  • 6
1
vote
1 answer

need some help with this continuity

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 tried to do this question but I dont know how to begin this question.need…
user136877
  • 145
  • 1
  • 1
  • 6
1
vote
1 answer

Intermediate Value Theorem help

Let $f$ be a continuous function on $\mathbb{R}$ which is periodic with period $2\pi$. This means $f(t + 2\pi) = f(t)$ for all $t$. Show that there exists $x\in[0,\pi]$ such that $f(x) = f(x + \pi)$. I know it's an intermediate-value theorem…
1
vote
1 answer

Continuous function existence

Prove that there is at most one continuous function on $[0,2]$ that satisfies: $$v(x)=f(x)+\int_0^2 e^{-(x-y)^2} \cos(0.3v(y)) \, dy$$ I don't know how to estimate this integral...
kiwifruit
  • 707
1
vote
1 answer

Continuous function, mapping of a set to itself

Let $f: [0,1] \rightarrow [0,1]$ be continuous. Any idea on how we can prove that it is not possible for $f$ to map $[0,1]$ onto $[0,1]$ exactly two-to-one. That is, there is no continuous $f$ as above such that for each $y \in [0,1]$, there are…
Sam
  • 55
1
vote
2 answers

Uniform continuity of square root

I need to prove that $f(x)=\sqrt x$ is uniformly continuous on $[0, \infty)$. I wrote $\displaystyle |\sqrt{x}-\sqrt{c}|=|\frac{(\sqrt{x}-\sqrt{c})(\sqrt{x}+\sqrt{c})}{\sqrt{x}+\sqrt{c}}| \leq| \frac{x-c}{\sqrt{x}+\sqrt{c}}|$, but I am stuck after…
kiwifruit
  • 707
1
vote
2 answers

Integers seen as a continuous shape

In a popular maths book I find this sentence, in the context of an explanation of the difference between discrete and continuous, especially as regards groups: The group of integers is discrete; that is to say, its elements do not combine into a…
DaG
  • 486
1
vote
3 answers

How to show if a function is continuous

I am faced with this function: $$ h(x)= \frac{1−2x}{x^2−x−6} $$ And I have to determine its points of discontinuity. I am not quite sure how to approach this. Any help? Thank you!
Juan
  • 11
1
vote
1 answer

Continuity of monotone increasing function

Let f(x) be monotone increasing. Define $S=\{x|c \leq f(x) \leq d\}$. Show that S must be a single interval. I understand this intuitively and graphically, but don't know how to prove this formally. Please help with a proof strategy.
kiwifruit
  • 707
1
vote
1 answer

Continuity formal proof

I have a problem similar to the one answers in this post (Mhenni Benghorbal's answer) $f(x)=x^2$, find $\delta$ such that $|x-1|\leq \delta$ implies $|f(x)-1|\leq \epsilon$. I am copying part of his solution: We must show that for every $\epsilon…
user989
  • 117