I'd like to get a bit of an explanation with the correct answer, for the following questions that I missed on my hw.
Consider the following proof that all squares are positive:
Let $n$ be an integer; $n$ is either positive or negative. If $n$ is positive, then $n^2$ must be positive since it's the product of positive numbers; if $n$ is negative then $n^2$ must be positive as the product of two negative numbers. Therefore $n^2$ is always positive.
What is wrong with this proof?
There's an issue with the logic in one of the cases.
The case structure doesn't cover all possibilities.
The case structure contains overlapping cases.
Nothing, this is a perfectly good proof.
(I thought there would be nothing wrong, because both parts of the statement are always true)
Which of the following statements are true?
Contraposition is a more powerful proof method than contradiction, because anything we can prove by contraposition can also be proved by contradiction.
Contradiction is a more powerful proof method than contraposition, because we're not limited to proving universal conditional statements.
The methods of contradiction and contraposition are completely equivalent to each other.
Anything that we can prove by contradiction can also be proved by direct methods.
Suppose you need to prove that all perfect numbers are even; you proceed by showing that any odd perfect number must also be even. This is an example of:
An invalid argument.
Proof by contraposition.
Proof by contradiction.
Proof by division into cases.
(I believe I had my contraposition and contradiction mixed up, and the correct answer to this question should be contradiction?)
Which of these would disprove the universal assertion "All pentagonal numbers are either triangular or square"?
An example of a number that is both square and triangular, but not pentagonal.
A proof that there are no pentagonal numbers.
An example of a pentagonal number that was neither triangular nor square.
A proof that no triangular number can be pentagonal.
An example of a pentagonal number that is both square and triangular.
Thank you