Arthur D. answered 09/01/17
Tutor
5.0
(257)
Forty Year Educator: Classroom, Summer School, Substitute, Tutor
if the "=" sign is included use the bracket [ or ]
if the "=" sign is not included use the parenthesis ( or )
E contains ALL numbers less than 3 including 3 (see the = sign ?)
F contains ALL numbers greater than 6 but not 6 itself (there is no = sign)
you can't write all the numbers greater than 6 so you use the infinity symbol (∞ or -∞) as the "last" number in the interval but you cannot ever get to ∞ or -∞ so that's why you use ( or ) instead of [ or ]
let's assume that you are working with only integers for the sake of understanding, but remember you are talking about
ALL numbers as indicated by the intervals
E=(-∞,...,-4, -3, -2, -1, 0, 1, 2, 3]
F=(6, 7, 8, 9, 10, 11, ...∞)
E and F have no elements in common so the union is all the elements in E plus all the elements in F:
EUF=(-∞,3]U(6,∞)
because the two sets have no elements in common the intersection is the null set or empty set denoted by { } or Ø
again, don't forget you are using ALL numbers , not just integers
look at this example:
A={yly<7} and B={yly≥2}
again assuming only integers...
A=(-∞,...-3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7)
B=[2, 3, 4, 5, 6, 7, 8, ...∞)
what's missing from A ? 7, 8, 9, 10, 11, ...up to ∞, but these are all in B
therefore AUB=(-∞,...-3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ...∞)=(-∞,∞)
what do A and B have in common ? 2, 3, 4, 5, 6 but not 7
A∩B=[2, 3, 4, 5, 6]=[2,6]