TSTP Solution File: NUM958_5 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : NUM958_5 : TPTP v8.1.2. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n013.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 May 19 11:43:53 EDT 2023

% Result   : Theorem 6.26s 2.48s
% Output   : Refutation 6.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  141
% Syntax   : Number of formulae    :  256 ( 124 unt;  28 typ;   0 def)
%            Number of atoms       :  433 ( 172 equ;   0 cnn)
%            Maximal formula atoms :    7 (   1 avg)
%            Number of connectives : 2980 (  26   ~;   3   |;  44   &;2749   @)
%                                         (  22 <=>; 136  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   27 (  25 usr;   5 con; 0-3 aty)
%            Number of variables   :  393 (   0   ^; 376   !;   0   ?; 393   :)
%                                         (  17  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
thf(bool_type,type,
    bool: $tType ).

thf(int_type,type,
    int: $tType ).

thf(nat_type,type,
    nat: $tType ).

thf(number_type,type,
    number: 
      !>[TA: $tType] : $o ).

thf(ring_type,type,
    ring: 
      !>[TA: $tType] : $o ).

thf(semiring_type,type,
    semiring: 
      !>[TA: $tType] : $o ).

thf(number_ring_type,type,
    number_ring: 
      !>[TA: $tType] : $o ).

thf(ring_char_0_type,type,
    ring_char_0: 
      !>[TA: $tType] : $o ).

thf(semiring_1_type,type,
    semiring_1: 
      !>[TA: $tType] : $o ).

thf(monoid_mult_type,type,
    monoid_mult: 
      !>[TA: $tType] : $o ).

thf(number_semiring_type,type,
    number_semiring: 
      !>[TA: $tType] : $o ).

thf(linordered_idom_type,type,
    linordered_idom: 
      !>[TA: $tType] : $o ).

thf(minus_minus_type,type,
    minus_minus: 
      !>[TA: $tType] : ( TA > TA > TA ) ).

thf(one_one_type,type,
    one_one: 
      !>[TA: $tType] : TA ).

thf(plus_plus_type,type,
    plus_plus: 
      !>[TA: $tType] : ( TA > TA > TA ) ).

thf(times_times_type,type,
    times_times: 
      !>[TA: $tType] : ( TA > TA > TA ) ).

thf(zprime_type,type,
    zprime: int > $o ).

thf(bit0_type,type,
    bit0: int > int ).

thf(bit1_type,type,
    bit1: int > int ).

thf(pls_type,type,
    pls: int ).

thf(number_number_of_type,type,
    number_number_of: 
      !>[TA: $tType] : ( int > TA ) ).

thf(ord_less_type,type,
    ord_less: 
      !>[TA: $tType] : ( TA > TA > $o ) ).

thf(power_power_type,type,
    power_power: 
      !>[TA: $tType] : ( TA > nat > TA ) ).

thf(dvd_dvd_type,type,
    dvd_dvd: 
      !>[TA: $tType] : ( TA > TA > $o ) ).

thf(twoSqu1567020053sum2sq_type,type,
    twoSqu1567020053sum2sq: int > $o ).

thf(m_type,type,
    m: int ).

thf(s_type,type,
    s: int ).

thf(t_type,type,
    t: int ).

thf(12,axiom,
    ! [A: int] :
      ( ( plus_plus @ int @ A @ pls )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_83_add__Pls__right) ).

thf(138,plain,
    ! [A: int] :
      ( ( plus_plus @ int @ A @ pls )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(88,axiom,
    ! [A: int] :
      ( ( bit0 @ A )
      = ( plus_plus @ int @ A @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_85_Bit0__def) ).

thf(384,plain,
    ! [A: int] :
      ( ( bit0 @ A )
      = ( plus_plus @ int @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(13,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_73_less__number__of__int__code) ).

thf(141,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(106,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( number_number_of @ TA @ ( bit1 @ A ) )
          = ( plus_plus @ TA @ ( plus_plus @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) ) @ ( number_number_of @ TA @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_96_number__of__Bit1) ).

thf(445,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( number_number_of @ TA @ ( bit1 @ A ) )
          = ( plus_plus @ TA @ ( plus_plus @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) ) @ ( number_number_of @ TA @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[106]) ).

thf(82,axiom,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( linordered_idom @ TA ) )
     => ! [A: int] :
          ( ( ord_less @ TA @ ( number_number_of @ TA @ A ) @ ( one_one @ TA ) )
        <=> ( ord_less @ int @ A @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_56_less__special_I4_J) ).

thf(368,plain,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( linordered_idom @ TA ) )
     => ! [A: int] :
          ( ( ( ord_less @ TA @ ( number_number_of @ TA @ A ) @ ( one_one @ TA ) )
           => ( ord_less @ int @ A @ ( bit1 @ pls ) ) )
          & ( ( ord_less @ int @ A @ ( bit1 @ pls ) )
           => ( ord_less @ TA @ ( number_number_of @ TA @ A ) @ ( one_one @ TA ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(1,conjecture,
    ( ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t )
    = ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ( ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t )
   != ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(115,plain,
    ( ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t )
   != ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(4,axiom,
    zprime @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_4_p) ).

thf(120,plain,
    zprime @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(104,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( number_number_of @ TA @ ( times_times @ int @ B @ A ) )
          = ( times_times @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_92_number__of__mult) ).

thf(440,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( number_number_of @ TA @ ( times_times @ int @ B @ A ) )
          = ( times_times @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(56,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ A ) @ ( one_one @ TA ) )
          = ( number_number_of @ TA @ ( plus_plus @ int @ A @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_10_add__special_I3_J) ).

thf(269,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ A ) @ ( one_one @ TA ) )
          = ( number_number_of @ TA @ ( plus_plus @ int @ A @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(31,axiom,
    ! [A: int,B: int] :
      ( ( bit1 @ B )
     != ( bit0 @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_24_rel__simps_I50_J) ).

thf(202,plain,
    ! [A: int,B: int] :
      ( ( bit1 @ B )
     != ( bit0 @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(24,axiom,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ ( plus_plus @ int @ B @ ( times_times @ int @ C @ A ) ) )
    <=> ( dvd_dvd @ int @ C @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_65_zdvd__reduce) ).

thf(174,plain,
    ! [A: int,B: int,C: int] :
      ( ( ( dvd_dvd @ int @ C @ ( plus_plus @ int @ B @ ( times_times @ int @ C @ A ) ) )
       => ( dvd_dvd @ int @ C @ B ) )
      & ( ( dvd_dvd @ int @ C @ B )
       => ( dvd_dvd @ int @ C @ ( plus_plus @ int @ B @ ( times_times @ int @ C @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(27,axiom,
    ~ ! [A: int] :
        ( ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) )
       != ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_3__096_B_Bthesis_O_A_I_B_Bt_O_As_A_094_A2_A_L_A1_A_061_A_I4_A_K_Am_A_L_A1_J_A_K_At_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(185,plain,
    ~ ! [A: int] :
        ( ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) )
       != ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(77,axiom,
    ! [A: int,B: nat,C: int,D: int] :
      ( ( zprime @ D )
     => ( ~ ( dvd_dvd @ int @ D @ C )
       => ( ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ ( times_times @ int @ C @ A ) )
         => ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_62_zprime__power__zdvd__cancel__left) ).

thf(344,plain,
    ! [A: int,B: nat,C: int,D: int] :
      ( ( zprime @ D )
     => ( ~ ( dvd_dvd @ int @ D @ C )
       => ( ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ ( times_times @ int @ C @ A ) )
         => ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(80,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ B @ ( plus_plus @ int @ A @ ( one_one @ int ) ) )
    <=> ( ( ord_less @ int @ B @ A )
        | ( B = A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_80_zless__add1__eq) ).

thf(357,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ B @ ( plus_plus @ int @ A @ ( one_one @ int ) ) )
       => ( ( ord_less @ int @ B @ A )
          | ( B = A ) ) )
      & ( ( ( ord_less @ int @ B @ A )
          | ( B = A ) )
       => ( ord_less @ int @ B @ ( plus_plus @ int @ A @ ( one_one @ int ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

thf(112,axiom,
    ! [A: int] :
      ( ( minus_minus @ int @ A @ pls )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_68_diff__bin__simps_I1_J) ).

thf(460,plain,
    ! [A: int] :
      ( ( minus_minus @ int @ A @ pls )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(99,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA,B: int,C: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ C ) @ ( times_times @ TA @ ( number_number_of @ TA @ B ) @ A ) )
          = ( times_times @ TA @ ( number_number_of @ TA @ ( times_times @ int @ C @ B ) ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_41_mult__number__of__left) ).

thf(421,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA,B: int,C: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ C ) @ ( times_times @ TA @ ( number_number_of @ TA @ B ) @ A ) )
          = ( times_times @ TA @ ( number_number_of @ TA @ ( times_times @ int @ C @ B ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

thf(98,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_46_rel__simps_I16_J) ).

thf(416,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( bit1 @ B ) @ ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(16,axiom,
    ! [A: int,B: int] :
      ( ( minus_minus @ int @ ( bit1 @ B ) @ ( bit1 @ A ) )
      = ( bit0 @ ( minus_minus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_51_diff__bin__simps_I10_J) ).

thf(152,plain,
    ! [A: int,B: int] :
      ( ( minus_minus @ int @ ( bit1 @ B ) @ ( bit1 @ A ) )
      = ( bit0 @ ( minus_minus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(42,axiom,
    semiring @ nat,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Nat_Onat___Rings_Osemiring) ).

thf(228,plain,
    semiring @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(63,axiom,
    ! [A: int,B: int] :
      ( ( ( bit0 @ B )
        = ( bit0 @ A ) )
    <=> ( B = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_21_rel__simps_I48_J) ).

thf(289,plain,
    ! [A: int,B: int] :
      ( ( ( ( bit0 @ B )
          = ( bit0 @ A ) )
       => ( B = A ) )
      & ( ( B = A )
       => ( ( bit0 @ B )
          = ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

thf(107,axiom,
    ! [A: nat] :
      ( ( times_times @ nat @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) @ A )
      = ( plus_plus @ nat @ A @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_66_nat__mult__2) ).

thf(448,plain,
    ! [A: nat] :
      ( ( times_times @ nat @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) @ A )
      = ( plus_plus @ nat @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(37,axiom,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) )
      = ( number_number_of @ int @ ( times_times @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_86_times__numeral__code_I5_J) ).

thf(216,plain,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) )
      = ( number_number_of @ int @ ( times_times @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(20,axiom,
    ! [TA: $tType] :
      ( ( ( monoid_mult @ TA )
        & ( number @ TA ) )
     => ! [A: int] :
          ( ( power_power @ TA @ ( number_number_of @ TA @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
          = ( times_times @ TA @ ( number_number_of @ TA @ A ) @ ( number_number_of @ TA @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_7_power2__eq__square__number__of) ).

thf(164,plain,
    ! [TA: $tType] :
      ( ( ( monoid_mult @ TA )
        & ( number @ TA ) )
     => ! [A: int] :
          ( ( power_power @ TA @ ( number_number_of @ TA @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
          = ( times_times @ TA @ ( number_number_of @ TA @ A ) @ ( number_number_of @ TA @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(25,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( number_number_of @ TA @ ( minus_minus @ int @ B @ A ) )
          = ( minus_minus @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_63_number__of__diff) ).

thf(179,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( number_number_of @ TA @ ( minus_minus @ int @ B @ A ) )
          = ( minus_minus @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(105,axiom,
    ( ( one_one @ nat )
    = ( number_number_of @ nat @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_74_Numeral1__eq1__nat) ).

thf(443,plain,
    ( ( one_one @ nat )
    = ( number_number_of @ nat @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[105]) ).

thf(71,axiom,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ C @ ( minus_minus @ int @ B @ A ) )
      = ( minus_minus @ int @ ( times_times @ int @ C @ B ) @ ( times_times @ int @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_72_int__distrib_I4_J) ).

thf(321,plain,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ C @ ( minus_minus @ int @ B @ A ) )
      = ( minus_minus @ int @ ( times_times @ int @ C @ B ) @ ( times_times @ int @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(36,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_70_less__int__code_I13_J) ).

thf(211,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( bit0 @ B ) @ ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(47,axiom,
    ! [A: int] :
      ( ( ord_less @ int @ ( bit1 @ A ) @ pls )
    <=> ( ord_less @ int @ A @ pls ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_45_rel__simps_I12_J) ).

thf(238,plain,
    ! [A: int] :
      ( ( ( ord_less @ int @ ( bit1 @ A ) @ pls )
       => ( ord_less @ int @ A @ pls ) )
      & ( ( ord_less @ int @ A @ pls )
       => ( ord_less @ int @ ( bit1 @ A ) @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(5,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_79_less__int__code_I15_J) ).

thf(121,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( bit1 @ B ) @ ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(15,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit1 @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_29_rel__simps_I17_J) ).

thf(147,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit1 @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( bit1 @ B ) @ ( bit1 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(93,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_31_rel__simps_I14_J) ).

thf(397,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( bit0 @ B ) @ ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[93]) ).

thf(60,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( bit0 @ B ) @ ( bit1 @ A ) )
      = ( bit1 @ ( plus_plus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_18_add__Bit0__Bit1) ).

thf(280,plain,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( bit0 @ B ) @ ( bit1 @ A ) )
      = ( bit1 @ ( plus_plus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(8,axiom,
    number @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Int_Onumber) ).

thf(132,plain,
    number @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(92,axiom,
    monoid_mult @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Omonoid__mult) ).

thf(396,plain,
    monoid_mult @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(9,axiom,
    twoSqu1567020053sum2sq @ ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_5_qf1pt) ).

thf(133,plain,
    twoSqu1567020053sum2sq @ ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(48,axiom,
    ! [A: int] :
      ( ( ord_less @ int @ pls @ ( bit0 @ A ) )
    <=> ( ord_less @ int @ pls @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_48_rel__simps_I4_J) ).

thf(243,plain,
    ! [A: int] :
      ( ( ( ord_less @ int @ pls @ ( bit0 @ A ) )
       => ( ord_less @ int @ pls @ A ) )
      & ( ( ord_less @ int @ pls @ A )
       => ( ord_less @ int @ pls @ ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(54,axiom,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ ( plus_plus @ int @ C @ B ) @ A )
      = ( plus_plus @ int @ ( times_times @ int @ C @ A ) @ ( times_times @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_87_int__distrib_I1_J) ).

thf(265,plain,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ ( plus_plus @ int @ C @ B ) @ A )
      = ( plus_plus @ int @ ( times_times @ int @ C @ A ) @ ( times_times @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(68,axiom,
    ! [A: int,B: int,C: int,D: int,E: int] :
      ( ( dvd_dvd @ int @ E @ D )
     => ( ( dvd_dvd @ int @ E @ ( plus_plus @ int @ C @ B ) )
      <=> ( dvd_dvd @ int @ E @ ( plus_plus @ int @ ( plus_plus @ int @ C @ ( times_times @ int @ A @ D ) ) @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_64_zdvd__period) ).

thf(312,plain,
    ! [A: int,B: int,C: int,D: int,E: int] :
      ( ( dvd_dvd @ int @ E @ D )
     => ( ( ( dvd_dvd @ int @ E @ ( plus_plus @ int @ C @ B ) )
         => ( dvd_dvd @ int @ E @ ( plus_plus @ int @ ( plus_plus @ int @ C @ ( times_times @ int @ A @ D ) ) @ B ) ) )
        & ( ( dvd_dvd @ int @ E @ ( plus_plus @ int @ ( plus_plus @ int @ C @ ( times_times @ int @ A @ D ) ) @ B ) )
         => ( dvd_dvd @ int @ E @ ( plus_plus @ int @ C @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

thf(32,axiom,
    ( ( bit0 @ pls )
    = pls ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_28_Bit0__Pls) ).

thf(206,plain,
    ( ( bit0 @ pls )
    = pls ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(49,axiom,
    ! [A: int,B: int] :
      ( ( bit0 @ B )
     != ( bit1 @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_25_rel__simps_I49_J) ).

thf(248,plain,
    ! [A: int,B: int] :
      ( ( bit0 @ B )
     != ( bit1 @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(87,axiom,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( bit1 @ B ) @ A )
      = ( plus_plus @ int @ ( bit0 @ ( times_times @ int @ B @ A ) ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_12_mult__Bit1) ).

thf(381,plain,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( bit1 @ B ) @ A )
      = ( plus_plus @ int @ ( bit0 @ ( times_times @ int @ B @ A ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

thf(81,axiom,
    ! [A: nat,B: int,C: int] :
      ( ( zprime @ C )
     => ( ( dvd_dvd @ int @ C @ ( power_power @ int @ B @ A ) )
       => ( dvd_dvd @ int @ C @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_58_zprime__zdvd__power) ).

thf(366,plain,
    ! [A: nat,B: int,C: int] :
      ( ( zprime @ C )
     => ( ( dvd_dvd @ int @ C @ ( power_power @ int @ B @ A ) )
       => ( dvd_dvd @ int @ C @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(86,axiom,
    zprime @ ( number_number_of @ int @ ( bit0 @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_75_zprime__2) ).

thf(380,plain,
    zprime @ ( number_number_of @ int @ ( bit0 @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[86]) ).

thf(3,axiom,
    ! [TA: $tType] :
      ( ( monoid_mult @ TA )
     => ! [A: nat,B: TA] :
          ( ( power_power @ TA @ B @ ( times_times @ nat @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) )
          = ( power_power @ TA @ ( power_power @ TA @ B @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_81_power__even__eq) ).

thf(117,plain,
    ! [TA: $tType] :
      ( ( monoid_mult @ TA )
     => ! [A: nat,B: TA] :
          ( ( power_power @ TA @ B @ ( times_times @ nat @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) )
          = ( power_power @ TA @ ( power_power @ TA @ B @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(53,axiom,
    ! [A: int] :
      ( ( ord_less @ int @ ( bit0 @ A ) @ pls )
    <=> ( ord_less @ int @ A @ pls ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_47_rel__simps_I10_J) ).

thf(260,plain,
    ! [A: int] :
      ( ( ( ord_less @ int @ ( bit0 @ A ) @ pls )
       => ( ord_less @ int @ A @ pls ) )
      & ( ( ord_less @ int @ A @ pls )
       => ( ord_less @ int @ ( bit0 @ A ) @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(64,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA] :
          ( ( plus_plus @ TA @ A @ ( number_number_of @ TA @ pls ) )
          = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_91_add__numeral__0__right) ).

thf(297,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA] :
          ( ( plus_plus @ TA @ A @ ( number_number_of @ TA @ pls ) )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

thf(100,axiom,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( ring_char_0 @ TA ) )
     => ! [A: int,B: int] :
          ( ( ( number_number_of @ TA @ B )
            = ( number_number_of @ TA @ A ) )
        <=> ( B = A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_19_eq__number__of) ).

thf(424,plain,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( ring_char_0 @ TA ) )
     => ! [A: int,B: int] :
          ( ( ( ( number_number_of @ TA @ B )
              = ( number_number_of @ TA @ A ) )
           => ( B = A ) )
          & ( ( B = A )
           => ( ( number_number_of @ TA @ B )
              = ( number_number_of @ TA @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(58,axiom,
    ! [A: int,B: int] :
      ( ( minus_minus @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
      = ( bit0 @ ( minus_minus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_35_diff__bin__simps_I7_J) ).

thf(275,plain,
    ! [A: int,B: int] :
      ( ( minus_minus @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
      = ( bit0 @ ( minus_minus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(43,axiom,
    linordered_idom @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Olinordered__idom) ).

thf(229,plain,
    linordered_idom @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(50,axiom,
    ! [A: int] :
      ( ( bit1 @ A )
     != pls ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_22_rel__simps_I46_J) ).

thf(252,plain,
    ! [A: int] :
      ( ( bit1 @ A )
     != pls ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(29,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ( ( plus_plus @ TA @ ( one_one @ TA ) @ ( one_one @ TA ) )
        = ( number_number_of @ TA @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_11_one__add__one__is__two) ).

thf(197,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ( ( plus_plus @ TA @ ( one_one @ TA ) @ ( one_one @ TA ) )
        = ( number_number_of @ TA @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(73,axiom,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( linordered_idom @ TA ) )
     => ! [A: int,B: int] :
          ( ( ord_less @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) )
        <=> ( ord_less @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_40_less__number__of) ).

thf(329,plain,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( linordered_idom @ TA ) )
     => ! [A: int,B: int] :
          ( ( ( ord_less @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) )
           => ( ord_less @ int @ B @ A ) )
          & ( ( ord_less @ int @ B @ A )
           => ( ord_less @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(72,axiom,
    ! [A: int,B: int] :
      ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit1 @ A ) )
    <=> ( ord_less @ int @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_69_less__int__code_I16_J) ).

thf(324,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ ( bit1 @ B ) @ ( bit1 @ A ) )
       => ( ord_less @ int @ B @ A ) )
      & ( ( ord_less @ int @ B @ A )
       => ( ord_less @ int @ ( bit1 @ B ) @ ( bit1 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[72]) ).

thf(40,axiom,
    monoid_mult @ nat,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Nat_Onat___Groups_Omonoid__mult) ).

thf(224,plain,
    monoid_mult @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(51,axiom,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ ( minus_minus @ int @ B @ A ) )
     => ( ( dvd_dvd @ int @ C @ A )
       => ( dvd_dvd @ int @ C @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_59_zdvd__zdiffD) ).

thf(256,plain,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ ( minus_minus @ int @ B @ A ) )
     => ( ( dvd_dvd @ int @ C @ A )
       => ( dvd_dvd @ int @ C @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(41,axiom,
    ! [A: int,B: int] :
      ( ( minus_minus @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
      = ( bit1 @ ( minus_minus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_52_diff__bin__simps_I9_J) ).

thf(225,plain,
    ! [A: int,B: int] :
      ( ( minus_minus @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
      = ( bit1 @ ( minus_minus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(75,axiom,
    ! [A: int,B: int] :
      ( ( power_power @ int @ ( plus_plus @ int @ B @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus @ int @ ( plus_plus @ int @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit1 @ pls ) ) ) @ B ) @ A ) ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_15_zadd__power2) ).

thf(339,plain,
    ! [A: int,B: int] :
      ( ( power_power @ int @ ( plus_plus @ int @ B @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus @ int @ ( plus_plus @ int @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit1 @ pls ) ) ) @ B ) @ A ) ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[75]) ).

thf(91,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( plus_plus @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( plus_plus @ int @ ( bit1 @ pls ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_9_add__special_I2_J) ).

thf(393,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( plus_plus @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( plus_plus @ int @ ( bit1 @ pls ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(110,axiom,
    ring_char_0 @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Int_Oring__char__0) ).

thf(457,plain,
    ring_char_0 @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(7,axiom,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( ring @ TA ) )
     => ! [A: int,B: TA,C: TA] :
          ( ( times_times @ TA @ ( minus_minus @ TA @ C @ B ) @ ( number_number_of @ TA @ A ) )
          = ( minus_minus @ TA @ ( times_times @ TA @ C @ ( number_number_of @ TA @ A ) ) @ ( times_times @ TA @ B @ ( number_number_of @ TA @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_38_left__diff__distrib__number__of) ).

thf(129,plain,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( ring @ TA ) )
     => ! [A: int,B: TA,C: TA] :
          ( ( times_times @ TA @ ( minus_minus @ TA @ C @ B ) @ ( number_number_of @ TA @ A ) )
          = ( minus_minus @ TA @ ( times_times @ TA @ C @ ( number_number_of @ TA @ A ) ) @ ( times_times @ TA @ B @ ( number_number_of @ TA @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(83,axiom,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( plus_plus @ int @ B @ A ) @ ( minus_minus @ int @ B @ A ) )
      = ( minus_minus @ int @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_95_zspecial__product) ).

thf(371,plain,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( plus_plus @ int @ B @ A ) @ ( minus_minus @ int @ B @ A ) )
      = ( minus_minus @ int @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

thf(10,axiom,
    dvd_dvd @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_14__0964_A_K_Am_A_L_A1_Advd_As_A_094_A2_A_L_A1_096) ).

thf(134,plain,
    dvd_dvd @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(67,axiom,
    semiring_1 @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Osemiring__1) ).

thf(311,plain,
    semiring_1 @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(96,axiom,
    semiring @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Osemiring) ).

thf(412,plain,
    semiring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

thf(101,axiom,
    ! [A: int] :
      ( pls
     != ( bit1 @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_23_rel__simps_I39_J) ).

thf(430,plain,
    ! [A: int] :
      ( pls
     != ( bit1 @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(19,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( times_times @ int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_42_arith__simps_I32_J) ).

thf(161,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( times_times @ int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(94,axiom,
    ! [A: int] :
      ( ( pls
        = ( bit0 @ A ) )
    <=> ( pls = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_27_rel__simps_I38_J) ).

thf(402,plain,
    ! [A: int] :
      ( ( ( pls
          = ( bit0 @ A ) )
       => ( pls = A ) )
      & ( ( pls = A )
       => ( pls
          = ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

thf(62,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( plus_plus @ int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_44_add__number__of__eq) ).

thf(286,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( plus_plus @ int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

thf(97,axiom,
    ! [A: int] :
      ( ( number_number_of @ int @ A )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_78_number__of__is__id) ).

thf(413,plain,
    ! [A: int] :
      ( ( number_number_of @ int @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

thf(38,axiom,
    ! [A: nat] :
      ( ( times_times @ nat @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus @ nat @ A @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_67_nat__mult__2__right) ).

thf(219,plain,
    ! [A: nat] :
      ( ( times_times @ nat @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus @ nat @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(85,axiom,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( semiring @ TA ) )
     => ! [A: int,B: TA,C: TA] :
          ( ( times_times @ TA @ ( plus_plus @ TA @ C @ B ) @ ( number_number_of @ TA @ A ) )
          = ( plus_plus @ TA @ ( times_times @ TA @ C @ ( number_number_of @ TA @ A ) ) @ ( times_times @ TA @ B @ ( number_number_of @ TA @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_36_left__distrib__number__of) ).

thf(377,plain,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( semiring @ TA ) )
     => ! [A: int,B: TA,C: TA] :
          ( ( times_times @ TA @ ( plus_plus @ TA @ C @ B ) @ ( number_number_of @ TA @ A ) )
          = ( plus_plus @ TA @ ( times_times @ TA @ C @ ( number_number_of @ TA @ A ) ) @ ( times_times @ TA @ B @ ( number_number_of @ TA @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[85]) ).

thf(44,axiom,
    ~ ( ord_less @ int @ pls @ pls ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_30_rel__simps_I2_J) ).

thf(230,plain,
    ~ ( ord_less @ int @ pls @ pls ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(108,axiom,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( semiring @ TA ) )
     => ! [A: TA,B: TA,C: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ C ) @ ( plus_plus @ TA @ B @ A ) )
          = ( plus_plus @ TA @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ B ) @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_37_right__distrib__number__of) ).

thf(451,plain,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( semiring @ TA ) )
     => ! [A: TA,B: TA,C: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ C ) @ ( plus_plus @ TA @ B @ A ) )
          = ( plus_plus @ TA @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ B ) @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(70,axiom,
    ! [A: int,B: int] :
      ( ( power_power @ int @ ( plus_plus @ int @ B @ A ) @ ( number_number_of @ nat @ ( bit1 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus @ int @ ( plus_plus @ int @ ( plus_plus @ int @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit1 @ ( bit1 @ pls ) ) ) ) @ ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit1 @ ( bit1 @ pls ) ) ) @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ A ) ) @ ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit1 @ ( bit1 @ pls ) ) ) @ B ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit1 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_16_zadd__power3) ).

thf(318,plain,
    ! [A: int,B: int] :
      ( ( power_power @ int @ ( plus_plus @ int @ B @ A ) @ ( number_number_of @ nat @ ( bit1 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus @ int @ ( plus_plus @ int @ ( plus_plus @ int @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit1 @ ( bit1 @ pls ) ) ) ) @ ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit1 @ ( bit1 @ pls ) ) ) @ ( power_power @ int @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ A ) ) @ ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit1 @ ( bit1 @ pls ) ) ) @ B ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit1 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[70]) ).

thf(102,axiom,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( linordered_idom @ TA ) )
     => ! [A: int] :
          ( ( ord_less @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) )
        <=> ( ord_less @ int @ ( bit1 @ pls ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_57_less__special_I2_J) ).

thf(434,plain,
    ! [TA: $tType] :
      ( ( ( number_ring @ TA )
        & ( linordered_idom @ TA ) )
     => ! [A: int] :
          ( ( ( ord_less @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) )
           => ( ord_less @ int @ ( bit1 @ pls ) @ A ) )
          & ( ( ord_less @ int @ ( bit1 @ pls ) @ A )
           => ( ord_less @ TA @ ( one_one @ TA ) @ ( number_number_of @ TA @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

thf(33,axiom,
    ord_less @ int @ ( minus_minus @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( one_one @ int ) ) @ t,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_6__0964_A_K_Am_A_L_A1_A_N_A1_A_060_At_096) ).

thf(208,plain,
    ord_less @ int @ ( minus_minus @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( one_one @ int ) ) @ t,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(89,axiom,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( bit0 @ B ) @ A )
      = ( bit0 @ ( times_times @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_33_mult__Bit0) ).

thf(387,plain,
    ! [A: int,B: int] :
      ( ( times_times @ int @ ( bit0 @ B ) @ A )
      = ( bit0 @ ( times_times @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

thf(17,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
      = ( bit0 @ ( plus_plus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_34_add__Bit0__Bit0) ).

thf(155,plain,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( bit0 @ B ) @ ( bit0 @ A ) )
      = ( bit0 @ ( plus_plus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(59,axiom,
    ~ ( ord_less @ int @ t @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_2__096_126_At_A_060_A4_A_K_Am_A_L_A1_096) ).

thf(278,plain,
    ~ ( ord_less @ int @ t @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[59]) ).

thf(11,axiom,
    ! [A: int] :
      ( ( plus_plus @ int @ pls @ A )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_84_add__Pls) ).

thf(135,plain,
    ! [A: int] :
      ( ( plus_plus @ int @ pls @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(21,axiom,
    semiring_1 @ nat,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Nat_Onat___Rings_Osemiring__1) ).

thf(167,plain,
    semiring_1 @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(84,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) )
      = ( number_number_of @ int @ ( plus_plus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_89_plus__numeral__code_I9_J) ).

thf(374,plain,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( number_number_of @ int @ B ) @ ( number_number_of @ int @ A ) )
      = ( number_number_of @ int @ ( plus_plus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(34,axiom,
    number @ nat,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Nat_Onat___Int_Onumber) ).

thf(209,plain,
    number @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(76,axiom,
    ! [A: int,B: nat,C: int,D: int] :
      ( ( zprime @ D )
     => ( ~ ( dvd_dvd @ int @ D @ C )
       => ( ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ ( times_times @ int @ A @ C ) )
         => ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_61_zprime__power__zdvd__cancel__right) ).

thf(342,plain,
    ! [A: int,B: nat,C: int,D: int] :
      ( ( zprime @ D )
     => ( ~ ( dvd_dvd @ int @ D @ C )
       => ( ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ ( times_times @ int @ A @ C ) )
         => ( dvd_dvd @ int @ ( power_power @ int @ D @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(111,axiom,
    ( ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) )
    = ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_t) ).

thf(458,plain,
    ( ( plus_plus @ int @ ( power_power @ int @ s @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( one_one @ int ) )
    = ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(95,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ( ( number_number_of @ TA @ ( bit1 @ pls ) )
        = ( one_one @ TA ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_13_numeral__1__eq__1) ).

thf(409,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ( ( number_number_of @ TA @ ( bit1 @ pls ) )
        = ( one_one @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[95]) ).

thf(66,axiom,
    ring @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Oring) ).

thf(310,plain,
    ring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(26,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( power_power @ int @ ( power_power @ int @ C @ B ) @ A )
      = ( power_power @ int @ C @ ( times_times @ nat @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_60_zpower__zpower) ).

thf(182,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( power_power @ int @ ( power_power @ int @ C @ B ) @ A )
      = ( power_power @ int @ C @ ( times_times @ nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(113,axiom,
    number_semiring @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Int_Onumber__semiring) ).

thf(463,plain,
    number_semiring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

thf(52,axiom,
    ( ( number_number_of @ nat @ ( bit1 @ pls ) )
    = ( one_one @ nat ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_49_nat__numeral__1__eq__1) ).

thf(258,plain,
    ( ( number_number_of @ nat @ ( bit1 @ pls ) )
    = ( one_one @ nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(18,axiom,
    ! [A: int] :
      ( ( minus_minus @ int @ pls @ ( bit0 @ A ) )
      = ( bit0 @ ( minus_minus @ int @ pls @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_53_diff__bin__simps_I3_J) ).

thf(158,plain,
    ! [A: int] :
      ( ( minus_minus @ int @ pls @ ( bit0 @ A ) )
      = ( bit0 @ ( minus_minus @ int @ pls @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(90,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA,B: int,C: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ C ) @ ( plus_plus @ TA @ ( number_number_of @ TA @ B ) @ A ) )
          = ( plus_plus @ TA @ ( number_number_of @ TA @ ( plus_plus @ int @ C @ B ) ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_43_add__number__of__left) ).

thf(390,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA,B: int,C: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ C ) @ ( plus_plus @ TA @ ( number_number_of @ TA @ B ) @ A ) )
          = ( plus_plus @ TA @ ( number_number_of @ TA @ ( plus_plus @ int @ C @ B ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(23,axiom,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ C @ ( plus_plus @ int @ B @ A ) )
      = ( plus_plus @ int @ ( times_times @ int @ C @ B ) @ ( times_times @ int @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_88_int__distrib_I2_J) ).

thf(171,plain,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ C @ ( plus_plus @ int @ B @ A ) )
      = ( plus_plus @ int @ ( times_times @ int @ C @ B ) @ ( times_times @ int @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(46,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA,B: int,C: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ C ) @ ( minus_minus @ TA @ ( number_number_of @ TA @ B ) @ A ) )
          = ( minus_minus @ TA @ ( number_number_of @ TA @ ( plus_plus @ int @ C @ B ) ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_82_add__number__of__diff1) ).

thf(235,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA,B: int,C: int] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ C ) @ ( minus_minus @ TA @ ( number_number_of @ TA @ B ) @ A ) )
          = ( minus_minus @ TA @ ( number_number_of @ TA @ ( plus_plus @ int @ C @ B ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(57,axiom,
    ! [A: int] :
      ( ( bit1 @ A )
      = ( plus_plus @ int @ ( plus_plus @ int @ ( one_one @ int ) @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_94_Bit1__def) ).

thf(272,plain,
    ! [A: int] :
      ( ( bit1 @ A )
      = ( plus_plus @ int @ ( plus_plus @ int @ ( one_one @ int ) @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(78,axiom,
    ! [A: int,B: int] :
      ( ( ( bit1 @ B )
        = ( bit1 @ A ) )
    <=> ( B = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_20_rel__simps_I51_J) ).

thf(346,plain,
    ! [A: int,B: int] :
      ( ( ( ( bit1 @ B )
          = ( bit1 @ A ) )
       => ( B = A ) )
      & ( ( B = A )
       => ( ( bit1 @ B )
          = ( bit1 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[78]) ).

thf(65,axiom,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ B @ pls )
       => ( ( plus_plus @ nat @ ( number_number_of @ nat @ B ) @ ( number_number_of @ nat @ A ) )
          = ( number_number_of @ nat @ A ) ) )
      & ( ~ ( ord_less @ int @ B @ pls )
       => ( ( ( ord_less @ int @ A @ pls )
           => ( ( plus_plus @ nat @ ( number_number_of @ nat @ B ) @ ( number_number_of @ nat @ A ) )
              = ( number_number_of @ nat @ B ) ) )
          & ( ~ ( ord_less @ int @ A @ pls )
           => ( ( plus_plus @ nat @ ( number_number_of @ nat @ B ) @ ( number_number_of @ nat @ A ) )
              = ( number_number_of @ nat @ ( plus_plus @ int @ B @ A ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_55_add__nat__number__of) ).

thf(300,plain,
    ! [A: int,B: int] :
      ( ( ( ord_less @ int @ B @ pls )
       => ( ( plus_plus @ nat @ ( number_number_of @ nat @ B ) @ ( number_number_of @ nat @ A ) )
          = ( number_number_of @ nat @ A ) ) )
      & ( ~ ( ord_less @ int @ B @ pls )
       => ( ( ( ord_less @ int @ A @ pls )
           => ( ( plus_plus @ nat @ ( number_number_of @ nat @ B ) @ ( number_number_of @ nat @ A ) )
              = ( number_number_of @ nat @ B ) ) )
          & ( ~ ( ord_less @ int @ A @ pls )
           => ( ( plus_plus @ nat @ ( number_number_of @ nat @ B ) @ ( number_number_of @ nat @ A ) )
              = ( number_number_of @ nat @ ( plus_plus @ int @ B @ A ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[65]) ).

thf(69,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( number_number_of @ TA @ ( plus_plus @ int @ B @ A ) )
          = ( plus_plus @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_93_number__of__add) ).

thf(315,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int,B: int] :
          ( ( number_number_of @ TA @ ( plus_plus @ int @ B @ A ) )
          = ( plus_plus @ TA @ ( number_number_of @ TA @ B ) @ ( number_number_of @ TA @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(22,axiom,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( ring @ TA ) )
     => ! [A: TA,B: TA,C: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ C ) @ ( minus_minus @ TA @ B @ A ) )
          = ( minus_minus @ TA @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ B ) @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_39_right__diff__distrib__number__of) ).

thf(168,plain,
    ! [TA: $tType] :
      ( ( ( number @ TA )
        & ( ring @ TA ) )
     => ! [A: TA,B: TA,C: int] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ C ) @ ( minus_minus @ TA @ B @ A ) )
          = ( minus_minus @ TA @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ B ) @ ( times_times @ TA @ ( number_number_of @ TA @ C ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(14,axiom,
    number_ring @ int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Int_Oint___Int_Onumber__ring) ).

thf(146,plain,
    number_ring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(28,axiom,
    ! [A: int] :
      ( ( ( bit0 @ A )
        = pls )
    <=> ( A = pls ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_26_rel__simps_I44_J) ).

thf(190,plain,
    ! [A: int] :
      ( ( ( ( bit0 @ A )
          = pls )
       => ( A = pls ) )
      & ( ( A = pls )
       => ( ( bit0 @ A )
          = pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(35,axiom,
    ord_less @ int @ ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( minus_minus @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( one_one @ int ) ) ) @ ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_1_calculation) ).

thf(210,plain,
    ord_less @ int @ ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( minus_minus @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ ( one_one @ int ) ) ) @ ( times_times @ int @ ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ m ) @ ( one_one @ int ) ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(6,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ pls ) @ A )
          = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_90_add__numeral__0) ).

thf(126,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA] :
          ( ( plus_plus @ TA @ ( number_number_of @ TA @ pls ) @ A )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(55,axiom,
    number_semiring @ nat,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',arity_Nat_Onat___Int_Onumber__semiring) ).

thf(268,plain,
    number_semiring @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(103,axiom,
    ! [A: int] :
      ( ( times_times @ int @ pls @ A )
      = pls ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_32_mult__Pls) ).

thf(437,plain,
    ! [A: int] :
      ( ( times_times @ int @ pls @ A )
      = pls ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[103]) ).

thf(61,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
      = ( bit1 @ ( plus_plus @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_50_add__Bit1__Bit0) ).

thf(283,plain,
    ! [A: int,B: int] :
      ( ( plus_plus @ int @ ( bit1 @ B ) @ ( bit0 @ A ) )
      = ( bit1 @ ( plus_plus @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[61]) ).

thf(114,axiom,
    ! [TA: $tType] :
      ( ( number_semiring @ TA )
     => ! [A: TA,B: TA] :
          ( ( power_power @ TA @ ( plus_plus @ TA @ B @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
          = ( plus_plus @ TA @ ( plus_plus @ TA @ ( power_power @ TA @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ TA @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ ( times_times @ TA @ ( times_times @ TA @ ( number_number_of @ TA @ ( bit0 @ ( bit1 @ pls ) ) ) @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_17_power2__sum) ).

thf(464,plain,
    ! [TA: $tType] :
      ( ( number_semiring @ TA )
     => ! [A: TA,B: TA] :
          ( ( power_power @ TA @ ( plus_plus @ TA @ B @ A ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
          = ( plus_plus @ TA @ ( plus_plus @ TA @ ( power_power @ TA @ B @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ TA @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ ( times_times @ TA @ ( times_times @ TA @ ( number_number_of @ TA @ ( bit0 @ ( bit1 @ pls ) ) ) @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[114]) ).

thf(74,axiom,
    ! [TA: $tType] :
      ( ( number @ TA )
     => ! [A: TA,B: int] :
          ( ( ( number_number_of @ TA @ B )
            = A )
        <=> ( A
            = ( number_number_of @ TA @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_77_number__of__reorient) ).

thf(332,plain,
    ! [TA: $tType] :
      ( ( number @ TA )
     => ! [A: TA,B: int] :
          ( ( ( ( number_number_of @ TA @ B )
              = A )
           => ( A
              = ( number_number_of @ TA @ B ) ) )
          & ( ( A
              = ( number_number_of @ TA @ B ) )
           => ( ( number_number_of @ TA @ B )
              = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

thf(30,axiom,
    ! [A: int,B: int] :
      ( ( twoSqu1567020053sum2sq @ B )
     => ( ( twoSqu1567020053sum2sq @ A )
       => ( twoSqu1567020053sum2sq @ ( times_times @ int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_76_is__mult__sum2sq) ).

thf(200,plain,
    ! [A: int,B: int] :
      ( ( twoSqu1567020053sum2sq @ B )
     => ( ( twoSqu1567020053sum2sq @ A )
       => ( twoSqu1567020053sum2sq @ ( times_times @ int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(79,axiom,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ ( minus_minus @ int @ C @ B ) @ A )
      = ( minus_minus @ int @ ( times_times @ int @ C @ A ) @ ( times_times @ int @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_71_int__distrib_I3_J) ).

thf(354,plain,
    ! [A: int,B: int,C: int] :
      ( ( times_times @ int @ ( minus_minus @ int @ C @ B ) @ A )
      = ( minus_minus @ int @ ( times_times @ int @ C @ A ) @ ( times_times @ int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[79]) ).

thf(39,axiom,
    ( ( plus_plus @ nat @ ( one_one @ nat ) @ ( one_one @ nat ) )
    = ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_54_nat__1__add__1) ).

thf(222,plain,
    ( ( plus_plus @ nat @ ( one_one @ nat ) @ ( one_one @ nat ) )
    = ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

thf(109,axiom,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ ( bit1 @ pls ) ) @ A )
          = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_97_mult__numeral__1) ).

thf(454,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( number_number_of @ TA @ ( bit1 @ pls ) ) @ A )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(45,axiom,
    ! [TA: $tType] :
      ( ( semiring_1 @ TA )
     => ( ( power_power @ TA @ ( one_one @ TA ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( one_one @ TA ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_8_one__power2) ).

thf(232,plain,
    ! [TA: $tType] :
      ( ( semiring_1 @ TA )
     => ( ( power_power @ TA @ ( one_one @ TA ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( one_one @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(467,plain,
    $false,
    inference(e,[status(thm)],[138,384,141,445,368,115,120,440,269,202,174,185,344,357,460,421,416,152,228,289,448,216,164,179,443,321,211,238,121,147,397,280,132,396,133,243,265,312,206,248,381,366,380,117,260,297,424,275,229,252,197,329,324,224,256,225,339,393,457,129,371,134,311,412,430,161,402,286,413,219,377,230,451,318,434,208,387,155,278,135,167,374,209,342,458,409,310,182,463,258,158,390,171,235,272,346,300,315,168,146,190,210,126,268,437,283,464,332,200,354,222,454,232]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : NUM958_5 : TPTP v8.1.2. Released v6.0.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.36  % Computer : n013.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu May 18 17:22:07 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.87/0.84  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.20/1.02  % [INFO] 	 Parsing done (186ms). 
% 1.60/1.03  % [INFO] 	 Running in sequential loop mode. 
% 2.17/1.23  % [INFO] 	 eprover registered as external prover. 
% 2.17/1.24  % [INFO] 	 cvc4 registered as external prover. 
% 2.17/1.24  % [INFO] 	 Scanning for conjecture ... 
% 2.45/1.34  % [INFO] 	 Found a conjecture and 114 axioms. Running axiom selection ... 
% 2.64/1.41  % [INFO] 	 Axiom selection finished. Selected 112 axioms (removed 2 axioms). 
% 3.06/1.52  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.15/1.53  % [INFO] 	 Type checking passed. 
% 3.17/1.53  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 6.26/2.47  % External prover 'e' found a proof!
% 6.26/2.47  % [INFO] 	 Killing All external provers ... 
% 6.26/2.47  % Time passed: 1958ms (effective reasoning time: 1438ms)
% 6.26/2.47  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 6.26/2.47  % Axioms used in derivation (112): fact_79_less__int__code_I15_J, fact_76_is__mult__sum2sq, fact_29_rel__simps_I17_J, fact_97_mult__numeral__1, fact_36_left__distrib__number__of, fact_41_mult__number__of__left, arity_Nat_Onat___Groups_Omonoid__mult, fact_91_add__numeral__0__right, fact_40_less__number__of, fact_20_rel__simps_I51_J, fact_13_numeral__1__eq__1, arity_Int_Oint___Rings_Olinordered__idom, arity_Nat_Onat___Rings_Osemiring__1, fact_53_diff__bin__simps_I3_J, fact_82_add__number__of__diff1, arity_Int_Oint___Int_Oring__char__0, fact_28_Bit0__Pls, fact_42_arith__simps_I32_J, fact_70_less__int__code_I13_J, fact_33_mult__Bit0, fact_96_number__of__Bit1, fact_73_less__number__of__int__code, arity_Nat_Onat___Int_Onumber__semiring, fact_57_less__special_I2_J, fact_50_add__Bit1__Bit0, fact_3__096_B_Bthesis_O_A_I_B_Bt_O_As_A_094_A2_A_L_A1_A_061_A_I4_A_K_Am_A_L_A1_J_A_K_At_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, arity_Int_Oint___Rings_Oring, fact_39_right__diff__distrib__number__of, fact_8_one__power2, fact_49_nat__numeral__1__eq__1, fact_44_add__number__of__eq, fact_11_one__add__one__is__two, fact_34_add__Bit0__Bit0, fact_7_power2__eq__square__number__of, arity_Int_Oint___Int_Onumber__semiring, arity_Int_Oint___Int_Onumber__ring, fact_80_zless__add1__eq, fact_18_add__Bit0__Bit1, fact_30_rel__simps_I2_J, arity_Int_Oint___Rings_Osemiring__1, fact_81_power__even__eq, fact_47_rel__simps_I10_J, fact_67_nat__mult__2__right, fact_62_zprime__power__zdvd__cancel__left, fact_16_zadd__power3, fact_35_diff__bin__simps_I7_J, fact_61_zprime__power__zdvd__cancel__right, fact_25_rel__simps_I49_J, fact_69_less__int__code_I16_J, fact_27_rel__simps_I38_J, fact_74_Numeral1__eq1__nat, fact_17_power2__sum, fact_45_rel__simps_I12_J, fact_75_zprime__2, fact_38_left__diff__distrib__number__of, fact_2__096_126_At_A_060_A4_A_K_Am_A_L_A1_096, fact_85_Bit0__def, arity_Int_Oint___Groups_Omonoid__mult, fact_92_number__of__mult, fact_93_number__of__add, fact_52_diff__bin__simps_I9_J, fact_71_int__distrib_I3_J, fact_23_rel__simps_I39_J, fact_55_add__nat__number__of, fact_56_less__special_I4_J, fact_88_int__distrib_I2_J, fact_32_mult__Pls, fact_64_zdvd__period, fact_94_Bit1__def, arity_Int_Oint___Rings_Osemiring, fact_72_int__distrib_I4_J, fact_1_calculation, fact_77_number__of__reorient, fact_43_add__number__of__left, fact_51_diff__bin__simps_I10_J, fact_19_eq__number__of, fact_59_zdvd__zdiffD, fact_10_add__special_I3_J, fact_37_right__distrib__number__of, fact_86_times__numeral__code_I5_J, fact_4_p, arity_Nat_Onat___Int_Onumber, fact_48_rel__simps_I4_J, fact_15_zadd__power2, fact_0_t, fact_31_rel__simps_I14_J, fact_5_qf1pt, fact_9_add__special_I2_J, fact_65_zdvd__reduce, fact_66_nat__mult__2, fact_6__0964_A_K_Am_A_L_A1_A_N_A1_A_060_At_096, fact_60_zpower__zpower, fact_89_plus__numeral__code_I9_J, fact_84_add__Pls, fact_12_mult__Bit1, fact_83_add__Pls__right, arity_Nat_Onat___Rings_Osemiring, fact_21_rel__simps_I48_J, fact_22_rel__simps_I46_J, fact_54_nat__1__add__1, fact_14__0964_A_K_Am_A_L_A1_Advd_As_A_094_A2_A_L_A1_096, fact_46_rel__simps_I16_J, fact_58_zprime__zdvd__power, arity_Int_Oint___Int_Onumber, fact_95_zspecial__product, fact_87_int__distrib_I1_J, fact_78_number__of__is__id, fact_90_add__numeral__0, fact_63_number__of__diff, fact_24_rel__simps_I50_J, fact_68_diff__bin__simps_I1_J, fact_26_rel__simps_I44_J
% 6.26/2.47  % No. of inferences in proof: 228
% 6.26/2.48  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1958 ms resp. 1438 ms w/o parsing
% 6.57/2.56  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 6.57/2.56  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------