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

View Problem - Process Solution

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

% Computer : n015.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:33:22 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
thf(ty_p,type,
    p: ( $o > $o ) > ( $o > $o ) > $o ).

thf(ty_g,type,
    g: $o > $o ).

thf(ty_f,type,
    f: $o > $o ).

thf(sP1,plain,
    ( sP1
  <=> ( p @ f @ g ) ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(pfgc,conjecture,
    sP1 ).

thf(h0,negated_conjecture,
    ~ sP1,
    inference(assume_negation,[status(cth)],[pfgc]) ).

thf(pfg,axiom,
    sP1 ).

thf(1,plain,
    $false,
    inference(tab_conflict,[status(thm),assumptions([h0])],[pfg,h0]) ).

thf(0,theorem,
    sP1,
    inference(contra,[status(thm),contra(discharge,[h0])],[1,h0]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SYO549^1 : TPTP v8.1.0. Released v5.2.0.
% 0.11/0.12  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.13/0.33  % Computer : n015.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Fri Jul  8 17:27:21 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.35  % SZS status Theorem
% 0.13/0.35  % Mode: mode213
% 0.13/0.35  % Inferences: 0
% 0.13/0.35  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------