anonymous
2009-04-10 13:17:26 UTC
A1) If x,y is an element of F, then x + y is in F
A2) x + y = y + x (commutative)
A3) (x + y) + z = x + (y + z) (Associative)
A4) F contains an element 0 such that 0 + x = x for every x in F
A5) For every x in F, there is a corresponding -x in F such that x + (-x) = 0
M1) if x and y are in F, there product is also in F
M2) Multiplication is commutative: xy = yx
M3) Multiplication is associative: (xy)z = x(yz)
M4) F contains an element 1 not equal to 0 such that 1x = x for every x in F
M5) If x is in F and x is not equal to 0 then there exists an element 1/x such that x (1/x) = 1.
Finally, there is the distributive law: x(y+z) = xy + xz
Now here is the definition for the EXTENDED REALS: The set obtained by adding the symbols -00 and +00 (infinity symbols) to R (the real set).
Thanks...