Thms nfa 1 Sections AutomataTheory Doc

reverse Def rev(as) == Case of as; nil nil ; a.as' rev(as') @ [a] (recursive)

Thm* T:Type, as:T*. rev(as) T*

append Def as @ bs == Case of as; nil bs ; a.as' a.(as' @ bs) (recursive)

Thm* T:Type, as,bs:T*. (as @ bs) T*

About:
recursive_def_notice!abstractionlist_indconsall
universelistmembernil