If you can prove this, you are a genius.

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    Genius
Jamin2112
Messages
973
Reaction score
12

Homework Statement



Are you up to the challenge?

Let (X,d) be a metric space and let A be a nonempty subset of X. Define f:X→ℝ by f(x)=inf{d(x,a): a in A}. Prove that f is continuous.

Homework Equations



Definition. Let (X,d) and (Y,p) be metric spaces. A function f:X→Y is continuous at a point a in X provided that for each positive number ε there is a positive number δ such that if x is in X and d(a,x)<δ, then p(f(a),f(x))<ε. A function f:X→Y is continuous provided it is continuous at each point of X.

The Attempt at a Solution



All I've been able to do so far is understand the function f given in the problem. For example, we could have X = {1, 2, 3}, A = {1}, and d(x,a) = |x-a|; then f(1) = 0, f(2) = 1, and f(3) = 2. BUT THIS STEP FUNCTION ISN'T CONTINUOUS! So do I have to assume f is continuous?
 
Physics news on Phys.org
Your error is that you have completely ignored the topology, or metric, on X. Since X has only three members, any appropriate metric you assign will give a "discrete topology"- every subset is open. In this particular case, for any 0&lt; \delta&lt; 1, d(p,q)&lt;\delta implies p= q. In particular, for any 0&lt; \delta&lt; 1, d(x, 1)&lt; \delta implies x= 1 so that f(x)= f(1)= 1 and then d(f(x), 1)= d(1,1)= 0&lt; \epsilon.

Yes, this function is continuous. That doesn't require a genius, it only requires knowing the definitions.
 
Start by showing the inequality

\inf_{a\in A}{d(x,a)}\leq d(x,y)+\inf_{a\in A}{d(y,a)}
 
I hope I'm not wrong but:

the definition does not say that f(x)=d(x,a), it says that f(x)=inf_{a\in A}d(x,a).

So, in your example, f(1)=0 (since 1-1=0) f(2)=0 (since d(x,a) can be either 0 or 1, and the lowest is 1), and f(3)=0 (same reason)...

since x\in X and a\in A\subset X\Rightarrow a\in X, \forall x,\,\,inf_{a\in A}d(x,a)=0

Is that correct?
If so, the proof is straightforward :D
 
Thanks for the responses so far! I'll chew on 'em and then come back when I have another question!
 
micromass said:
Start by showing the inequality

\inf_{a\in A}{d(x,a)}\leq d(x,y)+\inf_{a\in A}{d(y,a)}

I see ...

So choose x in X, y in A in X, and ε > 0 such that ε > d(x,y).

Since d(a,x) ≤ d(a,y) + d(x,y), we know infa in Ad(a,x) ≤ infa in Ad(a,y) + d(x,y), meaning f(y) ≤ f(x) + d(x,y), or equivalently, f(y) - f(x) ≤ d(x,y).

Thus ε > d(x,y) forces f(y) - f(x) < ε. (This seems wrong.)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top