%   ORIGINAL: h4/tc/subTC__RDOM
% 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/ETA__AX: !t. (\x. t x) = t
% Assm: h4/bool/TRUTH: T
% Assm: h4/bool/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/AND__CLAUSES_c0: !t. T /\ t <=> t
% Assm: h4/bool/AND__CLAUSES_c1: !t. t /\ T <=> t
% Assm: h4/bool/AND__CLAUSES_c4: !t. t /\ t <=> t
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/DISJ__IMP__THM: !R Q P. P \/ Q ==> R <=> (P ==> R) /\ (Q ==> R)
% Assm: h4/relation/transitive__def: !R. h4/relation/transitive R <=> (!x y z. R x y /\ R y z ==> R x z)
% Assm: h4/relation/RTC__REFL: !x R. h4/relation/RTC R x x
% Assm: h4/relation/RTC__TRANSITIVE: !R. h4/relation/transitive (h4/relation/RTC R)
% Assm: h4/relation/TC__SUBSET: !y x R. R x y ==> h4/relation/TC R x y
% Assm: h4/relation/TC__INDUCT: !R P. (!x y. R x y ==> P x y) /\ (!x y z. P x y /\ P y z ==> P x z) ==> (!u v. h4/relation/TC R u v ==> P u v)
% Assm: h4/relation/EXTEND__RTC__TC: !z y x R. R x y /\ h4/relation/RTC R y z ==> h4/relation/TC R x z
% Assm: h4/relation/RTC__CASES1: !y x R. h4/relation/RTC R x y <=> x = y \/ (?u. R x u /\ h4/relation/RTC R u y)
% Assm: h4/relation/RTC__CASES2: !y x R. h4/relation/RTC R x y <=> x = y \/ (?u. h4/relation/RTC R x u /\ R u y)
% Assm: h4/relation/RTC__MONOTONE: !y x R Q. (!x0 y0. R x0 y0 ==> Q x0 y0) ==> h4/relation/RTC R x y ==> h4/relation/RTC Q x y
% Assm: h4/relation/IN__RDOM: !x R. h4/bool/IN x (h4/relation/RDOM R) <=> (?y. R x y)
% Assm: h4/tc/DRESTR: !s b a R. h4/tc/_5E_7C R s a b <=> h4/bool/IN a s /\ R a b
% Assm: h4/tc/RRESTR: !s b a R. h4/tc/_7C_5E R s a b <=> h4/bool/IN b s /\ R a b
% Assm: h4/tc/BRESTR: !s R. h4/tc/_5E_7C_5E R s = h4/tc/_7C_5E (h4/tc/_5E_7C R s) s
% Assm: h4/tc/subTC0: !y x s R. h4/tc/subTC R s x y <=> R x y \/ (?a b. h4/relation/RTC (h4/tc/_5E_7C_5E R s) a b /\ h4/bool/IN a s /\ h4/bool/IN b s /\ R x a /\ R b y)
% Goal: !R. h4/tc/subTC R (h4/relation/RDOM R) = h4/relation/TC R
%   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_ETAu_u_AX]: !t x. happ t x = happ t x
% Assm [h4s_bools_TRUTH]: T
% Assm [h4s_bools_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_ANDu_u_CLAUSESu_c0]: !t. T /\ t <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c1]: !t. t /\ T <=> t
% Assm [h4s_bools_ANDu_u_CLAUSESu_c4]: !t. t /\ t <=> t
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_DISJu_u_IMPu_u_THM]: !R Q P. P \/ Q ==> R <=> (P ==> R) /\ (Q ==> R)
% Assm [h4s_relations_transitiveu_u_def]: !R. h4/relation/transitive R <=> (!x y z. happ (happ R x) y /\ happ (happ R y) z ==> happ (happ R x) z)
% Assm [h4s_relations_RTCu_u_REFL]: !x R. happ (happ (h4/relation/RTC R) x) x
% Assm [h4s_relations_RTCu_u_TRANSITIVE]: !R. h4/relation/transitive (h4/relation/RTC R)
% Assm [h4s_relations_TCu_u_SUBSET]: !y x R. happ (happ R x) y ==> happ (happ (h4/relation/TC R) x) y
% Assm [h4s_relations_TCu_u_INDUCT]: !R P. (!x y. happ (happ R x) y ==> happ (happ P x) y) /\ (!x y z. happ (happ P x) y /\ happ (happ P y) z ==> happ (happ P x) z) ==> (!u v. happ (happ (h4/relation/TC R) u) v ==> happ (happ P u) v)
% Assm [h4s_relations_EXTENDu_u_RTCu_u_TC]: !z y x R. happ (happ R x) y /\ happ (happ (h4/relation/RTC R) y) z ==> happ (happ (h4/relation/TC R) x) z
% Assm [h4s_relations_RTCu_u_CASES1]: !y x R. happ (happ (h4/relation/RTC R) x) y <=> x = y \/ (?u. happ (happ R x) u /\ happ (happ (h4/relation/RTC R) u) y)
% Assm [h4s_relations_RTCu_u_CASES2]: !y x R. happ (happ (h4/relation/RTC R) x) y <=> x = y \/ (?u. happ (happ (h4/relation/RTC R) x) u /\ happ (happ R u) y)
% Assm [h4s_relations_RTCu_u_MONOTONE]: !y x R Q. (!x0 y0. happ (happ R x0) y0 ==> happ (happ Q x0) y0) ==> happ (happ (h4/relation/RTC R) x) y ==> happ (happ (h4/relation/RTC Q) x) y
% Assm [h4s_relations_INu_u_RDOM]: !x R. h4/bool/IN x (h4/relation/RDOM R) <=> (?y. happ (happ R x) y)
% Assm [h4s_tcs_DRESTR]: !s b a R. happ (happ (h4/tc/_5E_7C R s) a) b <=> h4/bool/IN a s /\ happ (happ R a) b
% Assm [h4s_tcs_RRESTR]: !s b a R. happ (happ (h4/tc/_7C_5E R s) a) b <=> h4/bool/IN b s /\ happ (happ R a) b
% Assm [h4s_tcs_BRESTR]: !s R. h4/tc/_5E_7C_5E R s = h4/tc/_7C_5E (h4/tc/_5E_7C R s) s
% Assm [h4s_tcs_subTC0]: !y x s R. happ (happ (h4/tc/subTC R s) x) y <=> happ (happ R x) y \/ (?a b. happ (happ (h4/relation/RTC (h4/tc/_5E_7C_5E R s)) a) b /\ h4/bool/IN a s /\ h4/bool/IN b s /\ happ (happ R x) a /\ happ (happ R b) y)
% Goal: !R. h4/tc/subTC R (h4/relation/RDOM R) = h4/relation/TC R
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_Q189548,TV_Q189544]: ![V_f, V_g]: (![V_x]: s(TV_Q189544,happ(s(t_fun(TV_Q189548,TV_Q189544),V_f),s(TV_Q189548,V_x))) = s(TV_Q189544,happ(s(t_fun(TV_Q189548,TV_Q189544),V_g),s(TV_Q189548,V_x))) => s(t_fun(TV_Q189548,TV_Q189544),V_f) = s(t_fun(TV_Q189548,TV_Q189544),V_g))).
fof(ah4s_bools_ETAu_u_AX, axiom, ![TV_u_27b,TV_u_27a]: ![V_t, V_x]: s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x))) = s(TV_u_27b,happ(s(t_fun(TV_u_27a,TV_u_27b),V_t),s(TV_u_27a,V_x)))).
fof(ah4s_bools_TRUTH, axiom, p(s(t_bool,t))).
fof(ah4s_bools_IMPu_u_ANTISYMu_u_AX, 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))) => s(t_bool,V_t1) = s(t_bool,V_t2)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c4, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c0, axiom, ![V_t]: ((p(s(t_bool,t)) | p(s(t_bool,V_t))) <=> 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_bools_DISJu_u_IMPu_u_THM, axiom, ![V_R, V_Q, V_P]: (((p(s(t_bool,V_P)) | p(s(t_bool,V_Q))) => p(s(t_bool,V_R))) <=> ((p(s(t_bool,V_P)) => p(s(t_bool,V_R))) & (p(s(t_bool,V_Q)) => p(s(t_bool,V_R)))))).
fof(ah4s_relations_transitiveu_u_def, axiom, ![TV_u_27a]: ![V_R]: (p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))) <=> ![V_x, V_y, V_z]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_z))))))).
fof(ah4s_relations_RTCu_u_REFL, axiom, ![TV_u_27a]: ![V_x, V_R]: p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_x))))).
fof(ah4s_relations_RTCu_u_TRANSITIVE, axiom, ![TV_u_27a]: ![V_R]: p(s(t_bool,h4s_relations_transitive(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))))).
fof(ah4s_relations_TCu_u_SUBSET, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))))).
fof(ah4s_relations_TCu_u_INDUCT, axiom, ![TV_u_27a]: ![V_R, V_P]: ((![V_x, V_y]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))) & ![V_x, V_y, V_z]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_P),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_P),s(TV_u_27a,V_x))),s(TV_u_27a,V_z)))))) => ![V_u, V_v]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_u))),s(TV_u_27a,V_v)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_P),s(TV_u_27a,V_u))),s(TV_u_27a,V_v))))))).
fof(ah4s_relations_EXTENDu_u_RTCu_u_TC, axiom, ![TV_u_27a]: ![V_z, V_y, V_x, V_R]: ((p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_y))),s(TV_u_27a,V_z))))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_z)))))).
fof(ah4s_relations_RTCu_u_CASES1, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) | ?[V_u]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_u)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_u))),s(TV_u_27a,V_y)))))))).
fof(ah4s_relations_RTCu_u_CASES2, axiom, ![TV_u_27a]: ![V_y, V_x, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) | ?[V_u]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_u)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_u))),s(TV_u_27a,V_y)))))))).
fof(ah4s_relations_RTCu_u_MONOTONE, axiom, ![TV_u_27a]: ![V_y, V_x, V_R, V_Q]: (![V_x0, V_y0]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x0))),s(TV_u_27a,V_y0)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_Q),s(TV_u_27a,V_x0))),s(TV_u_27a,V_y0))))) => (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) => p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_Q))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y))))))).
fof(ah4s_relations_INu_u_RDOM, axiom, ![TV_u_27a,TV_u_27b]: ![V_x, V_R]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_relations_rdom(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R)))))) <=> ?[V_y]: p(s(t_bool,happ(s(t_fun(TV_u_27b,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27b,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27b,V_y)))))).
fof(ah4s_tcs_DRESTR, axiom, ![TV_u_27a]: ![V_s, V_b, V_a, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_u_5eu_7c(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27a,V_a))),s(TV_u_27a,V_b)))) <=> (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_a),s(t_fun(TV_u_27a,t_bool),V_s)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_a))),s(TV_u_27a,V_b))))))).
fof(ah4s_tcs_RRESTR, axiom, ![TV_u_27a]: ![V_s, V_b, V_a, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_u_7cu_5e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27a,V_a))),s(TV_u_27a,V_b)))) <=> (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_b),s(t_fun(TV_u_27a,t_bool),V_s)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_a))),s(TV_u_27a,V_b))))))).
fof(ah4s_tcs_BRESTR, axiom, ![TV_u_27a]: ![V_s, V_R]: s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_u_5eu_7cu_5e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),V_s))) = s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_u_7cu_5e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_u_5eu_7c(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),V_s))),s(t_fun(TV_u_27a,t_bool),V_s)))).
fof(ah4s_tcs_subTC0, axiom, ![TV_u_27a]: ![V_y, V_x, V_s, V_R]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_subtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),V_s))),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) <=> (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_y)))) | ?[V_a, V_b]: (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_rtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_u_5eu_7cu_5e(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),V_s))))),s(TV_u_27a,V_a))),s(TV_u_27a,V_b)))) & (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_a),s(t_fun(TV_u_27a,t_bool),V_s)))) & (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_b),s(t_fun(TV_u_27a,t_bool),V_s)))) & (p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_x))),s(TV_u_27a,V_a)))) & p(s(t_bool,happ(s(t_fun(TV_u_27a,t_bool),happ(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(TV_u_27a,V_b))),s(TV_u_27a,V_y))))))))))).
fof(ch4s_tcs_subTCu_u_RDOM, conjecture, ![TV_u_27a]: ![V_R]: s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_tcs_subtc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R),s(t_fun(TV_u_27a,t_bool),h4s_relations_rdom(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R))))) = s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),h4s_relations_tc(s(t_fun(TV_u_27a,t_fun(TV_u_27a,t_bool)),V_R)))).
