TSTP Solution File: NUM672^1 by Satallax---3.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : NUM672^1 : TPTP v8.1.0. Released v3.7.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s

% Computer : n027.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 : Mon Jul 18 13:55:00 EDT 2022

% Result   : Theorem 0.12s 0.36s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
thf(ty_nat,type,
    nat: $tType ).

thf(ty_z,type,
    z: nat ).

thf(ty_pl,type,
    pl: nat > nat > nat ).

thf(ty_y,type,
    y: nat ).

thf(ty_less,type,
    less: nat > nat > $o ).

thf(ty_more,type,
    more: nat > nat > $o ).

thf(ty_x,type,
    x: nat ).

thf(sP1,plain,
    ( sP1
  <=> ! [X1: nat,X2: nat] :
        ( ( less @ X1 @ X2 )
       => ( more @ X2 @ X1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ( ( more @ ( pl @ y @ z ) @ ( pl @ x @ z ) )
     => ( less @ ( pl @ x @ z ) @ ( pl @ y @ z ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(sP3,plain,
    ( sP3
  <=> ( ( more @ y @ x )
     => ( more @ ( pl @ y @ z ) @ ( pl @ x @ z ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP3])]) ).

thf(sP4,plain,
    ( sP4
  <=> ( less @ x @ y ) ),
    introduced(definition,[new_symbols(definition,[sP4])]) ).

thf(sP5,plain,
    ( sP5
  <=> ( more @ ( pl @ y @ z ) @ ( pl @ x @ z ) ) ),
    introduced(definition,[new_symbols(definition,[sP5])]) ).

thf(sP6,plain,
    ( sP6
  <=> ( more @ y @ x ) ),
    introduced(definition,[new_symbols(definition,[sP6])]) ).

thf(sP7,plain,
    ( sP7
  <=> ! [X1: nat] :
        ( sP6
       => ( more @ ( pl @ y @ X1 ) @ ( pl @ x @ X1 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP7])]) ).

thf(sP8,plain,
    ( sP8
  <=> ! [X1: nat] :
        ( ( less @ x @ X1 )
       => ( more @ X1 @ x ) ) ),
    introduced(definition,[new_symbols(definition,[sP8])]) ).

thf(sP9,plain,
    ( sP9
  <=> ! [X1: nat,X2: nat,X3: nat] :
        ( ( more @ X1 @ X2 )
       => ( more @ ( pl @ X1 @ X3 ) @ ( pl @ X2 @ X3 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP9])]) ).

thf(sP10,plain,
    ( sP10
  <=> ( less @ ( pl @ x @ z ) @ ( pl @ y @ z ) ) ),
    introduced(definition,[new_symbols(definition,[sP10])]) ).

thf(sP11,plain,
    ( sP11
  <=> ! [X1: nat] :
        ( ( more @ ( pl @ y @ z ) @ X1 )
       => ( less @ X1 @ ( pl @ y @ z ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP11])]) ).

thf(sP12,plain,
    ( sP12
  <=> ! [X1: nat,X2: nat] :
        ( ( more @ y @ X1 )
       => ( more @ ( pl @ y @ X2 ) @ ( pl @ X1 @ X2 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP12])]) ).

thf(sP13,plain,
    ( sP13
  <=> ( sP4
     => sP6 ) ),
    introduced(definition,[new_symbols(definition,[sP13])]) ).

thf(sP14,plain,
    ( sP14
  <=> ! [X1: nat,X2: nat] :
        ( ( more @ X1 @ X2 )
       => ( less @ X2 @ X1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP14])]) ).

thf(satz19c,conjecture,
    sP10 ).

thf(h0,negated_conjecture,
    ~ sP10,
    inference(assume_negation,[status(cth)],[satz19c]) ).

thf(1,plain,
    ( ~ sP1
    | sP8 ),
    inference(all_rule,[status(thm)],]) ).

thf(2,plain,
    ( ~ sP8
    | sP13 ),
    inference(all_rule,[status(thm)],]) ).

thf(3,plain,
    ( ~ sP13
    | ~ sP4
    | sP6 ),
    inference(prop_rule,[status(thm)],]) ).

thf(4,plain,
    ( ~ sP9
    | sP12 ),
    inference(all_rule,[status(thm)],]) ).

thf(5,plain,
    ( ~ sP12
    | sP7 ),
    inference(all_rule,[status(thm)],]) ).

thf(6,plain,
    ( ~ sP7
    | sP3 ),
    inference(all_rule,[status(thm)],]) ).

thf(7,plain,
    ( ~ sP3
    | ~ sP6
    | sP5 ),
    inference(prop_rule,[status(thm)],]) ).

thf(8,plain,
    ( ~ sP14
    | sP11 ),
    inference(all_rule,[status(thm)],]) ).

thf(9,plain,
    ( ~ sP11
    | sP2 ),
    inference(all_rule,[status(thm)],]) ).

thf(10,plain,
    ( ~ sP2
    | ~ sP5
    | sP10 ),
    inference(prop_rule,[status(thm)],]) ).

thf(l,axiom,
    sP4 ).

thf(satz11,axiom,
    sP14 ).

thf(satz19a,axiom,
    sP9 ).

thf(satz12,axiom,
    sP1 ).

thf(11,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h0])],[1,2,3,4,5,6,7,8,9,10,l,satz11,satz19a,satz12,h0]) ).

thf(0,theorem,
    sP10,
    inference(contra,[status(thm),contra(discharge,[h0])],[11,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NUM672^1 : TPTP v8.1.0. Released v3.7.0.
% 0.07/0.12  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.33  % Computer : n027.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  : 600
% 0.12/0.33  % DateTime : Tue Jul  5 04:27:26 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.36  % SZS status Theorem
% 0.12/0.36  % Mode: mode213
% 0.12/0.36  % Inferences: 9
% 0.12/0.36  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------