Associative Property
Author: Ernad Mujakic
Date: 2025-07-19
The associative property states that the sum or product of any group of values is not affected by how the values are grouped. It allows you to transform mathematical expressions into equivalent forms without altering its value.
Associative Operations
Addition
The associative property applies to addition. For any numbers
Multiplication
The associative property applies to multiplication. For any numbers
The associative property applies to matrix multiplication as well. For matrices
Non-Associative Operations
Operations such as subtraction or division are not associative:
- Subtraction:
- Division:
Logical Operations
In Propositional Logic, associativity is a rule of replacement that applies to some Logical Connectives, allowing for the rearrangement of grouping symbols without changing the truth value of the logical expression.
Associativity applies to conjunction (AND), for any variables
Associativity applies to disjunction (OR), for any variables
In set theory, the associative property refers to how the Union and Intersection of sets can be grouped without altering the outcome of the expression.
Union
for any sets
Intersection
for any sets
The commutative property states of values does not effect their sum or product.
- Addition:
- Multiplication:
Note that the commutative property does not apply to matrix multiplication.
References
- GeeksforGeeks, “Associative Property,” GeeksforGeeks, Sep. 29, 2023. https://www.geeksforgeeks.org/maths/associative-property/ (accessed Jul. 19, 2025)
- “Associative property,” Wikipedia, Jan. 16, 2023. https://en.wikipedia.org/wiki/Associative_property