TSTP Solution File: CSR023+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : CSR023+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %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 Aug 30 18:53:21 EDT 2023

% Result   : Theorem 0.19s 0.60s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   46
% Syntax   : Number of formulae    :   67 (  13 unt;  39 typ;   0 def)
%            Number of atoms       :  283 ( 163 equ)
%            Maximal formula atoms :  120 (  10 avg)
%            Number of connectives :  352 (  97   ~; 184   |;  66   &)
%                                         (   4 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   37 (   6 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   64 (  24   >;  40   *;   0   +;   0  <<)
%            Number of predicates  :   17 (  15 usr;   1 prp; 0-4 aty)
%            Number of functors    :   24 (  24 usr;  15 con; 0-3 aty)
%            Number of variables   :   45 (   0 sgn;  29   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    stoppedIn: ( $i * $i * $i ) > $o ).

tff(decl_23,type,
    happens: ( $i * $i ) > $o ).

tff(decl_24,type,
    less: ( $i * $i ) > $o ).

tff(decl_25,type,
    terminates: ( $i * $i * $i ) > $o ).

tff(decl_26,type,
    startedIn: ( $i * $i * $i ) > $o ).

tff(decl_27,type,
    initiates: ( $i * $i * $i ) > $o ).

tff(decl_28,type,
    n0: $i ).

tff(decl_29,type,
    trajectory: ( $i * $i * $i * $i ) > $o ).

tff(decl_30,type,
    plus: ( $i * $i ) > $i ).

tff(decl_31,type,
    holdsAt: ( $i * $i ) > $o ).

tff(decl_32,type,
    antitrajectory: ( $i * $i * $i * $i ) > $o ).

tff(decl_33,type,
    n1: $i ).

tff(decl_34,type,
    releasedAt: ( $i * $i ) > $o ).

tff(decl_35,type,
    releases: ( $i * $i * $i ) > $o ).

tff(decl_36,type,
    push: $i ).

tff(decl_37,type,
    forwards: $i ).

tff(decl_38,type,
    pull: $i ).

tff(decl_39,type,
    backwards: $i ).

tff(decl_40,type,
    spinning: $i ).

tff(decl_41,type,
    n2: $i ).

tff(decl_42,type,
    n3: $i ).

tff(decl_43,type,
    n4: $i ).

tff(decl_44,type,
    n5: $i ).

tff(decl_45,type,
    n6: $i ).

tff(decl_46,type,
    less_or_equal: ( $i * $i ) > $o ).

tff(decl_47,type,
    n7: $i ).

tff(decl_48,type,
    n8: $i ).

tff(decl_49,type,
    n9: $i ).

tff(decl_50,type,
    epred1_3: ( $i * $i * $i ) > $o ).

tff(decl_51,type,
    epred2_3: ( $i * $i * $i ) > $o ).

tff(decl_52,type,
    epred3_3: ( $i * $i * $i ) > $o ).

tff(decl_53,type,
    esk1_3: ( $i * $i * $i ) > $i ).

tff(decl_54,type,
    esk2_3: ( $i * $i * $i ) > $i ).

tff(decl_55,type,
    esk3_3: ( $i * $i * $i ) > $i ).

tff(decl_56,type,
    esk4_3: ( $i * $i * $i ) > $i ).

tff(decl_57,type,
    esk5_2: ( $i * $i ) > $i ).

tff(decl_58,type,
    esk6_2: ( $i * $i ) > $i ).

tff(decl_59,type,
    esk7_2: ( $i * $i ) > $i ).

tff(decl_60,type,
    esk8_2: ( $i * $i ) > $i ).

fof(happens_all_defn,axiom,
    ! [X4,X5] :
      ( happens(X4,X5)
    <=> ( ( X4 = push
          & X5 = n0 )
        | ( X4 = pull
          & X5 = n1 )
        | ( X4 = pull
          & X5 = n2 )
        | ( X4 = push
          & X5 = n2 ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.ax',happens_all_defn) ).

fof(initiates_all_defn,axiom,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> ( ( X4 = push
          & X2 = forwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = backwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = spinning
          & happens(push,X5) ) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+2.ax',initiates_all_defn) ).

fof(happens_holds,axiom,
    ! [X4,X5,X2] :
      ( ( happens(X4,X5)
        & initiates(X4,X2,X5) )
     => holdsAt(X2,plus(X5,n1)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CSR001+0.ax',happens_holds) ).

fof(symmetry_of_plus,axiom,
    ! [X9,X10] : plus(X9,X10) = plus(X10,X9),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',symmetry_of_plus) ).

fof(spinning_3,conjecture,
    holdsAt(spinning,n3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',spinning_3) ).

fof(plus1_2,axiom,
    plus(n1,n2) = n3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus1_2) ).

fof(c_0_6,plain,
    ! [X2,X4,X5] :
      ( epred1_3(X5,X4,X2)
    <=> ( ( X4 = push
          & X2 = forwards
          & ~ happens(pull,X5) )
        | ( X4 = pull
          & X2 = backwards
          & ~ happens(push,X5) )
        | ( X4 = pull
          & X2 = spinning
          & happens(push,X5) ) ) ),
    introduced(definition) ).

fof(c_0_7,plain,
    ! [X94,X95,X96] :
      ( ( X95 = pull
        | X95 = pull
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | X95 = pull
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | X95 = pull
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | X94 = backwards
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | X94 = backwards
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | X94 = backwards
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | ~ happens(push,X96)
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | ~ happens(push,X96)
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | ~ happens(push,X96)
        | X95 = push
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | X95 = pull
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | X95 = pull
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | X95 = pull
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | X94 = backwards
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | X94 = backwards
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | X94 = backwards
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | ~ happens(push,X96)
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | ~ happens(push,X96)
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | ~ happens(push,X96)
        | X94 = forwards
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | X95 = pull
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | X95 = pull
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | X95 = pull
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | X94 = backwards
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | X94 = backwards
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | X94 = backwards
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 = pull
        | ~ happens(push,X96)
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( X94 = spinning
        | ~ happens(push,X96)
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( happens(push,X96)
        | ~ happens(push,X96)
        | ~ happens(pull,X96)
        | ~ epred1_3(X96,X95,X94) )
      & ( X95 != push
        | X94 != forwards
        | happens(pull,X96)
        | epred1_3(X96,X95,X94) )
      & ( X95 != pull
        | X94 != backwards
        | happens(push,X96)
        | epred1_3(X96,X95,X94) )
      & ( X95 != pull
        | X94 != spinning
        | ~ happens(push,X96)
        | epred1_3(X96,X95,X94) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_6])])]) ).

fof(c_0_8,plain,
    ! [X74,X75] :
      ( ( X74 = push
        | X74 = pull
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X74 = pull
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X74 = pull
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X75 = n1
        | X74 = push
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X74 = pull
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X74 = pull
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X74 = pull
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X74 = pull
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 = push
        | X75 = n2
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X75 = n2
        | X75 = n2
        | X75 = n1
        | X75 = n0
        | ~ happens(X74,X75) )
      & ( X74 != push
        | X75 != n0
        | happens(X74,X75) )
      & ( X74 != pull
        | X75 != n1
        | happens(X74,X75) )
      & ( X74 != pull
        | X75 != n2
        | happens(X74,X75) )
      & ( X74 != push
        | X75 != n2
        | happens(X74,X75) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_all_defn])])]) ).

fof(c_0_9,plain,
    ! [X4,X2,X5] :
      ( initiates(X4,X2,X5)
    <=> epred1_3(X5,X4,X2) ),
    inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[initiates_all_defn]),c_0_6]) ).

cnf(c_0_10,plain,
    ( epred1_3(X3,X1,X2)
    | X1 != pull
    | X2 != spinning
    | ~ happens(push,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_7]) ).

cnf(c_0_11,plain,
    ( happens(X1,X2)
    | X1 != push
    | X2 != n2 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

fof(c_0_12,plain,
    ! [X65,X66,X67] :
      ( ( ~ initiates(X65,X66,X67)
        | epred1_3(X67,X65,X66) )
      & ( ~ epred1_3(X67,X65,X66)
        | initiates(X65,X66,X67) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])]) ).

cnf(c_0_13,plain,
    ( epred1_3(X1,pull,spinning)
    | ~ happens(push,X1) ),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_10])]) ).

