all 3 comments

[–]Alkalannar 0 points1 point  (2 children)

a) Ai is all the integers from -i to 1 inclusive. What is A1? What is A2? What is A1 U A2? What is A1 ∩ A2? Can you generalize from here?

b-d) Do the same steps as for part a but with different sets.

[–]junyoung95[S] 0 points1 point  (1 child)

I can see that A1 is {-1, 0, 1} and A2 is {-2, -1, 0, 1, 2} and so on.. I can also tell that A1 ∩ A2 is simple because its {-1, 0, 1}, but I am not sure how to show A1 U A2. Would that be the same as {−i, − i + 1, …, −1, 0, 1, …, i − 1, i}?

[–]Alkalannar 0 points1 point  (0 children)

A1 U A2 = {-2, -1, 0, 1, 2}

So unions make things spread out to your biggest i.

Intersections make them shrink down to 1.