TSTP Solution File: KLE119+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE119+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.JWT7yFgLHA true

% 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 : Thu Aug 31 05:38:42 EDT 2023

% Result   : Theorem 0.21s 0.82s
% Output   : Refutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   41 (  31 unt;  10 typ;   0 def)
%            Number of atoms       :   31 (  30 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :  113 (   4   ~;   0   |;   0   &; 109   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   5 con; 0-2 aty)
%            Number of variables   :   30 (   0   ^;  30   !;   0   ?;  30   :)

% Comments : 
%------------------------------------------------------------------------------
thf(multiplication_type,type,
    multiplication: $i > $i > $i ).

thf(sk__type,type,
    sk_: $i ).

thf(backward_diamond_type,type,
    backward_diamond: $i > $i > $i ).

thf(one_type,type,
    one: $i ).

thf(addition_type,type,
    addition: $i > $i > $i ).

thf(codomain_type,type,
    codomain: $i > $i ).

thf(sk__1_type,type,
    sk__1: $i ).

thf(coantidomain_type,type,
    coantidomain: $i > $i ).

thf(domain_type,type,
    domain: $i > $i ).

thf(zero_type,type,
    zero: $i ).

thf(goals,conjecture,
    ! [X0: $i,X1: $i] :
      ( ( addition @ ( backward_diamond @ zero @ ( domain @ X0 ) ) @ ( domain @ X1 ) )
      = ( domain @ X1 ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i,X1: $i] :
        ( ( addition @ ( backward_diamond @ zero @ ( domain @ X0 ) ) @ ( domain @ X1 ) )
        = ( domain @ X1 ) ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl27,plain,
    ( ( addition @ ( backward_diamond @ zero @ ( domain @ sk_ ) ) @ ( domain @ sk__1 ) )
   != ( domain @ sk__1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(additive_commutativity,axiom,
    ! [A: $i,B: $i] :
      ( ( addition @ A @ B )
      = ( addition @ B @ A ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X1 @ X0 )
      = ( addition @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[additive_commutativity]) ).

thf(zip_derived_cl30,plain,
    ( ( addition @ ( domain @ sk__1 ) @ ( backward_diamond @ zero @ ( domain @ sk_ ) ) )
   != ( domain @ sk__1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl27,zip_derived_cl0]) ).

thf(right_annihilation,axiom,
    ! [A: $i] :
      ( ( multiplication @ A @ zero )
      = zero ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ zero )
      = zero ),
    inference(cnf,[status(esa)],[right_annihilation]) ).

thf(backward_diamond,axiom,
    ! [X0: $i,X1: $i] :
      ( ( backward_diamond @ X0 @ X1 )
      = ( codomain @ ( multiplication @ ( codomain @ X1 ) @ X0 ) ) ) ).

thf(zip_derived_cl24,plain,
    ! [X0: $i,X1: $i] :
      ( ( backward_diamond @ X1 @ X0 )
      = ( codomain @ ( multiplication @ ( codomain @ X0 ) @ X1 ) ) ),
    inference(cnf,[status(esa)],[backward_diamond]) ).

thf(codomain4,axiom,
    ! [X0: $i] :
      ( ( codomain @ X0 )
      = ( coantidomain @ ( coantidomain @ X0 ) ) ) ).

thf(zip_derived_cl20,plain,
    ! [X0: $i] :
      ( ( codomain @ X0 )
      = ( coantidomain @ ( coantidomain @ X0 ) ) ),
    inference(cnf,[status(esa)],[codomain4]) ).

thf(zip_derived_cl20_001,plain,
    ! [X0: $i] :
      ( ( codomain @ X0 )
      = ( coantidomain @ ( coantidomain @ X0 ) ) ),
    inference(cnf,[status(esa)],[codomain4]) ).

thf(zip_derived_cl276,plain,
    ! [X0: $i,X1: $i] :
      ( ( backward_diamond @ X1 @ X0 )
      = ( coantidomain @ ( coantidomain @ ( multiplication @ ( coantidomain @ ( coantidomain @ X0 ) ) @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl24,zip_derived_cl20,zip_derived_cl20]) ).

thf(zip_derived_cl285,plain,
    ! [X0: $i] :
      ( ( backward_diamond @ zero @ X0 )
      = ( coantidomain @ ( coantidomain @ zero ) ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl9,zip_derived_cl276]) ).

thf(codomain1,axiom,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ ( coantidomain @ X0 ) )
      = zero ) ).

thf(zip_derived_cl17,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ ( coantidomain @ X0 ) )
      = zero ),
    inference(cnf,[status(esa)],[codomain1]) ).

thf(multiplicative_left_identity,axiom,
    ! [A: $i] :
      ( ( multiplication @ one @ A )
      = A ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ( multiplication @ one @ X0 )
      = X0 ),
    inference(cnf,[status(esa)],[multiplicative_left_identity]) ).

thf(zip_derived_cl151,plain,
    ( zero
    = ( coantidomain @ one ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl17,zip_derived_cl6]) ).

thf(codomain3,axiom,
    ! [X0: $i] :
      ( ( addition @ ( coantidomain @ ( coantidomain @ X0 ) ) @ ( coantidomain @ X0 ) )
      = one ) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i] :
      ( ( addition @ ( coantidomain @ ( coantidomain @ X0 ) ) @ ( coantidomain @ X0 ) )
      = one ),
    inference(cnf,[status(esa)],[codomain3]) ).

thf(zip_derived_cl242,plain,
    ( ( addition @ ( coantidomain @ zero ) @ zero )
    = one ),
    inference('s_sup+',[status(thm)],[zip_derived_cl151,zip_derived_cl19]) ).

thf(additive_identity,axiom,
    ! [A: $i] :
      ( ( addition @ A @ zero )
      = A ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ zero )
      = X0 ),
    inference(cnf,[status(esa)],[additive_identity]) ).

thf(zip_derived_cl266,plain,
    ( one
    = ( coantidomain @ zero ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl242,zip_derived_cl2]) ).

thf(zip_derived_cl151_002,plain,
    ( zero
    = ( coantidomain @ one ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl17,zip_derived_cl6]) ).

thf(zip_derived_cl292,plain,
    ! [X0: $i] :
      ( ( backward_diamond @ zero @ X0 )
      = zero ),
    inference(demod,[status(thm)],[zip_derived_cl285,zip_derived_cl266,zip_derived_cl151]) ).

thf(zip_derived_cl2_003,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ zero )
      = X0 ),
    inference(cnf,[status(esa)],[additive_identity]) ).

