Prove that $n \ne n+1 $ for all $ n \in \mathbb N.$
How do I prove this statement using only Peano axioms?
You'll have to use induction. Here is a formal proof in Fitch, which has Induction as a built in rule. Note that $s(x)$ is the successor function, i.e. $s(x)=x+1$
Copyright © 2021 JogjaFile Inc.
You'll have to use induction. Here is a formal proof in Fitch, which has Induction as a built in rule. Note that $s(x)$ is the successor function, i.e. $s(x)=x+1$