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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE055+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.oVAofdLK0s true

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

% Result   : Theorem 5.11s 1.35s
% Output   : Refutation 5.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   44 (  37 unt;   5 typ;   0 def)
%            Number of atoms       :   41 (  40 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :  204 (   2   ~;   0   |;   0   &; 200   @)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   5   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :   57 (   0   ^;  57   !;   0   ?;  57   :)

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

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

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

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

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

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(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_cl171,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ ( addition @ one @ X1 ) @ X0 )
      = ( addition @ X0 @ ( multiplication @ X1 @ X0 ) ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl6,zip_derived_cl8]) ).

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

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

thf(zip_derived_cl3444,plain,
    ! [X0: $i] :
      ( ( multiplication @ ( addition @ one @ ( domain @ X0 ) ) @ X0 )
      = ( multiplication @ ( domain @ X0 ) @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl171,zip_derived_cl13]) ).

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

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

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_cl21,plain,
    ! [X0: $i] :
      ( one
      = ( addition @ one @ ( domain @ X0 ) ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl15,zip_derived_cl0]) ).

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

thf(zip_derived_cl3536,plain,
    ! [X0: $i] :
      ( X0
      = ( multiplication @ ( domain @ X0 ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl3444,zip_derived_cl21,zip_derived_cl6]) ).

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

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

thf(zip_derived_cl18,plain,
    ( ( addition @ sk_ @ one )
    = one ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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

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

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

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

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

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

thf(zip_derived_cl37,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X0 @ ( addition @ X0 @ X1 ) )
      = ( addition @ X0 @ X1 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl3,zip_derived_cl1]) ).

thf(zip_derived_cl109,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( addition @ ( multiplication @ X2 @ X1 ) @ ( multiplication @ X2 @ ( addition @ X1 @ X0 ) ) )
      = ( multiplication @ X2 @ ( addition @ X1 @ X0 ) ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl7,zip_derived_cl37]) ).

thf(zip_derived_cl1281,plain,
    ! [X0: $i] :
      ( ( addition @ ( multiplication @ X0 @ sk_ ) @ ( multiplication @ X0 @ one ) )
      = ( multiplication @ X0 @ one ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl18,zip_derived_cl109]) ).

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

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

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

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

thf(zip_derived_cl1297,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ ( multiplication @ X0 @ sk_ ) )
      = X0 ),
    inference(demod,[status(thm)],[zip_derived_cl1281,zip_derived_cl5,zip_derived_cl0,zip_derived_cl5]) ).

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

thf(zip_derived_cl37_005,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X0 @ ( addition @ X0 @ X1 ) )
      = ( addition @ X0 @ X1 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl3,zip_derived_cl1]) ).

thf(zip_derived_cl91,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X0 @ ( addition @ X1 @ X0 ) )
      = ( addition @ X1 @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl0,zip_derived_cl37]) ).

thf(zip_derived_cl1314,plain,
    ! [X0: $i] :
      ( ( addition @ ( multiplication @ X0 @ sk_ ) @ X0 )
      = X0 ),
    inference('s_sup+',[status(thm)],[zip_derived_cl1297,zip_derived_cl91]) ).

thf(zip_derived_cl3586,plain,
    ( ( addition @ sk_ @ ( domain @ sk_ ) )
    = ( domain @ sk_ ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl3536,zip_derived_cl1314]) ).

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

thf(zip_derived_cl3610,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl3586,zip_derived_cl19]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : KLE055+1 : TPTP v8.1.2. Released v4.0.0.
% 0.11/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.oVAofdLK0s true
% 0.13/0.34  % Computer : n016.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue Aug 29 12:14:46 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.13/0.34  % Python version: Python 3.6.8
% 0.13/0.35  % Running in FO mode
% 0.19/0.64  % Total configuration time : 435
% 0.19/0.64  % Estimated wc time : 1092
% 0.19/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.19/0.67  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.19/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.19/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.19/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.19/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 5.11/1.35  % Solved by fo/fo1_av.sh.
% 5.11/1.35  % done 490 iterations in 0.612s
% 5.11/1.35  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 5.11/1.35  % SZS output start Refutation
% See solution above
% 5.11/1.35  
% 5.11/1.35  
% 5.11/1.35  % Terminating...
% 5.94/1.43  % Runner terminated.
% 5.94/1.45  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------