%   ORIGINAL: h4/tc/subTC__INSERT
% 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/IMP__ANTISYM__AX: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm: h4/bool/FALSITY: !t. F ==> t
% Assm: h4/bool/EXCLUDED__MIDDLE: !t. t \/ ~t
% Assm: h4/bool/F__IMP: !t. ~t ==> t ==> F
% 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_c2: !t. F /\ t <=> F
% Assm: h4/bool/AND__CLAUSES_c3: !t. t /\ F <=> F
% Assm: h4/bool/OR__CLAUSES_c0: !t. T \/ t <=> T
% Assm: h4/bool/OR__CLAUSES_c1: !t. t \/ T <=> T
% Assm: h4/bool/OR__CLAUSES_c2: !t. F \/ t <=> t
% Assm: h4/bool/IMP__CLAUSES_c2: !t. F ==> t <=> T
% Assm: h4/bool/IMP__CLAUSES_c3: !t. t ==> t <=> T
% Assm: h4/bool/NOT__CLAUSES_c0: !t. ~ ~t <=> t
% Assm: h4/bool/NOT__CLAUSES_c1: ~T <=> F
% Assm: h4/bool/NOT__CLAUSES_c2: ~F <=> T
% Assm: h4/bool/REFL__CLAUSE: !x. x = x <=> T
% Assm: h4/bool/EQ__SYM__EQ: !y x. x = y <=> y = x
% Assm: h4/bool/EQ__CLAUSES_c1: !t. (t <=> T) <=> t
% Assm: h4/bool/NOT__IMP: !B A. ~(A ==> B) <=> A /\ ~B
% Assm: h4/bool/DE__MORGAN__THM_c0: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm: h4/bool/DE__MORGAN__THM_c1: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm: h4/bool/DISJ__IMP__THM: !R Q P. P \/ Q ==> R <=> (P ==> R) /\ (Q ==> R)
% Assm: h4/bool/AND__IMP__INTRO: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% 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/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/pred__set/IN__INSERT: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm: h4/pred__set/ABSORPTION__RWT: !x s. h4/bool/IN x s ==> h4/pred__set/INSERT x s = s
% 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)
% Assm: h4/tc/RTC__INSERT: !z w s a R. h4/relation/RTC (h4/tc/_5E_7C_5E R (h4/pred__set/INSERT a s)) w z <=> h4/relation/RTC (h4/tc/_5E_7C_5E R s) w z \/ (a = w \/ (?x. h4/bool/IN x s /\ h4/relation/RTC (h4/tc/_5E_7C_5E R s) w x /\ R x a)) /\ (a = z \/ (?y. h4/bool/IN y s /\ R a y /\ h4/relation/RTC (h4/tc/_5E_7C_5E R s) y z))
% Goal: !y x s q R. h4/tc/subTC R (h4/pred__set/INSERT q s) x y <=> h4/tc/subTC R s x y \/ h4/tc/subTC R s x q /\ h4/tc/subTC R s q 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_IMPu_u_ANTISYMu_u_AX]: !t2 t1. (t1 ==> t2) ==> (t2 ==> t1) ==> (t1 <=> t2)
% Assm [h4s_bools_FALSITY]: !t. F ==> t
% Assm [h4s_bools_EXCLUDEDu_u_MIDDLE]: !t. t \/ ~t
% Assm [h4s_bools_Fu_u_IMP]: !t. ~t ==> t ==> F
% 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_c2]: !t. F /\ t <=> F
% Assm [h4s_bools_ANDu_u_CLAUSESu_c3]: !t. t /\ F <=> F
% Assm [h4s_bools_ORu_u_CLAUSESu_c0]: !t. T \/ t <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c1]: !t. t \/ T <=> T
% Assm [h4s_bools_ORu_u_CLAUSESu_c2]: !t. F \/ t <=> t
% Assm [h4s_bools_IMPu_u_CLAUSESu_c2]: !t. F ==> t <=> T
% Assm [h4s_bools_IMPu_u_CLAUSESu_c3]: !t. t ==> t <=> T
% Assm [h4s_bools_NOTu_u_CLAUSESu_c0]: !t. ~ ~t <=> t
% Assm [h4s_bools_NOTu_u_CLAUSESu_c1]: ~T <=> F
% Assm [h4s_bools_NOTu_u_CLAUSESu_c2]: ~F <=> T
% Assm [h4s_bools_REFLu_u_CLAUSE]: !x. x = x <=> T
% Assm [h4s_bools_EQu_u_SYMu_u_EQ]: !y x. x = y <=> y = x
% Assm [h4s_bools_EQu_u_CLAUSESu_c1]: !t. (t <=> T) <=> t
% Assm [h4s_bools_NOTu_u_IMP]: !B A. ~(A ==> B) <=> A /\ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c0]: !B A. ~(A /\ B) <=> ~A \/ ~B
% Assm [h4s_bools_DEu_u_MORGANu_u_THMu_c1]: !B A. ~(A \/ B) <=> ~A /\ ~B
% Assm [h4s_bools_DISJu_u_IMPu_u_THM]: !R Q P. P \/ Q ==> R <=> (P ==> R) /\ (Q ==> R)
% Assm [h4s_bools_ANDu_u_IMPu_u_INTRO]: !t3 t2 t1. t1 ==> t2 ==> t3 <=> t1 /\ t2 ==> t3
% 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_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_predu_u_sets_INu_u_INSERT]: !y x s. h4/bool/IN x (h4/pred__set/INSERT y s) <=> x = y \/ h4/bool/IN x s
% Assm [h4s_predu_u_sets_ABSORPTIONu_u_RWT]: !x s. h4/bool/IN x s ==> h4/pred__set/INSERT x s = s
% 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. 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)
% Assm [h4s_tcs_RTCu_u_INSERT]: !z w s a R. happ (happ (h4/relation/RTC (h4/tc/_5E_7C_5E R (h4/pred__set/INSERT a s))) w) z <=> happ (happ (h4/relation/RTC (h4/tc/_5E_7C_5E R s)) w) z \/ (a = w \/ (?x. h4/bool/IN x s /\ happ (happ (h4/relation/RTC (h4/tc/_5E_7C_5E R s)) w) x /\ happ (happ R x) a)) /\ (a = z \/ (?y. h4/bool/IN y s /\ happ (happ R a) y /\ happ (happ (h4/relation/RTC (h4/tc/_5E_7C_5E R s)) y) z))
% Goal: !y x s q R. h4/tc/subTC R (h4/pred__set/INSERT q s) x y <=> h4/tc/subTC R s x y \/ h4/tc/subTC R s x q /\ h4/tc/subTC R s q y
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_Q189523,TV_Q189519]: ![V_f, V_g]: (![V_x]: s(TV_Q189519,happ(s(t_fun(TV_Q189523,TV_Q189519),V_f),s(TV_Q189523,V_x))) = s(TV_Q189519,happ(s(t_fun(TV_Q189523,TV_Q189519),V_g),s(TV_Q189523,V_x))) => s(t_fun(TV_Q189523,TV_Q189519),V_f) = s(t_fun(TV_Q189523,TV_Q189519),V_g))).
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_FALSITY, axiom, ![V_t]: (p(s(t_bool,f)) => p(s(t_bool,V_t)))).
fof(ah4s_bools_EXCLUDEDu_u_MIDDLE, axiom, ![V_t]: (p(s(t_bool,V_t)) | ~ (p(s(t_bool,V_t))))).
fof(ah4s_bools_Fu_u_IMP, axiom, ![V_t]: (~ (p(s(t_bool,V_t))) => (p(s(t_bool,V_t)) => p(s(t_bool,f))))).
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_c2, axiom, ![V_t]: ((p(s(t_bool,f)) & p(s(t_bool,V_t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_ANDu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) & p(s(t_bool,f))) <=> p(s(t_bool,f)))).
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_ORu_u_CLAUSESu_c1, axiom, ![V_t]: ((p(s(t_bool,V_t)) | p(s(t_bool,t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_ORu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) | p(s(t_bool,V_t))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c2, axiom, ![V_t]: ((p(s(t_bool,f)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_IMPu_u_CLAUSESu_c3, axiom, ![V_t]: ((p(s(t_bool,V_t)) => p(s(t_bool,V_t))) <=> p(s(t_bool,t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c0, axiom, ![V_t]: (~ (~ (p(s(t_bool,V_t)))) <=> p(s(t_bool,V_t)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c1, axiom, (~ (p(s(t_bool,t))) <=> p(s(t_bool,f)))).
fof(ah4s_bools_NOTu_u_CLAUSESu_c2, axiom, (~ (p(s(t_bool,f))) <=> p(s(t_bool,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_bools_EQu_u_SYMu_u_EQ, axiom, ![TV_u_27a]: ![V_y, V_x]: (s(TV_u_27a,V_x) = s(TV_u_27a,V_y) <=> s(TV_u_27a,V_y) = s(TV_u_27a,V_x))).
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_NOTu_u_IMP, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) => p(s(t_bool,V_B)))) <=> (p(s(t_bool,V_A)) & ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c0, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) & p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) | ~ (p(s(t_bool,V_B)))))).
fof(ah4s_bools_DEu_u_MORGANu_u_THMu_c1, axiom, ![V_B, V_A]: (~ ((p(s(t_bool,V_A)) | p(s(t_bool,V_B)))) <=> (~ (p(s(t_bool,V_A))) & ~ (p(s(t_bool,V_B)))))).
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_bools_ANDu_u_IMPu_u_INTRO, 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_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_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_predu_u_sets_INu_u_INSERT, axiom, ![TV_u_27a]: ![V_y, V_x, V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_y),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,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))))))).
fof(ah4s_predu_u_sets_ABSORPTIONu_u_RWT, axiom, ![TV_u_27a]: ![V_x, V_s]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s)))) => s(t_fun(TV_u_27a,t_bool),h4s_predu_u_sets_insert(s(TV_u_27a,V_x),s(t_fun(TV_u_27a,t_bool),V_s))) = s(t_fun(TV_u_27a,t_bool),V_s))).
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,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(ah4s_tcs_RTCu_u_INSERT, axiom, ![TV_u_27a]: ![V_z, V_w, V_s, 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_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),h4s_predu_u_sets_insert(s(TV_u_27a,V_a),s(t_fun(TV_u_27a,t_bool),V_s))))))),s(TV_u_27a,V_w))),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_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_w))),s(TV_u_27a,V_z)))) | ((s(TV_u_27a,V_a) = s(TV_u_27a,V_w) | ?[V_x]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_x),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)),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_w))),s(TV_u_27a,V_x)))) & 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))))))) & (s(TV_u_27a,V_a) = s(TV_u_27a,V_z) | ?[V_y]: (p(s(t_bool,h4s_bools_in(s(TV_u_27a,V_y),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_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)),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_y))),s(TV_u_27a,V_z))))))))))).
fof(ch4s_tcs_subTCu_u_INSERT, conjecture, ![TV_u_27a]: ![V_y, V_x, V_s, V_q, V_R]: (p(s(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_predu_u_sets_insert(s(TV_u_27a,V_q),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,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,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_q)))) & p(s(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_q),s(TV_u_27a,V_y)))))))).
