I'm looking for quick clarification on the use of induction, as I'm confused about when it can and can't be applied to claims involving $\infty$.
First, the definition of $\bigcap^ \infty_{n=1} A_n$: the set containing all elements that are members of $A_n \forall n\in N.$ Is this correct?
If the above definition is accurate, can't we use induction to show that an element belongs to the infinite intersection of sets, since we're just making an argument of what's true for all natural numbers? If not, what am I missing? I've read many answers on why induction can't be used for arguments of infinity, but it seems as if the definition of an infinite intersection doesn't use infinity in the way a limit would.
Induction could potentially be useful in showing that $x \in \bigcap_{n=1}^\infty A_n$, but it might not be.
It would be helpful in the case that you can easily prove $x \in A_n \Rightarrow x \in A_{n+1}$, but you can not easily prove directly that $x \in A_n$ for arbitrary $n$. I can't immediately think of an example where this holds, but surely one exists.
It would not be necessary if you can just directly show that $x \in A_n$ for all $n$. For instance, if $A_n = (-1/n,1/n)$, then it's very easy to directly show $0 \in A_n$ for all $n$. Induction is not helpful in this case.