|
|
|
|
|
by syzarian
1163 days ago
|
|
Division is multiplication by the multiplicative inverse. Subtraction is addition by the additive inverse. Both division and subtraction undo their corresponding operation. Multiplying by a (provided it’s not zero) is undone by dividing by a. Adding a is undone by subtracting a. In a ring the elements form a group under addition and thus every element has an additive inverse. The additive identity element, let’s call it e, has the property that ea = e and ae = e. For this reason we use 0 instead of e. In a nontrivial ring 0 can’t have a multiplicative inverse because if it did then every element would be equal to the multiplicative identity (which is unique). |
|