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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : SET194+3 : TPTP v8.1.0. Released v2.2.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:13:15 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(3,axiom,
    ( member(A,union(B,C))
    | ~ member(A,C) ),
    file('SET194+3.p',unknown),
    [] ).

cnf(5,axiom,
    ( subset(A,B)
    | ~ member(dollar_f1(A,B),B) ),
    file('SET194+3.p',unknown),
    [] ).

cnf(9,axiom,
    ~ subset(dollar_c2,union(dollar_c2,dollar_c1)),
    file('SET194+3.p',unknown),
    [] ).

cnf(13,axiom,
    ( subset(A,B)
    | member(dollar_f1(A,B),A) ),
    file('SET194+3.p',unknown),
    [] ).

cnf(14,axiom,
    union(A,B) = union(B,A),
    file('SET194+3.p',unknown),
    [] ).

cnf(18,plain,
    ~ subset(dollar_c2,union(dollar_c1,dollar_c2)),
    inference(para_from,[status(thm),theory(equality)],[14,9]),
    [iquote('para_from,14.1.1,9.1.2')] ).

cnf(23,plain,
    member(dollar_f1(dollar_c2,union(dollar_c1,dollar_c2)),dollar_c2),
    inference(hyper,[status(thm)],[13,18]),
    [iquote('hyper,13,18')] ).

cnf(72,plain,
    member(dollar_f1(dollar_c2,union(dollar_c1,dollar_c2)),union(A,dollar_c2)),
    inference(hyper,[status(thm)],[23,3]),
    [iquote('hyper,23,3')] ).

cnf(101,plain,
    subset(dollar_c2,union(dollar_c1,dollar_c2)),
    inference(hyper,[status(thm)],[72,5]),
    [iquote('hyper,72,5')] ).

