A proof by contradiction is a popular proof in mathematics due to its flexibility. Let’s use an example in which we know that statement is true and want to figure out if statement is true. There are two possibilities: is true or false. Let’s say that we assume is false; from starting with the assumption that is false if we can prove that is false under that assumption, then we have reached a contradiction and must be true.
More concisely, you are assuming that the negation of the statement that you want to prove is true to arrive at a false statement.
It is important when writing a proof by contradiction that you establish that you are working towards a contradiction. The following phrase is overwhelmingly common: Towards a contradiction suppose (something).
Example
Prove that there is no largest integer.
Towards a contradiction suppose that there is a largest integer, . Addition is closed over the set of integers, so is also an integer. Because , we reach a contradiction and there is no largest integer.