Explore tens of thousands of sets crafted by our community.
Sets and Subsets
15
Flashcards
0/15
Definition of a Subset
A set A is a subset of set B if every element of A is also an element of B; e.g. {2, 4} is a subset of {2, 4, 6}
Definition of a Universal Set
The set that contains all the objects under consideration for a particular discussion; e.g. if discussing natural numbers, the universal set could be the set of all natural numbers.
Definition of a Disjoint Sets
Two sets are disjoint if they have no elements in common; e.g. {1, 2} and {3, 4} are disjoint sets.
Definition of an Empty Set (Null Set)
A set with no elements; e.g. {}, denoted by or
Definition of a Union of Sets
The union of sets A and B is the set of elements that are in A, B, or both; e.g. if A = {1, 2} and B = {2, 3}, A U B = {1, 2, 3}
Definition of a Finite Set
A set with a countable number of elements; e.g. {0, 1, 2, 3, 4, 5} is a finite set with 6 elements.
Definition of a Power Set
The set of all subsets of set S, including the empty set and S itself; e.g. if S = {1, 2}, Power set of S: {{}, {1}, {2}, {1, 2}}
Definition of a Set
A collection of distinct objects; e.g. the set of all even numbers: {2, 4, 6, ...}
Definition of a Complement of a Set
The complement of set A is the set of elements in the universal set U that are not in A; e.g. U = {1, 2, 3, 4}, A = {2, 3}, A' = {1, 4}
Definition of Set Cardinality
The number of elements in a set; e.g. if A = {2, 4, 6}, the cardinality of A, denoted as |A|, is 3.
Definition of an Intersection of Sets
The intersection of sets A and B is the set of elements that are both in A and B; e.g. A = {1, 2, 3}, B = {2, 3, 4}, A ∩ B = {2, 3}
Definition of an Element of a Set
An object or item that is contained within a set; e.g. in the set {a, b, c}, 'a' is an element of the set.
Definition of a Proper Subset
A set A is a proper subset of set B if A is a subset of B and A is not equal to B; e.g. {2} is a proper subset of {2, 4}
Definition of a Cartesian Product
The Cartesian product of sets A and B is the set of all ordered pairs (a, b) where a is in A and b is in B; e.g. A = {1, 2}, B = {3, 4}, A x B = {(1, 3), (1, 4), (2, 3), (2, 4)}
Definition of a Singleton Set
A set with exactly one element; e.g. the set {7}
© Hypatia.Tech. 2024 All rights reserved.