TSTP Solution File: SET618+3 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : SET618+3 : TPTP v8.1.0. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n006.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:13:52 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(11,axiom,
    symmetric_difference(dollar_c1,dollar_c1) != empty_set,
    file('SET618+3.p',unknown),
    [] ).

cnf(15,axiom,
    symmetric_difference(A,B) = union(difference(A,B),difference(B,A)),
    file('SET618+3.p',unknown),
    [] ).

cnf(16,plain,
    union(difference(A,B),difference(B,A)) = symmetric_difference(A,B),
    inference(flip,[status(thm),theory(equality)],[inference(copy,[status(thm)],[15])]),
    [iquote('copy,15,flip.1')] ).

cnf(19,axiom,
    union(A,A) = A,
    file('SET618+3.p',unknown),
    [] ).

cnf(21,axiom,
    difference(A,A) = empty_set,
    file('SET618+3.p',unknown),
    [] ).

cnf(31,plain,
    symmetric_difference(A,A) = empty_set,
    inference(flip,[status(thm),theory(equality)],[inference(demod,[status(thm),theory(equality)],[inference(para_into,[status(thm),theory(equality)],[16,21]),21,19])]),
    [iquote('para_into,16.1.1.1,20.1.1,demod,21,19,flip.1')] ).

cnf(33,plain,
    $false,
    inference(binary,[status(thm)],[31,11]),
    [iquote('binary,31.1,11.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : SET618+3 : TPTP v8.1.0. Released v2.2.0.
% 0.07/0.12  % Command  : otter-tptp-script %s
% 0.13/0.33  % Computer : n006.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Wed Jul 27 10:34:31 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 1.95/2.15  ----- Otter 3.3f, August 2004 -----
% 1.95/2.15  The process was started by sandbox on n006.cluster.edu,
% 1.95/2.15  Wed Jul 27 10:34:32 2022
% 1.95/2.15  The command was "./otter".  The process ID is 16975.
% 1.95/2.15  
% 1.95/2.15  set(prolog_style_variables).
% 1.95/2.15  set(auto).
% 1.95/2.15     dependent: set(auto1).
% 1.95/2.15     dependent: set(process_input).
% 1.95/2.15     dependent: clear(print_kept).
% 1.95/2.15     dependent: clear(print_new_demod).
% 1.95/2.15     dependent: clear(print_back_demod).
% 1.95/2.15     dependent: clear(print_back_sub).
% 1.95/2.15     dependent: set(control_memory).
% 1.95/2.15     dependent: assign(max_mem, 12000).
% 1.95/2.15     dependent: assign(pick_given_ratio, 4).
% 1.95/2.15     dependent: assign(stats_level, 1).
% 1.95/2.15     dependent: assign(max_seconds, 10800).
% 1.95/2.15  clear(print_given).
% 1.95/2.15  
% 1.95/2.15  formula_list(usable).
% 1.95/2.15  all A (A=A).
% 1.95/2.15  all B C (symmetric_difference(B,C)=union(difference(B,C),difference(C,B))).
% 1.95/2.15  all B (union(B,B)=B).
% 1.95/2.15  all B (difference(B,B)=empty_set).
% 1.95/2.15  all B (-member(B,empty_set)).
% 1.95/2.15  all B C (B=C<->subset(B,C)&subset(C,B)).
% 1.95/2.15  all B C (union(B,C)=union(C,B)).
% 1.95/2.15  all B C (symmetric_difference(B,C)=symmetric_difference(C,B)).
% 1.95/2.15  all B C (B=C<-> (all D (member(D,B)<->member(D,C)))).
% 1.95/2.15  all B C (subset(B,C)<-> (all D (member(D,B)->member(D,C)))).
% 1.95/2.15  all B subset(B,B).
% 1.95/2.15  all B (empty(B)<-> (all C (-member(C,B)))).
% 1.95/2.15  -(all B (symmetric_difference(B,B)=empty_set)).
% 1.95/2.15  end_of_list.
% 1.95/2.15  
% 1.95/2.15  -------> usable clausifies to:
% 1.95/2.15  
% 1.95/2.15  list(usable).
% 1.95/2.15  0 [] A=A.
% 1.95/2.15  0 [] symmetric_difference(B,C)=union(difference(B,C),difference(C,B)).
% 1.95/2.15  0 [] union(B,B)=B.
% 1.95/2.15  0 [] difference(B,B)=empty_set.
% 1.95/2.15  0 [] -member(B,empty_set).
% 1.95/2.15  0 [] B!=C|subset(B,C).
% 1.95/2.15  0 [] B!=C|subset(C,B).
% 1.95/2.15  0 [] B=C| -subset(B,C)| -subset(C,B).
% 1.95/2.15  0 [] union(B,C)=union(C,B).
% 1.95/2.15  0 [] symmetric_difference(B,C)=symmetric_difference(C,B).
% 1.95/2.15  0 [] B!=C| -member(D,B)|member(D,C).
% 1.95/2.15  0 [] B!=C|member(D,B)| -member(D,C).
% 1.95/2.15  0 [] B=C|member($f1(B,C),B)|member($f1(B,C),C).
% 1.95/2.15  0 [] B=C| -member($f1(B,C),B)| -member($f1(B,C),C).
% 1.95/2.15  0 [] -subset(B,C)| -member(D,B)|member(D,C).
% 1.95/2.15  0 [] subset(B,C)|member($f2(B,C),B).
% 1.95/2.15  0 [] subset(B,C)| -member($f2(B,C),C).
% 1.95/2.15  0 [] subset(B,B).
% 1.95/2.15  0 [] -empty(B)| -member(C,B).
% 1.95/2.15  0 [] empty(B)|member($f3(B),B).
% 1.95/2.15  0 [] symmetric_difference($c1,$c1)!=empty_set.
% 1.95/2.15  end_of_list.
% 1.95/2.15  
% 1.95/2.15  SCAN INPUT: prop=0, horn=0, equality=1, symmetry=0, max_lits=3.
% 1.95/2.15  
% 1.95/2.15  This ia a non-Horn set with equality.  The strategy will be
% 1.95/2.15  Knuth-Bendix, ordered hyper_res, factoring, and unit
% 1.95/2.15  deletion, with positive clauses in sos and nonpositive
% 1.95/2.15  clauses in usable.
% 1.95/2.15  
% 1.95/2.15     dependent: set(knuth_bendix).
% 1.95/2.15     dependent: set(anl_eq).
% 1.95/2.15     dependent: set(para_from).
% 1.95/2.15     dependent: set(para_into).
% 1.95/2.15     dependent: clear(para_from_right).
% 1.95/2.15     dependent: clear(para_into_right).
% 1.95/2.15     dependent: set(para_from_vars).
% 1.95/2.15     dependent: set(eq_units_both_ways).
% 1.95/2.15     dependent: set(dynamic_demod_all).
% 1.95/2.15     dependent: set(dynamic_demod).
% 1.95/2.15     dependent: set(order_eq).
% 1.95/2.15     dependent: set(back_demod).
% 1.95/2.15     dependent: set(lrpo).
% 1.95/2.15     dependent: set(hyper_res).
% 1.95/2.15     dependent: set(unit_deletion).
% 1.95/2.15     dependent: set(factor).
% 1.95/2.15  
% 1.95/2.15  ------------> process usable:
% 1.95/2.15  ** KEPT (pick-wt=3): 1 [] -member(A,empty_set).
% 1.95/2.15  ** KEPT (pick-wt=6): 2 [] A!=B|subset(A,B).
% 1.95/2.15  ** KEPT (pick-wt=6): 3 [] A!=B|subset(B,A).
% 1.95/2.15  ** KEPT (pick-wt=9): 4 [] A=B| -subset(A,B)| -subset(B,A).
% 1.95/2.15  ** KEPT (pick-wt=9): 5 [] A!=B| -member(C,A)|member(C,B).
% 1.95/2.15  ** KEPT (pick-wt=9): 6 [] A!=B|member(C,A)| -member(C,B).
% 1.95/2.15  ** KEPT (pick-wt=13): 7 [] A=B| -member($f1(A,B),A)| -member($f1(A,B),B).
% 1.95/2.15  ** KEPT (pick-wt=9): 8 [] -subset(A,B)| -member(C,A)|member(C,B).
% 1.95/2.15  ** KEPT (pick-wt=8): 9 [] subset(A,B)| -member($f2(A,B),B).
% 1.95/2.15  ** KEPT (pick-wt=5): 10 [] -empty(A)| -member(B,A).
% 1.95/2.15  ** KEPT (pick-wt=5): 11 [] symmetric_difference($c1,$c1)!=empty_set.
% 1.95/2.15  
% 1.95/2.15  ------------> process sos:
% 1.95/2.15  ** KEPT (pick-wt=3): 14 [] A=A.
% 1.95/2.15  ** KEPT (pick-wt=11): 16 [copy,15,flip.1] union(difference(A,B),difference(B,A))=symmetric_difference(A,B).
% 1.95/2.15  ---> New Demodulator: 17 [new_demod,16] union(difference(A,B),difference(B,A))=symmetric_difference(A,B).
% 1.95/2.15  ** KEPT (pick-wt=5): 18 [] union(A,A)=A.
% 1.95/2.15  ---> New Demodulator: 19 [new_demod,18] union(A,A)=A.
% 1.95/2.15  ** KEPT (pick-wt=5): 20 [] difference(A,A)=empty_set.
% 1.95/2.15  ---> New Demodulator: 21 [new_demod,20] difference(A,A)=empty_set.
% 1.95/2.15  ** KEPT (pick-wt=7): 22 [] union(A,B)=union(B,A).
% 1.95/2.15  ** KEPT (pick-wt=7): 23 [] symmetric_difference(A,B)=symmetric_difference(B,A).
% 1.95/2.15  ** KEPT (pick-wt=13): 24 [] A=B|member($f1(A,B),A)|member($f1(A,B),B).
% 1.95/2.15  ** KEPT (pick-wt=8): 25 [] subset(A,B)|member($f2(A,B),A).
% 1.95/2.15  ** KEPT (pick-wt=3): 26 [] subset(A,A).
% 1.95/2.15  ** KEPT (pick-wt=6): 27 [] empty(A)|member($f3(A),A).
% 1.95/2.15    Following clause subsumed by 14 during input processing: 0 [copy,14,flip.1] A=A.
% 1.95/2.15  14 back subsumes 13.
% 1.95/2.15  14 back subsumes 12.
% 1.95/2.15  >>>> Starting back demodulation with 17.
% 1.95/2.15  >>>> Starting back demodulation with 19.
% 1.95/2.15  >>>> Starting back demodulation with 21.
% 1.95/2.15    Following clause subsumed by 22 during input processing: 0 [copy,22,flip.1] union(A,B)=union(B,A).
% 1.95/2.15    Following clause subsumed by 23 during input processing: 0 [copy,23,flip.1] symmetric_difference(A,B)=symmetric_difference(B,A).
% 1.95/2.15  
% 1.95/2.15  ======= end of input processing =======
% 1.95/2.15  
% 1.95/2.15  =========== start of search ===========
% 1.95/2.15  
% 1.95/2.15  -------- PROOF -------- 
% 1.95/2.15  
% 1.95/2.15  ----> UNIT CONFLICT at   0.00 sec ----> 33 [binary,31.1,11.1] $F.
% 1.95/2.15  
% 1.95/2.15  Length of proof is 2.  Level of proof is 2.
% 1.95/2.15  
% 1.95/2.15  ---------------- PROOF ----------------
% 1.95/2.15  % SZS status Theorem
% 1.95/2.15  % SZS output start Refutation
% See solution above
% 1.95/2.15  ------------ end of proof -------------
% 1.95/2.15  
% 1.95/2.15  
% 1.95/2.15  Search stopped by max_proofs option.
% 1.95/2.15  
% 1.95/2.15  
% 1.95/2.15  Search stopped by max_proofs option.
% 1.95/2.15  
% 1.95/2.15  ============ end of search ============
% 1.95/2.15  
% 1.95/2.15  -------------- statistics -------------
% 1.95/2.15  clauses given                  6
% 1.95/2.15  clauses generated             27
% 1.95/2.15  clauses kept                  27
% 1.95/2.15  clauses forward subsumed      24
% 1.95/2.15  clauses back subsumed          2
% 1.95/2.15  Kbytes malloced              976
% 1.95/2.15  
% 1.95/2.15  ----------- times (seconds) -----------
% 1.95/2.15  user CPU time          0.00          (0 hr, 0 min, 0 sec)
% 1.95/2.15  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.95/2.15  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.95/2.15  
% 1.95/2.15  That finishes the proof of the theorem.
% 1.95/2.15  
% 1.95/2.15  Process 16975 finished Wed Jul 27 10:34:33 2022
% 1.95/2.15  Otter interrupted
% 1.95/2.15  PROOF FOUND
%------------------------------------------------------------------------------