complement (set theory)#Complementary relation

{{Short description|Set of the elements not in a given subset}}

{{multiple image

| align = right

| image1 = Venn01.svg

| width1 = 150

| alt1 = A circle filled with red inside a square. The area outside the circle is unfilled. The borders of both the circle and the square are black.

| caption1 = If {{mvar|A}} is the area colored red in this image…

| image2 = Venn10.svg

| width2 = 150

| alt2 = An unfilled circle inside a square. The area inside the square not covered by the circle is filled with red. The borders of both the circle and the square are black.

| caption2 = … then the complement of {{mvar|A}} is everything else.

}}

In set theory, the complement of a set {{mvar|A}}, often denoted by A^c (or {{math|A′}}),{{Cite web|title=Complement and Set Difference|url=http://web.mnstate.edu/peil/MDEV102/U1/S6/Complement3.htm|access-date=2020-09-04|website=web.mnstate.edu}} is the set of elements not in {{mvar|A}}.{{Cite web|title=Complement (set) Definition (Illustrated Mathematics Dictionary)|url=https://www.mathsisfun.com/definitions/complement-set-.html|access-date=2020-09-04|website=www.mathsisfun.com}}

When all elements in the universe, i.e. all elements under consideration, are considered to be members of a given set {{mvar|U}}, the absolute complement of {{mvar|A}} is the set of elements in {{mvar|U}} that are not in {{mvar|A}}.

The relative complement of {{mvar|A}} with respect to a set {{mvar|B}}, also termed the set difference of {{mvar|B}} and {{mvar|A}}, written B \setminus A, is the set of elements in {{mvar|B}} that are not in {{mvar|A}}.

Absolute complement

= Definition =

If {{mvar|A}} is a set, then the absolute complement of {{mvar|A}} (or simply the complement of {{mvar|A}}) is the set of elements not in {{mvar|A}} (within a larger set that is implicitly defined). In other words, let {{mvar|U}} be a set that contains all the elements under study; if there is no need to mention {{mvar|U}}, either because it has been previously specified, or it is obvious and unique, then the absolute complement of {{mvar|A}} is the relative complement of {{mvar|A}} in {{mvar|U}}:The set in which the complement is considered is thus implicitly mentioned in an absolute complement, and explicitly mentioned in a relative complement.

A^c= U \setminus A = \{ x \in U : x \notin A \}.

The absolute complement of {{mvar|A}} is usually denoted by A^c. Other notations include \overline A, A', \complement_U A, \text{ and } \complement A.{{harvnb|Bourbaki|1970|p=E II.6}}.

= Examples =

  • Assume that the universe is the set of integers. If {{mvar|A}} is the set of odd numbers, then the complement of {{mvar|A}} is the set of even numbers. If {{mvar|B}} is the set of multiples of 3, then the complement of {{mvar|B}} is the set of numbers congruent to 1 or 2 modulo 3 (or, in simpler terms, the integers that are not multiples of 3).
  • Assume that the universe is the standard 52-card deck. If the set {{mvar|A}} is the suit of spades, then the complement of {{mvar|A}} is the union of the suits of clubs, diamonds, and hearts. If the set {{mvar|B}} is the union of the suits of clubs and diamonds, then the complement of {{mvar|B}} is the union of the suits of hearts and spades.
  • When the universe is the universe of sets described in formalized set theory, the absolute complement of a set is generally not itself a set, but rather a proper class. For more info, see universal set.

= Properties =

Let {{mvar|A}} and {{mvar|B}} be two sets in a universe {{mvar|U}}. The following identities capture important properties of absolute complements:

De Morgan's laws:

  • \left(A \cup B \right)^c= A^c \cap B^c.
  • \left(A \cap B \right)^c = A^c \cup B^c.

Complement laws:

  • A \cup A^c = U.
  • A \cap A^c = \empty .
  • \empty^c = U.
  • U^c = \empty.
  • \text{If }A\subseteq B\text{, then }B^c \subseteq A^c.
  • : (this follows from the equivalence of a conditional with its contrapositive).

Involution or double complement law:

  • \left(A^c\right)^c = A.

Relationships between relative and absolute complements:

  • A \setminus B = A \cap B^c.
  • (A \setminus B)^c = A^c \cup B = A^c \cup (B \cap A).

Relationship with a set difference:

  • A^c \setminus B^c = B \setminus A.

The first two complement laws above show that if {{math|A}} is a non-empty, proper subset of {{math|U}}, then {{math|{A, A}{{null}}}} is a partition of {{math|U}}.

Relative complement

= Definition =

If {{math|A}} and {{math|B}} are sets, then the relative complement of {{math|A}} in {{math|B}},{{harvnb|Halmos|1960|p=17}}. also termed the set difference of {{math|B}} and {{math|A}},{{harvnb|Devlin|1979|p=6}}. is the set of elements in {{math|B}} but not in {{math|A}}.

File:Relative compliment.svg

The relative complement of {{math|A}} in {{math|B}} is denoted B \setminus A according to the ISO 31-11 standard. It is sometimes written B - A, but this notation is ambiguous, as in some contexts (for example, Minkowski set operations in functional analysis) it can be interpreted as the set of all elements b - a, where {{math|b}} is taken from {{math|B}} and {{math|a}} from {{math|A}}.

Formally:

B \setminus A = \{ x\in B : x \notin A \}.

= Examples =

  • \{ 1, 2, 3\} \setminus \{ 2,3,4\} = \{ 1 \}.
  • \{ 2, 3, 4 \} \setminus \{ 1,2,3 \} = \{ 4 \} .
  • If \mathbb{R} is the set of real numbers and \mathbb{Q} is the set of rational numbers, then \mathbb{R}\setminus\mathbb{Q} is the set of irrational numbers.

= Properties =

{{See also|List of set identities and relations|Algebra of sets}}

Let {{math|A}}, {{math|B}}, and {{math|C}} be three sets in a universe {{mvar|U}}. The following identities capture notable properties of relative complements:

:* C \setminus (A \cap B) = (C \setminus A) \cup (C \setminus B).

:* C \setminus (A \cup B) = (C \setminus A) \cap (C \setminus B).

:* C \setminus (B \setminus A) = (C \cap A) \cup (C \setminus B),

:*:with the important special case C \setminus (C \setminus A) = (C \cap A) demonstrating that intersection can be expressed using only the relative complement operation.

:* (B \setminus A) \cap C = (B \cap C) \setminus A = B \cap (C \setminus A).

:* (B \setminus A) \cup C = (B \cup C) \setminus (A \setminus C).

:* A \setminus A = \emptyset.

:* \empty \setminus A = \empty.

:* A \setminus \empty = A.

:* A \setminus U = \empty.

:* If A\subset B, then C\setminus A\supset C\setminus B.

:* A \supseteq B \setminus C is equivalent to C \supseteq B \setminus A.

Complementary relation

A binary relation R is defined as a subset of a product of sets X \times Y. The complementary relation \bar{R} is the set complement of R in X \times Y. The complement of relation R can be written

\bar{R} \ = \ (X \times Y) \setminus R.

Here, R is often viewed as a logical matrix with rows representing the elements of X, and columns elements of Y. The truth of aRb corresponds to 1 in row a, column b. Producing the complementary relation to R then corresponds to switching all 1s to 0s, and 0s to 1s for the logical matrix of the complement.

Together with composition of relations and converse relations, complementary relations and the algebra of sets are the elementary operations of the calculus of relations.

LaTeX notation

{{See also|List of mathematical symbols by subject}}

In the LaTeX typesetting language, the command \setminus[http://ctan.unsw.edu.au/info/symbols/comprehensive/symbols-a4.pdf] {{Webarchive|url=https://web.archive.org/web/20220305100117/http://ctan.unsw.edu.au/info/symbols/comprehensive/symbols-a4.pdf |date=2022-03-05 }} The Comprehensive LaTeX Symbol List is usually used for rendering a set difference symbol, which is similar to a backslash symbol. When rendered, the \setminus command looks identical to \backslash, except that it has a little more space in front and behind the slash, akin to the LaTeX sequence \mathbin{\backslash}. A variant \smallsetminus is available in the amssymb package, but this symbol is not included separately in Unicode. The symbol \complement (as opposed to C) is produced by \complement. (It corresponds to the Unicode symbol {{unichar|2201|COMPLEMENT}}.)

See also

  • {{annotated link|Algebra of sets}}
  • {{annotated link|Intersection (set theory)}}
  • {{annotated link|List of set identities and relations}}
  • {{annotated link|Naive set theory}}
  • {{annotated link|Symmetric difference}}
  • {{annotated link|Union (set theory)}}

Notes

{{reflist}}

{{reflist|group=note}}

References

  • {{cite book

| last = Bourbaki

| first = N.

| author-link = Nicolas Bourbaki

| title = Théorie des ensembles

| publisher = Hermann

| place = Paris

| year = 1970

| isbn = 978-3-540-34034-8

| language = fr

}}

  • {{cite book

| last = Devlin

| first = Keith J.

| author-link = Keith Devlin

| title = Fundamentals of contemporary set theory

| series = Universitext

| publisher = Springer

| year = 1979

| isbn = 0-387-90441-7

| zbl = 0407.04003

}}

  • {{cite book

| last = Halmos

| first = Paul R.

| author-link = Paul Halmos

| title = Naive set theory

| url = https://archive.org/details/naivesettheory0000halm

| url-access = registration

| series = The University Series in Undergraduate Mathematics

| publisher = van Nostrand Company

| year = 1960

| isbn = 9780442030643

| zbl = 0087.04403

}}