I've been reading about Gödel's Incompleteness Theorems and there's something that I don't quite understand. It's about adding new statements as axioms to a system.
I'm not sure if I'm understanding anything wrong so here is a brief summary of what I think I know:
- Gödel's First Incompleteness Theorem
Any consistent system $S$ strong enough to express arithmetic is incomplete. Gödel shows this by explicitly constructing an undecidable statement G that's reads something like:
G $\iff$ There is no Gödel number $x$ that corresponds to a proof of G in $S$
Assuming $S$ is consistent, if G is provable, then there exists $x$ that proves G, which is a contradiction. If not G is provable, then there is a proof of G, which leads to a contradiction. Therefore, G cannot be proven or disproven, so $S$ is incomplete.
- Gödel's Second Incompleteness Theorem
If $S$ is proven to be consistent, then $S$ is inconsistent. We get this by noting the implication 'if $S$ is consistent, then G is true'. So if there is a proof of $S$'s consistency, then we can prove $G$, which leads to a contradiction.
I understand that if a statement $A$ is independent of a set of consistent axioms, then there are models where $A$ or not $A$ are true, and I can add $A$ or not $A$ to the axioms while maintaining consistency.
The problem is that '$S$ is consistent' is undecidable, so does that mean I can add '$S$ is inconsistent' as an axiom? What are the implications of adding such an axiom? I understand that adding this as an axiom won't lead to contradictions, because I can't prove '$S$ is consistent' anyway, but I just find something very strange about adding this as an axiom.