thf(zip_derived_cl307,plain,
    ( ( domain @ sk__1 )
   != ( domain @ sk__1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl30,zip_derived_cl292,zip_derived_cl2]) ).

thf(zip_derived_cl308,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl307]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KLE119+1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.JWT7yFgLHA true
% 0.14/0.35  % Computer : n027.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.36  % DateTime : Tue Aug 29 12:19:53 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.14/0.36  % Running portfolio for 300 s
% 0.14/0.36  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.36  % Number of cores: 8
% 0.14/0.36  % Python version: Python 3.6.8
% 0.14/0.36  % Running in FO mode
% 0.21/0.65  % Total configuration time : 435
% 0.21/0.65  % Estimated wc time : 1092
% 0.21/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.73  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.78  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.78  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.80  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.80  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.80  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.81  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.21/0.82  % Solved by fo/fo6_bce.sh.
% 0.21/0.82  % BCE start: 28
% 0.21/0.82  % BCE eliminated: 2
% 0.21/0.82  % PE start: 26
% 0.21/0.82  logic: eq
% 0.21/0.82  % PE eliminated: 0
% 0.21/0.82  % done 58 iterations in 0.070s
% 0.21/0.82  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.21/0.82  % SZS output start Refutation
% See solution above
% 0.21/0.82  
% 0.21/0.82  
% 0.21/0.82  % Terminating...
% 0.97/0.86  % Runner terminated.
% 0.97/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------