%   ORIGINAL: h4/finite__map/SUBMAP__FUPDATE__FLOOKUP
% 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/CONJ__COMM: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm: h4/bool/CONJ__ASSOC: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/marker/AC__DEF: !b2 b1. h4/marker/AC b1 b2 <=> b1 /\ b2
% Assm: h4/option/IF__EQUALS__OPTION_c0: !x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/NONE <=> ~P
% Assm: h4/option/IF__EQUALS__OPTION_c2: !y x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/SOME y <=> P /\ x = y
% Assm: h4/finite__map/SUBMAP__FUPDATE__EQN: !y x f. h4/finite__map/SUBMAP f (h4/finite__map/FUPDATE f (h4/pair/_2C x y)) <=> ~h4/bool/IN x (h4/finite__map/FDOM f) \/ h4/finite__map/FAPPLY f x = y /\ h4/bool/IN x (h4/finite__map/FDOM f)
% Assm: h4/finite__map/FLOOKUP__DEF: !x f. h4/finite__map/FLOOKUP f x = h4/bool/COND (h4/bool/IN x (h4/finite__map/FDOM f)) (h4/option/SOME (h4/finite__map/FAPPLY f x)) h4/option/NONE
% Goal: !y x f. h4/finite__map/SUBMAP f (h4/finite__map/FUPDATE f (h4/pair/_2C x y)) <=> h4/finite__map/FLOOKUP f x = h4/option/NONE \/ h4/finite__map/FLOOKUP f x = h4/option/SOME y
%   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_CONJu_u_COMM]: !t2 t1. t1 /\ t2 <=> t2 /\ t1
% Assm [h4s_bools_CONJu_u_ASSOC]: !t3 t2 t1. t1 /\ t2 /\ t3 <=> (t1 /\ t2) /\ t3
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_markers_ACu_u_DEF]: !b2 b1. h4/marker/AC b1 b2 <=> b1 /\ b2
% Assm [h4s_options_IFu_u_EQUALSu_u_OPTIONu_c0]: !x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/NONE <=> ~P
% Assm [h4s_options_IFu_u_EQUALSu_u_OPTIONu_c2]: !y x P. h4/bool/COND P (h4/option/SOME x) h4/option/NONE = h4/option/SOME y <=> P /\ x = y
% Assm [h4s_finiteu_u_maps_SUBMAPu_u_FUPDATEu_u_EQN]: !y x f. h4/finite__map/SUBMAP f (h4/finite__map/FUPDATE f (h4/pair/_2C x y)) <=> ~h4/bool/IN x (h4/finite__map/FDOM f) \/ h4/finite__map/FAPPLY f x = y /\ h4/bool/IN x (h4/finite__map/FDOM f)
% Assm [h4s_finiteu_u_maps_FLOOKUPu_u_DEF]: !x f. h4/finite__map/FLOOKUP f x = h4/bool/COND (h4/bool/IN x (h4/finite__map/FDOM f)) (h4/option/SOME (h4/finite__map/FAPPLY f x)) h4/option/NONE
% Goal: !y x f. h4/finite__map/SUBMAP f (h4/finite__map/FUPDATE f (h4/pair/_2C x y)) <=> h4/finite__map/FLOOKUP f x = h4/option/NONE \/ h4/finite__map/FLOOKUP f x = h4/option/SOME y
fof(aHLu_TRUTH, axiom, p(s(t_bool,t))).
fof(aHLu_FALSITY, axiom, ~ (p(s(t_bool,f0)))).
fof(aHLu_BOOLu_CASES, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) | s(t_bool,V_t) = s(t_bool,f0))).
fof(aHLu_EXT, axiom, ![TV_Q74174,TV_Q74170]: ![V_f, V_g]: (![V_x]: s(TV_Q74170,happ(s(t_fun(TV_Q74174,TV_Q74170),V_f),s(TV_Q74174,V_x))) = s(TV_Q74170,happ(s(t_fun(TV_Q74174,TV_Q74170),V_g),s(TV_Q74174,V_x))) => s(t_fun(TV_Q74174,TV_Q74170),V_f) = s(t_fun(TV_Q74174,TV_Q74170),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_CONJu_u_COMM, 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))))).
fof(ah4s_bools_CONJu_u_ASSOC, axiom, ![V_t3, V_t2, V_t1]: ((p(s(t_bool,V_t1)) & (p(s(t_bool,V_t2)) & p(s(t_bool,V_t3)))) <=> ((p(s(t_bool,V_t1)) & p(s(t_bool,V_t2))) & p(s(t_bool,V_t3))))).
fof(ah4s_bools_REFLu_u_CLAUSE, axiom, ![TV_u_27a]: ![V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_x) <=> p(s(t_bool,t)))).
fof(ah4s_markers_ACu_u_DEF, axiom, ![V_b2, V_b1]: (p(s(t_bool,h4s_markers_ac(s(t_bool,V_b1),s(t_bool,V_b2)))) <=> (p(s(t_bool,V_b1)) & p(s(t_bool,V_b2))))).
fof(ah4s_options_IFu_u_EQUALSu_u_OPTIONu_c0, axiom, ![TV_u_27a]: ![V_x, V_P]: (s(t_h4s_options_option(TV_u_27a),h4s_bools_cond(s(t_bool,V_P),s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))),s(t_h4s_options_option(TV_u_27a),h4s_options_none))) = s(t_h4s_options_option(TV_u_27a),h4s_options_none) <=> ~ (p(s(t_bool,V_P))))).
fof(ah4s_options_IFu_u_EQUALSu_u_OPTIONu_c2, axiom, ![TV_u_27a]: ![V_y, V_x, V_P]: (s(t_h4s_options_option(TV_u_27a),h4s_bools_cond(s(t_bool,V_P),s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_x))),s(t_h4s_options_option(TV_u_27a),h4s_options_none))) = s(t_h4s_options_option(TV_u_27a),h4s_options_some(s(TV_u_27a,V_y))) <=> (p(s(t_bool,V_P)) & s(TV_u_27a,V_x) = s(TV_u_27a,V_y)))).
fof(ah4s_finiteu_u_maps_SUBMAPu_u_FUPDATEu_u_EQN, axiom, ![TV_u_27a,TV_u_27b]: ![V_y, V_x, V_f]: (p(s(t_bool,h4s_finiteu_u_maps_submap(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),h4s_finiteu_u_maps_fupdate(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y)))))))) <=> (~ (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_finiteu_u_maps_fdom(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f))))))) | (s(TV_u_27b,h4s_finiteu_u_maps_fapply(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,V_y) & p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_finiteu_u_maps_fdom(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f)))))))))).
fof(ah4s_finiteu_u_maps_FLOOKUPu_u_DEF, axiom, ![TV_u_27a,TV_u_27b]: ![V_x, V_f]: s(t_h4s_options_option(TV_u_27b),h4s_finiteu_u_maps_flookup(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(t_h4s_options_option(TV_u_27b),h4s_bools_cond(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_finiteu_u_maps_fdom(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f))))),s(t_h4s_options_option(TV_u_27b),h4s_options_some(s(TV_u_27b,h4s_finiteu_u_maps_fapply(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))))),s(t_h4s_options_option(TV_u_27b),h4s_options_none)))).
fof(ch4s_finiteu_u_maps_SUBMAPu_u_FUPDATEu_u_FLOOKUP, conjecture, ![TV_u_27a,TV_u_27b]: ![V_y, V_x, V_f]: (p(s(t_bool,h4s_finiteu_u_maps_submap(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),h4s_finiteu_u_maps_fupdate(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(t_h4s_pairs_prod(TV_u_27a,TV_u_27b),h4s_pairs_u_2c(s(TV_u_27a,V_x),s(TV_u_27b,V_y)))))))) <=> (s(t_h4s_options_option(TV_u_27b),h4s_finiteu_u_maps_flookup(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(t_h4s_options_option(TV_u_27b),h4s_options_none) | s(t_h4s_options_option(TV_u_27b),h4s_finiteu_u_maps_flookup(s(t_h4s_finiteu_u_maps_fmap(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(t_h4s_options_option(TV_u_27b),h4s_options_some(s(TV_u_27b,V_y)))))).
