roam
- 1,265
- 12
Homework Statement
For any integer n, let A(n) be the statement:
"If n=4q+1 or n=4q+3 for some q \in Z, then n is odd."
(a) Write down the contrapositive of A(n).
(b) Is the contrapositive of A(n) true for all n \in N? Give brief reasons.
(c) Use proof by contradiction to show that the converse of A(n) is true for all n \in Z.
Homework Equations
The Attempt at a Solution
(a)
The contrapositive of A \Rightarrow B is \neg B \Rightarrow \neg A, so in this case:
A:= If n=4q+1 or n=4q+3 for some q \in Z
B:= n is odd
The contrapositive would be:
If n is even then n \neq 4q+1 and n \neq 4q+3 for all q \in Z.
Is this right?
(b)
I have no idea how to answer this one.
(c)
The converse of the A(n) is: "If n is odd, then n=4q+1 or n=4q+3 for some q \in Z"
A:= n is odd
B:= n=4q+1 or n=4q+3
Now this is what I have to show for a proof by contradiction:
(A \Rightarrow B) \Leftrightarrow \neg (A \wedge \neg B)
A \wedge \neg B = n is odd and n \neq 4q+1 or n \neq 4q+3
Of course, n is odd \Leftrightarrow (\exists m \in Z)(2m+1)
So, I'm stuck here & I'm not sure exactly how to prove that A \wedge \neg B is false. Any help is appreciated.