%   ORIGINAL: 'h4/thm/list/SINGL_APPLY_PERMUTE_'
% 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: !x fs. 'h4/const/list/LIST_APPLY' fs ('h4/const/list/CONS' x 'h4/const/list/NIL') = 'h4/const/list/LIST_APPLY' ('h4/const/list/CONS' (\f. f x) 'h4/const/list/NIL') fs
%   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: !_0. (!x f. happ (happ _0 x) f = happ f x) ==> (!x fs. 'h4/const/list/LIST_APPLY' fs ('h4/const/list/CONS' x 'h4/const/list/NIL') = 'h4/const/list/LIST_APPLY' ('h4/const/list/CONS' (happ _0 x) 'h4/const/list/NIL') fs)
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_3f11069,V_3f11065]: ![F, G]: (![X]: s(V_3f11065,happ(s(fun(V_3f11069,V_3f11065),F),s(V_3f11069,X))) = s(V_3f11065,happ(s(fun(V_3f11069,V_3f11065),G),s(V_3f11069,X))) => s(fun(V_3f11069,V_3f11065),F) = s(fun(V_3f11069,V_3f11065),G))).
fof('h4/thm/list/SINGL_APPLY_PERMUTE_', conjecture, ![B,A]: ![V__0]: (![X, F]: s(A,happ(s(fun(fun(B,A),A),happ(s(fun(B,fun(fun(B,A),A)),V__0),s(B,X))),s(fun(B,A),F))) = s(A,happ(s(fun(B,A),F),s(B,X))) => ![X, Fs]: s('h4/type/list/list'(A),'h4/const/list/LIST_APPLY'(s('h4/type/list/list'(fun(B,A)),Fs),s('h4/type/list/list'(B),'h4/const/list/CONS'(s(B,X),s('h4/type/list/list'(B),'h4/const/list/NIL'))))) = s('h4/type/list/list'(A),'h4/const/list/LIST_APPLY'(s('h4/type/list/list'(fun(fun(B,A),A)),'h4/const/list/CONS'(s(fun(fun(B,A),A),happ(s(fun(B,fun(fun(B,A),A)),V__0),s(B,X))),s('h4/type/list/list'(fun(fun(B,A),A)),'h4/const/list/NIL'))),s('h4/type/list/list'(fun(B,A)),Fs))))).
