For the past half hour, I have been trying to prove the following statement in Predicate Logic without the use of a truth tree:
$$∃xPx∧∃xQx→∃x(Px∧Qx)$$
Which, of course, I know to be invalid. As such, I can easily show this using a truth tree.
Without a truth tree, here is my work thus far: $$(∃xPx∧∃xQx)→∃x(Px∧Qx)$$ Then I assume the conditional to be false, and try my best to follow the proof methods I learned: $$\neg[(∃xPx∧∃xQx)→∃x(Px∧Qx)]$$ $$(∃xPx∧∃xQx)\wedge\neg∃x(Px∧Qx)$$ $$(∃xPx∧∃xQx)\wedge\forall x\neg(Px∧Qx)$$ $$Pa$$ $$Qb$$ $$\neg(Pa∧Qa)$$ $$\neg(Pb∧Qb)$$
From here, I am lost. Since I don't study this formally, I may have made a mistake already.
I'm not sure if I should use De Morgan's Law and then Distributive laws.
You are attempting to prove a statement is not a tautology by proving the negation of the statement is a tautology.
This will not work.
Witness that $(a\to b)$ is not a tautology, and neither is its negation, $(a\wedge \neg b)$.
To prove that a statement is not a tautology, one provides a counter example: an interpretation of the predicates for which the statement is false.
For instance, let us take $P(x)$ to mean "$x$ is odd" and $Q(x)$ to mean "$x$ is even". Under this interpretation, the statement then reads:
$$(\exists x\;(2\not\mid x)\wedge \exists x\;(2\mid x)) \to \exists x\;((2\not\mid x) \wedge (2\mid x))$$