TSTP Solution File: SYO136^5 by Lash---1.13

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Lash---1.13
% Problem  : SYO136^5 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : lash -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  : 300s
% DateTime : Fri Sep  1 04:45:23 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(ty_x,type,
    x: $i ).

thf(ty_cB,type,
    cB: $o ).

thf(ty_cQ,type,
    cQ: $i > $o ).

thf(ty_cP,type,
    cP: $i > $o ).

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

thf(sP2,plain,
    ( sP2
  <=> ! [X1: $i] :
        ~ ( cQ @ X1 ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

thf(cADDHYP3,conjecture,
    ( ( ( ~ ! [X1: $i] :
              ~ ( cP @ X1 )
       => cB )
     => cB )
   => ( sP1
     => ~ sP2 ) ) ).

thf(h0,negated_conjecture,
    ~ ( ( ( ~ ! [X1: $i] :
                ~ ( cP @ X1 )
         => cB )
       => cB )
     => ( sP1
       => ~ sP2 ) ),
    inference(assume_negation,[status(cth)],[cADDHYP3]) ).

thf(h1,assumption,
    ( ( ~ ! [X1: $i] :
            ~ ( cP @ X1 )
     => cB )
   => cB ),
    introduced(assumption,[]) ).

thf(h2,assumption,
    ~ ( sP1
     => ~ sP2 ),
    introduced(assumption,[]) ).

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

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

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

thf(2,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h3,h4,h1,h2,h0])],[1,h3,h4]) ).

thf(3,plain,
    $false,
    inference(tab_negimp,[status(thm),assumptions([h1,h2,h0]),tab_negimp(discharge,[h3,h4])],[h2,2,h3,h4]) ).

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

thf(0,theorem,
    ( ( ( ~ ! [X1: $i] :
              ~ ( cP @ X1 )
       => cB )
     => cB )
   => ( sP1
     => ~ sP2 ) ),
    inference(contra,[status(thm),contra(discharge,[h0])],[4,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYO136^5 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : lash -P picomus -M modes -p tstp -t %d %s
% 0.13/0.34  % Computer : n027.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 : Sat Aug 26 02:10:49 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.39  % SZS status Theorem
% 0.20/0.39  % Mode: cade22grackle2xfee4
% 0.20/0.39  % Steps: 11
% 0.20/0.39  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------