4

In the definitions of a field, we have $ 1 \neq 0$.

I know that in regular multiplication $0 \times 1=0$ but for reciprocal we don't have inverse of $0$.

But all the spaces and different definitions of multiplications that are satisfying field axioms, why do we need $ 1 \neq 0$?

Please do not use too technical of terminology. I am reading Baby Rudin right now.

epimorphic
  • 3,219
aileia
  • 71

3 Answers3

8

As pointed out already in another answer, a ring in which $1=0$ just consists of a single element as for example $$a=1a=0a=(0+0)a = (1+1)a= a+a$$ shows $0=a$ for each $a$.

And, one does not want this structure, just $\{0\}$, to be a field, since this would be inconvenient, since then on would one would write all the time let $K$ be a field other than the trivial field, instead of just writing let $K$ be a field.

For example, there is no reasonable notion of a (non-trivial) vectorspace over that "field" so what is $K^2,K^3$ and so on in that case? Again the trivial vectorspace, but then the dimension of $K^n$ is not $n$ anymore for this "field".

Polynomials over that ring make not much sense either and one can continue in this way.

quid
  • 42,135
  • 1
    so distributive law binds them all – aileia Feb 28 '15 at 19:19
  • so that is alreay implied, why to mention $1 \neq 0$ in axioms – aileia Feb 28 '15 at 19:24
  • so you are saying in trivial field, when everything is equal to each other, there is no discrimination among elements, 1≠0 can be relaxed – aileia Feb 28 '15 at 19:38
  • Yes mainly it is the distributive law, and then also the fact that it is a group under addition. What I mean to say is that if one drops the axiom $1 \neq 0$, then one gets only one more structure that is a field. Every field $K$ with $|K| \ge 2$ will automatically have $0 \neq 1$. The $1 \neq 0$ is really just another way to say $|K|\ge 2$. – quid Feb 28 '15 at 19:53
  • i thought it would be ideal, simple to show a few characteristics of the field, simple yet to grasp the meaning. A good example – aileia Mar 01 '15 at 07:12
3

If $1 = 0$, the field is only $\Bbb K = \{0\}$. $$x = x \cdot 1 = x \cdot 0 = 0, \quad \forall\, x \in \Bbb K$$

Ivo Terek
  • 77,665
0

If 1=0, by definition of these two elements, one would have, for every element $a$ of this "field," $a=1a=0a=0$ as @quid has shown, in other words the ground set for this field would simply be a singleton. So there would be not much excitement or usefulness in this field. It is like lack of excitement in considering log base 1 -- it is no fun, or for that matter considering 1 to be a prime number.

Rado
  • 287