Is the Mapping f:\mathbb{Q}_p \rightarrow \mathbb{R} Continuous?

  • Thread starter Thread starter Oxymoron
  • Start date Start date
  • Tags Tags
    Continuous
AI Thread Summary
The discussion centers on the continuity of the mapping f: \mathbb{Q}_p \rightarrow \mathbb{R}, where f(x) = x. It is established that the function is not continuous because the p-adic metric diverges from the Euclidean metric; as points in \mathbb{Q}_p get closer in the Euclidean sense, they can become further apart in the p-adic sense. Participants emphasize the need for a rigorous proof, demonstrating that for any chosen epsilon, one can find points in \mathbb{Q}_p that satisfy the p-adic distance condition but violate the Euclidean distance condition. The conversation also touches on the implications of defining the function and the complexities of embedding p-adic numbers into the reals. Ultimately, the consensus is that the mapping is not continuous due to the inherent differences in the metrics involved.
Oxymoron
Messages
868
Reaction score
0
I would like someone to check my working please. Here is the question:

Is the mapping

f:\mathbb{Q}_p \rightarrow \mathbb{R}

continuous?

My solution:

A mapping f:X\rightarrow Y is continuous at a point x \in X if for every \epsilon > 0 there exists a \delta > 0 such that

d(x,y) < \delta \Rightarrow d(f(x),f(y)) < \epsilon

A function is continuous if it is continuous at every point in its domain.

This is the definition of continuity that I will be using. Note that I made this choice because the domain of the mapping lies in the rationals with respect to the p-adic metric. Further, \mathbb{Q}_p and \mathbb{R} are both metric spaces - ie there is a very good notion of distance between two points in both sets. This idea is crucial to my solution.

Loosely, the definition above says that all points f(y) \in Y near f(x) \in Y have their preimages y \in X near x \in X.

In the question at hand, the function f maps points in the metric space \mathbb{Q}_p to points in \mathbb{R} - where \mathbb{R} is the metric space w.r.t to usual Euclidean metric.

For the function to be continuous the following must be satisfied: The point f(x) \in \mathbb{R} near f(x) \in \mathbb{R} must imply that y \in \mathbb{Q}_p is near x \in \mathbb{Q}_p.

Technically speaking, given an epsilon > 0 there must exist a delta > 0 such that d(x,y) < \delta \Rightarrow d(f(x),f(y)) < \epsilon.

But d(x,y) := |x-y|_p. That is, distance between two points with respect to the p-adic metric gets larger and larger as x gets closer and closer to y with respect to the Euclidean metric. So I can not always guarantee the existence of a positive, non-zero \delta for any given \epsilon. Therefore the mapping f is NOT continuous.

To make this clearer, the distance between two points x, y \in \mathbb{Q}_p actually gets larger as x and y become closer with respect to the Euclidean metric. So the preimages of 'close' points in \mathbb{R} are actually very far apart in \mathbb{Q}_p. This is the exact opposite of what it means for a function to be continuous.

How does this sound?
 
Last edited:
Physics news on Phys.org
It looks like f is the inclusion map from the rationals to the reals, but considering the rationals with the p-adic metric. If so writing f:\mathbb{Q}_p \rightarrow \mathbb{R} doesn't make sense as it's not a function on all of \mathbb{Q}_p.

To show it's not continuous at a point x, you have to prove that you can find y's arbitrarily close in the Euclidean metric that are arbitrarily far away in the p-adic metric (it's sufficient to find y's farther than some convenient fixed bound, 1 will work here). You've essentially just declared this was true, but offered no proof. Can you supply details?
 
Oh dear, I forgot to mention that

f(x) = x.
 
May I ask if this is actually a continuous function?
 
To show it's not continuous at a point x, you have to prove that you can find y's arbitrarily close in the Euclidean metric that are arbitrarily far away in the p-adic metric (it's sufficient to find y's farther than some convenient fixed bound, 1 will work here). You've essentially just declared this was true, but offered no proof. Can you supply details?

I actually considered that this was obvious. But you are right, proving this is much more concrete.

We need to show that given an \epsilon > 0 we need to find a \delta > 0 so that whenever d(x,y) < \delta then d(1(x),1(y)) < \epsilon. However, since 1(x) = x by definition of the function, it follows that d(1(x),1(y)) = d(x,y) = |x-y|_p. Therefore we cannot necessarily find a \delta which is strictly less that \epsilon.
 
