I'm having some trouble grasping the validity of the logical underpinnings of the proof by contradiction method.
The following is the basic structure I've been presented with:
To prove a statement $P$, assume $\lnot P$. From $\lnot P$, derive some statement $R$ that is contradictory to some known fact or assumption we made in the proof. Thus, the contradiction $C: R \land\lnot R$ is true. Thus, $\lnot P \implies C$ is t true. However, since $C$ is a contradiction and always false, it must be that $\lnot P$ is false, thus $P$ is true.
My questions are as follows:
- I thought that the definition of a contradiction is something that is always false. Thus, how can we say that $C$ is ever true? Is it the case that the proof exists within its own logical "universe" as it were?
- If we are able to say that $C$ is true and thus $\lnot P \implies C$ is true, how are we then able to say that $\lnot P \implies C$ remains true when we then say that $C$, being a contradiction, must be false? I would think that $C$ being false would abrogate the validity of the implication as well.