Proving discontinuity for rational numbers (reduced form)

cppabstract
Messages
2
Reaction score
0
Hello! This is my first post on these forums.
So I was stuck with this question in my Mathematical Analysis exam, and it is as follows:
ƒ(x) = 0 if x ∉ ℚ and (p + π) / (q + π) - (p / q) if x = (p / q) ∈ ℚ (reduced form).

1- Prove ƒ is discontinuous at all rational numbers except 1:
This is easy. Suppose a ∈ ℚ not equal to 1 and for all sequences Xn ∉ ℚ, Xn → a, with ƒ(Xn) → ƒ(a) (that it's continuous at a). Now ƒ(Xn) → 0, because Xn is an irrational sequence. Since a is rational, ƒ(a) = (p + π) / (q + π) - (p / q), after unifying, we get ƒ(a) = (π(q - p)) / (q2 + π × q). since a is not 1, p can never be equal to q, and thus, ƒ(a) is not equal to 0, a contradiction.

2- ƒ is continuous at every irrational number.
Here comes your part.
Using the same method (Sequence Characterization method), we can prove for Xn ∉ ℚ. As for Xn = Pn / Qn ∈ ℚ, suppose Xn → a ∉ ℚ, we want to show ((Pn + π) / (Qn + π)) - (Pn / Qn) → 0, same as ƒ(a), to prove the continuity in all cases. Using algebra, I couldn't find anything to wrap things around. Any ideas?
 
Last edited:
Physics news on Phys.org
cppabstract said:
Hello! This is my first post on these forums.
So I was stuck with this question in my Mathematical Analysis exam, and it is as follows:
ƒ(x) = 0 if x ∉ ℚ and (p + PIE) / (q + PIE) - (p / q) if x = (p / q) ∈ ℚ (reduced form).

1- Prove ƒ is discontinuous at all rational numbers except 1:
This is easy. Suppose a ∈ ℚ not equal to 1 and for all sequences Xn ∉ ℚ, Xn → a, with ƒ(Xn) → ƒ(a) (that it's continuous at a). Now ƒ(Xn) → 0, because Xn is an irrational sequence. Since a is rational, ƒ(a) = (p + PIE) / (q + PIE) - (p / q), after unifying, we get ƒ(a) = (PIE (q - p)) / (q2 + PIE × q). since a is not 1, p can never be equal to q, and thus, ƒ(a) is not equal to 0, a contradiction.

2- ƒ is continuous at every irrational number.
Here comes your part.
Using the same method (Sequence Characterization method), we can prove for Xn ∉ ℚ. As for Xn = Pn / Qn ∈ ℚ, suppose Xn → a ∉ ℚ, we want to show ((Pn + PIE) / (Qn + PIE)) - (Pn / Qn) → 0, same as ƒ(a), to prove the continuity in all cases. Using algebra, I couldn't find anything to wrap things around. Any ideas?

Is PIE supposed to be ##\pi##? If so, just write it at pi (definitely not pie or PIE), and you can also go to the grey ribbon at the top of the input panel and click on the menu labeled "Σ", then click on the pi symbol, to get π.
 
Ray Vickson said:
Is PIE supposed to be ##\pi##? If so, just write it at pi (definitely not pie or PIE), and you can also go to the grey ribbon at the top of the input panel and click on the menu labeled "Σ", then click on the pi symbol, to get π.

Yeah, it is pi (all the time I refer to it as pie :P). I can't find the symbol though.
EDIT: Nevermind.
 
Some algebra will give you <br /> \frac{p + \pi}{q + \pi} - \frac pq = \frac{\pi}{q} \left(1 - \frac{p}{q}\right) \left(1 + \frac{\pi}{q}\right)^{-1}. Now you just need the result that if r_n = p_n/q_n is a rational sequence (in lowest terms with q_n &gt; 0) such that r_n \to a \in \mathbb{R} \setminus \mathbb{Q} then q_n \to \infty.

Now assuming that q_n is bounded above leads to a contradiction (there would exist an \epsilon &gt; 0 such that for sufficiently large n there is no integer P such that |a - \frac{P}{q_n}| &lt; \epsilon, which is a condition that p_n \in \mathbb{Z} must satisfy), and if a sequence of integers has no upper bound then ... we don't quite have what we need.
 
Last edited:
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