Thms action sets Sections AutomataTheory Doc

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

Thm* n:. (n)!

le Def AB == B < A

Thm* i,j:. ij Prop

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

Thm* i,j:. i=j

not Def A == A False

Thm* A:Prop. (A) Prop

About:
!abstractionimpliesfalseallpropmember
int_eqbtruebfalseintboolless_than
recursive_def_noticeifthenelsenatural_numbermultiplysubtract