Is it possible to make integers a field?

Is it possible to define addition and/or multiplication on the set of

a) natural numbers (including $0$: $0,1,2,3,...$)

b) integers $(..., -2, -1, 0, 1, 2, ...)$

in such way that they will become fields?

Thanks in advance.


Solution 1:

Let $X$ be any countably infinite set (such as $\mathbb{Z}$ or $\mathbb{N}$). Choose any bijection $f:X\to\mathbb{Q}$. Define operations $\oplus,\otimes$ on $X$ by $$a\oplus b=f^{-1}(f(a)+f(b)),\qquad a\otimes b=f^{-1}(f(a)\cdot f(b))$$ where $+$ and $\cdot$ are the operations on $\mathbb{Q}$. Then these operations make $X$ into a field, indeed one that is isomorphic to $\mathbb{Q}$.

Solution 2:

Apart from choosing arbitrary bijections to countable fields, there is actually a quite natural field structure on the set $\mathbb{N}$ which is motivated by game theory, namely nim addition and nim multiplication. See the wikipedia article on nimbers, or better directly consult Conway's On numbers and games. This field is the union (or rather colimit) of the finite fields $\mathbb{F}_{2^{2^n}}$

Solution 3:

Hint: index a countably infinite field $\,F\,$ by any bijection $\,f\,:\,\Bbb N\to F.\,$ To perform a field operation on the indices, dereference them to obtain the corresponding field elements, then perform the field operation, then index the result, e.g. $\: n + m = f^{-1}\,(f(n) + f(m)),\:$ and similarly for other operations. This "pulled back" field structure on $\,\Bbb N\,$ is isomorphic to the field $\,F\,$ since, by design, the map $\,f\,$ is a ring hom: $\,f(n+m) = f(n)+f(m), \,$ and similarly for all other operations. This is how many algebraic structures are represented in computers, where the indices are addresses of the elements in memory or an array.

The same idea works to pull back (along a bijection) the operations of any algebraic structure, inducing an isomorphic algebraic structure on any set of the same cardinality. This is a trivial special case of transport of structure.

Here are some more interesting examples. This answer contains an instructive easily-grasped finite example, where $\, n\ {\rm mod}\ 7\:$ is labeled/indexed by $\, n - 3.$

See also this answer, where the reason behind a trick boils down to the fact that an operation on rationals is associative and commutative, simply because it is addition or multiplication transported to rationals labeled by inverses or increments.

A beautiful and important example is transporting the class group structure of quadratic fields from ideals to primitive binary quadratic forms - which greatly simplifies Gauss's presentation of composition of forms. For example, Gauss's proof in Disq. Arith. of the associativity of composition of forms involved many pages of abstruse calculations. But nowadays we deduce it immediately since it is simply transported ideal multiplication, which is clearly associative.