Komplements
Komplements, in mathematics, refers to the collection of elements not in a given subset relative to a universal set. Given a universal set U and a subset A ⊆ U, the complement of A is denoted A^c (or A′) and defined as U \ A. Elements of A^c are precisely those in U that are not in A. The concept is used across set theory, logic, and related disciplines.
Basic properties include: A ∪ A^c = U and A ∩ A^c = ∅. Taking the complement twice yields the original
De Morgan's laws describe how complements interact with unions and intersections: (A ∪ B)^c = A^c ∩ B^c and
Applications span several areas. In propositional logic, a complement corresponds to negation of a statement. In
Example: with U = {1, 2, 3, 4} and A = {1, 2}, the complement A^c is {3, 4}.