-4

Our school teacher just asked us to write the best possible proof of $1+1=2$. First thought he was joking but he was very serious about this question.

I could not even try an attempt.

1 Answers1

8

You have to define what system you are working in. In Peano Arithmetic, PA, $1$ and $2$ are not part of the language. They are abbreviations for $S(0)$ and $S(S(0))$, where $S$ is intended as the successor function, so you are being asked to prove $S(0)+S(0)=S(S(0))$. You can follow the Wikipedia proof, which you may need to update a bit depending on how your version of the axioms are written. Basically this should look a lot like your axioms that define addition.

Ross Millikan
  • 374,822