%   ORIGINAL: h4/res__quan/RES__EXISTS__UNIQUE__EMPTY
% 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
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/AND__CLAUSES_c2: !t. F /\ t <=> F
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/RES__FORALL__CONG: !g f Q P. P = Q ==> (!x. h4/bool/IN x Q ==> (f x <=> g x)) ==> (h4/bool/RES__FORALL P f <=> h4/bool/RES__FORALL Q g)
% Assm: h4/pred__set/NOT__IN__EMPTY: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm: h4/res__quan/RES__EXISTS__UNIQUE: !f P. h4/bool/RES__EXISTS__UNIQUE P f <=> h4/bool/RES__EXISTS P (\x. f x) /\ h4/bool/RES__FORALL P (\x. h4/bool/RES__FORALL P (\y. f x /\ f y ==> x = y))
% Assm: h4/res__quan/RES__EXISTS__EMPTY: !p. ~h4/bool/RES__EXISTS h4/pred__set/EMPTY p
% Goal: !p. ~h4/bool/RES__EXISTS__UNIQUE h4/pred__set/EMPTY p
%   PROCESSED
% Assm [HLu_TRUTH]: T
% Assm [HLu_FALSITY]: ~F
% Assm [HLu_BOOLu_CASES]: !t. (t <=> T) \/ (t <=> F)
% Assm [HLu_EXT]: !f g. (!x. happ f x = happ g x) ==> f = g
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c2]: !t. F /\ t <=> F
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_RESu_u_FORALLu_u_CONG]: !g f Q P. P = Q ==> (!x. h4/bool/IN x Q ==> (happ f x <=> happ g x)) ==> (h4/bool/RES__FORALL P f <=> h4/bool/RES__FORALL Q g)
% Assm [h4s_predu_u_sets_NOTu_u_INu_u_EMPTY]: !x. ~h4/bool/IN x h4/pred__set/EMPTY
% Assm [h4s_resu_u_quans_RESu_u_EXISTSu_u_UNIQUE]: !_2. (!f x y. happ (happ (happ _2 f) x) y <=> happ f x /\ happ f y ==> x = y) ==> (!_1. (!P f x. happ (happ (happ _1 P) f) x <=> h4/bool/RES__FORALL P (happ (happ _2 f) x)) ==> (!_0. (!f x. happ (happ _0 f) x <=> happ f x) ==> (!f P. h4/bool/RES__EXISTS__UNIQUE P f <=> h4/bool/RES__EXISTS P (happ _0 f) /\ h4/bool/RES__FORALL P (happ _0 (happ (happ _1 P) f)))))
% Assm [h4s_resu_u_quans_RESu_u_EXISTSu_u_EMPTY]: !p. ~h4/bool/RES__EXISTS h4/pred__set/EMPTY p
% Goal: !p. ~h4/bool/RES__EXISTS__UNIQUE h4/pred__set/EMPTY p
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f))).
fof(aHLu_EXT, axiom, ![TV_Q274526,TV_Q274522]: ![V_f, V_g]: (![V_x]: s(TV_Q274522,happ(s(t_fun(TV_Q274526,TV_Q274522),V_f),s(TV_Q274526,V_x))) = s(TV_Q274522,happ(s(t_fun(TV_Q274526,TV_Q274522),V_g),s(TV_Q274526,V_x))) => s(t_fun(TV_Q274526,TV_Q274522),V_f) = s(t_fun(TV_Q274526,TV_Q274522),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, axiom, ![V_t2, V_t1]: ((p(s(t_bool,V_t1)) => p(s(t_bool,V_t2))) => ((p(s(t_bool,V_t2)) => p(s(t_bool,V_t1))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) & p(s(t_bool,V_t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_RESu_u_FORALLu_u_CONG, axiom, ![TV_u_27a]: ![V_g, V_f, V_Q, V_P]: (s(t_fun(TV_u_27a,t_bool),V_P) = s(t_fun(TV_u_27a,t_bool),V_Q) => (![V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_Q)))) => s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_f),s(TV_u_27a,V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_g),s(TV_u_27a,V_x)))) => s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_f))) = s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),V_Q),s(t_fun(TV_u_27a,t_bool),V_g)))))).
fof(ah4s_predu_u_sets_NOTu_u_INu_u_EMPTY, axiom, ![TV_u_27a]: ![V_x]: ~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty)))))).
fof(ah4s_resu_u_quans_RESu_u_EXISTSu_u_UNIQUE, axiom, ![TV_u_27a]: ![V_uu_2]: (![V_f, V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),V_uu_2),s(t_fun(TV_u_27a,t_bool),V_f))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_f),s(TV_u_27a,V_x)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_f),s(TV_u_27a,V_y))))) => s(TV_u_27a,V_x) = s(TV_u_27a,V_y))) => ![V_uu_1]: (![V_P, V_f, V_x]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool))),V_uu_1),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_fun(TV_u_27a,t_bool),V_f))),s(TV_u_27a,V_x))) = s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool))),V_uu_2),s(t_fun(TV_u_27a,t_bool),V_f))),s(TV_u_27a,V_x))))) => ![V_uu_0]: (![V_f, V_x]: s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_f))),s(TV_u_27a,V_x))) = s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),V_f),s(TV_u_27a,V_x))) => ![V_f, V_P]: (p(s(t_bool,h4s_bools_resu_u_existsu_u_unique(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),V_f)))) <=> (p(s(t_bool,h4s_bools_resu_u_exists(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_bool),V_f)))))) & p(s(t_bool,h4s_bools_resu_u_forall(s(t_fun(TV_u_27a,t_bool),V_P),s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),V_uu_0),s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool)),happ(s(t_fun(t_fun(TV_u_27a,t_bool),t_fun(t_fun(TV_u_27a,t_bool),t_fun(TV_u_27a,t_bool))),V_uu_1),s(t_fun(TV_u_27a,t_bool),V_P))),s(t_fun(TV_u_27a,t_bool),V_f)))))))))))))).
fof(ah4s_resu_u_quans_RESu_u_EXISTSu_u_EMPTY, axiom, ![TV_u_27a]: ![V_p]: ~ (p(s(t_bool,h4s_bools_resu_u_exists(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty),s(t_fun(TV_u_27a,t_bool),V_p)))))).
fof(ch4s_resu_u_quans_RESu_u_EXISTSu_u_UNIQUEu_u_EMPTY, conjecture, ![TV_u_27a]: ![V_p]: ~ (p(s(t_bool,h4s_bools_resu_u_existsu_u_unique(s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_empty),s(t_fun(TV_u_27a,t_bool),V_p)))))).
