Download presentation
Presentation is loading. Please wait.
Published byLeo Ashley Potter Modified over 8 years ago
1
Basic Definitions of Set Theory Lecture 23 Section 5.1 Mon, Feb 21, 2005
2
The Universal Set Whenever we use sets, there must be a universal set U which contains all elements under consideration. Typical examples are U = R and U = N. Without a universal set, taking complements of set is problematic.
3
Set Operations Let A and B be set. Define the intersection of A and B to be A B = {x U | x A and x B}. Define the union of A and B to be A B = {x U | x A or x B}. Define the complement of A to be A c = {x U | x A}.
4
Set Operations Notice that the set operations of intersection, union, and complement correspond to the boolean operations of and, or, and not.
5
Set Differences Define the difference A minus B to be A – B = {x U | x A and x B}. Define the symmetric difference of A and B to be A B = (A – B) (B – A).
6
Set Differences Do the operations of difference and symmetric difference correspond to boolean operations?
7
Subsets A is a subset of B, written A B, if x A, x B. A equals B, written A = B, if x A, x B and x B, x A. A is a proper subset of B, written A B, if x A, x B and x B, x A.
8
Sets Defined by a Predicate Let P(x) be a predicate. Define a set A = {x U | P(x)}. For any x U, If P(x) is true, then x A. If P(x) is false, then x A. A is the truth set of P(x).
9
Sets Defined by a Predicate Two special cases. What predicate defines the universal set? What predicate defines the empty set?
10
Intersection and Union Let P(x) and Q(x) be predicates and define A = {x U | P(x)}. B = {x U | Q(x)}. Then the intersection of A and B is A B = {x U | P(x) Q(x)}. The union of A and B is A B = {x U | P(x) Q(x)}.
11
Complements and Differences The complement of A is A c = {x U | P(x)}. The difference A minus B is A – B = {x U | P(x) Q(x)}. The symmetric difference of A and B is A B = {x U | P(x) Q(x)}.
12
Subsets A is a subset of B if x U, P(x) Q(x), or x A, Q(x). A equals B if x U, P(x) Q(x), or x A, Q(x) and x B, P(x). A is a proper subset of B if x A, Q(x) and x B, P(x).
13
Disjoint Sets Sets A and B are disjoint if A B = . A collection of sets A 1, A 2, …, A n are mutually disjoint, or pairwise disjoint, if A i A j = for all i and j, with i j.
14
Examples The following sets are mutually disjoint. {0} {1, 2, 3, …} = N + {-1, -2, -3, …} = N - The following sets are mutually disjoint. {…, -3, 0, 3, 6, 9, …} = {3k | k Z } {…, -2, 1, 4, 7, 10, …} = {3k + 1 | k Z } {…, -1, 2, 5, 8, 11, …} = {3k + 2 | k Z }
15
Partitions A collection of sets {A 1, A 2, …, A n } is a partition of a set A if A 1, A 2, …, A n are mutually disjoint, and A 1 A 2 … A n = A.
16
Examples {{0}, {1, 2, 3, …}, {-1, -2, -3, …}} is a partition of Z. {{…, -3, 0, 3, 6, …}, {…, -2, 1, 4, 7, …}, {…, -1, 2, 5, 11, …}} is a partition of Z.
17
Example For each positive integer n N, define f(n) to be the number of distinct prime divisors of n. For example, f(1) = 0. f(2) = 1. f(4) = 1. f(6) = 2.
18
Example Define A i = {n N | f(n) = i}. Then A 0, A 1, A 2, … is a partition of N. Verify that A i A j = for all i, j, with i j. A 0 A 1 A 2 … = N.
19
Power Sets Let A be a set. The power set of A, denoted P (A), is the set of all subsets of A. If A = {a, b, c}, then P (A) = { , {a}, {b}, {c}, {a, b}, {a, c}, {b, c}, {a, b, c}}. What is P ( )? If A contains n elements, how many elements are in P (A)? Prove it.
20
Cartesian Products Let A and B be sets. Define the Cartesian product of A and B to be A B = {(a, b) | a A and b B}. R R = set of points in the plane. R R R = set of points in space. What is A ? How many elements are in {1, 2} {3, 4, 5} {6, 7, 8}?
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.