%   ORIGINAL: 'h4/thm/quotient_option/OPTION_MAP_RSP_'
% 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: !R1 abs1 rep1. 'h4/const/quotient/QUOTIENT' R1 abs1 rep1 ==> (!R2 abs2 rep2. 'h4/const/quotient/QUOTIENT' R2 abs2 rep2 ==> (!a1 a2 f1 f2. 'h4/const/quotient/===>' R1 R2 f1 f2 /\ 'h4/const/option/OPTREL' R1 a1 a2 ==> 'h4/const/option/OPTREL' R2 ('h4/const/option/OPTION_MAP' f1 a1) ('h4/const/option/OPTION_MAP' f2 a2)))
%   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: !R1 abs1 rep1. 'h4/const/quotient/QUOTIENT' R1 abs1 rep1 ==> (!R2 abs2 rep2. 'h4/const/quotient/QUOTIENT' R2 abs2 rep2 ==> (!a1 a2 f1 f2. 'h4/const/quotient/===>' R1 R2 f1 f2 /\ 'h4/const/option/OPTREL' R1 a1 a2 ==> 'h4/const/option/OPTREL' R2 ('h4/const/option/OPTION_MAP' f1 a1) ('h4/const/option/OPTION_MAP' f2 a2)))
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_3f63711,V_3f63707]: ![F, G]: (![X]: s(V_3f63707,happ(s(fun(V_3f63711,V_3f63707),F),s(V_3f63711,X))) = s(V_3f63707,happ(s(fun(V_3f63711,V_3f63707),G),s(V_3f63711,X))) => s(fun(V_3f63711,V_3f63707),F) = s(fun(V_3f63711,V_3f63707),G))).
fof('h4/thm/quotient_option/OPTION_MAP_RSP_', conjecture, ![C,D,B,A]: ![R1, Abs1, Rep1]: (p(s(bool,'h4/const/quotient/QUOTIENT'(s(fun(A,fun(A,bool)),R1),s(fun(A,C),Abs1),s(fun(C,A),Rep1)))) => ![R2, Abs2, Rep2]: (p(s(bool,'h4/const/quotient/QUOTIENT'(s(fun(B,fun(B,bool)),R2),s(fun(B,D),Abs2),s(fun(D,B),Rep2)))) => ![A1, A2, F1, F2]: ((p(s(bool,'h4/const/quotient/===>'(s(fun(A,fun(A,bool)),R1),s(fun(B,fun(B,bool)),R2),s(fun(A,B),F1),s(fun(A,B),F2)))) & p(s(bool,'h4/const/option/OPTREL'(s(fun(A,fun(A,bool)),R1),s('h4/type/option/option'(A),A1),s('h4/type/option/option'(A),A2))))) => p(s(bool,'h4/const/option/OPTREL'(s(fun(B,fun(B,bool)),R2),s('h4/type/option/option'(B),'h4/const/option/OPTION_MAP'(s(fun(A,B),F1),s('h4/type/option/option'(A),A1))),s('h4/type/option/option'(B),'h4/const/option/OPTION_MAP'(s(fun(A,B),F2),s('h4/type/option/option'(A),A2)))))))))).
