%   ORIGINAL: h4/words/MOD__DIMINDEX
% 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/FORALL__SIMP: !t. (!x. t) <=> t
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/arithmetic/SUC__SUB1: !m. h4/arithmetic/_2D (h4/num/SUC m) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm: h4/bit/BITS__ZERO3: !n h. h4/bit/BITS h h4/num/0 n = h4/arithmetic/MOD n (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/num/SUC h))
% Assm: h4/words/dimword__def: h4/words/dimword h4/bool/the__value = h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm: h4/words/EXISTS__HB: ?m. h4/fcp/dimindex h4/bool/the__value = h4/num/SUC m
% Goal: !n. h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value) = h4/bit/BITS (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h4/num/0 n
%   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_FORALLu_u_SIMP]: !t. (!x. t) <=> t
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_arithmetics_SUCu_u_SUB1]: !m. h4/arithmetic/_2D (h4/num/SUC m) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO)) = m
% Assm [h4s_bits_BITSu_u_ZERO3]: !n h. h4/bit/BITS h h4/num/0 n = h4/arithmetic/MOD n (h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/num/SUC h))
% Assm [h4s_wordss_dimwordu_u_def]: h4/words/dimword h4/bool/the__value = h4/arithmetic/EXP (h4/arithmetic/NUMERAL (h4/arithmetic/BIT2 h4/arithmetic/ZERO)) (h4/fcp/dimindex h4/bool/the__value)
% Assm [h4s_wordss_EXISTSu_u_HB]: ?m. h4/fcp/dimindex h4/bool/the__value = h4/num/SUC m
% Goal: !n. h4/arithmetic/MOD n (h4/words/dimword h4/bool/the__value) = h4/bit/BITS (h4/arithmetic/_2D (h4/fcp/dimindex h4/bool/the__value) (h4/arithmetic/NUMERAL (h4/arithmetic/BIT1 h4/arithmetic/ZERO))) h4/num/0 n
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_Q116281,TV_Q116277]: ![V_f, V_g]: (![V_x]: s(TV_Q116277,happ(s(t_fun(TV_Q116281,TV_Q116277),V_f),s(TV_Q116281,V_x))) = s(TV_Q116277,happ(s(t_fun(TV_Q116281,TV_Q116277),V_g),s(TV_Q116281,V_x))) => s(t_fun(TV_Q116281,TV_Q116277),V_f) = s(t_fun(TV_Q116281,TV_Q116277),V_g))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_FORALLu_u_SIMP, axiom, ![TV_u_27a]: ![V_t]: (![V_x]: p(s(t_bool,V_t)) <=> p(s(t_bool,V_t)))).
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_arithmetics_SUCu_u_SUB1, axiom, ![V_m]: s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))) = s(t_h4s_nums_num,V_m)).
fof(ah4s_bits_BITSu_u_ZERO3, axiom, ![V_n, V_h]: s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,V_h),s(t_h4s_nums_num,h4s_nums_0),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_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_h)))))))).
fof(ah4s_wordss_dimwordu_u_def, axiom, ![TV_u_27a]: s(t_h4s_nums_num,h4s_wordss_dimword(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_arithmetics_exp(s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit2(s(t_h4s_nums_num,h4s_arithmetics_zero))))),s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value)))))).
fof(ah4s_wordss_EXISTSu_u_HB, axiom, ![TV_u_27a]: ?[V_m]: s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))) = s(t_h4s_nums_num,h4s_nums_suc(s(t_h4s_nums_num,V_m)))).
fof(ch4s_wordss_MODu_u_DIMINDEX, conjecture, ![TV_u_27a]: ![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))))) = s(t_h4s_nums_num,h4s_bits_bits(s(t_h4s_nums_num,h4s_arithmetics_u_2d(s(t_h4s_nums_num,h4s_fcps_dimindex(s(t_h4s_bools_itself(TV_u_27a),h4s_bools_theu_u_value))),s(t_h4s_nums_num,h4s_arithmetics_numeral(s(t_h4s_nums_num,h4s_arithmetics_bit1(s(t_h4s_nums_num,h4s_arithmetics_zero))))))),s(t_h4s_nums_num,h4s_nums_0),s(t_h4s_nums_num,V_n)))).
