transgalactic said:
ring is like x=(a+b,c,g+1)
and i need to
prove that it stays the same type by addition
and multiplication by scalar
and existence of zero.
field is like a formula
f(7)=a+7*b
is this correct
"ring is like" is not a DEFINITION. It is very important to learn the precise words of mathematical definitions. Definitions in mathematics are "working" definitions- you use the precise words of the definitions in proofs and problems.
A "ring" is a set of objects together with two binary operations, + and *, such that:
1) The set with the operation + is an abelian group (so you need to know the definition of that!).
2) The associative law is true for *, a*(b*c)= (a*b)*c and the distributive law a*(b+c)= a*b+ a*c is true.
A "field" is a set of objects together with two binary operations, + and *, such that:
1) The set with the operation + is an abelian group.
2) The associative law is true for * and the distributive law is true.
3) There exist an "identity" for *: a*1= 1*a= a for all a in the set.
4) Every element of the set except the additive identity has a multiplicative inverse.
(3) and (4) are, of course, the difference between a ring and a field. The set of all two by two matrices over the real numbers is an example of a ring (with identity) that is not a field. Some non-zero matrices do not have inverses.