Sets Definition (Set) A set is a collection of object. Alan H. - - PowerPoint PPT Presentation

sets
SMART_READER_LITE
LIVE PREVIEW

Sets Definition (Set) A set is a collection of object. Alan H. - - PowerPoint PPT Presentation

Sets Definition (Set) A set is a collection of object. Alan H. SteinUniversity of Connecticut Notation We may define a set by listing its elements between { curly braces } . Alan H. SteinUniversity of Connecticut Notation We may define a set


slide-1
SLIDE 1

Sets

Definition (Set)

A set is a collection of object.

Alan H. SteinUniversity of Connecticut

slide-2
SLIDE 2

Notation

We may define a set by listing its elements between {curly braces}.

Alan H. SteinUniversity of Connecticut

slide-3
SLIDE 3

Notation

We may define a set by listing its elements between {curly braces}. Example: {2,4,6,8,10}

Alan H. SteinUniversity of Connecticut

slide-4
SLIDE 4

Notation

We may define a set by listing its elements between {curly braces}. Example: {2,4,6,8,10} We may define a set by listing the properties its elements must satisfy,

Alan H. SteinUniversity of Connecticut

slide-5
SLIDE 5

Notation

We may define a set by listing its elements between {curly braces}. Example: {2,4,6,8,10} We may define a set by listing the properties its elements must satisfy, i.e. {x : p(x)},

Alan H. SteinUniversity of Connecticut

slide-6
SLIDE 6

Notation

We may define a set by listing its elements between {curly braces}. Example: {2,4,6,8,10} We may define a set by listing the properties its elements must satisfy, i.e. {x : p(x)}, where p(x) describes the properties an element x must satisfy.

Alan H. SteinUniversity of Connecticut

slide-7
SLIDE 7

Notation

We may define a set by listing its elements between {curly braces}. Example: {2,4,6,8,10} We may define a set by listing the properties its elements must satisfy, i.e. {x : p(x)}, where p(x) describes the properties an element x must satisfy. Example: {x : 2 ≤ x ≤ 10 and x is even.}

Alan H. SteinUniversity of Connecticut

slide-8
SLIDE 8

Notation

We may define a set by listing its elements between {curly braces}. Example: {2,4,6,8,10} We may define a set by listing the properties its elements must satisfy, i.e. {x : p(x)}, where p(x) describes the properties an element x must satisfy. Example: {x : 2 ≤ x ≤ 10 and x is even.} Set Inclusion: x ∈ A means x is an element of the set A.

Alan H. SteinUniversity of Connecticut

slide-9
SLIDE 9

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Alan H. SteinUniversity of Connecticut

slide-10
SLIDE 10

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}.

Alan H. SteinUniversity of Connecticut

slide-11
SLIDE 11

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}. Note that the words and and or have very different meanings.

Alan H. SteinUniversity of Connecticut

slide-12
SLIDE 12

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}. Note that the words and and or have very different meanings.

Definition (Complement)

Ac = A′ = {x : x / ∈ A}.

Alan H. SteinUniversity of Connecticut

slide-13
SLIDE 13

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}. Note that the words and and or have very different meanings.

Definition (Complement)

Ac = A′ = {x : x / ∈ A}. This must be understood in context.

Alan H. SteinUniversity of Connecticut

slide-14
SLIDE 14

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}. Note that the words and and or have very different meanings.

Definition (Complement)

Ac = A′ = {x : x / ∈ A}. This must be understood in context. We always work within some universal set U.

Alan H. SteinUniversity of Connecticut

slide-15
SLIDE 15

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}. Note that the words and and or have very different meanings.

Definition (Complement)

Ac = A′ = {x : x / ∈ A}. This must be understood in context. We always work within some universal set U. By Ac, we really mean the set of elements within U which are not in A.

Alan H. SteinUniversity of Connecticut

slide-16
SLIDE 16

Operations on Sets

Definition (Union)

A ∪ B = {x : x ∈ A or x ∈ B}.

Definition (Intersection)

A ∩ B = {x : x ∈ A and x ∈ B}. Note that the words and and or have very different meanings.

Definition (Complement)

Ac = A′ = {x : x / ∈ A}. This must be understood in context. We always work within some universal set U. By Ac, we really mean the set of elements within U which are not in A.

Definition (Set Difference)

A − B = {x ∈ A : x / ∈ B}.

Alan H. SteinUniversity of Connecticut

slide-17
SLIDE 17

DeMorgan’s Laws

Theorem (DeMorgan’s Laws)

(A ∪ B)c = Ac ∩ Bc, (A ∩ B)c = Ac ∪ Bc

Alan H. SteinUniversity of Connecticut