The task is to prove/disprove the following implications depending on whether they are true or false:
- $\exists n(5\vert n) \land \exists n(6\vert n) \implies \exists n(5\vert n \land 6\vert n)$
- $\exists n(5\vert n \land 6\vert n) \implies \exists n(5\vert n) \land \exists n(6\vert n)$
The second one seems rather straightforward: If we assume $n=30$ then $5\vert n \land 6\vert n$ is true and $30$ also satisfies the right-hand side. On the other hand, I can't wrap my head around the first one. At first it seems that all individual statements are true, that is $\exists n(5\vert n)$ is true considering $n=5$, $\exists n(6\vert n)$ if $n=6$ and $\exists n(5\vert n \land 6\vert n)$ for $n=30$. So, technically it's $True \implies True$ which is also $True$.
But the implication doesn't sound right. For example, if I said there exists n such that n is prime and there exists n such that n is divisible by 4, it wouldn't mean that there exists n such that n is prime and also n is divisible by 4. Or, more generally, if I understand correctly, $\exists n(\phi(n)) \land \exists n(\psi(n)) \implies \exists n(\phi(n) \land \psi(n))$ isn't always true.
That leads to my question:
Does the fact that both sides of implication are true always mean that the implication is true, even if left hand side isn't enough to prove the right hand side? Or should the first stated implication be considered false and if so, how can it be proved?
The second implication is always true. It can be Proved axiomatically in general or even in individual cases like your example. We can not generate a Counter-Example.
$\exists n(5\vert n \land 6\vert n) \implies \exists n(5\vert n) \land \exists n(6\vert n)$
This is somewhat like to $(A \land B \implies A) \land (A \land B \implies B)$
The first implication is not always true & hence must be treated like not true. We can generate Counter-Examples to show that it is not true in general or even in individual Cases like your Example.
Counter Example in Individual Case :
Let the Universe of Discourse be the integers between 3 & 24.
$\exists n(5\vert n) \land \exists n(6\vert n) \implies \exists n(5\vert n \land 6\vert n)$
Here , we see that $5,10,15,20$ satisfy $\exists n(5\vert n)$
More-over , we have that $6,12,18,24$ satisfy $\exists n(6\vert n)$
Yet , there is no $n$ which satisfies $\exists n(5\vert n \land 6\vert n)$
Counter Example in general Case :
$\exists n(P(n)) \land \exists n(Q(n)) \implies \exists n(P(n) \land Q(n))$
This is not true because there may be no $n$ which has both Properties $P$ & $Q$
In worst Case, these two Properties may be Negations :
$\exists n(P(n)) \land \exists n(\lnot P(n)) \implies \exists n(P(n) \land \lnot P(n))$
Naturally , this implication is not true.