Miscellaneous Set Concepts Slides to accompany Sections 1.(8 & 9) - - PowerPoint PPT Presentation

miscellaneous set concepts
SMART_READER_LITE
LIVE PREVIEW

Miscellaneous Set Concepts Slides to accompany Sections 1.(8 & 9) - - PowerPoint PPT Presentation

Miscellaneous Set Concepts Slides to accompany Sections 1.(8 & 9) of Discrete Mathematics and Functional Programming Thomas VanDrunen Tree example T SugarMaple SilverMaple BoxElder BaldCypress PinOak WhitePine LiveOak BristleconePine


slide-1
SLIDE 1

Miscellaneous Set Concepts

Slides to accompany Sections 1.(8 & 9) of Discrete Mathematics and Functional Programming Thomas VanDrunen

slide-2
SLIDE 2

Tree example

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder

|I| = 6.

slide-3
SLIDE 3

Tree example

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder A C

|I| = 6.

slide-4
SLIDE 4

Tree example

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder D E

|I| = 6.

slide-5
SLIDE 5

Tree example

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder I

|I| = 6.

slide-6
SLIDE 6

Tree example

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder Q P M X

|I| = 6.

slide-7
SLIDE 7

Cardinality

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder E X I

|I| = 6. |X| = 1. |E| = 3. |I − E| = 5. |X − I| = 0.

slide-8
SLIDE 8

Disjoint

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder E M

M ∩ E = ∅. |M ∩ E| = 0.

slide-9
SLIDE 9

Not Disjoint

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder A C E D

A ∩ E = {LiveOak} = ∅. C ∩ D = {BaldCypress} = ∅.

slide-10
SLIDE 10

Pairwise disjoint

T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder Q P M X

|I| = 6.

slide-11
SLIDE 11

Questions

(E − C) ∩ (C − E) = ({LiveOak, WhitePine, BristleconePine} −{WhitePine, BristleconePineBaldCypress}) ∩{WhitePine, BristleconePineBaldCypress} −({LiveOak, WhitePine, BristleconePine}) = {LiveOak} ∩ {BaldCypress} = ∅ Is it true that for any two sets A and B, (A − B) ∩ (B − A) = ∅?

slide-12
SLIDE 12

Questions

|M ∪ Q| = |{SugarMaple, SilverMaple, BoxElder} ∪{PinOak, LiveOak}| = |{SugarMaple, SilverMaple, BoxElder, PinOak, LiveOak}| = 5 = 3 + 2 = |{SugarMaple, SilverMaple, BoxElder}| +|{PinOak, LiveOak}| = |M| + |Q| Is it true that for any two sets A and B, |A ∪ B| = |A| + |B|?

slide-13
SLIDE 13

Questions

|C − X| = |{WhitePine, BristleconePine, BaldCypress} −{BaldCypress}| = |{WhitePine, BristleconePine}| = 2 = 3 − 1 = |{WhitePine, BristleconePine, BaldCypress}| −|{BaldCypress}| = |C| − |X| Is it true that for any two sets A and B, |A − B| = |A| − |B|?

slide-14
SLIDE 14

Cartesian Plane

slide-15
SLIDE 15

Cartesian Plane

slide-16
SLIDE 16

Cartesian Plane

slide-17
SLIDE 17

Cartesian Plane

slide-18
SLIDE 18

Cartesian Plane

slide-19
SLIDE 19

Cartesian Plane

slide-20
SLIDE 20

Cartesian Plane

slide-21
SLIDE 21

Cartesian Plane

slide-22
SLIDE 22

Cartesian Plane

slide-23
SLIDE 23

Cartesian Plane

slide-24
SLIDE 24

Cartesian Plane

slide-25
SLIDE 25

Cartesian Plane

slide-26
SLIDE 26

Cartesian Plane

slide-27
SLIDE 27

Cartesian Plane

slide-28
SLIDE 28

Cartesian Plane

slide-29
SLIDE 29

Cartesian Plane

slide-30
SLIDE 30

Cartesian Plane

slide-31
SLIDE 31

Cartesian Plane

slide-32
SLIDE 32

Cartesian Plane

slide-33
SLIDE 33

Cartesian Plane

(8.6, 5.5)

slide-34
SLIDE 34

Cartesian product

Real (Cartesian) plane R × R = {(x, y) | x, y ∈ R} Cartesian product of sets X and Y : X × Y = {(x, y) | x ∈ X and y ∈ Y } (The set of ordered pairs drawn from X and Y .)

slide-35
SLIDE 35

Cartesian product example

slide-36
SLIDE 36

Cartesian product example

{

  • ,
  • ,
  • } × {
  • ,

, ,

  • , } × {

, } (

  • ,
  • ,

)

slide-37
SLIDE 37

Cartesian product example

{

  • ,
  • ,
  • } × {
  • ,

, ,

  • , } × {

, } (

  • ,

, )

slide-38
SLIDE 38

Cartesian product example

{

  • ,
  • ,
  • } × {
  • ,

, ,

  • , } × {

, } (

  • ,
  • ,

)

slide-39
SLIDE 39

Miscellaneous Set Concepts

Slides to accompany Sections 1.(8 & 9) of Discrete Mathematics and Functional Programming Thomas VanDrunen