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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : SWV374+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n028.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 : Thu Aug 31 21:38:18 EDT 2023

% Result   : Theorem 0.64s 0.72s
% Output   : CNFRefutation 0.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   37
% Syntax   : Number of formulae    :   63 (   9 unt;  30 typ;   0 def)
%            Number of atoms       :   84 (  29 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :   80 (  29   ~;  30   |;  13   &)
%                                         (   3 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  24   >;  18   *;   0   +;   0  <<)
%            Number of predicates  :   12 (   9 usr;   2 prp; 0-3 aty)
%            Number of functors    :   21 (  21 usr;   6 con; 0-3 aty)
%            Number of variables   :   68 (  12 sgn;  44   !;   0   ?;   0   :)

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

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

tff(decl_24,type,
    bottom: $i ).

tff(decl_25,type,
    create_slb: $i ).

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

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

tff(decl_28,type,
    insert_slb: ( $i * $i ) > $i ).

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

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

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

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

tff(decl_33,type,
    update_slb: ( $i * $i ) > $i ).

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

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

tff(decl_36,type,
    remove_cpq: ( $i * $i ) > $i ).

tff(decl_37,type,
    findmin_cpq_eff: $i > $i ).

tff(decl_38,type,
    removemin_cpq_eff: $i > $i ).

tff(decl_39,type,
    triple: ( $i * $i * $i ) > $i ).

tff(decl_40,type,
    check_cpq: $i > $o ).

tff(decl_41,type,
    contains_cpq: ( $i * $i ) > $o ).

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

tff(decl_43,type,
    ok: $i > $o ).

tff(decl_44,type,
    insert_pqp: ( $i * $i ) > $i ).

tff(decl_45,type,
    remove_pqp: ( $i * $i ) > $i ).

tff(decl_46,type,
    findmin_pqp_res: $i > $i ).

tff(decl_47,type,
    findmin_cpq_res: $i > $i ).

tff(decl_48,type,
    removemin_cpq_res: $i > $i ).

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

tff(decl_50,type,
    esk2_0: $i ).

tff(decl_51,type,
    esk3_0: $i ).

fof(ax47,axiom,
    ! [X1,X2,X3,X4] :
      ( ( X2 != create_slb
        & ~ contains_slb(X2,findmin_pqp_res(X1)) )
     => findmin_cpq_eff(triple(X1,X2,X3)) = triple(X1,update_slb(X2,findmin_pqp_res(X1)),bad) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+3.ax',ax47) ).

fof(stricly_smaller_definition,axiom,
    ! [X1,X2] :
      ( strictly_less_than(X1,X2)
    <=> ( less_than(X1,X2)
        & ~ less_than(X2,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+0.ax',stricly_smaller_definition) ).

fof(ax48,axiom,
    ! [X1,X2,X3,X4] :
      ( ( X2 != create_slb
        & contains_slb(X2,findmin_pqp_res(X1))
        & strictly_less_than(findmin_pqp_res(X1),lookup_slb(X2,findmin_pqp_res(X1))) )
     => findmin_cpq_eff(triple(X1,X2,X3)) = triple(X1,update_slb(X2,findmin_pqp_res(X1)),bad) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+3.ax',ax48) ).

fof(totality,axiom,
    ! [X1,X2] :
      ( less_than(X1,X2)
      | less_than(X2,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+0.ax',totality) ).

fof(l10_co,conjecture,
    ! [X1,X2,X3] :
      ( ok(findmin_cpq_eff(triple(X1,X2,X3)))
     => ( X2 != create_slb
        & contains_slb(X2,findmin_pqp_res(X1))
        & less_than(lookup_slb(X2,findmin_pqp_res(X1)),findmin_pqp_res(X1)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l10_co) ).

fof(ax40,axiom,
    ! [X1,X2] :
      ( ok(triple(X1,X2,bad))
    <=> ~ $true ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+3.ax',ax40) ).

fof(ax46,axiom,
    ! [X1,X2] : findmin_cpq_eff(triple(X1,create_slb,X2)) = triple(X1,create_slb,bad),
    file('/export/starexec/sandbox2/benchmark/Axioms/SWV007+3.ax',ax46) ).

fof(c_0_7,plain,
    ! [X1,X2,X3,X4] :
      ( ( X2 != create_slb
        & ~ contains_slb(X2,findmin_pqp_res(X1)) )
     => findmin_cpq_eff(triple(X1,X2,X3)) = triple(X1,update_slb(X2,findmin_pqp_res(X1)),bad) ),
    inference(fof_simplification,[status(thm)],[ax47]) ).

fof(c_0_8,plain,
    ! [X1,X2] :
      ( strictly_less_than(X1,X2)
    <=> ( less_than(X1,X2)
        & ~ less_than(X2,X1) ) ),
    inference(fof_simplification,[status(thm)],[stricly_smaller_definition]) ).

fof(c_0_9,plain,
    ! [X106,X107,X108] :
      ( X107 = create_slb
      | ~ contains_slb(X107,findmin_pqp_res(X106))
      | ~ strictly_less_than(findmin_pqp_res(X106),lookup_slb(X107,findmin_pqp_res(X106)))
      | findmin_cpq_eff(triple(X106,X107,X108)) = triple(X106,update_slb(X107,findmin_pqp_res(X106)),bad) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[ax48])])]) ).

fof(c_0_10,plain,
    ! [X103,X104,X105] :
      ( X104 = create_slb
      | contains_slb(X104,findmin_pqp_res(X103))
      | findmin_cpq_eff(triple(X103,X104,X105)) = triple(X103,update_slb(X104,findmin_pqp_res(X103)),bad) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[c_0_7])])]) ).

fof(c_0_11,plain,
    ! [X12,X13] :
      ( ( less_than(X12,X13)
        | ~ strictly_less_than(X12,X13) )
      & ( ~ less_than(X13,X12)
        | ~ strictly_less_than(X12,X13) )
      & ( ~ less_than(X12,X13)
        | less_than(X13,X12)
        | strictly_less_than(X12,X13) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_8])])]) ).

fof(c_0_12,plain,
    ! [X9,X10] :
      ( less_than(X9,X10)
      | less_than(X10,X9) ),
    inference(variable_rename,[status(thm)],[totality]) ).

fof(c_0_13,negated_conjecture,
    ~ ! [X1,X2,X3] :
        ( ok(findmin_cpq_eff(triple(X1,X2,X3)))
       => ( X2 != create_slb
          & contains_slb(X2,findmin_pqp_res(X1))
          & less_than(lookup_slb(X2,findmin_pqp_res(X1)),findmin_pqp_res(X1)) ) ),
    inference(assume_negation,[status(cth)],[l10_co]) ).

cnf(c_0_14,plain,
    ( X1 = create_slb
    | findmin_cpq_eff(triple(X2,X1,X3)) = triple(X2,update_slb(X1,findmin_pqp_res(X2)),bad)
    | ~ contains_slb(X1,findmin_pqp_res(X2))
    | ~ strictly_less_than(findmin_pqp_res(X2),lookup_slb(X1,findmin_pqp_res(X2))) ),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_15,plain,
    ( X1 = create_slb
    | contains_slb(X1,findmin_pqp_res(X2))
    | findmin_cpq_eff(triple(X2,X1,X3)) = triple(X2,update_slb(X1,findmin_pqp_res(X2)),bad) ),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_16,plain,
    ( less_than(X2,X1)
    | strictly_less_than(X1,X2)
    | ~ less_than(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_17,plain,
    ( less_than(X1,X2)
    | less_than(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

fof(c_0_18,plain,
    ! [X1,X2] : ~ ok(triple(X1,X2,bad)),
    inference(fof_simplification,[status(thm)],[ax40]) ).

fof(c_0_19,negated_conjecture,
    ( ok(findmin_cpq_eff(triple(esk1_0,esk2_0,esk3_0)))
    & ( esk2_0 = create_slb
      | ~ contains_slb(esk2_0,findmin_pqp_res(esk1_0))
      | ~ less_than(lookup_slb(esk2_0,findmin_pqp_res(esk1_0)),findmin_pqp_res(esk1_0)) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_13])])]) ).

cnf(c_0_20,plain,
    ( findmin_cpq_eff(triple(X1,X2,X3)) = triple(X1,update_slb(X2,findmin_pqp_res(X1)),bad)
    | X2 = create_slb
    | ~ strictly_less_than(findmin_pqp_res(X1),lookup_slb(X2,findmin_pqp_res(X1))) ),
    inference(csr,[status(thm)],[c_0_14,c_0_15]) ).

cnf(c_0_21,plain,
    ( strictly_less_than(X1,X2)
    | less_than(X2,X1) ),
    inference(csr,[status(thm)],[c_0_16,c_0_17]) ).

fof(c_0_22,plain,
    ! [X80,X81] : ~ ok(triple(X80,X81,bad)),
    inference(variable_rename,[status(thm)],[c_0_18]) ).

cnf(c_0_23,negated_conjecture,
    ( esk2_0 = create_slb
    | ~ contains_slb(esk2_0,findmin_pqp_res(esk1_0))
    | ~ less_than(lookup_slb(esk2_0,findmin_pqp_res(esk1_0)),findmin_pqp_res(esk1_0)) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_24,plain,
    ( findmin_cpq_eff(triple(X1,X2,X3)) = triple(X1,update_slb(X2,findmin_pqp_res(X1)),bad)
    | X2 = create_slb
    | less_than(lookup_slb(X2,findmin_pqp_res(X1)),findmin_pqp_res(X1)) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_25,plain,
    ~ ok(triple(X1,X2,bad)),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_26,negated_conjecture,
    ( findmin_cpq_eff(triple(esk1_0,esk2_0,X1)) = triple(esk1_0,update_slb(esk2_0,findmin_pqp_res(esk1_0)),bad)
    | esk2_0 = create_slb ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_15]) ).

cnf(c_0_27,negated_conjecture,
    ( esk2_0 = create_slb
    | ~ ok(findmin_cpq_eff(triple(esk1_0,esk2_0,X1))) ),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_28,negated_conjecture,
    ok(findmin_cpq_eff(triple(esk1_0,esk2_0,esk3_0))),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

fof(c_0_29,plain,
    ! [X101,X102] : findmin_cpq_eff(triple(X101,create_slb,X102)) = triple(X101,create_slb,bad),
    inference(variable_rename,[status(thm)],[ax46]) ).

cnf(c_0_30,negated_conjecture,
    esk2_0 = create_slb,
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_31,plain,
    findmin_cpq_eff(triple(X1,create_slb,X2)) = triple(X1,create_slb,bad),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

cnf(c_0_32,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_30]),c_0_31]),c_0_25]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : SWV374+1 : TPTP v8.1.2. Released v3.3.0.
% 0.07/0.12  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.33  % Computer : n028.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit   : 300
% 0.14/0.33  % WCLimit    : 300
% 0.14/0.33  % DateTime   : Tue Aug 29 08:36:55 EDT 2023
% 0.14/0.33  % CPUTime  : 
% 0.20/0.56  start to proof: theBenchmark
% 0.64/0.72  % Version  : CSE_E---1.5
% 0.64/0.72  % Problem  : theBenchmark.p
% 0.64/0.72  % Proof found
% 0.64/0.72  % SZS status Theorem for theBenchmark.p
% 0.64/0.72  % SZS output start Proof
% See solution above
% 0.64/0.73  % Total time : 0.159000 s
% 0.64/0.73  % SZS output end Proof
% 0.64/0.73  % Total time : 0.163000 s
%------------------------------------------------------------------------------