Closure (mathematics)

From TCS Wiki
Jump to navigation Jump to search

Closure describes the case when the results of a mathematical operation are always defined. For example, in ordinary arithmetic, addition has closure. Whenever one adds two numbers, the answer is a number. The same is true of multiplication. Division does not have closure, because division by 0 is not defined. In the natural numbers, subtraction does not have closure, but in the integers subtraction does have closure. Subtraction of two numbers can produce a negative number, which is not a natural number, but it is an integer.

One can sometimes make closure of a mathematical object by including new elements. The integers are a closure of the natural numbers by including negative numbers. The real numbers are a closure of the rational numbers by including square roots of positive numbers. The complex numbers are a closure of the real numbers by including square roots of negative numbers.

Sometimes, if one includes an element to make closure, it makes more changes. For example, if one includes infinity, [math]\displaystyle{ \infty = 1 / 0 }[/math], that is closure of division, the laws of addition and subtraction are changed. There is no inversion of addition for [math]\displaystyle{ \infty }[/math].

Ordinary closure is called finite closure. There is also infinite closure. The definition of a topological space mentions infinite closure. Open spaces have (finite) closure of intersection. Open sets have infinite closure of union. That is, in mathematical notation, if A0, and A1 and ... An ... are open sets, then B and C are open sets:

  • [math]\displaystyle{ B = A_0 \cap A_1 }[/math]
  • [math]\displaystyle{ C = {\cup_n} A_n }[/math]