%   ORIGINAL: h4/bitstring/reduce__and__v2w
% 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/FUN__EQ__THM: !g f. f = g <=> (!x. f x = g x)
% Assm: h4/words/reduce__and__def: h4/words/reduce__and = h4/words/word__reduce $and
% Goal: !v. h4/words/reduce__and (h4/bitstring/v2w v) = h4/words/word__reduce $and (h4/bitstring/v2w v)
%   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_FUNu_u_EQu_u_THM]: !g f. f = g <=> (!x. happ f x = happ g x)
% Assm [h4s_wordss_reduceu_u_andu_u_def]: h4/words/reduce__and = h4/words/word__reduce $and
% Goal: !v. happ h4/words/reduce__and (h4/bitstring/v2w v) = happ (h4/words/word__reduce $and) (h4/bitstring/v2w v)
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_Q89686,TV_Q89682]: ![V_f, V_g]: (![V_x]: s(TV_Q89682,happ(s(t_fun(TV_Q89686,TV_Q89682),V_f),s(TV_Q89686,V_x))) = s(TV_Q89682,happ(s(t_fun(TV_Q89686,TV_Q89682),V_g),s(TV_Q89686,V_x))) => s(t_fun(TV_Q89686,TV_Q89682),V_f) = s(t_fun(TV_Q89686,TV_Q89682),V_g))).
fof(ah4s_bools_FUNu_u_EQu_u_THM, axiom, ![TV_u_27b,TV_u_27a]: ![V_g, V_f]: (s(t_fun(TV_u_27a,TV_u_27b),V_f) = s(t_fun(TV_u_27a,TV_u_27b),V_g) <=> ![V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_f),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_g),s(TV_u_27a,V_x))))).
fof(ah4s_wordss_reduceu_u_andu_u_def, axiom, ![TV_u_27a]: s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_wordss_reduceu_u_and) = s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_wordss_wordu_u_reduce(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_and)))).
fof(ch4s_bitstrings_reduceu_u_andu_u_v2w, conjecture, ![TV_u_27a]: ![V_v]: s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_wordss_reduceu_u_and),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bitstrings_v2w(s(t_h4s_lists_list(t_bool),V_v))))) = s(t_h4s_fcps_cart(t_bool,t_h4s_ones_one),happ(s(t_fun(t_h4s_fcps_cart(t_bool,TV_u_27a),t_h4s_fcps_cart(t_bool,t_h4s_ones_one)),h4s_wordss_wordu_u_reduce(s(t_fun(t_bool,t_fun(t_bool,t_bool)),d_and))),s(t_h4s_fcps_cart(t_bool,TV_u_27a),h4s_bitstrings_v2w(s(t_h4s_lists_list(t_bool),V_v)))))).
