Thms list 3 autom Sections AutomataTheory Doc

lremove Def l \ a == Case of l; nil nil ; h.l' if eq(a,h) l' \ a else h.(l' \ a) fi (recursive)

Thm* St:Type, l:St*, s:St, eq:(StSt). (l \ s) 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

rev_implies Def P Q == Q P

Thm* A,B:Prop. (A B) Prop

About:
!abstractionimpliesallpropmemberrecursive_def_notice
list_indfalseorequaluniverselist
nilifthenelseapplyconsfunctionbool