Oxymoron said:
I actually considered that this was obvious. But you are right, proving this is much more concrete.

We need to show that given an \epsilon > 0 we need to find a \delta > 0 so that whenever d(x,y) < \delta then d(1(x),1(y)) < \epsilon. However, since 1(x) = x by definition of the function, it follows that d(1(x),1(y)) = d(x,y) = |x-y|_p. Therefore we cannot necessarily find a \delta which is strictly less that \epsilon.

It's probably best to not use d(\cdot,\cdot) to represent two different metrics, so I'm going to switch to |\cdot|_p for the p-adic norm and |\cdot| for the usual euclidean norm.

You have the same problem as before. "cannot necessarily find..." isn't a proof. f is continuous at x if for every \epsilon>0 we can find a \delta>0 such that for all y with |x-y|_p<\delta we have |x-y|=|f(x)-f(y)|<\epsilon.

To prove f is NOT continuous at x we can find an \epsilon>0 that has no \delta>0 that will satisfy this. Showing it fails for any specific \epsilon will be enough, so let's take \epsilon=1. Now suppose \delta>0 satisfies the definition of continuity for \epsilon=1. Can you find a y where |x-y|_p<\delta but we have |x-y|>1?
 
Good point Shmoe!

If I take y = 2 then (2 must be prime)

|0-2|_p = \frac{1}{2} < \delta

But

|0-2| = 2 > 1

Is this ok?
 
Oh dear, I forgot to mention that

f(x) = x
Is this even a well-defined function? x is a p-adic number... in what sense are you embedding the p-adics into the reals?


Anyways, it's very easy to exhibit a sequence that converges in the p-adics and not in the reals. For example, consider the 3-adic sequence:

2, 22, 222, 2222, 22222, ...
which converges to the 3-adic number ...222 (= -1)

But this sequence clearly does not converge in the reals.


On the other hand...


I haven't worked it out, but it seems to me that if I define a function from Qp → R that maps a p-adic number x to its lexicographical reverse as a real number written in radix p, then this function is a continuous surjection. (not a bijection)

For example, in the 5-adics,

f(...41302.134) = 431.20314...(base 5)

This is in line with my intuition that the p-adics and the reals are opposites.
 
Last edited:
Oxymoron: You've done a very specific case, when x=0, p=2 and delta>1/2. Let's carry on with this, leaving x=0, and p=2.

Find me a y where |0-y|_p<1/2 but |0-y|>1.

Find me a y where |0-y|_p<1/4 but |0-y|>1.

Find me a y where |0-y|_p<\delta but |0-y|>1. y will depend on \delta


I'm also a little concerned with what you wrote, you know that the p-adic norm |\cdot |_p depends on a specific prime p right? That is, |\cdot |_2, |\cdot |_3, |\cdot |_5 etc. all give different norms.
 
  • #10
Is this even a well-defined function? x is a p-adic number... in what sense are you embedding the p-adics into the reals?

The question simply asks to determine whether or not f:\mathbb{Q}_p \rightarrow \mathbb{R} with f(x) = x is a continuous function.

I haven't worked it out, but it seems to me that if I define a function from Qp → R that maps a p-adic number x to its lexicographical reverse as a real number written in radix p, then this function is a continuous surjection. (not a bijection)

Clever. I haven't seen or heard anything like that!

This is in line with my intuition that the p-adics and the reals are opposites.

Interesting... how sure are you of this claim (along with the function being surjective if it maps p-adic numbers to their real lexicographic reverse). I am going to look into this a bit more!

I'm also a little concerned with what you wrote, you know that the p-adic norm depends on a specific prime p right? That is, , , etc. all give different norms.

Yep. that's right.

Ok, I see where you are going now Shmoe.

I have indeed chosen a very specific case where I can actually picked a certain prime (2 in this case). I could also have chosen some other prime.

|0-y|_2 < 1/2

Take y = 4 then

|0 - 4|_2 = \frac{1}{2^2} = 2^{-2} < 1/2

But

|0-4| = 4 > 1

Similarly for your second equation I could choose y = 5.
 
Last edited:
  • #11
The question simply asks to determine whether or not f:\mathbb{Q}_p \rightarrow \mathbb{R} with f(x) = x is a continuous function.

Then I would have to say no, because it's not a function at all. It would make sense to ask something like:

