You are on page 1of 1

Set of operation

A set is an unordered collection of different elements. A set can be written explicitly by listing its
elements using set bracket. If the order of the elements is changed or any element of a set is
repeated, it does not make any changes in the set.

What is the meaning of an union of a set?


In set theory, the union (denoted by ∪) of a collection of sets is the set of all elements in the
collection. It is one of the fundamental operations through which sets can be combined and
related to each other.

What is intersection of set means?


The intersection of two given sets is the set that contains all the elements that are common to
both sets. The symbol for the intersection of sets is "∩''. For any two sets A and B, the
intersection, A ∩ B (read as A intersection B) lists all the elements that are present in both sets,
the common elements of A and B.

Disjoint set
Two sets are said to be disjoint sets if they have no element in common. Equivalently, two
disjoint sets are sets whose intersection is the empty set. For example, {1, 2, 3} and {4, 5, 6} are
disjoint sets, while {1, 2, 3} and {3, 4, 5} are not disjoint.
What is a complement set in math?
The complement of set A, denoted by A' , is the set of all elements in the universal set that are
not in A. It is denoted by A' Some Properties of Complement Sets. 1) A ∪ A′ = U

What is Laws of set operations?


The preceding five pairs of laws, the commutative, associative, distributive, identity and
complement laws can be said to encompass all of set algebra, in the sense that every valid
proposition in the algebra of sets can be derived from them.

You might also like