Sets
Indexed Sets
-
when taking the union, difference or intersection of many sets, it can get quite long and difficult to keep track of everything
-
Given sets , , , …, , we define
Suppose = { 0, 2, 5 } , = { 1, 2, 5 } and = { 2, 5, 7 }
Union
- =
- E.g. = {0, 1, 2, 5, 7}
Intersection
- =
- E.g. = {2, 5}