I have been trying to solve three closely related problems about convergence of sequences in the p-adic numbers. I managed to solve two, but got stuck on the last one. Apart from trying to find a solution for this last one, I'd also like to doublecheck my answers for the first two, just to make sure I'm not misunderstanding the theory.
Sidenote: I've been seeing different notations for the p-adic valuation, I am used to $\text{ord}_p(x)$.
Problem 1: Can you construct a sequence converging to $0$ in $\mathbb{Q}_2$, but to $1$ in $\mathbb{R}$?
The answer I came up with was $a_n = \frac{2^n}{2^n-1}$, convergence in the reals is easy to verify, while in $\mathbb{Q}_2$ you can note that $\text{ord}_2(a_n) = \text{ord}_2(2^n) - \text{ord}_2(2^n - 1) = n \to \infty$.
Problem 2: Can you construct a sequence converging to $0$ in $\mathbb{Q}_2$, but to $1$ in $\mathbb{Q}_3$?
The answer I came up with was $a_n = \frac{2^n}{2^n-3^n}$, where you can note that $a_n - 1 = \frac{3^n}{2^n-3^n}$. Consequently $\text{ord}_2(a_n) = n \to \infty$ and $\text{ord}_3(a_n - 1) = n \to \infty$.
Problem 3: Can you construct a sequence converging to $0$ in $\mathbb{Q}_2$, but to $1$ in both $\mathbb{Q}_3$ and $\mathbb{R}$?
First I thought simply trying to take the product of my above two sequences, until I realized that my second sequence actually converges to zero over the reals. I'm not entirely convinced it is even possible to find such a sequence, but I wouldn't know where to start on proving that.
If you have $|a|>1$ in $K=\Bbb Q_p$ or $\Bbb R$ and also $|a|<1$ in $L=\Bbb Q_p$ or $\Bbb R$ then $1/(1-a^n)\to0$ in $K$ but $1/(1-a^n)\to1$ in $L$. So, can you find $a$ with $|a|>1$ in $\Bbb Q_2$ and $|a|<1$ in $\Bbb Q_3$ and $\Bbb R$?