I'm trying to prove the following:
Suppose { A$_{i}$ | i $\in$ I } is an indexed family of sets and I $\neq$ $\emptyset$. Prove that $\cap$$_{i \in I}$A$_{i}$ $\in$ $\cap$$_{i \in I}$$\mathcal{P}(A_{i})$.
I first analysed the logical structure of $\cap$$_{i \in I}$A$_{i}$ $\in$ $\cap$$_{i \in I}$$\mathcal{P}(A_{i})$:
$\cap$$_{i \in I}$A$_{i}$ $\in$ $\cap$$_{i \in I}$$\mathcal{P}(A_{i})$
$\exists$i $\in$ I($\cap$$_{i \in I}$A$_{i}$ $\in$ $\mathcal{P}(A_{i})$)
$\exists$i $\in$ I($\cap$$_{i \in I}$A$_{i}$ $\subseteq$ A$_{i}$)
In order to prove a goal of the form $\exists$x P(x), I should present a variable and prove that P(x) is true for that variable.
In this case, I should present a variable that is a member of I, and makes $\cap$$_{i \in I}$A$_{i}$ $\subseteq$ A$_{i}$ true.
I did the following instead:
- Let i be an arbitrary element of I.
- That allowed me to transform my goal to $\cap$$_{i \in I}$A$_{i}$ $\subseteq$ A$_{i}$.
- Using the subset definition, this becomes $\forall$x(x $\in$ $\cap$$_{i \in I}$A$_{i}$ $\implies$ x $\in$ A$_{i}$).
- Let x be arbitrary, suppose x $\in$ $\cap$$_{i \in I}$A$_{i}$ and transform my goal to x $\in$ A$_{i}$.
- x $\in$ $\cap$$_{i \in I}$A$_{i}$ becomes $\forall$i $\in$ I(x $\in$ A$_{i}$).
- As I'm letting i be an arbitrary element of I, I can use universal instantiation to conclude x $\in$ A$_{i}$.
- I can then conclude that there exists a value i $\in$ I such that $\cap$$_{i \in I}$A$_{i}$ $\subseteq$ A$_{i}$ and finish my proof.
Is this valid reasoning? I'm concerned about assuming that there exists an arbitrary element that makes the existential quantifier goal true, and relying on that to check that in fact there exists such a value, when my book recommends that I should choose a specific value that makes the predicate true instead.