%   ORIGINAL: 'h4/thm/pair/UNCURRY_CONG_'
% 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: !'f\'' f 'M\'' M. M = 'M\'' /\ (!x y. 'M\'' = 'h4/const/pair/,' x y ==> f x y = 'f\'' x y) ==> 'h4/const/pair/UNCURRY' f M = 'h4/const/pair/UNCURRY' 'f\'' 'M\''
%   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: !'f\'' f 'M\'' M. M = 'M\'' /\ (!x y. 'M\'' = 'h4/const/pair/,' x y ==> happ (happ f x) y = happ (happ 'f\'' x) y) ==> 'h4/const/pair/UNCURRY' f M = 'h4/const/pair/UNCURRY' 'f\'' 'M\''
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_3f61111,V_3f61107]: ![F, G]: (![X]: s(V_3f61107,happ(s(fun(V_3f61111,V_3f61107),F),s(V_3f61111,X))) = s(V_3f61107,happ(s(fun(V_3f61111,V_3f61107),G),s(V_3f61111,X))) => s(fun(V_3f61111,V_3f61107),F) = s(fun(V_3f61111,V_3f61107),G))).
fof('h4/thm/pair/UNCURRY_CONG_', conjecture, ![C,A,B]: ![V_27f_5c_27_27, F, V_27M_5c_27_27, M]: ((s('h4/type/pair/prod'(A,B),M) = s('h4/type/pair/prod'(A,B),V_27M_5c_27_27) & ![X, Y]: (s('h4/type/pair/prod'(A,B),V_27M_5c_27_27) = s('h4/type/pair/prod'(A,B),'h4/const/pair/,'(s(A,X),s(B,Y))) => s(C,happ(s(fun(B,C),happ(s(fun(A,fun(B,C)),F),s(A,X))),s(B,Y))) = s(C,happ(s(fun(B,C),happ(s(fun(A,fun(B,C)),V_27f_5c_27_27),s(A,X))),s(B,Y))))) => s(C,'h4/const/pair/UNCURRY'(s(fun(A,fun(B,C)),F),s('h4/type/pair/prod'(A,B),M))) = s(C,'h4/const/pair/UNCURRY'(s(fun(A,fun(B,C)),V_27f_5c_27_27),s('h4/type/pair/prod'(A,B),V_27M_5c_27_27))))).
