TSTP Solution File: LCL008-1 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : LCL008-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% Computer : n011.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  : 600s
% DateTime : Sun Jul 17 14:34:01 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ is_a_theorem(u)
    | ~ is_a_theorem(equivalent(u,v))
    | is_a_theorem(v) ),
    file('LCL008-1.p',unknown),
    [] ).

cnf(2,axiom,
    is_a_theorem(equivalent(equivalent(u,v),equivalent(equivalent(w,v),equivalent(u,w)))),
    file('LCL008-1.p',unknown),
    [] ).

cnf(3,axiom,
    ~ is_a_theorem(equivalent(equivalent(a,b),equivalent(b,a))),
    file('LCL008-1.p',unknown),
    [] ).

cnf(7,plain,
    ( ~ is_a_theorem(equivalent(u,v))
    | is_a_theorem(equivalent(equivalent(w,v),equivalent(u,w))) ),
    inference(res,[status(thm),theory(equality)],[2,1]),
    [iquote('0:Res:2.0,1.1')] ).

cnf(8,plain,
    is_a_theorem(equivalent(equivalent(u,equivalent(equivalent(v,w),equivalent(x,v))),equivalent(equivalent(x,w),u))),
    inference(sor,[status(thm)],[7,2]),
    [iquote('0:SoR:7.0,2.0')] ).

cnf(10,plain,
    ( ~ is_a_theorem(equivalent(u,equivalent(equivalent(v,w),equivalent(x,v))))
    | is_a_theorem(equivalent(equivalent(x,w),u)) ),
    inference(res,[status(thm),theory(equality)],[8,1]),
    [iquote('0:Res:8.0,1.1')] ).

cnf(12,plain,
    is_a_theorem(equivalent(equivalent(u,v),equivalent(u,v))),
    inference(sor,[status(thm)],[10,2]),
    [iquote('0:SoR:10.0,2.0')] ).

cnf(13,plain,
    is_a_theorem(equivalent(equivalent(u,equivalent(v,w)),equivalent(equivalent(v,w),u))),
    inference(sor,[status(thm)],[7,12]),
    [iquote('0:SoR:7.0,12.0')] ).

cnf(17,plain,
    is_a_theorem(equivalent(equivalent(u,v),equivalent(equivalent(u,w),equivalent(w,v)))),
    inference(sor,[status(thm)],[10,13]),
    [iquote('0:SoR:10.0,13.0')] ).

cnf(20,plain,
    is_a_theorem(equivalent(equivalent(u,u),equivalent(v,v))),
    inference(sor,[status(thm)],[10,17]),
    [iquote('0:SoR:10.0,17.0')] ).

cnf(27,plain,
    ( ~ is_a_theorem(equivalent(u,u))
    | is_a_theorem(equivalent(v,v)) ),
    inference(res,[status(thm),theory(equality)],[20,1]),
    [iquote('0:Res:20.0,1.1')] ).

cnf(28,plain,
    is_a_theorem(equivalent(u,u)),
    inference(sor,[status(thm)],[27,20]),
    [iquote('0:SoR:27.0,20.0')] ).

cnf(31,plain,
    is_a_theorem(equivalent(equivalent(u,v),equivalent(v,u))),
    inference(sor,[status(thm)],[7,28]),
    [iquote('0:SoR:7.0,28.0')] ).

cnf(34,plain,
    $false,
    inference(unc,[status(thm)],[31,3]),
    [iquote('0:UnC:31.0,3.0')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL008-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : run_spass %d %s
% 0.13/0.34  % Computer : n011.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jul  4 10:13:36 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.41  
% 0.19/0.41  SPASS V 3.9 
% 0.19/0.41  SPASS beiseite: Proof found.
% 0.19/0.41  % SZS status Theorem
% 0.19/0.41  Problem: /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 0.19/0.41  SPASS derived 27 clauses, backtracked 0 clauses, performed 0 splits and kept 23 clauses.
% 0.19/0.41  SPASS allocated 75657 KBytes.
% 0.19/0.41  SPASS spent	0:00:00.06 on the problem.
% 0.19/0.41  		0:00:00.03 for the input.
% 0.19/0.41  		0:00:00.00 for the FLOTTER CNF translation.
% 0.19/0.41  		0:00:00.00 for inferences.
% 0.19/0.41  		0:00:00.00 for the backtracking.
% 0.19/0.41  		0:00:00.00 for the reduction.
% 0.19/0.41  
% 0.19/0.41  
% 0.19/0.41  Here is a proof with depth 10, length 14 :
% 0.19/0.41  % SZS output start Refutation
% See solution above
% 0.19/0.41  Formulae used in the proof : condensed_detachment yql prove_ec_4
% 0.19/0.41  
%------------------------------------------------------------------------------