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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : NUM667^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 : n021.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:54:55 EDT 2022

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

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

thf(ty_z,type,
    z: nat ).

thf(ty_y,type,
    y: nat ).

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

thf(ty_x,type,
    x: nat ).

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

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

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

thf(sP4,plain,
    ( sP4
  <=> ! [X1: nat] :
        ( ( x = X1 )
       => ( X1 = x ) ) ),
    introduced(definition,[new_symbols(definition,[sP4])]) ).

thf(sP5,plain,
    ( sP5
  <=> ! [X1: nat] :
        ( ( ~ sP3
         => ( x = y ) )
       => ( ( less @ y @ X1 )
         => ( less @ x @ X1 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP5])]) ).

thf(sP6,plain,
    ( sP6
  <=> ( ( ~ sP3
       => ( x = y ) )
     => ( ( less @ y @ z )
       => sP1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP6])]) ).

thf(sP7,plain,
    ( sP7
  <=> ( ~ ( less @ y @ z )
     => ( y = z ) ) ),
    introduced(definition,[new_symbols(definition,[sP7])]) ).

thf(sP8,plain,
    ( sP8
  <=> ( ( x = y )
     => sP2 ) ),
    introduced(definition,[new_symbols(definition,[sP8])]) ).

thf(sP9,plain,
    ( sP9
  <=> ( sP7
     => sP1 ) ),
    introduced(definition,[new_symbols(definition,[sP9])]) ).

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

thf(sP11,plain,
    ( sP11
  <=> ( sP3
     => sP9 ) ),
    introduced(definition,[new_symbols(definition,[sP11])]) ).

thf(sP12,plain,
    ( sP12
  <=> ( ( z = x )
     => ( x = z ) ) ),
    introduced(definition,[new_symbols(definition,[sP12])]) ).

thf(sP13,plain,
    ( sP13
  <=> ! [X1: nat,X2: nat] :
        ( ( X1 = X2 )
       => ( X2 = X1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP13])]) ).

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

thf(sP15,plain,
    ( sP15
  <=> ( sP10
     => sP1 ) ),
    introduced(definition,[new_symbols(definition,[sP15])]) ).

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

thf(sP17,plain,
    ( sP17
  <=> ( x = z ) ),
    introduced(definition,[new_symbols(definition,[sP17])]) ).

thf(sP18,plain,
    ( sP18
  <=> ( y = z ) ),
    introduced(definition,[new_symbols(definition,[sP18])]) ).

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

thf(sP20,plain,
    ( sP20
  <=> ( z = x ) ),
    introduced(definition,[new_symbols(definition,[sP20])]) ).

thf(sP21,plain,
    ( sP21
  <=> ( ~ sP3
     => sP16 ) ),
    introduced(definition,[new_symbols(definition,[sP21])]) ).

thf(sP22,plain,
    ( sP22
  <=> ! [X1: nat] :
        ( ( z = X1 )
       => ( X1 = z ) ) ),
    introduced(definition,[new_symbols(definition,[sP22])]) ).

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

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

thf(sP25,plain,
    ( sP25
  <=> ! [X1: nat] :
        ( sP3
       => ( ( ~ ( less @ y @ X1 )
           => ( y = X1 ) )
         => ( less @ x @ X1 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP25])]) ).

thf(satz17,conjecture,
    ( ~ sP1
   => sP17 ) ).

thf(h0,negated_conjecture,
    ~ ( ~ sP1
     => sP17 ),
    inference(assume_negation,[status(cth)],[satz17]) ).

thf(h1,assumption,
    ~ sP1,
    introduced(assumption,[]) ).

thf(h2,assumption,
    ~ sP17,
    introduced(assumption,[]) ).

thf(h3,assumption,
    sP3,
    introduced(assumption,[]) ).

thf(h4,assumption,
    sP16,
    introduced(assumption,[]) ).

thf(h5,assumption,
    sP10,
    introduced(assumption,[]) ).

thf(h6,assumption,
    sP18,
    introduced(assumption,[]) ).

thf(1,plain,
    ( sP21
    | ~ sP3 ),
    inference(prop_rule,[status(thm)],]) ).

thf(2,plain,
    ( ~ sP19
    | sP5 ),
    inference(all_rule,[status(thm)],]) ).

thf(3,plain,
    ( ~ sP5
    | sP6 ),
    inference(all_rule,[status(thm)],]) ).

thf(4,plain,
    ( ~ sP6
    | ~ sP21
    | sP15 ),
    inference(prop_rule,[status(thm)],]) ).

thf(5,plain,
    ( ~ sP15
    | ~ sP10
    | sP1 ),
    inference(prop_rule,[status(thm)],]) ).

