What is the meaning of this following passage?
"An indirect proof always begins by negating what it is we would like to prove. The argument then proceeds until (hopefully) a logical contradiction with some other accepted fact is uncovered. Many times this accepted fact is part of the hypothesis of the theorem. When the contradiction is with the theorems hypothesis, we technically have what is called a contrapositive proof."
I know how to negate statements and have tried proof by contradiction. I'm not sure what the writer means by "uncovering some other fact" and "when the contradiction is with the theorems hypothesis, we have a contrapositive proof" can someone please make this clear for me.
I know that theorems are of the form A implies B, and contrapositive is of the form not(B) implies not(A).
Let's elucidate each of these confusing phrases with its own example.
First I'll discuss a proof by contradiction that $\sqrt{2}$ is irrational. The argument will uncover a contradiction with another accepted fact. If $\sqrt{2}=a/b$ with $a,\,b$ non-zero integers then $a^2=2b^2$ is even, so $a$ is even, say $a=2c$. Then $b^2=2c^2$ is also even, as is $b$. In particular, we can cancel a factor of $2$ from the numerator and denominator of any fraction equal to $\sqrt{2}$, so there's no lowest terms for such a fraction. This uncovers a contradiction with another accepted fact, namely that every fraction can be cancelled into lowest terms.
Next I'll discuss a proof by contradiction that if some finite number $n$ of people attend a party, some two shake hands with the same number of people. The number of people with whom a given attendee can shake hands ranges from $0$ to $n-1$ inclusive, which is only $n$ options. Since the number of options equals the number of people, we can restate our hypothesis as some number of handshakes from $0$ to $n-1$ inclusive isn't achieved. Well, let's get a contradiction from that. In this argument the contradiction is with the theorem's hypothesis. Suppose instead they all are. Since someone shakes hands with no-one ($0$ shakes), say Alice, no-one shakes hands with everyone, because Alice is always missed. But that means $n-1$ is unachieved, so we don't achieve all totals after all! Note here the potential truth of the claim we wished to refute has implied its own falsity; or equivalently, the hypothesis being false implied it is true.