7

I know little about group theory, and the concept of a field characteristic is new to me. Although there are some posts on this website that explain it very well.

"In layman's terms, it's the amount of times we can keep adding 1 to itself without looping back to 0. The characteristic being $p$ means that $\underbrace{1+1+\dots+1}_p=0$."

I think I can get my head around the idea, but there is still something I don't understand.


"We can see quickly using a zero divisor argument that the characteristic of any field with positive characteristic must be prime."

Why is it that it has to be prime? Why can't it be something else?

Dietrich Burde
  • 130,978
Sam
  • 4,734

2 Answers2

29

Suppose the characteristic $n$ is composite with factors $1<p,q<n$. Then you could write $$\underbrace{(1+1+\dots+1)}_p\underbrace{(1+1+\dots+1)}_q=\underbrace{1+1+\dots+1}_{n}=0$$ but this means $pq=0$, so $p$ and $q$ are zero divisors, which contradicts the field axioms.

Parcly Taxel
  • 103,344
4

If the characteristic $n = jk \neq 0$ for some $j,k \in \mathbb{N}$ which we are interpreting as the sum of $1$s in the field then $j$ and $k$ are zero divisors and that's important because this means $j^{-1}$ and $k^{-1}$ don't exist, which violates the axiom of a field requiring multiplicative inverses.

CyclotomicField
  • 11,018
  • 1
  • 12
  • 29