TSTP Solution File: SEU163+2 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : SEU163+2 : TPTP v8.1.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n007.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Jul 27 13:15:00 EDT 2022

% Result   : Theorem 1.97s 2.18s
% Output   : Refutation 1.97s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    3
% Syntax   : Number of clauses     :    5 (   4 unt;   0 nHn;   5 RR)
%            Number of literals    :    6 (   0 equ;   2 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-1 aty)
%            Number of variables   :    2 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(63,axiom,
    ( ~ in(A,B)
    | subset(A,union(B)) ),
    file('SEU163+2.p',unknown),
    [] ).

cnf(98,axiom,
    ~ subset(dollar_c4,union(dollar_c3)),
    file('SEU163+2.p',unknown),
    [] ).

cnf(189,axiom,
    in(dollar_c4,dollar_c3),
    file('SEU163+2.p',unknown),
    [] ).

cnf(317,plain,
    subset(dollar_c4,union(dollar_c3)),
    inference(hyper,[status(thm)],[189,63]),
    [iquote('hyper,189,63')] ).

cnf(318,plain,
    $false,
    inference(binary,[status(thm)],[317,98]),
    [iquote('binary,317.1,98.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SEU163+2 : TPTP v8.1.0. Released v3.3.0.
% 0.07/0.12  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n007.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Wed Jul 27 07:48:31 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.97/2.17  ----- Otter 3.3f, August 2004 -----
% 1.97/2.17  The process was started by sandbox on n007.cluster.edu,
% 1.97/2.17  Wed Jul 27 07:48:31 2022
% 1.97/2.17  The command was "./otter".  The process ID is 10781.
% 1.97/2.17  
% 1.97/2.17  set(prolog_style_variables).
% 1.97/2.17  set(auto).
% 1.97/2.17     dependent: set(auto1).
% 1.97/2.17     dependent: set(process_input).
% 1.97/2.17     dependent: clear(print_kept).
% 1.97/2.17     dependent: clear(print_new_demod).
% 1.97/2.17     dependent: clear(print_back_demod).
% 1.97/2.17     dependent: clear(print_back_sub).
% 1.97/2.17     dependent: set(control_memory).
% 1.97/2.17     dependent: assign(max_mem, 12000).
% 1.97/2.17     dependent: assign(pick_given_ratio, 4).
% 1.97/2.17     dependent: assign(stats_level, 1).
% 1.97/2.17     dependent: assign(max_seconds, 10800).
% 1.97/2.17  clear(print_given).
% 1.97/2.17  
% 1.97/2.17  formula_list(usable).
% 1.97/2.17  all A (A=A).
% 1.97/2.17  all A B (in(A,B)-> -in(B,A)).
% 1.97/2.17  all A B (proper_subset(A,B)-> -proper_subset(B,A)).
% 1.97/2.17  all A B (unordered_pair(A,B)=unordered_pair(B,A)).
% 1.97/2.17  all A B (set_union2(A,B)=set_union2(B,A)).
% 1.97/2.17  all A B (set_intersection2(A,B)=set_intersection2(B,A)).
% 1.97/2.17  all A B (A=B<->subset(A,B)&subset(B,A)).
% 1.97/2.17  all A B (B=singleton(A)<-> (all C (in(C,B)<->C=A))).
% 1.97/2.17  all A (A=empty_set<-> (all B (-in(B,A)))).
% 1.97/2.17  all A B (B=powerset(A)<-> (all C (in(C,B)<->subset(C,A)))).
% 1.97/2.17  all A B C (C=unordered_pair(A,B)<-> (all D (in(D,C)<->D=A|D=B))).
% 1.97/2.17  all A B C (C=set_union2(A,B)<-> (all D (in(D,C)<->in(D,A)|in(D,B)))).
% 1.97/2.17  all A B C (C=cartesian_product2(A,B)<-> (all D (in(D,C)<-> (exists E F (in(E,A)&in(F,B)&D=ordered_pair(E,F)))))).
% 1.97/2.17  all A B (subset(A,B)<-> (all C (in(C,A)->in(C,B)))).
% 1.97/2.17  all A B C (C=set_intersection2(A,B)<-> (all D (in(D,C)<->in(D,A)&in(D,B)))).
% 1.97/2.17  all A B (B=union(A)<-> (all C (in(C,B)<-> (exists D (in(C,D)&in(D,A)))))).
% 1.97/2.17  all A B C (C=set_difference(A,B)<-> (all D (in(D,C)<->in(D,A)& -in(D,B)))).
% 1.97/2.17  all A B (ordered_pair(A,B)=unordered_pair(unordered_pair(A,B),singleton(A))).
% 1.97/2.17  all A B (disjoint(A,B)<->set_intersection2(A,B)=empty_set).
% 1.97/2.17  all A B (proper_subset(A,B)<->subset(A,B)&A!=B).
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  $T.
% 1.97/2.17  empty(empty_set).
% 1.97/2.17  all A B (-empty(ordered_pair(A,B))).
% 1.97/2.17  all A B (-empty(A)-> -empty(set_union2(A,B))).
% 1.97/2.17  all A B (-empty(A)-> -empty(set_union2(B,A))).
% 1.97/2.17  all A B (set_union2(A,A)=A).
% 1.97/2.17  all A B (set_intersection2(A,A)=A).
% 1.97/2.17  all A B (-proper_subset(A,A)).
% 1.97/2.17  all A (singleton(A)!=empty_set).
% 1.97/2.17  all A B (in(A,B)->set_union2(singleton(A),B)=B).
% 1.97/2.17  all A B (-(disjoint(singleton(A),B)&in(A,B))).
% 1.97/2.17  all A B (-in(A,B)->disjoint(singleton(A),B)).
% 1.97/2.17  all A B (subset(singleton(A),B)<->in(A,B)).
% 1.97/2.17  all A B (set_difference(A,B)=empty_set<->subset(A,B)).
% 1.97/2.17  all A B C (subset(A,B)->in(C,A)|subset(A,set_difference(B,singleton(C)))).
% 1.97/2.17  all A B (subset(A,singleton(B))<->A=empty_set|A=singleton(B)).
% 1.97/2.17  all A B (in(A,B)->subset(A,union(B))).
% 1.97/2.17  all A B C D (in(ordered_pair(A,B),cartesian_product2(C,D))<->in(A,C)&in(B,D)).
% 1.97/2.17  exists A empty(A).
% 1.97/2.17  exists A (-empty(A)).
% 1.97/2.17  all A B subset(A,A).
% 1.97/2.17  all A B (disjoint(A,B)->disjoint(B,A)).
% 1.97/2.17  all A B C D (-(unordered_pair(A,B)=unordered_pair(C,D)&A!=C&A!=D)).
% 1.97/2.17  all A B (subset(A,B)->set_union2(A,B)=B).
% 1.97/2.17  all A B subset(set_intersection2(A,B),A).
% 1.97/2.17  all A B C (subset(A,B)&subset(A,C)->subset(A,set_intersection2(B,C))).
% 1.97/2.17  all A (set_union2(A,empty_set)=A).
% 1.97/2.17  all A B C (subset(A,B)&subset(B,C)->subset(A,C)).
% 1.97/2.17  powerset(empty_set)=singleton(empty_set).
% 1.97/2.17  all A B C (subset(A,B)->subset(set_intersection2(A,C),set_intersection2(B,C))).
% 1.97/2.17  all A B (subset(A,B)->set_intersection2(A,B)=A).
% 1.97/2.17  all A (set_intersection2(A,empty_set)=empty_set).
% 1.97/2.17  all A B ((all C (in(C,A)<->in(C,B)))->A=B).
% 1.97/2.17  all A subset(empty_set,A).
% 1.97/2.17  all A B C (subset(A,B)->subset(set_difference(A,C),set_difference(B,C))).
% 1.97/2.17  all A B C D (ordered_pair(A,B)=ordered_pair(C,D)->A=C&B=D).
% 1.97/2.17  all A B subset(set_difference(A,B),A).
% 1.97/2.17  all A B (set_difference(A,B)=empty_set<->subset(A,B)).
% 1.97/2.17  all A B (subset(singleton(A),B)<->in(A,B)).
% 1.97/2.17  all A B C (subset(unordered_pair(A,B),C)<->in(A,C)&in(B,C)).
% 1.97/2.17  all A B (set_union2(A,set_difference(B,A))=set_union2(A,B)).
% 1.97/2.17  all A B (subset(A,singleton(B))<->A=empty_set|A=singleton(B)).
% 1.97/2.17  all A (set_difference(A,empty_set)=A).
% 1.97/2.17  all A B (-(-disjoint(A,B)& (all C (-(in(C,A)&in(C,B)))))& -((exists C (in(C,A)&in(C,B)))&disjoint(A,B))).
% 1.97/2.17  all A (subset(A,empty_set)->A=empty_set).
% 1.97/2.17  all A B (set_difference(set_union2(A,B),B)=set_difference(A,B)).
% 1.97/2.17  all A B (subset(A,B)->B=set_union2(A,set_difference(B,A))).
% 1.97/2.17  all A B (in(A,B)->set_union2(singleton(A),B)=B).
% 1.97/2.17  all A B (set_difference(A,set_difference(A,B))=set_intersection2(A,B)).
% 1.97/2.17  all A (set_difference(empty_set,A)=empty_set).
% 1.97/2.17  all A B (-(-disjoint(A,B)& (all C (-in(C,set_intersection2(A,B)))))& -((exists C in(C,set_intersection2(A,B)))&disjoint(A,B))).
% 1.97/2.17  all A B (-(subset(A,B)&proper_subset(B,A))).
% 1.97/2.17  all A B C (subset(A,B)&disjoint(B,C)->disjoint(A,C)).
% 1.97/2.17  all A B (set_difference(A,singleton(B))=A<-> -in(B,A)).
% 1.97/2.17  all A (unordered_pair(A,A)=singleton(A)).
% 1.97/2.17  all A (empty(A)->A=empty_set).
% 1.97/2.17  all A B (subset(singleton(A),singleton(B))->A=B).
% 1.97/2.17  all A B (-(in(A,B)&empty(B))).
% 1.97/2.17  all A B subset(A,set_union2(A,B)).
% 1.97/2.17  all A B (disjoint(A,B)<->set_difference(A,B)=A).
% 1.97/2.17  all A B (-(empty(A)&A!=B&empty(B))).
% 1.97/2.17  all A B C (subset(A,B)&subset(C,B)->subset(set_union2(A,C),B)).
% 1.97/2.17  all A B C (singleton(A)=unordered_pair(B,C)->A=B).
% 1.97/2.17  -(all A B (in(A,B)->subset(A,union(B)))).
% 1.97/2.17  all A B C (singleton(A)=unordered_pair(B,C)->B=C).
% 1.97/2.17  end_of_list.
% 1.97/2.17  
% 1.97/2.17  -------> usable clausifies to:
% 1.97/2.17  
% 1.97/2.17  list(usable).
% 1.97/2.17  0 [] A=A.
% 1.97/2.17  0 [] -in(A,B)| -in(B,A).
% 1.97/2.17  0 [] -proper_subset(A,B)| -proper_subset(B,A).
% 1.97/2.17  0 [] unordered_pair(A,B)=unordered_pair(B,A).
% 1.97/2.17  0 [] set_union2(A,B)=set_union2(B,A).
% 1.97/2.17  0 [] set_intersection2(A,B)=set_intersection2(B,A).
% 1.97/2.17  0 [] A!=B|subset(A,B).
% 1.97/2.17  0 [] A!=B|subset(B,A).
% 1.97/2.17  0 [] A=B| -subset(A,B)| -subset(B,A).
% 1.97/2.17  0 [] B!=singleton(A)| -in(C,B)|C=A.
% 1.97/2.17  0 [] B!=singleton(A)|in(C,B)|C!=A.
% 1.97/2.17  0 [] B=singleton(A)|in($f1(A,B),B)|$f1(A,B)=A.
% 1.97/2.17  0 [] B=singleton(A)| -in($f1(A,B),B)|$f1(A,B)!=A.
% 1.97/2.17  0 [] A!=empty_set| -in(B,A).
% 1.97/2.17  0 [] A=empty_set|in($f2(A),A).
% 1.97/2.17  0 [] B!=powerset(A)| -in(C,B)|subset(C,A).
% 1.97/2.17  0 [] B!=powerset(A)|in(C,B)| -subset(C,A).
% 1.97/2.17  0 [] B=powerset(A)|in($f3(A,B),B)|subset($f3(A,B),A).
% 1.97/2.17  0 [] B=powerset(A)| -in($f3(A,B),B)| -subset($f3(A,B),A).
% 1.97/2.17  0 [] C!=unordered_pair(A,B)| -in(D,C)|D=A|D=B.
% 1.97/2.17  0 [] C!=unordered_pair(A,B)|in(D,C)|D!=A.
% 1.97/2.17  0 [] C!=unordered_pair(A,B)|in(D,C)|D!=B.
% 1.97/2.17  0 [] C=unordered_pair(A,B)|in($f4(A,B,C),C)|$f4(A,B,C)=A|$f4(A,B,C)=B.
% 1.97/2.17  0 [] C=unordered_pair(A,B)| -in($f4(A,B,C),C)|$f4(A,B,C)!=A.
% 1.97/2.17  0 [] C=unordered_pair(A,B)| -in($f4(A,B,C),C)|$f4(A,B,C)!=B.
% 1.97/2.17  0 [] C!=set_union2(A,B)| -in(D,C)|in(D,A)|in(D,B).
% 1.97/2.17  0 [] C!=set_union2(A,B)|in(D,C)| -in(D,A).
% 1.97/2.17  0 [] C!=set_union2(A,B)|in(D,C)| -in(D,B).
% 1.97/2.17  0 [] C=set_union2(A,B)|in($f5(A,B,C),C)|in($f5(A,B,C),A)|in($f5(A,B,C),B).
% 1.97/2.17  0 [] C=set_union2(A,B)| -in($f5(A,B,C),C)| -in($f5(A,B,C),A).
% 1.97/2.17  0 [] C=set_union2(A,B)| -in($f5(A,B,C),C)| -in($f5(A,B,C),B).
% 1.97/2.17  0 [] C!=cartesian_product2(A,B)| -in(D,C)|in($f7(A,B,C,D),A).
% 1.97/2.17  0 [] C!=cartesian_product2(A,B)| -in(D,C)|in($f6(A,B,C,D),B).
% 1.97/2.17  0 [] C!=cartesian_product2(A,B)| -in(D,C)|D=ordered_pair($f7(A,B,C,D),$f6(A,B,C,D)).
% 1.97/2.17  0 [] C!=cartesian_product2(A,B)|in(D,C)| -in(E,A)| -in(F,B)|D!=ordered_pair(E,F).
% 1.97/2.17  0 [] C=cartesian_product2(A,B)|in($f10(A,B,C),C)|in($f9(A,B,C),A).
% 1.97/2.17  0 [] C=cartesian_product2(A,B)|in($f10(A,B,C),C)|in($f8(A,B,C),B).
% 1.97/2.17  0 [] C=cartesian_product2(A,B)|in($f10(A,B,C),C)|$f10(A,B,C)=ordered_pair($f9(A,B,C),$f8(A,B,C)).
% 1.97/2.17  0 [] C=cartesian_product2(A,B)| -in($f10(A,B,C),C)| -in(X1,A)| -in(X2,B)|$f10(A,B,C)!=ordered_pair(X1,X2).
% 1.97/2.17  0 [] -subset(A,B)| -in(C,A)|in(C,B).
% 1.97/2.17  0 [] subset(A,B)|in($f11(A,B),A).
% 1.97/2.17  0 [] subset(A,B)| -in($f11(A,B),B).
% 1.97/2.17  0 [] C!=set_intersection2(A,B)| -in(D,C)|in(D,A).
% 1.97/2.17  0 [] C!=set_intersection2(A,B)| -in(D,C)|in(D,B).
% 1.97/2.17  0 [] C!=set_intersection2(A,B)|in(D,C)| -in(D,A)| -in(D,B).
% 1.97/2.17  0 [] C=set_intersection2(A,B)|in($f12(A,B,C),C)|in($f12(A,B,C),A).
% 1.97/2.17  0 [] C=set_intersection2(A,B)|in($f12(A,B,C),C)|in($f12(A,B,C),B).
% 1.97/2.17  0 [] C=set_intersection2(A,B)| -in($f12(A,B,C),C)| -in($f12(A,B,C),A)| -in($f12(A,B,C),B).
% 1.97/2.17  0 [] B!=union(A)| -in(C,B)|in(C,$f13(A,B,C)).
% 1.97/2.17  0 [] B!=union(A)| -in(C,B)|in($f13(A,B,C),A).
% 1.97/2.17  0 [] B!=union(A)|in(C,B)| -in(C,D)| -in(D,A).
% 1.97/2.17  0 [] B=union(A)|in($f15(A,B),B)|in($f15(A,B),$f14(A,B)).
% 1.97/2.17  0 [] B=union(A)|in($f15(A,B),B)|in($f14(A,B),A).
% 1.97/2.17  0 [] B=union(A)| -in($f15(A,B),B)| -in($f15(A,B),X3)| -in(X3,A).
% 1.97/2.17  0 [] C!=set_difference(A,B)| -in(D,C)|in(D,A).
% 1.97/2.17  0 [] C!=set_difference(A,B)| -in(D,C)| -in(D,B).
% 1.97/2.17  0 [] C!=set_difference(A,B)|in(D,C)| -in(D,A)|in(D,B).
% 1.97/2.17  0 [] C=set_difference(A,B)|in($f16(A,B,C),C)|in($f16(A,B,C),A).
% 1.97/2.17  0 [] C=set_difference(A,B)|in($f16(A,B,C),C)| -in($f16(A,B,C),B).
% 1.97/2.17  0 [] C=set_difference(A,B)| -in($f16(A,B,C),C)| -in($f16(A,B,C),A)|in($f16(A,B,C),B).
% 1.97/2.17  0 [] ordered_pair(A,B)=unordered_pair(unordered_pair(A,B),singleton(A)).
% 1.97/2.17  0 [] -disjoint(A,B)|set_intersection2(A,B)=empty_set.
% 1.97/2.17  0 [] disjoint(A,B)|set_intersection2(A,B)!=empty_set.
% 1.97/2.17  0 [] -proper_subset(A,B)|subset(A,B).
% 1.97/2.17  0 [] -proper_subset(A,B)|A!=B.
% 1.97/2.17  0 [] proper_subset(A,B)| -subset(A,B)|A=B.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] $T.
% 1.97/2.17  0 [] empty(empty_set).
% 1.97/2.17  0 [] -empty(ordered_pair(A,B)).
% 1.97/2.17  0 [] empty(A)| -empty(set_union2(A,B)).
% 1.97/2.17  0 [] empty(A)| -empty(set_union2(B,A)).
% 1.97/2.17  0 [] set_union2(A,A)=A.
% 1.97/2.17  0 [] set_intersection2(A,A)=A.
% 1.97/2.17  0 [] -proper_subset(A,A).
% 1.97/2.17  0 [] singleton(A)!=empty_set.
% 1.97/2.17  0 [] -in(A,B)|set_union2(singleton(A),B)=B.
% 1.97/2.17  0 [] -disjoint(singleton(A),B)| -in(A,B).
% 1.97/2.17  0 [] in(A,B)|disjoint(singleton(A),B).
% 1.97/2.17  0 [] -subset(singleton(A),B)|in(A,B).
% 1.97/2.17  0 [] subset(singleton(A),B)| -in(A,B).
% 1.97/2.17  0 [] set_difference(A,B)!=empty_set|subset(A,B).
% 1.97/2.17  0 [] set_difference(A,B)=empty_set| -subset(A,B).
% 1.97/2.17  0 [] -subset(A,B)|in(C,A)|subset(A,set_difference(B,singleton(C))).
% 1.97/2.17  0 [] -subset(A,singleton(B))|A=empty_set|A=singleton(B).
% 1.97/2.17  0 [] subset(A,singleton(B))|A!=empty_set.
% 1.97/2.17  0 [] subset(A,singleton(B))|A!=singleton(B).
% 1.97/2.17  0 [] -in(A,B)|subset(A,union(B)).
% 1.97/2.17  0 [] -in(ordered_pair(A,B),cartesian_product2(C,D))|in(A,C).
% 1.97/2.17  0 [] -in(ordered_pair(A,B),cartesian_product2(C,D))|in(B,D).
% 1.97/2.17  0 [] in(ordered_pair(A,B),cartesian_product2(C,D))| -in(A,C)| -in(B,D).
% 1.97/2.17  0 [] empty($c1).
% 1.97/2.17  0 [] -empty($c2).
% 1.97/2.17  0 [] subset(A,A).
% 1.97/2.17  0 [] -disjoint(A,B)|disjoint(B,A).
% 1.97/2.17  0 [] unordered_pair(A,B)!=unordered_pair(C,D)|A=C|A=D.
% 1.97/2.17  0 [] -subset(A,B)|set_union2(A,B)=B.
% 1.97/2.17  0 [] subset(set_intersection2(A,B),A).
% 1.97/2.17  0 [] -subset(A,B)| -subset(A,C)|subset(A,set_intersection2(B,C)).
% 1.97/2.17  0 [] set_union2(A,empty_set)=A.
% 1.97/2.17  0 [] -subset(A,B)| -subset(B,C)|subset(A,C).
% 1.97/2.17  0 [] powerset(empty_set)=singleton(empty_set).
% 1.97/2.17  0 [] -subset(A,B)|subset(set_intersection2(A,C),set_intersection2(B,C)).
% 1.97/2.17  0 [] -subset(A,B)|set_intersection2(A,B)=A.
% 1.97/2.17  0 [] set_intersection2(A,empty_set)=empty_set.
% 1.97/2.17  0 [] in($f17(A,B),A)|in($f17(A,B),B)|A=B.
% 1.97/2.17  0 [] -in($f17(A,B),A)| -in($f17(A,B),B)|A=B.
% 1.97/2.17  0 [] subset(empty_set,A).
% 1.97/2.17  0 [] -subset(A,B)|subset(set_difference(A,C),set_difference(B,C)).
% 1.97/2.17  0 [] ordered_pair(A,B)!=ordered_pair(C,D)|A=C.
% 1.97/2.17  0 [] ordered_pair(A,B)!=ordered_pair(C,D)|B=D.
% 1.97/2.17  0 [] subset(set_difference(A,B),A).
% 1.97/2.17  0 [] set_difference(A,B)!=empty_set|subset(A,B).
% 1.97/2.17  0 [] set_difference(A,B)=empty_set| -subset(A,B).
% 1.97/2.17  0 [] -subset(singleton(A),B)|in(A,B).
% 1.97/2.17  0 [] subset(singleton(A),B)| -in(A,B).
% 1.97/2.17  0 [] -subset(unordered_pair(A,B),C)|in(A,C).
% 1.97/2.17  0 [] -subset(unordered_pair(A,B),C)|in(B,C).
% 1.97/2.17  0 [] subset(unordered_pair(A,B),C)| -in(A,C)| -in(B,C).
% 1.97/2.17  0 [] set_union2(A,set_difference(B,A))=set_union2(A,B).
% 1.97/2.17  0 [] -subset(A,singleton(B))|A=empty_set|A=singleton(B).
% 1.97/2.17  0 [] subset(A,singleton(B))|A!=empty_set.
% 1.97/2.17  0 [] subset(A,singleton(B))|A!=singleton(B).
% 1.97/2.17  0 [] set_difference(A,empty_set)=A.
% 1.97/2.17  0 [] disjoint(A,B)|in($f18(A,B),A).
% 1.97/2.17  0 [] disjoint(A,B)|in($f18(A,B),B).
% 1.97/2.17  0 [] -in(C,A)| -in(C,B)| -disjoint(A,B).
% 1.97/2.17  0 [] -subset(A,empty_set)|A=empty_set.
% 1.97/2.17  0 [] set_difference(set_union2(A,B),B)=set_difference(A,B).
% 1.97/2.17  0 [] -subset(A,B)|B=set_union2(A,set_difference(B,A)).
% 1.97/2.17  0 [] -in(A,B)|set_union2(singleton(A),B)=B.
% 1.97/2.17  0 [] set_difference(A,set_difference(A,B))=set_intersection2(A,B).
% 1.97/2.17  0 [] set_difference(empty_set,A)=empty_set.
% 1.97/2.17  0 [] disjoint(A,B)|in($f19(A,B),set_intersection2(A,B)).
% 1.97/2.17  0 [] -in(C,set_intersection2(A,B))| -disjoint(A,B).
% 1.97/2.17  0 [] -subset(A,B)| -proper_subset(B,A).
% 1.97/2.17  0 [] -subset(A,B)| -disjoint(B,C)|disjoint(A,C).
% 1.97/2.17  0 [] set_difference(A,singleton(B))!=A| -in(B,A).
% 1.97/2.17  0 [] set_difference(A,singleton(B))=A|in(B,A).
% 1.97/2.17  0 [] unordered_pair(A,A)=singleton(A).
% 1.97/2.17  0 [] -empty(A)|A=empty_set.
% 1.97/2.17  0 [] -subset(singleton(A),singleton(B))|A=B.
% 1.97/2.17  0 [] -in(A,B)| -empty(B).
% 1.97/2.17  0 [] subset(A,set_union2(A,B)).
% 1.97/2.17  0 [] -disjoint(A,B)|set_difference(A,B)=A.
% 1.97/2.17  0 [] disjoint(A,B)|set_difference(A,B)!=A.
% 1.97/2.17  0 [] -empty(A)|A=B| -empty(B).
% 1.97/2.17  0 [] -subset(A,B)| -subset(C,B)|subset(set_union2(A,C),B).
% 1.97/2.17  0 [] singleton(A)!=unordered_pair(B,C)|A=B.
% 1.97/2.17  0 [] in($c4,$c3).
% 1.97/2.17  0 [] -subset($c4,union($c3)).
% 1.97/2.17  0 [] singleton(A)!=unordered_pair(B,C)|B=C.
% 1.97/2.17  end_of_list.
% 1.97/2.17  
% 1.97/2.17  SCAN INPUT: prop=0, horn=0, equality=1, symmetry=0, max_lits=5.
% 1.97/2.17  
% 1.97/2.17  This ia a non-Horn set with equality.  The strategy will be
% 1.97/2.17  Knuth-Bendix, ordered hyper_res, factoring, and unit
% 1.97/2.17  deletion, with positive clauses in sos and nonpositive
% 1.97/2.17  clauses in usable.
% 1.97/2.17  
% 1.97/2.17     dependent: set(knuth_bendix).
% 1.97/2.17     dependent: set(anl_eq).
% 1.97/2.17     dependent: set(para_from).
% 1.97/2.17     dependent: set(para_into).
% 1.97/2.17     dependent: clear(para_from_right).
% 1.97/2.17     dependent: clear(para_into_right).
% 1.97/2.17     dependent: set(para_from_vars).
% 1.97/2.17     dependent: set(eq_units_both_ways).
% 1.97/2.17     dependent: set(dynamic_demod_all).
% 1.97/2.17     dependent: set(dynamic_demod).
% 1.97/2.17     dependent: set(order_eq).
% 1.97/2.17     dependent: set(back_demod).
% 1.97/2.17     dependent: set(lrpo).
% 1.97/2.17     dependent: set(hyper_res).
% 1.97/2.17     dependent: set(unit_deletion).
% 1.97/2.17     dependent: set(factor).
% 1.97/2.17  
% 1.97/2.17  ------------> process usable:
% 1.97/2.17  ** KEPT (pick-wt=6): 1 [] -in(A,B)| -in(B,A).
% 1.97/2.17  ** KEPT (pick-wt=6): 2 [] -proper_subset(A,B)| -proper_subset(B,A).
% 1.97/2.17  ** KEPT (pick-wt=6): 3 [] A!=B|subset(A,B).
% 1.97/2.17  ** KEPT (pick-wt=6): 4 [] A!=B|subset(B,A).
% 1.97/2.17  ** KEPT (pick-wt=9): 5 [] A=B| -subset(A,B)| -subset(B,A).
% 1.97/2.17  ** KEPT (pick-wt=10): 6 [] A!=singleton(B)| -in(C,A)|C=B.
% 1.97/2.17  ** KEPT (pick-wt=10): 7 [] A!=singleton(B)|in(C,A)|C!=B.
% 1.97/2.17  ** KEPT (pick-wt=14): 8 [] A=singleton(B)| -in($f1(B,A),A)|$f1(B,A)!=B.
% 1.97/2.17  ** KEPT (pick-wt=6): 9 [] A!=empty_set| -in(B,A).
% 1.97/2.17  ** KEPT (pick-wt=10): 10 [] A!=powerset(B)| -in(C,A)|subset(C,B).
% 1.97/2.17  ** KEPT (pick-wt=10): 11 [] A!=powerset(B)|in(C,A)| -subset(C,B).
% 1.97/2.17  ** KEPT (pick-wt=14): 12 [] A=powerset(B)| -in($f3(B,A),A)| -subset($f3(B,A),B).
% 1.97/2.17  ** KEPT (pick-wt=14): 13 [] A!=unordered_pair(B,C)| -in(D,A)|D=B|D=C.
% 1.97/2.17  ** KEPT (pick-wt=11): 14 [] A!=unordered_pair(B,C)|in(D,A)|D!=B.
% 1.97/2.17  ** KEPT (pick-wt=11): 15 [] A!=unordered_pair(B,C)|in(D,A)|D!=C.
% 1.97/2.17  ** KEPT (pick-wt=17): 16 [] A=unordered_pair(B,C)| -in($f4(B,C,A),A)|$f4(B,C,A)!=B.
% 1.97/2.17  ** KEPT (pick-wt=17): 17 [] A=unordered_pair(B,C)| -in($f4(B,C,A),A)|$f4(B,C,A)!=C.
% 1.97/2.17  ** KEPT (pick-wt=14): 18 [] A!=set_union2(B,C)| -in(D,A)|in(D,B)|in(D,C).
% 1.97/2.17  ** KEPT (pick-wt=11): 19 [] A!=set_union2(B,C)|in(D,A)| -in(D,B).
% 1.97/2.17  ** KEPT (pick-wt=11): 20 [] A!=set_union2(B,C)|in(D,A)| -in(D,C).
% 1.97/2.17  ** KEPT (pick-wt=17): 21 [] A=set_union2(B,C)| -in($f5(B,C,A),A)| -in($f5(B,C,A),B).
% 1.97/2.17  ** KEPT (pick-wt=17): 22 [] A=set_union2(B,C)| -in($f5(B,C,A),A)| -in($f5(B,C,A),C).
% 1.97/2.17  ** KEPT (pick-wt=15): 23 [] A!=cartesian_product2(B,C)| -in(D,A)|in($f7(B,C,A,D),B).
% 1.97/2.17  ** KEPT (pick-wt=15): 24 [] A!=cartesian_product2(B,C)| -in(D,A)|in($f6(B,C,A,D),C).
% 1.97/2.17  ** KEPT (pick-wt=21): 26 [copy,25,flip.3] A!=cartesian_product2(B,C)| -in(D,A)|ordered_pair($f7(B,C,A,D),$f6(B,C,A,D))=D.
% 1.97/2.17  ** KEPT (pick-wt=19): 27 [] A!=cartesian_product2(B,C)|in(D,A)| -in(E,B)| -in(F,C)|D!=ordered_pair(E,F).
% 1.97/2.17  ** KEPT (pick-wt=25): 28 [] A=cartesian_product2(B,C)| -in($f10(B,C,A),A)| -in(D,B)| -in(E,C)|$f10(B,C,A)!=ordered_pair(D,E).
% 1.97/2.17  ** KEPT (pick-wt=9): 29 [] -subset(A,B)| -in(C,A)|in(C,B).
% 1.97/2.17  ** KEPT (pick-wt=8): 30 [] subset(A,B)| -in($f11(A,B),B).
% 1.97/2.17  ** KEPT (pick-wt=11): 31 [] A!=set_intersection2(B,C)| -in(D,A)|in(D,B).
% 1.97/2.17  ** KEPT (pick-wt=11): 32 [] A!=set_intersection2(B,C)| -in(D,A)|in(D,C).
% 1.97/2.17  ** KEPT (pick-wt=14): 33 [] A!=set_intersection2(B,C)|in(D,A)| -in(D,B)| -in(D,C).
% 1.97/2.17  ** KEPT (pick-wt=23): 34 [] A=set_intersection2(B,C)| -in($f12(B,C,A),A)| -in($f12(B,C,A),B)| -in($f12(B,C,A),C).
% 1.97/2.17  ** KEPT (pick-wt=13): 35 [] A!=union(B)| -in(C,A)|in(C,$f13(B,A,C)).
% 1.97/2.17  ** KEPT (pick-wt=13): 36 [] A!=union(B)| -in(C,A)|in($f13(B,A,C),B).
% 1.97/2.17  ** KEPT (pick-wt=13): 37 [] A!=union(B)|in(C,A)| -in(C,D)| -in(D,B).
% 1.97/2.17  ** KEPT (pick-wt=17): 38 [] A=union(B)| -in($f15(B,A),A)| -in($f15(B,A),C)| -in(C,B).
% 1.97/2.17  ** KEPT (pick-wt=11): 39 [] A!=set_difference(B,C)| -in(D,A)|in(D,B).
% 1.97/2.17  ** KEPT (pick-wt=11): 40 [] A!=set_difference(B,C)| -in(D,A)| -in(D,C).
% 1.97/2.17  ** KEPT (pick-wt=14): 41 [] A!=set_difference(B,C)|in(D,A)| -in(D,B)|in(D,C).
% 1.97/2.17  ** KEPT (pick-wt=17): 42 [] A=set_difference(B,C)|in($f16(B,C,A),A)| -in($f16(B,C,A),C).
% 1.97/2.17  ** KEPT (pick-wt=23): 43 [] A=set_difference(B,C)| -in($f16(B,C,A),A)| -in($f16(B,C,A),B)|in($f16(B,C,A),C).
% 1.97/2.17  ** KEPT (pick-wt=8): 44 [] -disjoint(A,B)|set_intersection2(A,B)=empty_set.
% 1.97/2.17  ** KEPT (pick-wt=8): 45 [] disjoint(A,B)|set_intersection2(A,B)!=empty_set.
% 1.97/2.17  ** KEPT (pick-wt=6): 46 [] -proper_subset(A,B)|subset(A,B).
% 1.97/2.17  ** KEPT (pick-wt=6): 47 [] -proper_subset(A,B)|A!=B.
% 1.97/2.17  ** KEPT (pick-wt=9): 48 [] proper_subset(A,B)| -subset(A,B)|A=B.
% 1.97/2.17  ** KEPT (pick-wt=4): 49 [] -empty(ordered_pair(A,B)).
% 1.97/2.17  ** KEPT (pick-wt=6): 50 [] empty(A)| -empty(set_union2(A,B)).
% 1.97/2.17  ** KEPT (pick-wt=6): 51 [] empty(A)| -empty(set_union2(B,A)).
% 1.97/2.17  ** KEPT (pick-wt=3): 52 [] -proper_subset(A,A).
% 1.97/2.17  ** KEPT (pick-wt=4): 53 [] singleton(A)!=empty_set.
% 1.97/2.17  ** KEPT (pick-wt=9): 54 [] -in(A,B)|set_union2(singleton(A),B)=B.
% 1.97/2.17  ** KEPT (pick-wt=7): 55 [] -disjoint(singleton(A),B)| -in(A,B).
% 1.97/2.17  ** KEPT (pick-wt=7): 56 [] -subset(singleton(A),B)|in(A,B).
% 1.97/2.17  ** KEPT (pick-wt=7): 57 [] subset(singleton(A),B)| -in(A,B).
% 1.97/2.17  ** KEPT (pick-wt=8): 58 [] set_difference(A,B)!=empty_set|subset(A,B).
% 1.97/2.17  ** KEPT (pick-wt=8): 59 [] set_difference(A,B)=empty_set| -subset(A,B).
% 1.97/2.17  ** KEPT (pick-wt=12): 60 [] -subset(A,B)|in(C,A)|subset(A,set_difference(B,singleton(C))).
% 1.97/2.17  ** KEPT (pick-wt=11): 61 [] -subset(A,singleton(B))|A=empty_set|A=singleton(B).
% 1.97/2.17  ** KEPT (pick-wt=7): 62 [] subset(A,singleton(B))|A!=empty_set.
% 1.97/2.17    Following clause subsumed by 3 during input processing: 0 [] subset(A,singleton(B))|A!=singleton(B).
% 1.97/2.17  ** KEPT (pick-wt=7): 63 [] -in(A,B)|subset(A,union(B)).
% 1.97/2.17  ** KEPT (pick-wt=10): 64 [] -in(ordered_pair(A,B),cartesian_product2(C,D))|in(A,C).
% 1.97/2.17  ** KEPT (pick-wt=10): 65 [] -in(ordered_pair(A,B),cartesian_product2(C,D))|in(B,D).
% 1.97/2.17  ** KEPT (pick-wt=13): 66 [] in(ordered_pair(A,B),cartesian_product2(C,D))| -in(A,C)| -in(B,D).
% 1.97/2.17  ** KEPT (pick-wt=2): 67 [] -empty($c2).
% 1.97/2.17  ** KEPT (pick-wt=6): 68 [] -disjoint(A,B)|disjoint(B,A).
% 1.97/2.17  ** KEPT (pick-wt=13): 69 [] unordered_pair(A,B)!=unordered_pair(C,D)|A=C|A=D.
% 1.97/2.17  ** KEPT (pick-wt=8): 70 [] -subset(A,B)|set_union2(A,B)=B.
% 1.97/2.17  ** KEPT (pick-wt=11): 71 [] -subset(A,B)| -subset(A,C)|subset(A,set_intersection2(B,C)).
% 1.97/2.17  ** KEPT (pick-wt=9): 72 [] -subset(A,B)| -subset(B,C)|subset(A,C).
% 1.97/2.17  ** KEPT (pick-wt=10): 73 [] -subset(A,B)|subset(set_intersection2(A,C),set_intersection2(B,C)).
% 1.97/2.17  ** KEPT (pick-wt=8): 74 [] -subset(A,B)|set_intersection2(A,B)=A.
% 1.97/2.17  ** KEPT (pick-wt=13): 75 [] -in($f17(A,B),A)| -in($f17(A,B),B)|A=B.
% 1.97/2.17  ** KEPT (pick-wt=10): 76 [] -subset(A,B)|subset(set_difference(A,C),set_difference(B,C)).
% 1.97/2.17  ** KEPT (pick-wt=10): 77 [] ordered_pair(A,B)!=ordered_pair(C,D)|A=C.
% 1.97/2.17  ** KEPT (pick-wt=10): 78 [] ordered_pair(A,B)!=ordered_pair(C,D)|B=D.
% 1.97/2.17    Following clause subsumed by 58 during input processing: 0 [] set_difference(A,B)!=empty_set|subset(A,B).
% 1.97/2.17    Following clause subsumed by 59 during input processing: 0 [] set_difference(A,B)=empty_set| -subset(A,B).
% 1.97/2.17    Following clause subsumed by 56 during input processing: 0 [] -subset(singleton(A),B)|in(A,B).
% 1.97/2.17    Following clause subsumed by 57 during input processing: 0 [] subset(singleton(A),B)| -in(A,B).
% 1.97/2.17  ** KEPT (pick-wt=8): 79 [] -subset(unordered_pair(A,B),C)|in(A,C).
% 1.97/2.17  ** KEPT (pick-wt=8): 80 [] -subset(unordered_pair(A,B),C)|in(B,C).
% 1.97/2.17  ** KEPT (pick-wt=11): 81 [] subset(unordered_pair(A,B),C)| -in(A,C)| -in(B,C).
% 1.97/2.17    Following clause subsumed by 61 during input processing: 0 [] -subset(A,singleton(B))|A=empty_set|A=singleton(B).
% 1.97/2.17    Following clause subsumed by 62 during input processing: 0 [] subset(A,singleton(B))|A!=empty_set.
% 1.97/2.17    Following clause subsumed by 3 during input processing: 0 [] subset(A,singleton(B))|A!=singleton(B).
% 1.97/2.17  ** KEPT (pick-wt=9): 82 [] -in(A,B)| -in(A,C)| -disjoint(B,C).
% 1.97/2.17  ** KEPT (pick-wt=6): 83 [] -subset(A,empty_set)|A=empty_set.
% 1.97/2.17  ** KEPT (pick-wt=10): 85 [copy,84,flip.2] -subset(A,B)|set_union2(A,set_difference(B,A))=B.
% 1.97/2.17    Following clause subsumed by 54 during input processing: 0 [] -in(A,B)|set_union2(singleton(A),B)=B.
% 1.97/2.17  ** KEPT (pick-wt=8): 86 [] -in(A,set_intersection2(B,C))| -disjoint(B,C).
% 1.97/2.17  ** KEPT (pick-wt=6): 87 [] -subset(A,B)| -proper_subset(B,A).
% 1.97/2.17  ** KEPT (pick-wt=9): 88 [] -subset(A,B)| -disjoint(B,C)|disjoint(A,C).
% 1.97/2.17  ** KEPT (pick-wt=9): 89 [] set_difference(A,singleton(B))!=A| -in(B,A).
% 1.97/2.17  ** KEPT (pick-wt=5): 90 [] -empty(A)|A=empty_set.
% 1.97/2.17  ** KEPT (pick-wt=8): 91 [] -subset(singleton(A),singleton(B))|A=B.
% 1.97/2.17  ** KEPT (pick-wt=5): 92 [] -in(A,B)| -empty(B).
% 1.97/2.17  ** KEPT (pick-wt=8): 93 [] -disjoint(A,B)|set_difference(A,B)=A.
% 1.97/2.18  ** KEPT (pick-wt=8): 94 [] disjoint(A,B)|set_difference(A,B)!=A.
% 1.97/2.18  ** KEPT (pick-wt=7): 95 [] -empty(A)|A=B| -empty(B).
% 1.97/2.18  ** KEPT (pick-wt=11): 96 [] -subset(A,B)| -subset(C,B)|subset(set_union2(A,C),B).
% 1.97/2.18  ** KEPT (pick-wt=9): 97 [] singleton(A)!=unordered_pair(B,C)|A=B.
% 1.97/2.18  ** KEPT (pick-wt=4): 98 [] -subset($c4,union($c3)).
% 1.97/2.18  ** KEPT (pick-wt=9): 99 [] singleton(A)!=unordered_pair(B,C)|B=C.
% 1.97/2.18  
% 1.97/2.18  ------------> process sos:
% 1.97/2.18  ** KEPT (pick-wt=3): 128 [] A=A.
% 1.97/2.18  ** KEPT (pick-wt=7): 129 [] unordered_pair(A,B)=unordered_pair(B,A).
% 1.97/2.18  ** KEPT (pick-wt=7): 130 [] set_union2(A,B)=set_union2(B,A).
% 1.97/2.18  ** KEPT (pick-wt=7): 131 [] set_intersection2(A,B)=set_intersection2(B,A).
% 1.97/2.18  ** KEPT (pick-wt=14): 132 [] A=singleton(B)|in($f1(B,A),A)|$f1(B,A)=B.
% 1.97/2.18  ** KEPT (pick-wt=7): 133 [] A=empty_set|in($f2(A),A).
% 1.97/2.18  ** KEPT (pick-wt=14): 134 [] A=powerset(B)|in($f3(B,A),A)|subset($f3(B,A),B).
% 1.97/2.18  ** KEPT (pick-wt=23): 135 [] A=unordered_pair(B,C)|in($f4(B,C,A),A)|$f4(B,C,A)=B|$f4(B,C,A)=C.
% 1.97/2.18  ** KEPT (pick-wt=23): 136 [] A=set_union2(B,C)|in($f5(B,C,A),A)|in($f5(B,C,A),B)|in($f5(B,C,A),C).
% 1.97/2.18  ** KEPT (pick-wt=17): 137 [] A=cartesian_product2(B,C)|in($f10(B,C,A),A)|in($f9(B,C,A),B).
% 1.97/2.18  ** KEPT (pick-wt=17): 138 [] A=cartesian_product2(B,C)|in($f10(B,C,A),A)|in($f8(B,C,A),C).
% 1.97/2.18  ** KEPT (pick-wt=25): 140 [copy,139,flip.3] A=cartesian_product2(B,C)|in($f10(B,C,A),A)|ordered_pair($f9(B,C,A),$f8(B,C,A))=$f10(B,C,A).
% 1.97/2.18  ** KEPT (pick-wt=8): 141 [] subset(A,B)|in($f11(A,B),A).
% 1.97/2.18  ** KEPT (pick-wt=17): 142 [] A=set_intersection2(B,C)|in($f12(B,C,A),A)|in($f12(B,C,A),B).
% 1.97/2.18  ** KEPT (pick-wt=17): 143 [] A=set_intersection2(B,C)|in($f12(B,C,A),A)|in($f12(B,C,A),C).
% 1.97/2.18  ** KEPT (pick-wt=16): 144 [] A=union(B)|in($f15(B,A),A)|in($f15(B,A),$f14(B,A)).
% 1.97/2.18  ** KEPT (pick-wt=14): 145 [] A=union(B)|in($f15(B,A),A)|in($f14(B,A),B).
% 1.97/2.18  ** KEPT (pick-wt=17): 146 [] A=set_difference(B,C)|in($f16(B,C,A),A)|in($f16(B,C,A),B).
% 1.97/2.18  ** KEPT (pick-wt=10): 148 [copy,147,flip.1] unordered_pair(unordered_pair(A,B),singleton(A))=ordered_pair(A,B).
% 1.97/2.18  ---> New Demodulator: 149 [new_demod,148] unordered_pair(unordered_pair(A,B),singleton(A))=ordered_pair(A,B).
% 1.97/2.18  ** KEPT (pick-wt=2): 150 [] empty(empty_set).
% 1.97/2.18  ** KEPT (pick-wt=5): 151 [] set_union2(A,A)=A.
% 1.97/2.18  ---> New Demodulator: 152 [new_demod,151] set_union2(A,A)=A.
% 1.97/2.18  ** KEPT (pick-wt=5): 153 [] set_intersection2(A,A)=A.
% 1.97/2.18  ---> New Demodulator: 154 [new_demod,153] set_intersection2(A,A)=A.
% 1.97/2.18  ** KEPT (pick-wt=7): 155 [] in(A,B)|disjoint(singleton(A),B).
% 1.97/2.18  ** KEPT (pick-wt=2): 156 [] empty($c1).
% 1.97/2.18  ** KEPT (pick-wt=3): 157 [] subset(A,A).
% 1.97/2.18  ** KEPT (pick-wt=5): 158 [] subset(set_intersection2(A,B),A).
% 1.97/2.18  ** KEPT (pick-wt=5): 159 [] set_union2(A,empty_set)=A.
% 1.97/2.18  ---> New Demodulator: 160 [new_demod,159] set_union2(A,empty_set)=A.
% 1.97/2.18  ** KEPT (pick-wt=5): 162 [copy,161,flip.1] singleton(empty_set)=powerset(empty_set).
% 1.97/2.18  ---> New Demodulator: 163 [new_demod,162] singleton(empty_set)=powerset(empty_set).
% 1.97/2.18  ** KEPT (pick-wt=5): 164 [] set_intersection2(A,empty_set)=empty_set.
% 1.97/2.18  ---> New Demodulator: 165 [new_demod,164] set_intersection2(A,empty_set)=empty_set.
% 1.97/2.18  ** KEPT (pick-wt=13): 166 [] in($f17(A,B),A)|in($f17(A,B),B)|A=B.
% 1.97/2.18  ** KEPT (pick-wt=3): 167 [] subset(empty_set,A).
% 1.97/2.18  ** KEPT (pick-wt=5): 168 [] subset(set_difference(A,B),A).
% 1.97/2.18  ** KEPT (pick-wt=9): 169 [] set_union2(A,set_difference(B,A))=set_union2(A,B).
% 1.97/2.18  ---> New Demodulator: 170 [new_demod,169] set_union2(A,set_difference(B,A))=set_union2(A,B).
% 1.97/2.18  ** KEPT (pick-wt=5): 171 [] set_difference(A,empty_set)=A.
% 1.97/2.18  ---> New Demodulator: 172 [new_demod,171] set_difference(A,empty_set)=A.
% 1.97/2.18  ** KEPT (pick-wt=8): 173 [] disjoint(A,B)|in($f18(A,B),A).
% 1.97/2.18  ** KEPT (pick-wt=8): 174 [] disjoint(A,B)|in($f18(A,B),B).
% 1.97/2.18  ** KEPT (pick-wt=9): 175 [] set_difference(set_union2(A,B),B)=set_difference(A,B).
% 1.97/2.18  ---> New Demodulator: 176 [new_demod,175] set_difference(set_union2(A,B),B)=set_difference(A,B).
% 1.97/2.18  ** KEPT (pick-wt=9): 178 [copy,177,flip.1] set_intersection2(A,B)=set_difference(A,set_difference(A,B)).
% 1.97/2.18  ---> New Demodulator: 179 [new_demod,178] set_intersection2(A,B)=set_difference(A,set_difference(A,B)).
% 1.97/2.18  ** KEPT (pick-wt=5): 180 [] set_difference(empty_set,A)=empty_set.
% 1.97/2.18  ---> New Demodulator: 181 [new_demod,180] set_difference(empty_set,A)=empty_set.
% 1.97/2.18  ** KEPT (pick-wt=12): 183 [copy,182,demod,179] disjoint(A,B)|in($f19(A,B),set_difference(A,set_difference(A,B))).
% 1.97/2.18  ** KEPT (pick-wt=9): 184 [] set_difference(A,singleton(B))=A|in(B,A).
% 1.97/2.18  ** KEPT (pick-wt=6): 186 [copy,185,flip.1] singleton(A)=unordered_pair(A,A).
% 1.97/2.18  ---> New Demodulator: 187 [new_demod,186] singleton(A)=unordered_pair(A,A).
% 1.97/2.18  ** KEPT (pick-wt=5): 188 [] subset(A,set_union2(A,B)).
% 1.97/2.18  ** KEPT (pick-wt=3): 189 [] in($c4,$c3).
% 1.97/2.18    Following clause subsumed by 128 during input processing: 0 [copy,128,flip.1] A=A.
% 1.97/2.18  128 back subsumes 124.
% 1.97/2.18  128 back subsumes 121.
% 1.97/2.18  128 back subsumes 101.
% 1.97/2.18    Following clause subsumed by 129 during input processing: 0 [copy,129,flip.1] unordered_pair(A,B)=unordered_pair(B,A).
% 1.97/2.18    Following clause subsumed by 130 during input processing: 0 [copy,130,flip.1] set_union2(A,B)=set_union2(B,A).
% 1.97/2.18  ** KEPT (pick-wt=11): 190 [copy,131,flip.1,demod,179,179] set_difference(A,set_difference(A,B))=set_difference(B,set_difference(B,A)).
% 1.97/2.18  >>>> Starting back demodulation with 149.
% 1.97/2.18  >>>> Starting back demodulation with 152.
% 1.97/2.18      >> back demodulating 125 with 152.
% 1.97/2.18      >> back demodulating 103 with 152.
% 1.97/2.18  >>>> Starting back demodulation with 154.
% 1.97/2.18      >> back demodulating 127 with 154.
% 1.97/2.18      >> back demodulating 120 with 154.
% 1.97/2.18      >> back demodulating 113 with 154.
% 1.97/2.18      >> back demodulating 110 with 154.
% 1.97/2.18  >>>> Starting back demodulation with 160.
% 1.97/2.18  >>>> Starting back demodulation with 163.
% 1.97/2.18  >>>> Starting back demodulation with 165.
% 1.97/2.18  >>>> Starting back demodulation with 170.
% 1.97/2.18      >> back demodulating 85 with 170.
% 1.97/2.18  >>>> Starting back demodulation with 172.
% 1.97/2.18  >>>> Starting back demodulation with 176.
% 1.97/2.18  >>>> Starting back demodulation with 179.
% 1.97/2.18      >> back demodulating 164 with 179.
% 1.97/2.18      >> back demodulating 158 with 179.
% 1.97/2.18      >> back demodulating 153 with 179.
% 1.97/2.18      >> back demodulating 143 with 179.
% 1.97/2.18      >> back demodulating 142 with 179.
% 1.97/2.18      >> back demodulating 131 with 179.
% 1.97/2.18      >> back demodulating 112 with 179.
% 1.97/2.18      >> back demodulating 111 with 179.
% 1.97/2.18      >> back demodulating 86 with 179.
% 1.97/2.18      >> back demodulating 74 with 179.
% 1.97/2.18      >> back demodulating 73 with 179.
% 1.97/2.18      >> back demodulating 71 with 179.
% 1.97/2.18      >> back demodulating 45 with 179.
% 1.97/2.18      >> back demodulating 44 with 179.
% 1.97/2.18      >> back demodulating 34 with 179.
% 1.97/2.18      >> back demodulating 33 with 179.
% 1.97/2.18      >> back demodulating 32 with 179.
% 1.97/2.18      >> back demodulating 31 with 179.
% 1.97/2.18  >>>> Starting back demodulation with 181.
% 1.97/2.18  >>>> Starting back demodulation with 187.
% 1.97/2.18      >> back demodulating 184 with 187.
% 1.97/2.18      >> back demodulating 162 with 187.
% 1.97/2.18      >> back demodulating 155 with 187.
% 1.97/2.18      >> back demodulating 148 with 187.
% 1.97/2.18      >> back demodulating 132 with 187.
% 1.97/2.18      >> back demodulating 99 with 187.
% 1.97/2.18      >> back demodulating 97 with 187.
% 1.97/2.18      >> back demodulating 91 with 187.
% 1.97/2.18      >> back demodulating 89 with 187.
% 1.97/2.18      >> back demodulating 62 with 187.
% 1.97/2.18      >> back demodulating 61 with 187.
% 1.97/2.18      >> back demodulating 60 with 187.
% 1.97/2.18      >> back demodulating 57 with 187.
% 1.97/2.18      >> back demodulating 56 with 187.
% 1.97/2.18      >> back demodulating 55 with 187.
% 1.97/2.18      >> back demodulating 54 with 187.
% 1.97/2.18      >> back demodulating 53 with 187.
% 1.97/2.18      >> back demodulating 8 with 187.
% 1.97/2.18      >> back demodulating 7 with 187.
% 1.97/2.18      >> back demodulating 6 with 187.
% 1.97/2.18    Following clause subsumed by 190 during input processing: 0 [copy,190,flip.1] set_difference(A,set_difference(A,B))=set_difference(B,set_difference(B,A)).
% 1.97/2.18  >>>> Starting back demodulation with 202.
% 1.97/2.18  >>>> Starting back demodulation with 218.
% 1.97/2.18  >>>> Starting back demodulation with 221.
% 1.97/2.18  
% 1.97/2.18  ======= end of input processing =======
% 1.97/2.18  
% 1.97/2.18  =========== start of search ===========
% 1.97/2.18  
% 1.97/2.18  -------- PROOF -------- 
% 1.97/2.18  
% 1.97/2.18  ----> UNIT CONFLICT at   0.02 sec ----> 318 [binary,317.1,98.1] $F.
% 1.97/2.18  
% 1.97/2.18  Length of proof is 1.  Level of proof is 1.
% 1.97/2.18  
% 1.97/2.18  ---------------- PROOF ----------------
% 1.97/2.18  % SZS status Theorem
% 1.97/2.18  % SZS output start Refutation
% See solution above
% 1.97/2.18  ------------ end of proof -------------
% 1.97/2.18  
% 1.97/2.18  
% 1.97/2.18  Search stopped by max_proofs option.
% 1.97/2.18  
% 1.97/2.18  
% 1.97/2.18  Search stopped by max_proofs option.
% 1.97/2.18  
% 1.97/2.18  ============ end of search ============
% 1.97/2.18  
% 1.97/2.18  -------------- statistics -------------
% 1.97/2.18  clauses given                  5
% 1.97/2.18  clauses generated            167
% 1.97/2.18  clauses kept                 288
% 1.97/2.18  clauses forward subsumed     118
% 1.97/2.18  clauses back subsumed          3
% 1.97/2.18  Kbytes malloced             1953
% 1.97/2.18  
% 1.97/2.18  ----------- times (seconds) -----------
% 1.97/2.18  user CPU time          0.02          (0 hr, 0 min, 0 sec)
% 1.97/2.18  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.97/2.18  wall-clock time        2             (0 hr, 0 min, 2 sec)
% 1.97/2.18  
% 1.97/2.18  That finishes the proof of the theorem.
% 1.97/2.18  
% 1.97/2.18  Process 10781 finished Wed Jul 27 07:48:33 2022
% 1.97/2.18  Otter interrupted
% 1.97/2.18  PROOF FOUND
%------------------------------------------------------------------------------