By the fundamental theorem of arithmetic, we can identify a natural number $x$ with the sequence $(a_n)$ of exponents in its prime factorization $x=\prod_np_n^{a_n}$, where $p_n$ is the $n$th prime. A sequence obtained in this way will of course have only finitely many nonzero elements.
However, multiplication/$\gcd$/$\operatorname{lcm}$ operations on natural numbers correspond respectively to pointwise addition/$\min$/$\max$ of these sequences, and these operations make sense on arbitrary sequences. So I wonder: How much arithmetic can we do with these sequences, thinking of them as formal infinite products of prime powers?
Specifically:
- Is there a semiring structure (without $0$) on $R=(\Bbb Z_{\ge 0})^\Bbb N$ where $\times$ is pointwise addition and $+$ coincides with normal addition on finite natural numbers (represented as described above)?
If so, I'm also interested in whether we can get other familiar properties.
- Does $\gcd(a,a+b)=\gcd(a,b)$ hold (where $\gcd$ = pointwise $\min$)?
- Is $<$, defined by $a<b\iff\exists c.a+c=b$, a total order?
- If we include $0$ and negatives (e.g. by considering equivalence classes of formal differences), does Bézout's lemma hold?
- Can we in fact get a (non-standard) model of arithmetic? Are these the hyperintegers or something?
Edit: Commenters have pointed out that the answer to the last bullet is no, since this structure lacks large primes and includes elements with no largest prime divisor (and both of these properties are inconsistent with the axioms of arithmetic). The latter issue prevents this structure from even being a sub-semiring of a model of arithmetic.