I am new to writing informal proofs. I am fine with formal proofs, but the transition is jarring. I do understand the necessity of informal proofs. My questions are:
How do I figure out which steps to include?
How should I format the proofs? Most informal proofs are presented in a paragraph form. Consider instead the proof format below. Is this acceptable? Professors, what would you say to a student who wrote a proof like this? I find this easier to write than paragraphs, since no effort is spent on choice of words.
Prove: $\bigcap \{ \mathcal{P}(X) : X \in A \} = \mathcal{P}(\bigcap A)$.
First we prove that $\bigcap \{ \mathcal{P}(X) : X \in A \} \subseteq \mathcal{P}(\bigcap A)$.
- Assume $y \in \bigcap \{ \mathcal{P}(X) : X \in A \}$.
- Then, for all $X \in A$, $y \in \mathcal{P}( X)$.
- Then, for all $X \in A$, $y \subseteq X$.
- Assume $z \in y$.
- Then, for all $X \in A$, $z \in X$.
- Then, $z \in \bigcap A$.
- Then, for all $z \in y$, $z \in \bigcap A$.
- Then, $y \subseteq \bigcap A$.
- Then $y \in \mathcal{P}( \bigcap A )$.
Now we prove that $\mathcal{P}(\bigcap A) \subseteq \bigcap \{ \mathcal{P}(X) : X \in A \}$.
- Assume $y \in \mathcal{P}(\bigcap A)$.
- Then, $y \subseteq \bigcap A$.
- Assume $z \in y$.
- Then, $z \in \bigcap A$.
- Then, for all $X \in A$, $z \in X$.
- Then, for all $X \in A$ and for all $z \in y$, $z \in X$.
- Then, for all $X \in A$, $y \subseteq X$.
- Then, for all $X \in A$, $y \in \mathcal{P}( X )$.
- Then, $y \in \bigcap \{ \mathcal{P}(X) : X \in A \}$.
Thus, $\bigcap \{ \mathcal{P}(X) : X \in A \} = \mathcal{P}(\bigcap A)$.
I wouldn't be so structured. Being formal is fine, until it makes communicating a proof hard. So, you want to show that $$\bigcap_{X\in A} P(X) = P(\cap A)$$
The left hand side consists of those sets $z$ that are subsets of every set in $A$. Because $\cap A$ is the intersection of all sets in $A$, and because $z$ is a subset of all of the sets in $A$, $z$ is a subset of $\cap A$. Conversely, assume that $z$ is a subset of $\cap A$. This means that $z$ is contained in every set in $A$. That is, $z$ is a subset of every $X\in A$, which means $z$ is in $ \bigcap_{X\in A} P(X) $.