0

$n > 2$ and $n$ is a prime number then $n$ is odd.

Prove by contradiction
assume $n$ is even then there is some $k\in\Bbb N, n = 2k$ then $n >2, 2k > 2 , k > 1$

Is this a sufficient proof?

2 Answers2

2

To write a proof by contradiction, you must assume the premise and the negation of the conclusion:

Assume there exists an even prime $n > 2$. So $n = 2k$ where $k>1$ is an integer. (Here you can use your work showing why $k$ must be greater than 1).

Hence $n$ has at least two factors greater than or equal to $2$: $2,$ and $k \geq 2$. Hence...

amWhy
  • 209,954
  • Hence n is even but this contradicts the fact that n>2 and n is a prime number since n =2(k) and k>=2 – user105696 Nov 06 '13 at 19:40
  • The fact that $n$ has two or more factors greater than or equal to $2$ contradicts the premise that $n$ is prime. – amWhy Nov 06 '13 at 19:49
0

In your proof,because $n>2$ then $k\geq 2$ and thus $n$ has at least two factors grater than 2

Haha
  • 5,648