Difference between revisions of "Commutative property"

m
Line 1: Line 1:
An [[operation]] (especially a [[binary operation]]) is said to be '''commutative''' if the order of its arguments does not affect the value.
+
An [[operation]] (especially a [[binary operation]]) is said to have the '''commutative property''' or to ''be commutative'' if the order of its arguments does not affect the value.
  
 
For example, the operation [[addition]] is commutative on the most commonly used number systems (the [[complex number]]s and its [[subset]]s such as the [[real number]]s, [[integer]]s, etc.) because <math>\displaystyle a + b = b + a</math>.  However, the operation of [[division]] is not commutative over these sets because usually <math>\frac ab \neq \frac ba</math>.
 
For example, the operation [[addition]] is commutative on the most commonly used number systems (the [[complex number]]s and its [[subset]]s such as the [[real number]]s, [[integer]]s, etc.) because <math>\displaystyle a + b = b + a</math>.  However, the operation of [[division]] is not commutative over these sets because usually <math>\frac ab \neq \frac ba</math>.

Revision as of 16:10, 15 August 2006

An operation (especially a binary operation) is said to have the commutative property or to be commutative if the order of its arguments does not affect the value.

For example, the operation addition is commutative on the most commonly used number systems (the complex numbers and its subsets such as the real numbers, integers, etc.) because $\displaystyle a + b = b + a$. However, the operation of division is not commutative over these sets because usually $\frac ab \neq \frac ba$.

Formally, an operation $G: S \to S$ is commutative if and only if $\forall a, b \in S, G(a, b) = G(b, a)$.

An operation which is not commutative is said to be noncommutative.

Commutivity is especially important in abstract algebra. The study of groups in which the group operation is commutative (abelian groups) is a very important part of group theory.

See also