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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Satallax---3.5
% Problem  : SYO040^1 : 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 : n028.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:29:45 EDT 2022

% Result   : Unsatisfiable 0.12s 0.37s
% Output   : Proof 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    1
%            Number of leaves      :   46
% Syntax   : Number of formulae    :   47 (   3 unt;   3 typ;   0 def)
%            Number of atoms       :  163 (  18 equ;   0 cnn)
%            Maximal formula atoms :    4 (   3 avg)
%            Number of connectives :  126 (  33   ~;  40   |;   0   &;  29   @)
%                                         (  18 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    2 (   2   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   23 (  21 usr;  20 con; 0-2 aty)
%            Number of variables   :    4 (   0   ^   4   !;   0   ?;   4   :)

% Comments : 
%------------------------------------------------------------------------------
thf(ty_h,type,
    h: $o > $i ).

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

thf(ty_x,type,
    x: $o ).

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

thf(sP2,plain,
    ( sP2
  <=> ! [X1: $o,X2: $o] :
        ( ( X1 = X2 )
       => ( X2 = X1 ) ) ),
    introduced(definition,[new_symbols(definition,[sP2])]) ).

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

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

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

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

thf(sP7,plain,
    ( sP7
  <=> ! [X1: $o] :
        ( ( ( f @ x )
          = X1 )
       => ( X1
          = ( f @ x ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP7])]) ).

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

thf(sP9,plain,
    ( sP9
  <=> ! [X1: $o] :
        ( ( ( f @ ( f @ x ) )
          = X1 )
       => ( X1
          = ( f @ ( f @ x ) ) ) ) ),
    introduced(definition,[new_symbols(definition,[sP9])]) ).

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

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

thf(sP12,plain,
    ( sP12
  <=> x ),
    introduced(definition,[new_symbols(definition,[sP12])]) ).

thf(sP13,plain,
    ( sP13
  <=> ( ( h @ ( f @ sP10 ) )
      = ( h @ sP11 ) ) ),
    introduced(definition,[new_symbols(definition,[sP13])]) ).

thf(sP14,plain,
    ( sP14
  <=> ( ( f @ sP10 )
      = sP11 ) ),
    introduced(definition,[new_symbols(definition,[sP14])]) ).

thf(sP15,plain,
    ( sP15
  <=> ( sP8
     => sP3 ) ),
    introduced(definition,[new_symbols(definition,[sP15])]) ).

thf(sP16,plain,
    ( sP16
  <=> ( f @ sP10 ) ),
    introduced(definition,[new_symbols(definition,[sP16])]) ).

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

thf(sP18,plain,
    ( sP18
  <=> ( sP10 = sP12 ) ),
    introduced(definition,[new_symbols(definition,[sP18])]) ).

thf(1,plain,
    ( sP8
    | ~ sP11
    | ~ sP10 ),
    inference(prop_rule,[status(thm)],]) ).

thf(2,plain,
    ( sP8
    | sP11
    | sP10 ),
    inference(prop_rule,[status(thm)],]) ).

thf(3,plain,
    ( ~ sP15
    | ~ sP8
    | sP3 ),
    inference(prop_rule,[status(thm)],]) ).

thf(4,plain,
    ( ~ sP7
    | sP15 ),
    inference(all_rule,[status(thm)],]) ).

thf(5,plain,
    ( sP17
    | ~ sP11
    | ~ sP12 ),
    inference(prop_rule,[status(thm)],]) ).

thf(6,plain,
    ( sP17
    | sP11
    | sP12 ),
    inference(prop_rule,[status(thm)],]) ).

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

thf(8,plain,
    ( ~ sP7
    | sP1 ),
    inference(all_rule,[status(thm)],]) ).

thf(9,plain,
    ( ~ sP16
    | sP10
    | ~ sP3 ),
    inference(mating_rule,[status(thm)],]) ).

thf(10,plain,
    ( ~ sP11
    | sP10
    | ~ sP5 ),
    inference(mating_rule,[status(thm)],]) ).

thf(11,plain,
    ( ~ sP10
    | sP16
    | ~ sP8 ),
    inference(mating_rule,[status(thm)],]) ).

thf(12,plain,
    ( ~ sP10
    | sP11
    | ~ sP17 ),
    inference(mating_rule,[status(thm)],]) ).

thf(13,plain,
    ( sP18
    | ~ sP10
    | ~ sP12 ),
    inference(prop_rule,[status(thm)],]) ).

thf(14,plain,
    ( sP18
    | sP10
    | sP12 ),
    inference(prop_rule,[status(thm)],]) ).

thf(15,plain,
    ( ~ sP4
    | ~ sP18
    | sP6 ),
    inference(prop_rule,[status(thm)],]) ).

thf(16,plain,
    ( ~ sP9
    | sP4 ),
    inference(all_rule,[status(thm)],]) ).

thf(17,plain,
    ( ~ sP2
    | sP9 ),
    inference(all_rule,[status(thm)],]) ).

thf(18,plain,
    ( ~ sP16
    | sP11
    | ~ sP18 ),
    inference(mating_rule,[status(thm)],]) ).

thf(19,plain,
    ( ~ sP11
    | sP16
    | ~ sP6 ),
    inference(mating_rule,[status(thm)],]) ).

thf(20,plain,
    ( sP14
    | ~ sP16
    | ~ sP11 ),
    inference(prop_rule,[status(thm)],]) ).

thf(21,plain,
    ( sP14
    | sP16
    | sP11 ),
    inference(prop_rule,[status(thm)],]) ).

thf(22,plain,
    ( ~ sP2
    | sP7 ),
    inference(all_rule,[status(thm)],]) ).

thf(23,plain,
    sP2,
    inference(eq_sym,[status(thm)],]) ).

thf(24,plain,
    ( sP13
    | ~ sP14 ),
    inference(prop_rule,[status(thm)],]) ).

thf('2_001',axiom,
    ~ sP13 ).

thf(25,plain,
    $false,
    inference(prop_unsat,[status(thm)],[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,2]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SYO040^1 : TPTP v8.1.0. Released v4.0.0.
% 0.12/0.13  % Command  : satallax -E eprover-ho -P picomus -M modes -p tstp -t %d %s
% 0.12/0.34  % Computer : n028.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sat Jul  9 14:36:56 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.37  % SZS status Unsatisfiable
% 0.12/0.37  % Mode: mode213
% 0.12/0.37  % Inferences: 24
% 0.12/0.37  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------