$X \simeq Y$ reads as $X$ is equivalent to $Y$
If $X \simeq Y$, iff $X \leftrightarrow Y$ is a tautology.
Now given $X_1 \simeq X_2$, how do I prove,
- $\tilde X_1 \simeq \tilde X_2$
- $X_1 \cap Y\simeq X_2 \cap Y$
- $X_1 \cup Y\simeq X_2 \cup Y$
- $X_1 \rightarrow Y\simeq X_2 \rightarrow Y$
I know that I can write an algebraic proof by rewriting, $X \leftrightarrow Y$ as $( \tilde X \cup Y) \cap (\tilde Y \cup X)$, but is there a purely logical proof.
Update: I figured the solution for $(1)$ and it is. Is that a right proof?
if $X \rightarrow Y$ is a tautology $(X \rightarrow Y)\cap (Y \rightarrow X)$ is a tautology.
And $X \rightarrow Y$ is same as $\tilde Y \rightarrow \tilde X$. Rewriting the equation in $(1)$ proves it.
The Axioms that are available are the basic axioms of Propositional Calculus
- Either $X$ or $\tilde X$ is true
- If $X,Y$ is true, then so is $X\cap Y$ is true
- If either $X$ or $Y$ is true, then $X\cup Y$ is true
- If $X$ is not true or $Y$ is true, then $X\rightarrow Y$ is true
There was a mistake and I had confused between $\cup$ and $\cap$. Apologies. Thanks again
Once you are asking for proofs in propositional calculus, I will assume that the interpretation that you have in mind for the usual set-theoretic symbols '$\cap$' '$\cup$' and '$\overline{}$' are respectively standard propositional conjunction, disjunction and negation logical connectives. In this case we have the following proofs.
Let (i) $X_1 \simeq X_2$ and (ii) $\phi \simeq \psi \leftrightarrow (\phi \leftrightarrow \psi)$:
1. Proof of $\tilde X_1 \simeq \tilde X_2$: By our assumptions $X_1 \simeq X_2 \leftrightarrow (X_1 \leftrightarrow X_2)$ holds as an instance of (ii), and we have that $X_1 \leftrightarrow X_2$ holds too. Now $\tilde X_1 \simeq \tilde X_2$ follows from $\tilde X_1 \leftrightarrow \tilde X_2$ and the propositional theorem $(\phi \leftrightarrow \psi) \leftrightarrow (\neg \phi \leftrightarrow \neg \psi)$.
2. Proof of $X_1 \cap Y\simeq X_2 \cap Y$: First derive the biconditional, then apply (ii) to get your equivalence symbol: ($\rightarrow$) Let $X_1 \cap Y$. Then we conclude that $X_1$ holds and $Y$ holds. By (i) we have that $X_2$ holds too. But then we have derived $X_2 \cap Y$. ($\leftarrow$) Similar.
3. Proof of $X_1 \cup Y\simeq X_2 \cup Y$: First derive the biconditional, then apply (ii) to get your equivalence symbol: ($\rightarrow$) Let $X_1 \cup Y$. Suppose $X_1$. Then by (i) we conclude that $X_2$ holds too. By disjunction introduction, we derive $X_2 \cup Y$. Suppose $Y$. Again, we apply disjunction introduction to get $X_2 \cup Y$. ($\leftarrow$) Similar.
4. Proof of $X_1 \rightarrow Y\simeq X_2 \rightarrow Y$: First derive the biconditional, then apply (ii) to get your equivalence symbol: ($\rightarrow$) Let $X_1 \rightarrow Y$. Suppose $X_2$. Now by (i) we derive $X_1$, which gives us $Y$. This shows that $X_2 \rightarrow Y$. ($\leftarrow$) Similar.