cnf(102,plain,
    $false,
    inference(binary,[status(thm)],[101,18]),
    [iquote('binary,101.1,18.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SET194+3 : TPTP v8.1.0. Released v2.2.0.
% 0.03/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 10:25:16 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 1.57/1.78  ----- Otter 3.3f, August 2004 -----
% 1.57/1.78  The process was started by sandbox2 on n007.cluster.edu,
% 1.57/1.78  Wed Jul 27 10:25:16 2022
% 1.57/1.78  The command was "./otter".  The process ID is 18754.
% 1.57/1.78  
% 1.57/1.78  set(prolog_style_variables).
% 1.57/1.78  set(auto).
% 1.57/1.78     dependent: set(auto1).
% 1.57/1.78     dependent: set(process_input).
% 1.57/1.78     dependent: clear(print_kept).
% 1.57/1.78     dependent: clear(print_new_demod).
% 1.57/1.78     dependent: clear(print_back_demod).
% 1.57/1.78     dependent: clear(print_back_sub).
% 1.57/1.78     dependent: set(control_memory).
% 1.57/1.78     dependent: assign(max_mem, 12000).
% 1.57/1.78     dependent: assign(pick_given_ratio, 4).
% 1.57/1.78     dependent: assign(stats_level, 1).
% 1.57/1.78     dependent: assign(max_seconds, 10800).
% 1.57/1.78  clear(print_given).
% 1.57/1.78  
% 1.57/1.78  formula_list(usable).
% 1.57/1.78  all A (A=A).
% 1.57/1.78  all B C D (member(D,union(B,C))<->member(D,B)|member(D,C)).
% 1.57/1.78  all B C (subset(B,C)<-> (all D (member(D,B)->member(D,C)))).
% 1.57/1.78  all B C (union(B,C)=union(C,B)).
% 1.57/1.78  all B subset(B,B).
% 1.57/1.78  all B C (B=C<-> (all D (member(D,B)<->member(D,C)))).
% 1.57/1.78  -(all B C subset(B,union(B,C))).
% 1.57/1.78  end_of_list.
% 1.57/1.78  
% 1.57/1.78  -------> usable clausifies to:
% 1.57/1.78  
% 1.57/1.78  list(usable).
% 1.57/1.78  0 [] A=A.
% 1.57/1.78  0 [] -member(D,union(B,C))|member(D,B)|member(D,C).
% 1.57/1.78  0 [] member(D,union(B,C))| -member(D,B).
% 1.57/1.78  0 [] member(D,union(B,C))| -member(D,C).
% 1.57/1.78  0 [] -subset(B,C)| -member(D,B)|member(D,C).
% 1.57/1.78  0 [] subset(B,C)|member($f1(B,C),B).
% 1.57/1.78  0 [] subset(B,C)| -member($f1(B,C),C).
% 1.57/1.78  0 [] union(B,C)=union(C,B).
% 1.57/1.78  0 [] subset(B,B).
% 1.57/1.78  0 [] B!=C| -member(D,B)|member(D,C).
% 1.57/1.78  0 [] B!=C|member(D,B)| -member(D,C).
% 1.57/1.78  0 [] B=C|member($f2(B,C),B)|member($f2(B,C),C).
% 1.57/1.78  0 [] B=C| -member($f2(B,C),B)| -member($f2(B,C),C).
% 1.57/1.78  0 [] -subset($c2,union($c2,$c1)).
% 1.57/1.78  end_of_list.
% 1.57/1.78  
% 1.57/1.78  SCAN INPUT: prop=0, horn=0, equality=1, symmetry=0, max_lits=3.
% 1.57/1.78  
% 1.57/1.78  This ia a non-Horn set with equality.  The strategy will be
% 1.57/1.78  Knuth-Bendix, ordered hyper_res, factoring, and unit
% 1.57/1.78  deletion, with positive clauses in sos and nonpositive
% 1.57/1.78  clauses in usable.
% 1.57/1.78  
% 1.57/1.78     dependent: set(knuth_bendix).
% 1.57/1.78     dependent: set(anl_eq).
% 1.57/1.78     dependent: set(para_from).
% 1.57/1.78     dependent: set(para_into).
% 1.57/1.78     dependent: clear(para_from_right).
% 1.57/1.78     dependent: clear(para_into_right).
% 1.57/1.78     dependent: set(para_from_vars).
% 1.57/1.78     dependent: set(eq_units_both_ways).
% 1.57/1.78     dependent: set(dynamic_demod_all).
% 1.57/1.78     dependent: set(dynamic_demod).
% 1.57/1.78     dependent: set(order_eq).
% 1.57/1.78     dependent: set(back_demod).
% 1.57/1.78     dependent: set(lrpo).
% 1.57/1.78     dependent: set(hyper_res).
% 1.57/1.78     dependent: set(unit_deletion).
% 1.57/1.78     dependent: set(factor).
% 1.57/1.78  
% 1.57/1.78  ------------> process usable:
% 1.57/1.78  ** KEPT (pick-wt=11): 1 [] -member(A,union(B,C))|member(A,B)|member(A,C).
% 1.57/1.78  ** KEPT (pick-wt=8): 2 [] member(A,union(B,C))| -member(A,B).
% 1.57/1.78  ** KEPT (pick-wt=8): 3 [] member(A,union(B,C))| -member(A,C).
% 1.57/1.78  ** KEPT (pick-wt=9): 4 [] -subset(A,B)| -member(C,A)|member(C,B).
% 1.57/1.78  ** KEPT (pick-wt=8): 5 [] subset(A,B)| -member($f1(A,B),B).
% 1.57/1.78  ** KEPT (pick-wt=9): 6 [] A!=B| -member(C,A)|member(C,B).
% 1.57/1.78  ** KEPT (pick-wt=9): 7 [] A!=B|member(C,A)| -member(C,B).
% 1.57/1.78  ** KEPT (pick-wt=13): 8 [] A=B| -member($f2(A,B),A)| -member($f2(A,B),B).
% 1.57/1.78  ** KEPT (pick-wt=5): 9 [] -subset($c2,union($c2,$c1)).
% 1.57/1.78  
% 1.57/1.78  ------------> process sos:
% 1.57/1.78  ** KEPT (pick-wt=3): 12 [] A=A.
% 1.57/1.78  ** KEPT (pick-wt=8): 13 [] subset(A,B)|member($f1(A,B),A).
% 1.57/1.78  ** KEPT (pick-wt=7): 14 [] union(A,B)=union(B,A).
% 1.57/1.78  ** KEPT (pick-wt=3): 15 [] subset(A,A).
% 1.57/1.78  ** KEPT (pick-wt=13): 16 [] A=B|member($f2(A,B),A)|member($f2(A,B),B).
% 1.57/1.78    Following clause subsumed by 12 during input processing: 0 [copy,12,flip.1] A=A.
% 1.57/1.78  12 back subsumes 11.
% 1.57/1.78    Following clause subsumed by 14 during input processing: 0 [copy,14,flip.1] union(A,B)=union(B,A).
% 1.57/1.78  
% 1.57/1.78  ======= end of input processing =======
% 1.57/1.78  
% 1.57/1.78  =========== start of search ===========
% 1.57/1.78  
% 1.57/1.78  -------- PROOF -------- 
% 1.57/1.78  
% 1.57/1.78  ----> UNIT CONFLICT at   0.01 sec ----> 102 [binary,101.1,18.1] $F.
% 1.57/1.78  
% 1.57/1.78  Length of proof is 4.  Level of proof is 4.
% 1.57/1.78  
% 1.57/1.78  ---------------- PROOF ----------------
% 1.57/1.78  % SZS status Theorem
% 1.57/1.78  % SZS output start Refutation
% See solution above
% 1.57/1.78  ------------ end of proof -------------
% 1.57/1.78  
% 1.57/1.78  
% 1.57/1.78  Search stopped by max_proofs option.
% 1.57/1.78  
% 1.57/1.78  
% 1.57/1.78  Search stopped by max_proofs option.
% 1.57/1.78  
% 1.57/1.78  ============ end of search ============
% 1.57/1.78  
% 1.57/1.78  -------------- statistics -------------
% 1.57/1.78  clauses given                  9
% 1.57/1.78  clauses generated            199
% 1.57/1.78  clauses kept                 101
% 1.57/1.78  clauses forward subsumed     111
% 1.57/1.78  clauses back subsumed          1
% 1.57/1.78  Kbytes malloced              976
% 1.57/1.78  
% 1.57/1.78  ----------- times (seconds) -----------
% 1.57/1.78  user CPU time          0.01          (0 hr, 0 min, 0 sec)
% 1.57/1.78  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.57/1.78  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.57/1.78  
% 1.57/1.78  That finishes the proof of the theorem.
% 1.57/1.78  
% 1.57/1.78  Process 18754 finished Wed Jul 27 10:25:17 2022
% 1.57/1.78  Otter interrupted
% 1.57/1.78  PROOF FOUND
%------------------------------------------------------------------------------