Show that the following statement is false:
There exists an integer $k ≥ 4$ such that $2k^2 − 5k + 2$ is prime.
Assume this is true:
For all integers $k ≥ 4$, $2k^2 − 5k + 2$ is not prime.
Proof:
Suppose $k ∈ Z$ such that $k ≥ 4$. By definition of prime, $n=rs$ for
some integer $r$ and $s$, where $r = 1$ and $s = n$ or $r = n$ and $r
= 1$. We want to show that $2k^2 − 5k + 2$ is not prime. Then
$2k^2- 5k + 2 ≠rs$
$(2k - 1) (k-2) ≠ rs$
Notice that $2k-1>1$ and $k-2>1$, because $k ≥ 4$. Also, $2k-1$ and
$k-2$ are less than $2k^2- 5k + 2$, which means it’s a product of two
smaller integers. Therefore, $2k^2 − 5k + 2$ is not prime, which is a
contradiction to original theorem.∎
This my first time doing a proof by contradiction.
You repeatedly mix up "we want to show blah blah" and "we assume blah blah", making your proof illogical, and confusing to read. For example, despite your boldfaced opening heading, your proof's opening section is actually telegraphing what it wants to show rather than making an assumption (to assume something means to suppose, without any proof, that it is true; this supposition to be subsequently utilised in the proof).
It is clear that your proof is attempting to show that the given statement's negation is true, that is, that the statement itself is false; in other words, it is attempting to disprove the given statement. But a proof of a negation (what you are actually doing) is conceptually different from a proof by contradiction (what you think you are doing)!
When proving a statement by contradiction, you start by assuming its negation, then derive some contradiction (not necessarily involving the given statement or its negation), then conclude that the given statement must be true.
When disproving a statement by contradiction, you start by assuming the given statement, then derive some contradiction (not necessarily involving the given statement or its negation), then conclude that the given statement must be false.
For this exercise, proof by contradiction is unnecessary.