thf(6,plain,
    ( ~ sP24
    | sP19 ),
    inference(all_rule,[status(thm)],]) ).

thf(satz16a,axiom,
    sP24 ).

thf(7,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h5,h3,h1,h2,h0])],[1,2,3,4,5,6,h3,h5,satz16a,h1]) ).

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

thf(9,plain,
    ( ~ sP11
    | ~ sP3
    | sP9 ),
    inference(prop_rule,[status(thm)],]) ).

thf(10,plain,
    ( ~ sP9
    | ~ sP7
    | sP1 ),
    inference(prop_rule,[status(thm)],]) ).

thf(11,plain,
    ( sP7
    | ~ sP18 ),
    inference(prop_rule,[status(thm)],]) ).

thf(12,plain,
    ( ~ sP23
    | sP25 ),
    inference(all_rule,[status(thm)],]) ).

thf(13,plain,
    ( ~ sP14
    | sP23 ),
    inference(all_rule,[status(thm)],]) ).

thf(satz16b,axiom,
    sP14 ).

thf(14,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h6,h3,h1,h2,h0])],[8,9,10,11,12,13,h3,h6,satz16b,h1]) ).

thf(k,axiom,
    sP7 ).

thf(15,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h3,h1,h2,h0]),tab_imp(discharge,[h5]),tab_imp(discharge,[h6])],[k,7,14,h5,h6]) ).

thf(16,plain,
    ( sP21
    | ~ sP16 ),
    inference(prop_rule,[status(thm)],]) ).

thf(17,plain,
    ( ~ sP24
    | sP19 ),
    inference(all_rule,[status(thm)],]) ).

thf(18,plain,
    ( ~ sP19
    | sP5 ),
    inference(all_rule,[status(thm)],]) ).

thf(19,plain,
    ( ~ sP5
    | sP6 ),
    inference(all_rule,[status(thm)],]) ).

thf(20,plain,
    ( ~ sP6
    | ~ sP21
    | sP15 ),
    inference(prop_rule,[status(thm)],]) ).

thf(21,plain,
    ( ~ sP15
    | ~ sP10
    | sP1 ),
    inference(prop_rule,[status(thm)],]) ).

thf(22,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h5,h4,h1,h2,h0])],[16,17,18,19,20,21,h4,h5,satz16a,h1]) ).

thf(23,plain,
    ( ~ sP18
    | sP20
    | ~ sP18
    | ~ sP2 ),
    inference(confrontation_rule,[status(thm)],]) ).

thf(24,plain,
    ( ~ sP8
    | ~ sP16
    | sP2 ),
    inference(prop_rule,[status(thm)],]) ).

thf(25,plain,
    ( ~ sP4
    | sP8 ),
    inference(all_rule,[status(thm)],]) ).

thf(26,plain,
    ( ~ sP12
    | ~ sP20
    | sP17 ),
    inference(prop_rule,[status(thm)],]) ).

thf(27,plain,
    ( ~ sP22
    | sP12 ),
    inference(all_rule,[status(thm)],]) ).

thf(28,plain,
    ( ~ sP13
    | sP22 ),
    inference(all_rule,[status(thm)],]) ).

thf(29,plain,
    ( ~ sP13
    | sP4 ),
    inference(all_rule,[status(thm)],]) ).

thf(30,plain,
    sP13,
    inference(eq_sym,[status(thm)],]) ).

thf(31,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h6,h4,h1,h2,h0])],[23,24,25,26,27,28,29,30,h4,h6,h2]) ).

thf(32,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h4,h1,h2,h0]),tab_imp(discharge,[h5]),tab_imp(discharge,[h6])],[k,22,31,h5,h6]) ).

thf(l,axiom,
    sP21 ).

thf(33,plain,
    $false,
    inference(tab_imp,[status(thm),assumptions([h1,h2,h0]),tab_imp(discharge,[h3]),tab_imp(discharge,[h4])],[l,15,32,h3,h4]) ).

thf(34,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h0]),tab_negimp(discharge,[h1,h2])],[h0,33,h1,h2]) ).

thf(0,theorem,
    ( ~ sP1
   => sP17 ),
    inference(contra,[status(thm),contra(discharge,[h0])],[34,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : NUM667^1 : TPTP v8.1.0. Released v3.7.0.
% 0.04/0.12  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.33  % Computer : n021.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 : Thu Jul  7 15:24:49 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.39/0.58  % SZS status Theorem
% 0.39/0.58  % Mode: mode213
% 0.39/0.58  % Inferences: 2484
% 0.39/0.58  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------