Why is the trivial ring excluded in the definition of a field?

  • Context: Graduate 
  • Thread starter Thread starter CRGreathouse
  • Start date Start date
  • Tags Tags
    Fields Rings
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
Messages
2,832
Reaction score
0
A commutative ring is a variety, because its definition consists only of universally quantified identities:
g+(h+k) = (g+h)+k
g+0=g
(-g) + g = 0
g + h = h + g
g(hk) = (gh)k
g(h+k) = gh+gk
1g = g
gh = hg
where (-g) denotes the additive inverse of g.

Adding a new predicate symbol "(1/...)" defined by
(1/g)g = 1

and adding this identity to the list, a new variety is created, whose members are fields along with the trivial ring.

Why is it so important to exclude the trivial ring in the definition of a field (by the requirement [itex]0\neq1[/itex] or [itex]|G|\ge2[/itex]) even though fields are not varieties? Is there any value to the structure defined above (the smallest variety containing all rings)?
 
Physics news on Phys.org
Different kind of variety. I'm talking about the sense in universal algebra:
http://en.wikipedia.org/wiki/Variety_(universal_algebra ) (I'm using Wikipedia to help me through this PDF: http://www.math.iastate.edu/cliff/BurrisSanka.pdf )
 
Last edited by a moderator:
CRGreathouse said:
...

Adding a new predicate symbol "(1/...)" defined by
(1/g)g = 1

and adding this identity to the list, a new variety is created, whose members are fields along with the trivial ring.
Not true. Adding this gives you the degenerate variety: your axioms allow you to prove the identity x=0 as follows:

0 = (x (1/0))0 = x ((1/0) 0) = x 1 = 1 x = x.


Fields are not a universal algebra. This can be seen, for example, by noting that the Cartesian product of two fields is not a field.