%   ORIGINAL: h4/words/w2s__s2w
% 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/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/words/w2s__def: !w f b. h4/words/w2s b f w = h4/ASCIInumbers/n2s b f (h4/words/w2n w)
% Assm: h4/words/s2w__def: !s f b. h4/words/s2w b f s = h4/words/n2w (h4/ASCIInumbers/s2n b f s)
% Assm: h4/words/w2n__n2w: !n. h4/words/w2n (h4/words/n2w n) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Goal: !s n2c c2n b. h4/words/w2s b n2c (h4/words/s2w b c2n s) = h4/ASCIInumbers/n2s b n2c (h4/arithmetic/MOD (h4/ASCIInumbers/s2n b c2n s) (h4/words/dimword h4/bool/the__value))
%   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_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_wordss_w2su_u_def]: !w f b. h4/words/w2s b f w = h4/ASCIInumbers/n2s b f (h4/words/w2n w)
% Assm [h4s_wordss_s2wu_u_def]: !s f b. h4/words/s2w b f s = h4/words/n2w (h4/ASCIInumbers/s2n b f s)
% Assm [h4s_wordss_w2nu_u_n2w]: !n. h4/words/w2n (h4/words/n2w n) = h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value)
% Goal: !s n2c c2n b. h4/words/w2s b n2c (h4/words/s2w b c2n s) = h4/ASCIInumbers/n2s b n2c (h4/arithmetic/MOD (h4/ASCIInumbers/s2n b c2n s) (h4/words/dimword h4/bool/the__value))
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_Q117808,TV_Q117804]: ![V_f, V_g]: (![V_x]: s(TV_Q117804,happ(s(t_fun(TV_Q117808,TV_Q117804),V_f),s(TV_Q117808,V_x))) = s(TV_Q117804,happ(s(t_fun(TV_Q117808,TV_Q117804),V_g),s(TV_Q117808,V_x))) => s(t_fun(TV_Q117808,TV_Q117804),V_f) = s(t_fun(TV_Q117808,TV_Q117804),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_EQu_u_CLAUSESu_c1, axiom, ![V_t]: (s(t_bool,V_t) = s(t_bool,t) <=> p(s(t_bool,V_t)))).
fof(ah4s_wordss_w2su_u_def, axiom, ![TV_u_27a]: ![V_w, V_f, V_b]: s(t_h4s_lists_list(t_h4s_strings_char),h4s_wordss_w2s(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_nums_num,t_h4s_strings_char),V_f),s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w))) = s(t_h4s_lists_list(t_h4s_strings_char),h4s_asciinumberss_n2s(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_nums_num,t_h4s_strings_char),V_f),s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),V_w)))))).
fof(ah4s_wordss_s2wu_u_def, axiom, ![TV_u_27a]: ![V_s, V_f, V_b]: s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_s2w(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_strings_char,t_h4s_nums_num),V_f),s(t_h4s_lists_list(t_h4s_strings_char),V_s))) = s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,h4s_asciinumberss_s2n(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_strings_char,t_h4s_nums_num),V_f),s(t_h4s_lists_list(t_h4s_strings_char),V_s)))))).
fof(ah4s_wordss_w2nu_u_n2w, axiom, ![TV_u_27a]: ![V_n]: s(t_h4s_nums_num,h4s_wordss_w2n(s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_n2w(s(t_h4s_nums_num,V_n))))) = s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,V_n),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ch4s_wordss_w2su_u_s2w, conjecture, ![TV_u_27a]: ![V_s, V_n2c, V_c2n, V_b]: s(t_h4s_lists_list(t_h4s_strings_char),h4s_wordss_w2s(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_nums_num,t_h4s_strings_char),V_n2c),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_wordss_s2w(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_strings_char,t_h4s_nums_num),V_c2n),s(t_h4s_lists_list(t_h4s_strings_char),V_s))))) = s(t_h4s_lists_list(t_h4s_strings_char),h4s_asciinumberss_n2s(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_nums_num,t_h4s_strings_char),V_n2c),s(t_h4s_nums_num,h4s_arithmetics_mod(s(t_h4s_nums_num,h4s_asciinumberss_s2n(s(t_h4s_nums_num,V_b),s(t_fun(t_h4s_strings_char,t_h4s_nums_num),V_c2n),s(t_h4s_lists_list(t_h4s_strings_char),V_s))),s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))))).
