Overview
Axioms
A ring {% R %} is a set with two binary operations defined. Addition is labeled {% a+b %} and multiplication is labeled {% ab %}. The two operations satisfy the following axioms.
- {% a+b = b+a %}
- {% (a+b) + c = a + (b+c) %}
- There exists an element, labeled {% 0 %} such that {% a+0 = a %}. It is called the additive identity.
- For each element {% a %}, there is another element in {% R %} labeled {% -a %} such that {% a + (-a) =0 %}
- {% a(bc) = (ab)c %}
- {% a(b+c) = ab + bc %} and also that {% (a+b)c = ac + bc %}