Mathwords logoMathwords

Closure Property — Definition, Formula & Examples

The closure property states that when you perform an operation (like addition or multiplication) on any two members of a set, the result is also a member of that same set.

A set SS is said to be closed under a binary operation * if for every a,bSa, b \in S, the element aba * b is also in SS.

How It Works

To check whether a set is closed under an operation, pick any two elements from the set, apply the operation, and see if the result stays in the set. If you can find even one pair whose result falls outside the set, the set is not closed under that operation. For example, the set of whole numbers {0,1,2,3,}\{0, 1, 2, 3, \ldots\} is closed under addition because adding any two whole numbers always gives a whole number. However, whole numbers are not closed under subtraction because 35=23 - 5 = -2, which is not a whole number.

Example

Problem: Is the set of integers closed under multiplication?
Recall the set: The integers are {,3,2,1,0,1,2,3,}\{\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots\}.
Test pairs: Multiply various integer pairs and check whether the product is always an integer.
4×7=28,(3)×5=15,(6)×(2)=124 \times 7 = 28, \quad (-3) \times 5 = -15, \quad (-6) \times (-2) = 12
Generalize: The product of any two integers is always an integer — no pair can produce a fraction or a non-integer.
Answer: Yes, the set of integers is closed under multiplication.

Why It Matters

Closure tells you whether you can stay within a number system while doing calculations. When you learn about rational numbers being closed under addition, subtraction, multiplication, and division (except by zero), that's what makes them a reliable system for algebra and real-world problem solving.

Common Mistakes

Mistake: Assuming a set is closed under all operations because it is closed under one.
Correction: You must check each operation separately. Natural numbers are closed under addition but not under subtraction, since 25=32 - 5 = -3 is not a natural number.