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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : NUM783^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 : n026.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:56:30 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
thf(ty_rat,type,
    rat: $tType ).

thf(ty_is,type,
    is: rat > rat > $o ).

thf(ty_or3,type,
    or3: $o > $o > $o > $o ).

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

thf(ty_x0,type,
    x0: rat ).

thf(ty_y0,type,
    y0: rat ).

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

thf(ty_ec3,type,
    ec3: $o > $o > $o > $o ).

thf(sP1,plain,
    ( sP1
  <=> ! [X1: rat,X2: rat] :
        ~ ( ( or3 @ ( is @ X1 @ X2 ) @ ( more @ X1 @ X2 ) @ ( less @ X1 @ X2 ) )
         => ~ ( ec3 @ ( is @ X1 @ X2 ) @ ( more @ X1 @ X2 ) @ ( less @ X1 @ X2 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ( ( or3 @ ( is @ x0 @ y0 ) @ ( more @ x0 @ y0 ) @ ( less @ x0 @ y0 ) )
     => ~ ( ec3 @ ( is @ x0 @ y0 ) @ ( more @ x0 @ y0 ) @ ( less @ x0 @ y0 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(sP3,plain,
    ( sP3
  <=> ( or3 @ ( is @ x0 @ y0 ) @ ( more @ x0 @ y0 ) @ ( less @ x0 @ y0 ) ) ),
    introduced(definition,[new_symbols(definition,[sP3])]) ).

thf(sP4,plain,
    ( sP4
  <=> ! [X1: rat] :
        ~ ( ( or3 @ ( is @ x0 @ X1 ) @ ( more @ x0 @ X1 ) @ ( less @ x0 @ X1 ) )
         => ~ ( ec3 @ ( is @ x0 @ X1 ) @ ( more @ x0 @ X1 ) @ ( less @ x0 @ X1 ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP4])]) ).

thf(satz81a,conjecture,
    sP3 ).

thf(h0,negated_conjecture,
    ~ sP3,
    inference(assume_negation,[status(cth)],[satz81a]) ).

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

thf(2,plain,
    ( ~ sP4
    | ~ sP2 ),
    inference(all_rule,[status(thm)],]) ).

thf(3,plain,
    ( ~ sP1
    | sP4 ),
    inference(all_rule,[status(thm)],]) ).

thf(satz81,axiom,
    sP1 ).

thf(4,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h0])],[1,2,3,satz81,h0]) ).

thf(0,theorem,
    sP3,
    inference(contra,[status(thm),contra(discharge,[h0])],[4,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : NUM783^1 : TPTP v8.1.0. Released v3.7.0.
% 0.06/0.12  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.33  % Computer : n026.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 07:59:37 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.36  % SZS status Theorem
% 0.12/0.36  % Mode: mode213
% 0.12/0.36  % Inferences: 54
% 0.12/0.36  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------