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

View Problem - Process Solution

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

% Computer : n020.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:35 EDT 2023

% Result   : Theorem 0.59s 0.81s
% Output   : Refutation 0.59s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   29 (  22 unt;   7 typ;   0 def)
%            Number of atoms       :   22 (  21 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :   93 (   4   ~;   0   |;   0   &;  89   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :   24 (   0   ^;  24   !;   0   ?;  24   :)

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

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

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

thf(antidomain_type,type,
    antidomain: $i > $i ).

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

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

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

thf(goals,conjecture,
    ! [X0: $i] :
      ( X0
      = ( multiplication @ ( domain @ X0 ) @ X0 ) ) ).

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

thf(zip_derived_cl21,plain,
    ( sk_
   != ( multiplication @ ( domain @ sk_ ) @ sk_ ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(domain4,axiom,
    ! [X0: $i] :
      ( ( domain @ X0 )
      = ( antidomain @ ( antidomain @ X0 ) ) ) ).

thf(zip_derived_cl16,plain,
    ! [X0: $i] :
      ( ( domain @ X0 )
      = ( antidomain @ ( antidomain @ X0 ) ) ),
    inference(cnf,[status(esa)],[domain4]) ).

thf(zip_derived_cl26,plain,
    ( sk_
   != ( multiplication @ ( antidomain @ ( antidomain @ sk_ ) ) @ sk_ ) ),
    inference(demod,[status(thm)],[zip_derived_cl21,zip_derived_cl16]) ).

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

thf(zip_derived_cl15,plain,
    ! [X0: $i] :
      ( ( addition @ ( antidomain @ ( antidomain @ X0 ) ) @ ( antidomain @ X0 ) )
      = one ),
    inference(cnf,[status(esa)],[domain3]) ).

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

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

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

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ ( addition @ X0 @ X2 ) @ X1 )
      = ( addition @ ( multiplication @ X0 @ X1 ) @ ( multiplication @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[left_distributivity]) ).

thf(zip_derived_cl110,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ ( addition @ X1 @ ( antidomain @ X0 ) ) @ X0 )
      = ( addition @ ( multiplication @ X1 @ X0 ) @ zero ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl13,zip_derived_cl8]) ).

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_cl122,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ ( addition @ X1 @ ( antidomain @ X0 ) ) @ X0 )
      = ( multiplication @ X1 @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl110,zip_derived_cl2]) ).

thf(zip_derived_cl353,plain,
    ! [X0: $i] :
      ( ( multiplication @ one @ X0 )
      = ( multiplication @ ( antidomain @ ( antidomain @ X0 ) ) @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl15,zip_derived_cl122]) ).

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_cl359,plain,
    ! [X0: $i] :
      ( X0
      = ( multiplication @ ( antidomain @ ( antidomain @ X0 ) ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl353,zip_derived_cl6]) ).

thf(zip_derived_cl471,plain,
    sk_ != sk_,
    inference(demod,[status(thm)],[zip_derived_cl26,zip_derived_cl359]) ).

thf(zip_derived_cl472,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl471]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : KLE083+1 : TPTP v8.1.2. Released v4.0.0.
% 0.08/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.7VmZPWSBXP true
% 0.14/0.35  % Computer : n020.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 : Tue Aug 29 12:25:28 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/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.38/0.66  % Total configuration time : 435
% 0.38/0.66  % Estimated wc time : 1092
% 0.38/0.66  % Estimated cpu time (7 cpus) : 156.0
% 0.57/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.57/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.57/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.57/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.57/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.57/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.57/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 0.59/0.81  % Solved by fo/fo6_bce.sh.
% 0.59/0.81  % BCE start: 22
% 0.59/0.81  % BCE eliminated: 2
% 0.59/0.81  % PE start: 20
% 0.59/0.81  logic: eq
% 0.59/0.81  % PE eliminated: 0
% 0.59/0.81  % done 54 iterations in 0.076s
% 0.59/0.81  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.59/0.81  % SZS output start Refutation
% See solution above
% 0.59/0.81  
% 0.59/0.81  
% 0.59/0.81  % Terminating...
% 0.59/0.89  % Runner terminated.
% 0.59/0.90  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------