Is f:\mathbb{Q}_p \cap \mathbb{Q} \rightarrow \mathbb{R} : x \rightarrow x a continuous function?

Because here, the domain is a subset of the range. But \mathbb{Q}_p contains horrible things (it's uncountable, just like the reals), and given one, I can't see any "right" way for viewing it as an element of \mathbb{R}.


A an interesting note, the metric closure of the algebraic closure of \mathbb{Q}_p (called \Omega_p is apparently field isomorphic to \mathbb{C}, but Wikipedia doesn't say whether there is an isomorphism as a topological field. (It does say that the existence of the field isomorphism requires the axiom of choice, so it's safe to say that there isn't a nice, canonical isomorphism of the two!)


Interesting... how sure are you of this claim (along with the function being surjective if it maps p-adic numbers to their real lexicographic reverse).

I'm optimistic. If it's not actually continuous, I'm pretty sure it's "mostly" continuous, in some intuitive sense.

It should be obvious that the function is surjective, since the p-adics are isomorphic the set of all left-infinite radix p numbers, and the reals are isomorphic the set of all right-infinite radix p numbers (modulo some relations, such as 1 = 0.zzz... where z = p - 1). :-p
 
  • #12
I spoke to my topology professor today and he said that this function is not continuous - but he did not talk too much about it (since it is an assignment problem). But he approved of what Shmoe and I have been discussing. I think it is safe to say that this function is not continuous.
 
  • #13
I have another function I have been looking at - one which I think IS continuous.

f:\{a,b\} \rightarrow \mathbb{N}

with g(a) = 1, g(b) = 2, and \{a,b\} has the topology \{\oslash, \{a,b\}, \{a\}\}.


I am fairly certain that this function is continuous using the following definition of a continuous function:

For every open subset U of Y the inverse image f^{-1}(U) is an open subset of X.


I want to use that fact the the topology contains only open sets, which are open subsets of \{a,b\}. So in my opinion it is obvious that the sets in \{a,b\} are open, but I want this for any choice of U in \mathbb{N}.

But then I had another thought.

g maps a \in \{a,b\} to 1 \in \mathbb{N}, and g also maps b \in \{a,b\} to 2 \in \mathbb{N}. Therefore g^{-1}(1) maps to a which is open with respect to the topology there. But g^{-1}(2) maps to b which is not open with respect to the topology. So the function is not continuous.

Now I am confused...
 
  • #14
Oxymoron said:
The question simply asks to determine whether or not f:\mathbb{Q}_p \rightarrow \mathbb{R} with f(x) = x is a continuous function.

It almost surely says more than this, something about restricting the function to the rationals? This is what I was pointing out about your notation in post #2 and what Hurkyl has been saying about it not being a function.

Oxymoron said:
Similarly for your second equation I could choose y = 5.

I had meant to keep p fixed at 2, so if you're still working on this

Find me a y where |0-y|_2<1/4 but |0-y|>1.

Find me a y where |0-y|_2<\delta but |0-y|>1. y will depend on \delta


What's confusing you about your second question? It's not the discrete topology on {a,b}, you have to look at the topology to determine if {b} is open or not.
 
  • #15
b is not open in the topology. So the inverse image of 2 is not mapped to an open set. Hence the function is not continuous.
 
  • #16
I had meant to keep p fixed at 2, so if you're still working on this...
.

Well if I choose y = 8 then

|0-8|_p = |2^3|_p = 1/8 < 1/4

But

|0-8| = 8 > 1

So given a \delta I can find a y:

y = \frac{2}{\delta}

such that

|0-y|_p < \delta but |0-y|> 1
 
  • #17
For your y given a general delta, are there any conditions on delta? Does it work if delta=1/3 for example?
 
  • #18
Perhaps I should have written

y = \frac{p}{\delta}

Because I wrote y = 2/\delta since p = 2.
 
  • #19
Delta must be expressible as \delta = 1/p^n for some n\in\mathbb{N}
 
Last edited:
  • #20
Oxymoron said:
I have another function I have been looking at - one which I think IS continuous.

f:\{a,b\} \rightarrow \mathbb{N}

with g(a) = 1, g(b) = 2, and \{a,b\} has the topology \{\oslash, \{a,b\}, \{a\}\}.


I am fairly certain that this function is continuous using the following definition of a continuous function:

For every open subset U of Y the inverse image f^{-1}(U) is an open subset of X.


this only makes sense if you assign a topology to N, since f is continuous iff the inverse image of an OPEN set is open. How do youknow that {2} is open in N?

I want to use that fact the the topology contains only open sets, which are open subsets of \{a,b\}. So in my opinion it is obvious that the sets in \{a,b\} are open, but I want this for any choice of U in \mathbb{N}.

But then I had another thought.

g maps a \in \{a,b\} to 1 \in \mathbb{N}, and g also maps b \in \{a,b\} to 2 \in \mathbb{N}. Therefore g^{-1}(1) maps to a which is open with respect to the topology there. But g^{-1}(2) maps to b which is not open with respect to the topology. So the function is not continuous.

Now I am confused...
 
  • #21
Does the inclusion of the last quote without a comment indicate that my reasoning there is correct?
 
  • #22
No, my comment applies to both patrs I quote back at you.


If you want to determine if a function is continuous from X to Y you need to specify the topologies of both X adn Y.

If, in this example, N has the discreate topology then you are coorect that since the inverse image of {2} (an open set in the discrete topology) is {b} and {b} is not an open set in the given topology on {a,b} then the map is not continuous.

As you have not stated the topology on N you cannot come to any conclusion at all.
 
  • #23
But the question has not provided me with a topology for \mathbb{N} at all - only a topology for \{a,b\}. Here is the exact question:

Determine if the mapping

f:\{a,b\} \rightarrow \mathbb{N}

with f(a) = 1,\,f(b) = 2, and \{a,b\} has the topology \{\oslash, \{a\},\{a,b,\}\}.

It does not mention anything about a topology on \mathbb{N}.
 
  • #24
Thanks Matt for the insight. I am going to assume that \mathbb{N} has the discrete topology and that the function is not continuous for now.

But I want to highlight another mapping:

f:\mathbb{N}\rightarrow \mathbb{N}

with f(x) = x^2, and now \mathbb{N} has the finite complement topology.
 
  • #25
We can assume it is the discrete topology, I would imagine. Possibly at some point in the book it mentions something like: all discrete sets with have the discrete topology unless specified otherwise. Then {2} is open and the inverse image of 2 is b and {b} is not open in the given topology on {a,b} this it is not continuous.

As for the second question. Take an open set in N and look at its inverse image, is it open? That is all you need to do. So what is an open set in the finite complement topology? A set is open if its complement is a finite set. The inverse image of any set is the square roots of the perfect squares in it. eg, the inverse image of the set {2,3,4,5,6,7,8,9} is {1,2,3}.

It may help for you to also prove the following:

let X and Y be topological spaces and f a map from X to Y. Then f is continuous iff the inverse image of any closed set is closed.

Why? Because a closed set in the finite complement topology is precisely a finite set of points, adn the inverse image of a finite set of points is, at most, a FILL IN THE BLANKS
 
  • #26
So we are talking about \mathbb{N} with the finite complement topology. This means that a set U = \mathbb{N} is open if its complement \mathbb{N} \backslash U is a finite number of points (or the entire set ie. U = \oslash).

So if I take any subset U of \mathbb{N} then the image of U, f^{-1}(U) is empty if U does not contain any perfect squares, (and so \mathbb{N} \backslash U = \mathbb{N} is an infinite number of points - hence closed), or it will be some other subset of \mathbb{N} (since the square root of a positive perfect square is always a positive natural number). And hence the complement \mathbb{N}\backslash U is still an infinite set, and so closed.

Regardless of whether U contains perfect squares or not, the complement of the inverse image \mathbb{N} \backslash (f^{-1}(U)) will always contain an infinite number of points. Hence the inverse image of every open subset U \subseteq \mathbb{N} is closed under the finite complement topology.

Therefore the function

f:\mathbb{N} \rightarrow \mathbb{N}, \, f(x) = x^2

is not continuous.


let X and Y be topological spaces and f a map from X to Y. Then f is continuous iff the inverse image of any closed set is closed.

But I thought a function is continuous iff the inverse image of any open set is open? Is this another definition of continuity?
 
  • #27
Oxymoron said:
So we are talking about \mathbb{N} with the finite complement topology. This means that a set U = \mathbb{N} is open if its complement \mathbb{N} \backslash U is a finite number of points (or the entire set ie. U = \oslash).


correct


So if I take any subset U of \mathbb{N} then the image of U, f^{-1}(U) is empty if U does not contain any perfect squares,

This is impossible unless U is the empty set. An open set contains all but a finite nubmer of points. In particular it must contain all integers larger than som natural numberr M, eg take M to be the maximum element of the complement of U which exists since the complement of Uis finite.

(and so \mathbb{N} \backslash U = \mathbb{N} is an infinite number of points - hence closed),

I fail to see the deductive reasoning here. What is closed? U or N\U? And do'nt you mean N\f^{-1}(U)?


or it will be some other subset of \mathbb{N} (since the square root of a positive perfect square is always a positive natural number). And hence the complement \mathbb{N}\backslash U is still an infinite set, and so closed.

I'm sorry, again, what is closed f^{-1}(U) or its complement?


Regardless of whether U contains perfect squares or not, the complement of the inverse image \mathbb{N} \backslash (f^{-1}(U)) will always contain an infinite number of points. Hence the inverse image of every open subset U \subseteq \mathbb{N} is closed under the finite complement topology.

Therefore the function

f:\mathbb{N} \rightarrow \mathbb{N}, \, f(x) = x^2

is not continuous.


the reasoning is internally inconsisten,and the conclusion wrong, plus you also seem to think that a if S is an infinite set of points that its complement is necessarily closed. This is not true. Consider the even integers in N. This set is infinite but neither it, nor its complement, are open or closed.




But I thought a function is continuous iff the inverse image of any open set is open? Is this another definition of continuity?

No, I told you to prove that a function is continuous iff the inverse image of closed sets are closed, where the definition of continuous is that the inverse images of open sets are open. That is I wanted you to show that

"the inverse images of all open sets are open" is equivalent to the statement "the inverse images of all closed sets are closed"
 
  • #28
Thankyou for putting up with me on this Matt - as I struggle to understand this :cry:

Im going to take this one step at a time.

If I use the definition of a continuous function to be

"A function is continuous iff the inverse image of a open set is open"

Then f:\mathbb{N} \rightarrow \mathbb{N} (etc..) is continuous if and only if for every open set U in \mathbb{N} the inverse image of that set f^{-1}(U) is open in \mathbb{N}.

THE CHOICE OF MY OPEN SUBSET IN \mathbb{N}

I want to be able to take any open subset in the natural numbers and show that its inverse image is open in the natural numbers:

Let U be an open subset of \mathbb{N}. So U is a set of natural numbers such that \mathbb{N} \backslash U is finite - by definition of an open set under the finite complement topology.

My query here is that \mathbb{N} \backslash U is just the set of natural numbers with a finite number of points removed. So isn't \mathbb{N} \backslash U still an infinite set? Hence U isn't closed.
 
  • #29
Certaily an open set in the finite complement topology is not closed (when the topological space is not a finite set), but, as the saying goes, what has that got to do with the price of fish?

Here is another characterization of sets in the open sets in this topology.

A set S in N with the finite complement topology is open if there is an integer M such that n>M implies n is in S (or S is empty). Ie we can split S into two parts

U and V where V={M+1,M+2,M+3,...} and U is some subset of {1,2,..,M-1,M}


Now can you see if f is continuous?


ANd you really should try and prove the equivalence of the open v. closed criterion for continuity since it is easy. here are some thoughts:

if f:X to Y is a map of topological spaces and V is an open set, V' its complement is closed.

f^{-1}(Y)=X

if S and T are two subsets of Y then f^{-1}(SuT) is f^{-1}(S)uf^{-1}(T)

further if S and T are disjoint so are f^{-1}(S) and f^{-1}(T)

if S is open and f is continuous then the inverse image of S is open. if T is S complement then what can you say?
 
Last edited:
  • #30
Oxymoron said:
My query here is that \mathbb{N} \backslash U is just the set of natural numbers with a finite number of points removed.


No, U was open. thus N\U is a finite set of natural numbers. It is not the set of natural numbers with a finite number of poitns removed.

It really is easier to think of the closed sets, you know, A set is closd in the finite complement topology iff it is finite or the whole space or the empty set.

The inverse image of the whole space is the whole space and the inverse image of any finite set or the empty set is either empty or the set of square roots of the perfect squares in the original closed set and is thus fniite. Hence the inverse image of a closed set is closed.
 
  • #31
It really is easier to think of the closed sets, you know, A set is closd in the finite complement topology iff it is finite or the whole space or the empty set.

Thankyou Matt. Using closed sets the continuity is easier to prove because of the topology.
 
Back
Top