Skip to content
Snippets Groups Projects
Unverified Commit 656f5429 authored by ColinRothgang's avatar ColinRothgang
Browse files

Add simple notation for successor function

parent 52436cb5
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ theory Peano : latin:/?HOLND =
N : tp❙
successor : tm (N → N)❙
// simple notation for successor application ❙
suc = [n: tm N] (successor @ n) ❙
zero : tm N❙
//No Confusion Axiom❙
......@@ -28,4 +31,4 @@ theory Peano : latin:/?HOLND =
//decl2 = successor @ (successor @ zero)❙
//conj2 : ⊦ ¬(decl2 =ͭ zero) ❘ = PROVE❙
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment