Does profinite integer multiplication have integer "eigenvalues" in general?

67 Views Asked by At

Suppose $a \in \widehat{\Bbb{Z}}$, say $a = (\overline{a_1}, \overline{a_2}, \overline{a_3}, \overline{a_4}, \dots)$.

I'm wondering if for any $b \in \widehat{\Bbb{Z}}$ whether there exists a number $q \in \Bbb{Z}$ such that:

$$ (\overline{q a_i})_{i \geq 1} = ab = (\overline{a_i b_i})_{i \geq 1} $$

  • We can't simply suppose $q = b_i \pmod i$ because the $i$ are not necessarily coprime (so usual CRT doesn't apply).
  • On the other hand we can! Reason: the CRT system is consistent by definition of inverse system.

See this answer for more information about that.

However, that only applies to the case when the tuple of moduli is finite!

Question. So what about in this infinite case of the moduli $(1,2,3,4, \dots)$?

I am asking this in an attempt to answer this bountied question.

1

There are 1 best solutions below

0
On BEST ANSWER

Edit: Whoops, sorry about that, I didn't see that $a$ was fixed. The answer is still no but we need to do more work.

Recall that by CRT we have an isomorphism $\widehat{\mathbb{Z}} \cong \prod_p \mathbb{Z}_p$. If $a = 0$ then the answer is trivially yes so I assume you meant to assume that $a \neq 0$. Then there is at least one prime $p$ such that the image $a_p$ of $a$ in $\mathbb{Z}_p$ is nonzero. Now we can take $b$ to be any element of $\widehat{\mathbb{Z}}$ such that $b_p \in \mathbb{Z}_p \setminus \mathbb{Z}$, which always exists because $\mathbb{Z}_p$ is uncountable, and then if $ba = qa$ then $b_p a_p = q a_p$ in $\mathbb{Z}_p$.

But since $\mathbb{Z}_p$ is an integral domain and $a_p \neq 0$ this gives $b_p = q$; contradiction.