Product of Additive Inverses

原始链接: https://susam.net/product-of-additive-inverses.html

Susam Pal's article rigorously proves the "negative times negative equals positive" rule within the framework of ring theory. It begins with an illustrative example using arithmetic operations to motivate the need for the rule. The article then defines a ring as an algebraic structure with addition and multiplication operations satisfying associativity, commutativity (for addition), identity, inverse (for addition), and distributivity. It highlights that rings don't necessarily require multiplicative identities or commutative multiplication. The core of the proof involves four theorems: the inverse of an inverse, multiplication by zero, multiplication by the additive inverse, and finally, the product of additive inverses, which demonstrates (-a) * (-b) = a * b. These theorems, derived solely from ring axioms, show that the familiar rule holds not just for numbers, but for any structure satisfying the ring axioms, emphasizing the power of abstraction in mathematics.

该黑客新闻线程讨论了数学原理的形式证明,即两个添加剂倒置的乘积(通常为“两个负面的乘积是正面的乘积”)等于原始数字的乘积,仅使用环的公理。 原始文章提供了第一原则的严格派生。评论者辩论中间定理的必要性。一位用户认为可以缩短证据,但是作者认为,任何尝试这样做的尝试都不可避免地引入了新的隐式定理。 另一位评论者提供了一个使用mod 5算术的示例,即使在没有传统负数的系统中,也可以说明该原理的有效性。这个示例说明了将数字乘以另一个数字的乘积倒数的方式等同于找到其产品的添加剂倒数,从而加强了核心概念。
相关文章

原文

By Susam Pal on 29 May 2025

A negative number multiplied by another negative number results in a positive number. Most of us learnt this rule during our primary or secondary school years. 'Negative times negative equals positive' was a phrase drummed into us during mathematics lessons. In this article, we will prove this rule, not just for numbers but for any algebraic structure that, in a general sense, behaves somewhat like numbers.

Contents

Illustration

Let us begin with a quick illustration that shows why the product of two negative numbers must be positive for arithmetic to make sense. Consider \[ 7 \times 8 = 56. \] The above equation can also be written as \[ (10 - 3) \times (10 - 2) = 56. \] Using the distributive property of multiplication over subtraction, we get \[ (10 - 3) \times 10 + (10 - 3) \times (-2) = 56. \] Using the distributive property again, we have \[ 10 \times 10 + (-3) \times 10 + 10 \times (-2) + (-3) \times (-2) = 56. \] Now, we will take it for granted that a positive times a negative is negative. We will prove all of this rigorously later, but for now, we are just working through an illustration, so we will accept that rule and see where it leads. The equation becomes: \[ 100 + (-30) + (-20) + (-3) \times (-2) = 56. \] Adding the first three terms gives \[ 50 + (-3) \times (-2) = 56. \] Subtracting \( 50 \) from both sides, we get \[ (-3) \times (-2) = 6. \] What we have seen here is that if we accept \( 7 \times 8 = 56, \) and that positive times negative gives a negative result, then we must also accept that \( (-3) \times (-2) = 6. \)

Ring Axioms

From this section onwards, we take a rigorous approach. We want to show that the rule 'negative times negative equals positive' holds, in a general sense, for any set of elements that share certain properties with numbers. As it turns out, these elements do not need to possess all the properties of complex numbers, real numbers, or even rational numbers. In fact, if they satisfy a small and specific set of properties held by the integers, then the rule still holds. These properties are known as the ring axioms.

A ring is an algebraic structure consisting of a set \( R \) with two binary operations \( + \) and \( \cdot, \) called addition and multiplication respectively, satisfying the following axioms:

  1. Associativity of addition: For all \( a, b, c \in R, \) we have \( a + (b + c) = (a + b) + c. \)

  2. Commutativity of addition: For all \( a, b \in R, \) we have \( a + b = b + a. \)

  3. Additive identity: There exists an element \( 0 \in R \) such that for all \( a \in R, \) we have \( a + 0 = a = 0 + a. \)

  4. Additive inverse: For each \( a \in R, \) there exists an element \( -a \in R \) such that \( a + (-a) = 0 = (-a) + a. \)

  5. Associativity of multiplication: For all \( a, b, c \in R, \) we have \( a \cdot (b \cdot c) = (a \cdot b) \cdot c. \)

  6. Left distributivity of multiplication over addition: For all \( a, b, c \in R, \) we have \( a \cdot (b + c) = (a \cdot b) + (a \cdot c). \)

  7. Right distributivity of multiplication over addition: For all \( a, b, c \in R, \) we have \( (b + c) \cdot a = (b \cdot a) + (c \cdot a). \)

Note that we do not assume that the ring contains multiplicative identity, nor do we assume that multiplication is commutative. Many familiar types of numbers form rings. For example, the set of integers forms a ring with the usual addition and multiplication operations. The sets of rational numbers, real numbers, and complex numbers satisfy the ring axioms too.

Rings need not consist of numbers; they may contain elements of any type. As long as a set of elements, together with suitable addition and multiplication operations, satisfies the seven axioms above, it forms a ring. For example, the set of all polynomials in the indeterminate \( t \) with coefficients in some ring \( R \) forms a ring under the usual addition and multiplication of polynomials. Such a ring is called a polynomial ring and it is denoted \( R[t]. \)

Closure Properties

Some texts include the following additional axioms for the closure properties of a ring:

  1. Closure under addition: For all \( a, b \in R, \) we have \( a + b \in R. \)

  2. Closure under multiplication: For all \( a, b \in R, \) we have \( a \cdot b \in R. \)

