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

Add notation for inductively-defined multiplication of nats

parent fc273913
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ theory NatInduct : http://cds.omdoc.org/examples?LFXI =
z: n ❘= ([x] nat/z) ❙
s: n ⟶ n ❘= ([u,x] (x + (u x))) ❙
mult: nat/n ⟶ nat/n ⟶ nat/n
❘= times/n
❘# 1 * 2
inductive_definition predec() : nat() ❘=
n: type ❘= nat/n ❙
......
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