%   ORIGINAL: 'h4/thm/list/FORALL_LIST_'
% Assm: HL_TRUTH: T
% Assm: HL_FALSITY: ~F
% Assm: HL_BOOL_CASES: !t. (t <=> T) \/ (t <=> F)
% Assm: HL_EXT: !f g. (!x. f x = g x) ==> f = g
% Goal: !P. (!l. P l) <=> P 'h4/const/list/NIL' /\ (!h t. P ('h4/const/list/CONS' h t))
%   PROCESSED
% Assm ['HL_TRUTH']: T
% Assm ['HL_FALSITY']: ~F
% Assm ['HL_BOOL_CASES']: !t. (t <=> T) \/ (t <=> F)
% Assm ['HL_EXT']: !f g. (!x. happ f x = happ g x) ==> f = g
% Goal: !P. (!l. happ P l) <=> happ P 'h4/const/list/NIL' /\ (!h t. happ P ('h4/const/list/CONS' h t))
fof('HL_TRUTH', axiom, p(s(bool,'T'))).
fof('HL_FALSITY', axiom, ~ (p(s(bool,'F')))).
fof('HL_BOOL_CASES', axiom, ![T]: (s(bool,T) = s(bool,'T') | s(bool,T) = s(bool,'F'))).
fof('HL_EXT', axiom, ![V_3f10141,V_3f10137]: ![F, G]: (![X]: s(V_3f10137,happ(s(fun(V_3f10141,V_3f10137),F),s(V_3f10141,X))) = s(V_3f10137,happ(s(fun(V_3f10141,V_3f10137),G),s(V_3f10141,X))) => s(fun(V_3f10141,V_3f10137),F) = s(fun(V_3f10141,V_3f10137),G))).
fof('h4/thm/list/FORALL_LIST_', conjecture, ![A]: ![P]: (![L]: p(s(bool,happ(s(fun('h4/type/list/list'(A),bool),P),s('h4/type/list/list'(A),L)))) <=> (p(s(bool,happ(s(fun('h4/type/list/list'(A),bool),P),s('h4/type/list/list'(A),'h4/const/list/NIL')))) & ![H, T]: p(s(bool,happ(s(fun('h4/type/list/list'(A),bool),P),s('h4/type/list/list'(A),'h4/const/list/CONS'(s(A,H),s('h4/type/list/list'(A),T))))))))).
