8

Inspired by this question we ask: Is there a name for each of the following properties about fields? what are some examples other than $\mathbb{Q}$?

  1. A field $K$ with the property that $K\otimes_{\mathbb{Z}} K$ is a field.

  2. A field $K$ is isomorphic to $K\otimes_{\mathbb{Z}} K$ (as field, or equivalently as rings)

The tensor products are taken over $\mathbb{Z}$ (the tensor product of $\mathbb{Z}$-modules, i.e., Abelian groups).

YCor
  • 60,149
  • 5
    The rings $R$ such that the map $R\otimes_\mathbb{Z} R\to R$ are called solid rings and are completely classified. – Denis Nardin Feb 14 '16 at 21:02
  • Any minimal field (e.g., $\mathbb{Z}/(p)$) has this property. – Todd Trimble Feb 14 '16 at 21:03
  • 4
    @DenisNardin Did you mean such that the multiplication map is an isomorphism? – Todd Trimble Feb 14 '16 at 21:04
  • 3
    @ToddTrimble Yes, at least that is what I interpreted from the question. If I recall correctly the only solid fields are finite fields $\mathbb{F}_p$ and $\mathbb{Q}$. – Denis Nardin Feb 14 '16 at 21:08
  • 5
    Actually now that I think about it if $R\otimes R$ and $R$ are fields the map $R\otimes R\to R$ needs to be an isomorphism, since it is a surjection and all maps of fields are monomorphisms so I think they exhaust all examples. – Denis Nardin Feb 14 '16 at 21:12
  • 2
    @DenisNardin I thought the question might be asking about existence of an isomorphism, not necessarily the multiplication map. – Todd Trimble Feb 14 '16 at 21:16
  • 5
    @ToddTrimble let me rephrase Denis's comment. TFAE: 1) $K\otimes_{\mathbb Z}K$ is a field. 2) $K\otimes_{\mathbb Z}K\cong K$. Proof (hint): The multiplication map is always a surjective ring homomorphism. – Fernando Muro Feb 14 '16 at 21:30

2 Answers2

23

Here is a self-contained argument. First, as Jeremy Rickard observes, $K \otimes K \cong K \otimes_k K$, where $k$ is the prime subfield of $K$ (so $\mathbb{Q}$ if $K$ has characteristic zero and $\mathbb{F}_p$ if $K$ has characteristic $p$). If $K \otimes_k K$ is a field, then as Denis Nardin observes, the multiplication map

$$K \otimes_k K \xrightarrow{m} K$$

must be injective, and since it's surjective it must be an isomorphism. But $K$ has dimension $1$ as a $K$-vector space, while $K \otimes_k K$ has dimension $\dim_k K$. It follows that $\dim_k K = 1$, hence that $K = k$.

Qiaochu Yuan
  • 114,941
20

I already wrote this in the comments but I think this might be worth of an answer. I think we can classify all fields $K$ such that $K\otimes K$ is a field.

Claim If $K$ is a field such that $K\otimes_\mathbb{Z}K$ is a field then the multiplication map $K\otimes_\mathbb{Z} K\to K$ is an isomorphism

In fact the multiplication map is always a surjection because $x\otimes 1$ gets sent to $x$. Moreover all maps of fields are injections, so the map is a bijection. But a bijective map of rings is an isomorphism.

Now the rings $R$ such that the multiplication map $R\otimes_\mathbb{Z}R\to R$ is an isomorphim have been classified by Bousfield and Kan in their paper The core of a ring. For our purposes we need lemmas 3.6 and 3.7 in said paper.

Now there are two possibilities for our field $K$: either it is of characteristic $p$ or it is of characteristic 0. If it is of characteristic 0 it cannot have any torsion subgroup. Hence from lemma 3.7 it needs to be a localization of $\mathbb{Z}$. Since it is a field it must be $\mathbb{Q}$.

If the characteristic of $K$ is $p$ it coincides with its own torsion subgroup. Hence from lemma 3.6 it is of the form $\mathbb{Z}/n$ for some $n$. Since $K$ is a field it must be $n=p$.

Denis Nardin
  • 16,231
  • 2
  • 68
  • 102
  • 20
    Once you've made the nice observation that $K\otimes_{\mathbb{Z}}K$ is a field iff the multiplication map is an isomorphism, I think it's a bit of overkill to look at the general classification of solid rings, as $K\otimes_{\mathbb{Z}}K$ is the same as $K\otimes_kK$, where $k$ is the prime subfield, and the multiplication map $K\otimes_kK\to K$ is never an isomorphism unless $k=K$, as if $x\in K\setminus k$ then $x\otimes1 - 1\otimes x$ is in the kernel of the multiplication map. – Jeremy Rickard Feb 14 '16 at 21:47
  • 5
    @JeremyRickard I'm sure that the classification of solid rings is an overkill but I think you need to say something to explain why $x\otimes 1 = 1\otimes x$ implies $x\in k$ (something like choosing a basis of $K/k$ containing 1 etc.) – Denis Nardin Feb 14 '16 at 21:55
  • @DenisNardin Thank you very much for your very interesting answer and helpful link "The core of a ring". – Ali Taghavi Feb 15 '16 at 13:44