Commutative Property

Pre-Algebra

The commutative property states that the order of numbers in addition or multiplication does not change the result: a + b = b + a and a x b = b x a.

Formula

a + b = b + a

Definition

The commutative property says you can swap the order of numbers when you add or multiply and still get the same answer: it holds for addition ($a + b = b + a$) and multiplication ($ab = ba$) of real numbers, but it does NOT hold for subtraction ($5 - 3 \neq 3 - 5$) or division ($8/2 \neq 2/8$). More generally, a binary operation $*$ on a set $S$ is commutative if $a * b = b * a$ for all $a, b \in S$; groups where the operation is commutative are called abelian groups (in honor of Niels Abel), and commutative rings have commutative multiplication, while non-commutative algebra, as in matrix algebras, quaternions, and Lie algebras, studies structures where commutativity fails.

Example

$5 + 3 = 3 + 5$ (both equal $8$), and $4 \times 7 = 7 \times 4$ (both equal $28$): order does not matter. $(3x)(5) = (5)(3x) = 15x$ by the commutative property of multiplication. The quaternion units $i$, $j$, $k$ satisfy $ij = k$ but $ji = -k$, so quaternion multiplication is non-commutative; the commutator $[a, b] = ab - ba$ measures the failure of commutativity and is central to Lie algebra theory.

Key Insight

"Commute" means to travel back and forth: the numbers commute (swap places) without changing the result, something we often take for granted with real numbers, but it fails in many important mathematical systems, including matrix multiplication and function composition. Non-commutativity is not an anomaly but a fundamental feature of many physical and mathematical systems; Heisenberg's uncertainty principle arises precisely because position and momentum operators do not commute in quantum mechanics.