cnf(c_0_14,plain,
    happens(push,n2),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_11])]) ).

fof(c_0_15,plain,
    ! [X53,X54,X55] :
      ( ~ happens(X53,X54)
      | ~ initiates(X53,X55,X54)
      | holdsAt(X55,plus(X54,n1)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[happens_holds])]) ).

cnf(c_0_16,plain,
    ( initiates(X2,X3,X1)
    | ~ epred1_3(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

cnf(c_0_17,plain,
    epred1_3(n2,pull,spinning),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_18,plain,
    ( happens(X1,X2)
    | X1 != pull
    | X2 != n2 ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

fof(c_0_19,plain,
    ! [X76,X77] : plus(X76,X77) = plus(X77,X76),
    inference(variable_rename,[status(thm)],[symmetry_of_plus]) ).

fof(c_0_20,negated_conjecture,
    ~ holdsAt(spinning,n3),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[spinning_3])]) ).

cnf(c_0_21,plain,
    ( holdsAt(X3,plus(X2,n1))
    | ~ happens(X1,X2)
    | ~ initiates(X1,X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_22,plain,
    initiates(pull,spinning,n2),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_23,plain,
    happens(pull,n2),
    inference(er,[status(thm)],[inference(er,[status(thm)],[c_0_18])]) ).

cnf(c_0_24,plain,
    plus(X1,X2) = plus(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_25,plain,
    plus(n1,n2) = n3,
    inference(split_conjunct,[status(thm)],[plus1_2]) ).

cnf(c_0_26,negated_conjecture,
    ~ holdsAt(spinning,n3),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_27,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_22]),c_0_23])]),c_0_24]),c_0_25]),c_0_26]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : CSR023+1 : TPTP v8.1.2. Bugfixed v3.1.0.
% 0.12/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n007.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    : 300
% 0.13/0.34  % DateTime   : Mon Aug 28 07:10:12 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.56  start to proof: theBenchmark
% 0.19/0.60  % Version  : CSE_E---1.5
% 0.19/0.60  % Problem  : theBenchmark.p
% 0.19/0.60  % Proof found
% 0.19/0.60  % SZS status Theorem for theBenchmark.p
% 0.19/0.60  % SZS output start Proof
% See solution above
% 0.19/0.60  % Total time : 0.028000 s
% 0.19/0.60  % SZS output end Proof
% 0.19/0.60  % Total time : 0.032000 s
%------------------------------------------------------------------------------