Let $n$ be a positive integer. Describe using quantifiers:
- $x\in\bigcup_{k=1}^nA_k$
- $x\in\bigcap_{k=1}^nA_k$
My work: $i=\{1,2,3,\dots, n\}$
- $(\exists x),(x\in A_i)$
- $(\forall x),(x\in A_i)$
What I need help is explaining with words. Currently I have:
- a) There exists $i$ for every $x\in A_i$
- b) There always is $i$ for every $x$ in $A_i$