TSTP Solution File: SYO087^5 by Satallax---3.5

View Problem - Process Solution

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

% Computer : n017.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 : Thu Jul 21 19:30:14 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
thf(ty_cP,type,
    cP: $o ).

thf(ty_eigen__0,type,
    eigen__0: $i ).

thf(ty_cR,type,
    cR: $o ).

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

thf(sP1,plain,
    ( sP1
  <=> ( ~ ( ~ cP
         => ~ ( ( cQ
               => cR )
             => ~ ( ~ cQ
                 => ~ cR ) ) )
     => ( ( ( cP
           => ~ cQ )
         => ~ ( ~ cP
             => cQ ) )
       => cR ) ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(sP2,plain,
    ( sP2
  <=> ( ( cP
       => ~ cQ )
     => ~ ( ~ cP
         => cQ ) ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

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

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

thf(sP5,plain,
    ( sP5
  <=> ( ( cQ
       => cR )
     => ~ sP3 ) ),
    introduced(definition,[new_symbols(definition,[sP5])]) ).

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

thf(sP7,plain,
    ( sP7
  <=> ( sP6
     => cR ) ),
    introduced(definition,[new_symbols(definition,[sP7])]) ).

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

thf(sP9,plain,
    ( sP9
  <=> ( ~ sP4
     => ~ sP5 ) ),
    introduced(definition,[new_symbols(definition,[sP9])]) ).

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

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

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

thf(sP13,plain,
    ( sP13
  <=> ( sP2
     => sP11 ) ),
    introduced(definition,[new_symbols(definition,[sP13])]) ).

thf(cTHM50_13,conjecture,
    ~ sP10 ).

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

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

thf(2,plain,
    ( sP12
    | ~ sP6 ),
    inference(prop_rule,[status(thm)],]) ).

thf(3,plain,
    ( sP8
    | sP4 ),
    inference(prop_rule,[status(thm)],]) ).

thf(4,plain,
    ( sP3
    | sP11 ),
    inference(prop_rule,[status(thm)],]) ).

thf(5,plain,
    ( sP7
    | sP6 ),
    inference(prop_rule,[status(thm)],]) ).

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

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

thf(8,plain,
    ( sP13
    | ~ sP11 ),
    inference(prop_rule,[status(thm)],]) ).

thf(9,plain,
    ( sP13
    | sP2 ),
    inference(prop_rule,[status(thm)],]) ).

thf(10,plain,
    ( sP9
    | sP5 ),
    inference(prop_rule,[status(thm)],]) ).

thf(11,plain,
    ( sP9
    | ~ sP4 ),
    inference(prop_rule,[status(thm)],]) ).

thf(12,plain,
    ( sP1
    | ~ sP13 ),
    inference(prop_rule,[status(thm)],]) ).

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

thf(14,plain,
    $false,
    inference(prop_unsat,[status(thm),assumptions([h0])],[1,2,3,4,5,6,7,8,9,10,11,12,13,h0]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYO087^5 : TPTP v8.1.0. Released v4.0.0.
% 0.06/0.12  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.14/0.33  % Computer : n017.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  : 600
% 0.14/0.33  % DateTime : Sat Jul  9 05:42:01 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.36  % SZS status Theorem
% 0.14/0.36  % Mode: mode213
% 0.14/0.36  % Inferences: 22
% 0.14/0.36  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------