As the title says:
Using disjunction prove that for all integers $m$ and $n$ if $mn$ is even then $m$ is even or $n$ is even.
From my understanding I can either choose not $P$ and prove $Q$ or not $Q$ and prove $P$.
So choosing either $m$ or $n$ as my $P$ or $Q$, I could prove using the definition of even and odd:
$mn$ = $(2k+1)(2i)$ where $m$ is not $P$?
Is this the correct approach?
"If $mn$ is even, then $m$ is even or $n$ is even" is equivalent to the contrapositive:
"if not ($m$ is even or $n$ is even), then not ($mn$ is even)."
This is logically equivalent to the following:
"if $m$ is not even and $n$ is not even, then $mn$ is not even,"
i.e., the product of two odd numbers is odd, which is true because
$(2 \times u+1)(2 \times v+1) = 2 \times (2\times u\times v+u+v) + 1$ for integers $u$ and $v$.