Background: Suppose I want to prove theorem X. Typically, I'd have to use a set of axioms $A = \{A_1,A_2, \ldots ,A_n\}$ or previously proved theorems $T=\{T_1,T_2, \ldots,T_n\}$ and consider all of those as True. Then, I 'd typically prove that $A \rightarrow X$ or $T \rightarrow X$.
Question: I am wondering whether the idea I am about to describe is a valid or useful approach to doing mathematics. The idea is about proving something without needing any axioms or previous theorems, the only exception being the Axiom of Excluded Middle. With this approach, If I want to prove $X$ I do the following.
- Find the right statement Y
- Prove $Y \rightarrow X$
- Also prove $¬Y \rightarrow X$
- $(Y \rightarrow X) \land (¬Y \rightarrow X)$ is the same as $(Y \lor¬Y) \rightarrow X$
- $(Y \lor¬Y)$ is true due to the Axiom of Excluded Middle.
- Because $(True \rightarrow X)$ then $X$ must be also $True$
In plain words, if you prove that a statement X is true regardless of whether another statement Y is true or false, then X must be true.
While I suspect that the approach is valid, step 1. might be difficult or impossible in practice to make this a useful approach, but I 'd love to hear if anyone has seen something similar before.
Yes, this works and is useful. I would vote to close this as a duplicate, except it's a duplicate of a question from MathOverflow.