Thms list 3 autom Sections AutomataTheory Doc

add_action Def (+f)(l) == Case of l; nil nil ; h.l' [h; f(h)/ (+f)(l')] (recursive)

Thm* St:Type, l:St*, f:(StSt). (+f)(l) St*

mem_f Def mem_f(T;a;bs) == Case of bs; nil False ; b.bs' b = a T mem_f(T;a;bs') (recursive)

Thm* T:Type, a:T, bs:T*. mem_f(T;a;bs) Prop

About:
recursive_def_notice!abstractionlist_indfalseorequalalluniverse
listmemberpropnilconsapplyfunction