Thms action sets Sections AutomataTheory Doc

factorial Def (n)! == if n=0 1 else n(n-1)! fi (recursive)

Thm* n:. (n)!

eq_int Def i=j == if i=j true ; false fi

Thm* i,j:. i=j

About:
!abstractionint_eqbtruebfalseallintmember
boolrecursive_def_noticeifthenelsenatural_numbermultiplysubtract