Continuity of Finite Set f: R → R - Proofs

  • Thread starter Thread starter C.E
  • Start date Start date
  • Tags Tags
    Continuity
C.E
Messages
100
Reaction score
0
1. Let X be R be a finite set and define f : R \rightarrow R by f(x) = 1 if x \in X and f(x) = 0 otherwise. At which points c in R is f continuous? Give proofs.

3. I don't know how to start this, do you think it is ok to assume that X represents an interval of R? If not how can you possibly deduce the points continuity?
 
Physics news on Phys.org
X is finite. Meaning it contains a finite number of points. So X is certainly not an interval.

Try some concrete examples with increasing degree of complexity. Say X={0}. What then? (i.e., where is f continuous?) Now what if X={-1,1}, etc. If you've solved the problem in these two particular cases, then surely you can guess the answer to the general case and back your intuition with a proof.
 
Is this right?

The function is discontinous for all x in X and continuous elsewhere.
To prove discontinuity at x in X let x_1, x_2, ... x_n be the points in X then if we assume X_2 is the member of X closest to x_1. Then taking episilon =0.5 and only considering delta less than 0.5|x_1 - x_2| we prove discontinuity.

To prove continuity elsewhere we use a similar argument letting X_1 be the closest member of X to the point x not in X then setting delta= 0.5|X_1-x| completes the proof.

Any comments?
 
You seem to have set x=x_1 in the first paragraph but never said so explicitly, which is confusing. Also, when you say "Then taking epsilon =0.5 and only considering delta less than 0.5|x_1 - x_2| we prove discontinuity.", I suspect that you have the right idea, but your sentence expresses it poorly. How about instead: "Then, taking epsilon=0.5, notice that for delta=0.5|x_1 - x_2|, we have 0<|x_1-y|<delta implies |f(x_1)-f(y)|=|1-0|=1>epsilon, thus proving that f is discontinuous at x_1."

In the second paragraph, I suggest adding "then for any epsilon>0, take delta= 0.5|X_1-x|, thus completing the proof.", but it can't hurt to write things more explicitely either.
 
I think simpler is: since X is finite, there exist \epsilon&gt; 0 such that the distance between any two points in X is greater than \epsilon.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top