Thms list 3 autom Sections AutomataTheory Doc

firstn Def firstn(n;as) == Case of as; nil nil ; a.as' if 0 < n a.firstn(n-1;as') else nil fi (recursive)

Thm* A:Type, as:A*, n:. firstn(n;as) A*

length Def ||as|| == Case of as; nil 0 ; a.as' ||as'||+1 (recursive)

Thm* A:Type, l:A*. ||l||

Thm* ||nil||

lt_int Def i < j == if i < j true ; false fi

Thm* i,j:. i < j

About:
!abstractionlessbtruebfalseallint
memberboolrecursive_def_noticelist_indnatural_numberadd
universelistnilifthenelseconssubtract