Miscellaneous Set Concepts
Slides to accompany Sections 1.(8 & 9) of Discrete Mathematics and Functional Programming Thomas VanDrunen
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
Slides to accompany Sections 1.(8 & 9) of Discrete Mathematics and Functional Programming Thomas VanDrunen
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder
|I| = 6.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder A C
|I| = 6.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder D E
|I| = 6.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder I
|I| = 6.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder Q P M X
|I| = 6.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder E X I
|I| = 6. |X| = 1. |E| = 3. |I − E| = 5. |X − I| = 0.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder E M
M ∩ E = ∅. |M ∩ E| = 0.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder A C E D
A ∩ E = {LiveOak} = ∅. C ∩ D = {BaldCypress} = ∅.
T BaldCypress BristleconePine WhitePine LiveOak PinOak SugarMaple SilverMaple BoxElder Q P M X
|I| = 6.
(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) = ∅?
|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|?
|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|?
(8.6, 5.5)
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 .)
{
, ,
, } (
)
{
, ,
, } (
, )
{
, ,
, } (
)
Slides to accompany Sections 1.(8 & 9) of Discrete Mathematics and Functional Programming Thomas VanDrunen