%   ORIGINAL: 'h4/thm/rich_list/REVERSE_FOLDL_'
% 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: !l. 'h4/const/list/REVERSE' l = 'h4/const/list/FOLDL' (\'l\'' x. 'h4/const/list/CONS' x 'l\'') 'h4/const/list/NIL' l
%   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: !_1. (!'l\'' x. happ (happ _1 'l\'') x = 'h4/const/list/CONS' x 'l\'') ==> (!_0. (!'l\''. happ _0 'l\'' = happ _1 'l\'') ==> (!l. 'h4/const/list/REVERSE' l = 'h4/const/list/FOLDL' _0 'h4/const/list/NIL' l))
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_3f51786,V_3f51782]: ![F, G]: (![X]: s(V_3f51782,happ(s(fun(V_3f51786,V_3f51782),F),s(V_3f51786,X))) = s(V_3f51782,happ(s(fun(V_3f51786,V_3f51782),G),s(V_3f51786,X))) => s(fun(V_3f51786,V_3f51782),F) = s(fun(V_3f51786,V_3f51782),G))).
fof('h4/thm/rich_list/REVERSE_FOLDL_', conjecture, ![A]: ![V__1]: (![V_27l_5c_27_27, X]: s('h4/type/list/list'(A),happ(s(fun(A,'h4/type/list/list'(A)),happ(s(fun('h4/type/list/list'(A),fun(A,'h4/type/list/list'(A))),V__1),s('h4/type/list/list'(A),V_27l_5c_27_27))),s(A,X))) = s('h4/type/list/list'(A),'h4/const/list/CONS'(s(A,X),s('h4/type/list/list'(A),V_27l_5c_27_27))) => ![V__0]: (![V_27l_5c_27_27]: s(fun(A,'h4/type/list/list'(A)),happ(s(fun('h4/type/list/list'(A),fun(A,'h4/type/list/list'(A))),V__0),s('h4/type/list/list'(A),V_27l_5c_27_27))) = s(fun(A,'h4/type/list/list'(A)),happ(s(fun('h4/type/list/list'(A),fun(A,'h4/type/list/list'(A))),V__1),s('h4/type/list/list'(A),V_27l_5c_27_27))) => ![L]: s('h4/type/list/list'(A),'h4/const/list/REVERSE'(s('h4/type/list/list'(A),L))) = s('h4/type/list/list'(A),'h4/const/list/FOLDL'(s(fun('h4/type/list/list'(A),fun(A,'h4/type/list/list'(A))),V__0),s('h4/type/list/list'(A),'h4/const/list/NIL'),s('h4/type/list/list'(A),L)))))).
