%   ORIGINAL: 'h4/thm/bool/PULL_FORALL_0'
% 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: !Q P. Q ==> (!x. P x) <=> (!x. Q ==> P x)
%   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: !Q P. Q ==> (!x. happ P x) <=> (!x. Q ==> happ P x)
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_3f35754,V_3f35750]: ![F, G]: (![X]: s(V_3f35750,happ(s(fun(V_3f35754,V_3f35750),F),s(V_3f35754,X))) = s(V_3f35750,happ(s(fun(V_3f35754,V_3f35750),G),s(V_3f35754,X))) => s(fun(V_3f35754,V_3f35750),F) = s(fun(V_3f35754,V_3f35750),G))).
fof('h4/thm/bool/PULL_FORALL_0', conjecture, ![A]: ![Q, P]: ((p(s(bool,Q)) => ![X]: p(s(bool,happ(s(fun(A,bool),P),s(A,X))))) <=> ![X]: (p(s(bool,Q)) => p(s(bool,happ(s(fun(A,bool),P),s(A,X))))))).
