Thms action sets Sections AutomataTheory Doc

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

Thm* n:. (n)!

not Def A == A False

Thm* A:Prop. (A) Prop

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

Thm* i,j:. i=j

About:
!abstractionint_eqbtruebfalseallintmemberbool
impliesfalseproprecursive_def_noticeifthenelsenatural_numbermultiplysubtract