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
1 answer

continuous and discontinuous functions

"A function which takes on infinite values throughout an interval is at least once continuous throughout a sub interval of that interval" Prove or disprove the above statement<<<
Tom Lynd
  • 1,342
0
votes
1 answer

Does continuity imply the following property?

Let $f$ be a continuous function from $\mathbb{R}$ to $\mathbb{R}$. Does this mean that at each number $a$ there exists an $M$, $N$ $\in \mathbb{N}$ such that $\left|f(a+h) -f(a)\right| < M |h|$ for all $|h|< \frac{1}{N}$? At first I thought this…
skh
  • 55
0
votes
0 answers

How to show a function is continuous in a given interval?

How to show a function is continuous in a given interval? This might be a very basic question but I'm very new to calculus and I intend to prove that a given function is continuous in a given closed interval. How can I do it (what arguments are…
0
votes
1 answer

Discontinuous function as a sum of step function and a continuous function

If f:[a,b] is discontinuous at exactly one point then, is it possible to write the funtion as sum of a continuous function and a step function. If it was a jump or removable discontinuity then I believe it's true, I am not sure about the case of…
0
votes
0 answers

Defining a^x for x in R by continuity

I was watching Lecture 6 of 18.01 (Single Variable Calculus) on ocw.mit.edu. This statement came from the lecture and I can't make sense of it. Could anyone help? Thanks! Statement: a^x is defined for all x by "filling in" by continuity
0
votes
1 answer

Is a hard thresholding operator generating a single vector a continuous function?

A Hard thresholding operator $H_k:\mathbb{R}^n\rightarrow \mathbb{R}^n$ is defined as a vector-valued function that maintains the top-k entries of a given vector in an absolute value sense and zero out the rest. As an example…
Saeed
  • 175
0
votes
3 answers

Continuity of $x^2$ over $\mathbb{R}$

Suppose $f: \mathbb{R} \rightarrow \mathbb{R}$ is defined by $f(x) = x^2$. I have a rather elementary question, but can one say that this function is continuous on the whole real line? If we restrict the codomain to $\mathbb{R}_{\geq 0}$ then…
CBBAM
  • 5,883
  • 2
  • 6
  • 18
0
votes
0 answers

prove x/(x^2 + 1) is continuous at x = 0 using the definition of continuity

My solution is as follow. Can anyone tell if my calculation is correct.
0
votes
1 answer

In this informal definition of continuity (at $x=p$), what does "regardless of the manner in which $x$ approaches $p$" mean?

In my book it gave the informal definition of continuity as If we let $x$ move toward $p$, we want the corresponding function values $f(x)$ to become arbitrarily close to $f(p)$, regardless of the manner in which $x$ approaches $p$. I don't…
0
votes
1 answer

In which of the following cases is there no continuous function $f$ from the set $S$ onto the set $T$?

In which of the following cases is there no continuous function $f$ from the set $S$ onto the set $T$? $S=[0,1],T=\Bbb R$ $S=(0,1),T=\Bbb R$ $S=(0,1),T=(0,1]$ $S=\Bbb R,T=(0,1)$ how we solve it.plz explain
sam
  • 125
0
votes
1 answer

Is the immediate neighbourhood of an irrational number also irrational?

I had this homework problem: If $f(x)$ is continuous in $[0,1]$ and $f(x)=1$ for all rational numbers in $[0,1]$, then $f(\frac{1}{\sqrt{2}})$ is equal to $1$. My logic for marking it false was that there are infinite irrational numbers for each…
0
votes
1 answer

Continuous onto map from (-1,1] to (-1,1)?

Does there exist a continuous onto map from (-1,1] to (-1,1)? My thoughts. I think there doesn't exist any continous onto map satisfying this. Proof: Suppose there exist such $f:(-1,1]$ to $(-1,1)$. Since if we take [a,1] where a is between 1
Tony
  • 151
0
votes
0 answers

Possible Question on Intermediate Value Theorem

Let $P\left(x\right)=x^{10}+a_2x^8+a_3x^6+a_4x^4+a_2x^2$ be a polynomial with real coefficients. If P(1)=1 and P(2)=-5, then the minimum number of distinct real zeroes of P(x) is? I think we need to solve this question using Intermediate Value…
0
votes
2 answers

Prove that the equation $\tan x=p(x)$ has a solution

I have the following question: Given a polynom $p(x)$ I need to prove the the equation $\tan x=p(x)$ has at least one solution. I defined the difference as a function $f(x)=\tan x-p(x)$ and I know that $f(x)$ is continues in any interval where $\tan…
Daniel
  • 558
0
votes
1 answer

2 continuous functions with the property $f(g(x))=x$.

$f, g\colon \mathbb {R}\to \mathbb {R}$ continuous functions such that $f(g(x))=x$. Prove that $g(f(x))=x$. Since $f$ is surjective, we basically have to prove that $f$ is injective. For $g$ is clearly, but how can I prove that $f$ is injective ?…