However, stating these axioms explicitly is usually considered redundant because a binary operation is closed by definition. A binary operation \( \circ \) on a set \( M \) is defined to be a function \[ \circ : M \times M \to M; \quad (a, b) \mapsto a \circ b. \] This definition automatically implies the closure property, since the domain and codomain are the same. The addition and multiplication operations on a ring \( R \) may be defined as \begin{align*} + &: R \times R \to R; \quad (a, b) \mapsto a + b, \\ \cdot &: R \times R \to R; \quad (a, b) \mapsto a \cdot b. \end{align*} These definitions imply that a ring is closed under addition and multiplication. In practice, while deciding if some set \( R \) forms a ring, we should always verify that the addition and multiplication operations indeed have \( R \) as the codomain to confirm that the closure property holds.

Inverse of Inverse

Theorem 1. Let \( R \) be a ring with \( + \) and \( \cdot \) operations. Then for all \( a \in R, \) we have \[ -(-a) = a. \]

Proof. This result follows directly from the additive inverse axiom. First, observe that \[ a + (-a) = 0. \] Therefore \( a \) is an additive inverse of \( -a, \) i.e., \[ -(-a) = a. \] This completes the proof.

Notice that this proof does not involve the multiplication operation of a ring at all. In fact, it holds true in a more general algebraic structure known as a group, which requires only a binary operation with associativity, an identity element, and inverses. A ring, under addition, is also a group. Since the proof relies solely on these additive group properties, this theorem holds for all groups. However, for brevity, and to avoid introducing group axioms separately, I have stated and proved this theorem in the context of rings.

It is also worth noting that the additive inverse is unique in a ring (as well as in any group), but since this fact is not needed for later results, its proof has been omitted. Even if, hypothetically, there were two distinct additive identities, \( 0_1 \) and \( 0_2, \) in a ring (there are not, of course), the arguments below would still hold if we simply focussed on either one of them and labelled it \( 0. \)

Multiplication by Zero

Theorem 2. Let \( R \) be a ring with \( + \) and \( \cdot \) operations. Then for all \( a \in R, \) we have \[ a \cdot 0 = 0 \cdot a = 0. \]

Proof. Using the additive identity axiom, we get \[ 0 + 0 = 0. \] Multiplying both sides on the left by \( a, \) we get \[ a \cdot (0 + 0) = a \cdot 0. \] Using the left distributivity axiom, we get \[ a \cdot 0 + a \cdot 0 = a \cdot 0. \] Let \( b = a \cdot 0. \) Then \[ b + b = b. \] Since a ring is closed under multiplication, \( b \in R. \) By the additive inverse axiom, there exists \( -b \in R \) such that \( b + (-b) = 0. \) Adding \( -b \) to both sides of the above equation, we get \[ (b + b) + (-b) = b + (-b). \] By associativity of addition in a ring, we get \[ b + (b + (-b)) = b + (-b). \] Since \( b + (-b) = 0, \) the above equation becomes \[ b + 0 = 0. \] By the additive identity axiom, we get \[ b = 0. \] Since \( b = a \cdot 0, \) the above equation may be written as \[ a \cdot 0 = 0. \] A similar argument shows that \[ 0 \cdot a = 0. \] This completes the proof.

Multiplication by Additive Inverse

Theorem 3. Let \( R \) be a ring with \( + \) and \( \cdot \) operations. Then for all \( a, b \in R, \) we have \[ a \cdot (-b) = (-a) \cdot b = -(a \cdot b). \]

Proof. Using the left distributivity and additive inverse properties of a ring along with Theorem 2, we get \[ a \cdot b + a \cdot (-b) = a \cdot (b + (-b)) = a \cdot 0 = 0. \] Therefore \( a \cdot (-b) \) is an additive inverse of \( a \cdot b, \) i.e., \[ -(a \cdot b) = a \cdot (-b). \] Similarly \[ a \cdot b + (-a) \cdot b = (a + (-a)) \cdot b = 0 \cdot b = 0 \] and thus \[ -(a \cdot b) = (-a) \cdot b. \] This completes the proof.

Product of Additive Inverses

Theorem 4. Let \( R \) be a ring with \( + \) and \( \cdot \) operations. Then for all \( a, b \in R, \) we have \[ (-a) \cdot (-b) = a \cdot b. \]

Proof. From Theorem 3, we know that \[ a \cdot (-b) = -(a \cdot b). \] Substituting \( a \) with \( -a, \) we get \[ (-a) \cdot (-b) = -((-a) \cdot b). \] Again by Theorem 3, we have \( (-a) \cdot b = -(a \cdot b). \) Substituting this in the above equation, we obtain \[ (-a) \cdot (-b) = -(-(a \cdot b)). \] Now using Theorem 1, the right-hand side becomes \( a \cdot b, \) so we get \[ (-a) \cdot (-b) = a \cdot b. \] This completes the proof.

Conclusion

Theorems 1 to 4 establish certain algebraic properties that hold in any ring. Although these results were proven abstractly for rings, they reflect properties we are already familiar with from our experience with numbers. For example, in the ring of integers, we observe \( -(-2) = 2 \) which is a specific case of Theorem 1.

Similarly, Theorem 2 confirms the well-known fact that multiplying any integer by \( 0 \) yields \( 0. \) For example, \( 2 \cdot 0 = 0. \)

Then Theorem 3 implies the rule that multiplying a positive number by a negative number yields a negative result. For example, \( 2 \cdot (-3) = -(2 \cdot 3) = -6. \)

Finally, Theorem 4 implies that the product of two negative numbers is positive. For example, \( (-2) \cdot (-3) = 2 \cdot 3 = 6. \)

These familiar results are not limited to the ring of integers. The results hold in any ring, including polynomial rings, rings of integers modulo a fixed positive integer, and many other algebraic systems. These results demonstrate how the ring axioms formalise familiar arithmetic rules within a more general algebraic framework.

联系我们 contact @ memedata.com