TSTP Solution File: SYO893^11 by Lash---1.13

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Lash---1.13
% Problem  : SYO893^11 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : lash -P picomus -M modes -p tstp -t %d %s

% Computer : n029.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:48:30 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
thf(sP1,plain,
    ( sP1
  <=> $false ),
    introduced(definition,[new_symbols(definition,[sP1])]) ).

thf(def_mlocal,definition,
    ( mlocal
    = ( ^ [X1: mworld > $o] : ( X1 @ mactual ) ) ) ).

thf(def_mnot,definition,
    ( mnot
    = ( ^ [X1: mworld > $o,X2: mworld] : ( (~) @ ( X1 @ X2 ) ) ) ) ).

thf(def_mand,definition,
    ( mand
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ( X1 @ X3 )
          & ( X2 @ X3 ) ) ) ) ).

thf(def_mor,definition,
    ( mor
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ( X1 @ X3 )
          | ( X2 @ X3 ) ) ) ) ).

thf(def_mimplies,definition,
    ( mimplies
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ^ [X4: $o,X5: $o] :
              ( X4
             => X5 )
          @ ( X1 @ X3 )
          @ ( X2 @ X3 ) ) ) ) ).

thf(def_mequiv,definition,
    ( mequiv
    = ( ^ [X1: mworld > $o,X2: mworld > $o,X3: mworld] :
          ( ( X1 @ X3 )
        <=> ( X2 @ X3 ) ) ) ) ).

thf(def_mbox,definition,
    ( mbox
    = ( ^ [X1: mworld > $o,X2: mworld] :
        ! [X3: mworld] :
          ( ^ [X4: $o,X5: $o] :
              ( X4
             => X5 )
          @ ( mrel @ X2 @ X3 )
          @ ( X1 @ X3 ) ) ) ) ).

thf(def_mdia,definition,
    ( mdia
    = ( ^ [X1: mworld > $o,X2: mworld] :
        ? [X3: mworld] :
          ( ( mrel @ X2 @ X3 )
          & ( X1 @ X3 ) ) ) ) ).

thf(con,conjecture,
    ~ sP1 ).

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

thf(1,plain,
    ~ sP1,
    inference(prop_rule,[status(thm)],]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : SYO893^11 : TPTP v8.1.2. Released v8.1.0.
% 0.00/0.13  % Command  : lash -P picomus -M modes -p tstp -t %d %s
% 0.14/0.35  % Computer : n029.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Sat Aug 26 08:16:40 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.20/0.42  % SZS status Theorem
% 0.20/0.42  % Mode: cade22grackle2xfee4
% 0.20/0.42  % Steps: 1
% 0.20/0.42  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------