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

View Problem - Process Solution

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

% Computer : n032.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:59 EDT 2023

% Result   : Theorem 5.76s 2.23s
% Output   : Refutation 6.02s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  139
% Syntax   : Number of formulae    :  253 ( 116 unt;  27 typ;   0 def)
%            Number of atoms       :  421 ( 194 equ;   0 cnn)
%            Maximal formula atoms :    7 (   1 avg)
%            Number of connectives : 2784 (  22   ~;   3   |;  41   &;2567   @)
%                                         (  23 <=>; 128  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   4 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :   14 (  14   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  24 usr;   7 con; 0-3 aty)
%            Number of variables   :  368 (   0   ^; 352   !;   0   ?; 368   :)
%                                         (  16  !>;   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(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(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(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(semiring_1_of_nat_type,type,
    semiring_1_of_nat: 
      !>[TA: $tType] : ( nat > 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(m1_type,type,
    m1: int ).

thf(n_type,type,
    n: nat ).

thf(t_type,type,
    t: int ).

thf(v_type,type,
    v: int ).

thf(w_type,type,
    w: int ).

thf(56,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_35_mult__number__of__left) ).

thf(288,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)],[56]) ).

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

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

thf(68,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_40_rel__simps_I16_J) ).

thf(325,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)],[68]) ).

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

thf(282,plain,
    number_semiring @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

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

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

thf(70,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_5_add__special_I2_J) ).

thf(333,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)],[70]) ).

thf(109,axiom,
    ( ( one_one @ int )
    = ( number_number_of @ int @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_89_one__is__num__one) ).

thf(468,plain,
    ( ( one_one @ int )
    = ( number_number_of @ int @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(77,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_12_zadd__power3) ).

thf(352,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)],[77]) ).

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

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

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

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

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

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

thf(87,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_30_mult__Bit0) ).

thf(385,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)],[87]) ).

thf(73,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_16_eq__number__of) ).

thf(340,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)],[73]) ).

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

thf(348,plain,
    number_semiring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[75]) ).

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

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

thf(47,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_76_int__distrib_I2_J) ).

thf(253,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)],[47]) ).

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

thf(147,plain,
    number_ring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(103,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_53_zdvd__period) ).

thf(453,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)],[103]) ).

thf(64,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_80_number__of__mult) ).

thf(312,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)],[64]) ).

thf(33,axiom,
    ord_less @ int @ ( one_one @ int ) @ t,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_15_t1) ).

thf(206,plain,
    ord_less @ int @ ( one_one @ int ) @ t,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

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

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

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

thf(243,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)],[45]) ).

thf(46,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_49_less__int__code_I16_J) ).

thf(248,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)],[46]) ).

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

thf(380,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)],[86]) ).

thf(38,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_44_add__Bit1__Bit0) ).

thf(220,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)],[38]) ).

thf(82,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_26_rel__simps_I17_J) ).

thf(366,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)],[82]) ).

thf(76,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_14_add__Bit0__Bit1) ).

thf(349,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)],[76]) ).

thf(17,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_67_number__of__reorient) ).

thf(160,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)],[17]) ).

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

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

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

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

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

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

thf(106,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_79_add__numeral__0__right) ).

thf(461,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)],[106]) ).

thf(104,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_33_right__distrib__number__of) ).

thf(456,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)],[104]) ).

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

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

thf(88,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_28_rel__simps_I14_J) ).

thf(388,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)],[88]) ).

thf(10,axiom,
    ! [TA: $tType] :
      ( ( number_semiring @ 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_97_semiring__one__add__one__is__two) ).

thf(141,plain,
    ! [TA: $tType] :
      ( ( number_semiring @ 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)],[10]) ).

thf(48,axiom,
    ! [A: nat,B: nat] :
      ( ( semiring_1_of_nat @ int @ ( times_times @ nat @ B @ A ) )
      = ( times_times @ int @ ( semiring_1_of_nat @ int @ B ) @ ( semiring_1_of_nat @ int @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_62_int__mult) ).

thf(256,plain,
    ! [A: nat,B: nat] :
      ( ( semiring_1_of_nat @ int @ ( times_times @ nat @ B @ A ) )
      = ( times_times @ int @ ( semiring_1_of_nat @ int @ B ) @ ( semiring_1_of_nat @ int @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

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

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

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

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

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

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

thf(83,axiom,
    ! [A: nat,B: nat] :
      ( ( plus_plus @ int @ ( semiring_1_of_nat @ int @ B ) @ ( semiring_1_of_nat @ int @ A ) )
      = ( semiring_1_of_nat @ int @ ( plus_plus @ nat @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_60_zadd__int) ).

thf(371,plain,
    ! [A: nat,B: nat] :
      ( ( plus_plus @ int @ ( semiring_1_of_nat @ int @ B ) @ ( semiring_1_of_nat @ int @ A ) )
      = ( semiring_1_of_nat @ int @ ( plus_plus @ nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

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

thf(134,plain,
    ! [A: int] :
      ( ( power_power @ int @ ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( power_power @ int @ A @ ( number_number_of @ nat @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

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

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

thf(51,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_46_add__nat__number__of) ).

thf(266,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)],[51]) ).

thf(80,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_85_mult__numeral__1) ).

thf(360,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)],[80]) ).

thf(98,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_11_zadd__power2) ).

thf(430,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)],[98]) ).

thf(13,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_7_one__add__one__is__two) ).

thf(148,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)],[13]) ).

thf(50,axiom,
    ( ( plus_plus @ int @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
    = ( times_times @ int @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) @ m1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_m1) ).

thf(264,plain,
    ( ( plus_plus @ int @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
    = ( times_times @ int @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) @ m1 ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

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

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

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

thf(180,plain,
    number @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(57,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_84_number__of__Bit1) ).

thf(291,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)],[57]) ).

thf(49,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_51_less__number__of__int__code) ).

thf(259,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)],[49]) ).

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

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

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

thf(191,plain,
    semiring @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

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

thf(402,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)],[92]) ).

thf(11,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_3_power2__eq__square__number__of) ).

thf(144,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)],[11]) ).

thf(23,axiom,
    ~ ! [A: int] :
        ( ( plus_plus @ int @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
       != ( times_times @ int @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_2__096_B_Bthesis_O_A_I_B_Bm1_O_Av_A_094_A2_A_L_Aw_A_094_A2_A_061_A_I1_A_L_Aint_An_J_A_K_Am1_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(181,plain,
    ~ ! [A: int] :
        ( ( plus_plus @ int @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
       != ( times_times @ int @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

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

thf(187,plain,
    monoid_mult @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

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

thf(419,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)],[96]) ).

thf(85,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_6_add__special_I3_J) ).

thf(377,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)],[85]) ).

thf(40,axiom,
    ( ( semiring_1_of_nat @ int @ ( one_one @ nat ) )
    = ( one_one @ int ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_63_int__1) ).

thf(230,plain,
    ( ( semiring_1_of_nat @ int @ ( one_one @ nat ) )
    = ( one_one @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(61,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_64_nat__mult__2) ).

thf(303,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)],[61]) ).

thf(113,axiom,
    ! [A: nat,B: nat] :
      ( ( semiring_1_of_nat @ int @ ( power_power @ nat @ B @ A ) )
      = ( power_power @ int @ ( semiring_1_of_nat @ int @ B ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_58_int__power) ).

thf(477,plain,
    ! [A: nat,B: nat] :
      ( ( semiring_1_of_nat @ int @ ( power_power @ nat @ B @ A ) )
      = ( power_power @ int @ ( semiring_1_of_nat @ int @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

thf(44,axiom,
    ! [A: int,B: nat,C: nat] :
      ( ( plus_plus @ int @ ( semiring_1_of_nat @ int @ C ) @ ( plus_plus @ int @ ( semiring_1_of_nat @ int @ B ) @ A ) )
      = ( plus_plus @ int @ ( semiring_1_of_nat @ int @ ( plus_plus @ nat @ C @ B ) ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_59_zadd__int__left) ).

thf(240,plain,
    ! [A: int,B: nat,C: nat] :
      ( ( plus_plus @ int @ ( semiring_1_of_nat @ int @ C ) @ ( plus_plus @ int @ ( semiring_1_of_nat @ int @ B ) @ A ) )
      = ( plus_plus @ int @ ( semiring_1_of_nat @ int @ ( plus_plus @ nat @ C @ B ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

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

thf(198,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)],[31]) ).

thf(69,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_65_nat__mult__2__right) ).

thf(330,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)],[69]) ).

thf(39,axiom,
    ! [A: nat,B: nat] :
      ( ( ( semiring_1_of_nat @ int @ B )
        = ( semiring_1_of_nat @ int @ A ) )
    <=> ( B = A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_69_int__int__eq) ).

thf(223,plain,
    ! [A: nat,B: nat] :
      ( ( ( ( semiring_1_of_nat @ int @ B )
          = ( semiring_1_of_nat @ int @ A ) )
       => ( B = A ) )
      & ( ( B = A )
       => ( ( semiring_1_of_nat @ int @ B )
          = ( semiring_1_of_nat @ int @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

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

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

thf(18,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_47_less__special_I4_J) ).

thf(167,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)],[18]) ).

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

thf(473,plain,
    semiring_1 @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(84,axiom,
    ! [A: nat,B: nat] :
      ( ( power_power @ int @ ( semiring_1_of_nat @ int @ B ) @ A )
      = ( semiring_1_of_nat @ int @ ( power_power @ nat @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_57_zpower__int) ).

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

thf(78,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_75_int__distrib_I1_J) ).

thf(355,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)],[78]) ).

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

thf(194,plain,
    linordered_idom @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(21,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_52_zpower__zpower) ).

thf(177,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)],[21]) ).

thf(110,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_38_add__number__of__eq) ).

thf(470,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)],[110]) ).

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

thf(336,plain,
    semiring_1 @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(15,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_36_arith__simps_I32_J) ).

thf(154,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)],[15]) ).

thf(108,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_81_number__of__add) ).

thf(465,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)],[108]) ).

thf(102,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_32_left__distrib__number__of) ).

thf(450,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)],[102]) ).

thf(81,axiom,
    ! [TA: $tType] :
      ( ( number_semiring @ TA )
     => ! [A: nat] :
          ( ( number_number_of @ TA @ ( semiring_1_of_nat @ int @ A ) )
          = ( semiring_1_of_nat @ TA @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_83_number__of__int) ).

thf(363,plain,
    ! [TA: $tType] :
      ( ( number_semiring @ TA )
     => ! [A: nat] :
          ( ( number_number_of @ TA @ ( semiring_1_of_nat @ int @ A ) )
          = ( semiring_1_of_nat @ TA @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

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

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

thf(66,axiom,
    ! [A: nat,B: nat] :
      ( ( times_times @ int @ ( semiring_1_of_nat @ int @ B ) @ ( semiring_1_of_nat @ int @ A ) )
      = ( semiring_1_of_nat @ int @ ( times_times @ nat @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_61_zmult__int) ).

thf(319,plain,
    ! [A: nat,B: nat] :
      ( ( times_times @ int @ ( semiring_1_of_nat @ int @ B ) @ ( semiring_1_of_nat @ int @ A ) )
      = ( semiring_1_of_nat @ int @ ( times_times @ nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(24,axiom,
    dvd_dvd @ int @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) @ ( plus_plus @ int @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_10__0961_A_L_Aint_An_Advd_Av_A_094_A2_A_L_Aw_A_094_A2_096) ).

thf(186,plain,
    dvd_dvd @ int @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) @ ( plus_plus @ int @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(1,conjecture,
    ( ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) ) @ m1 )
    = ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ( ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) ) @ m1 )
   != ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(114,plain,
    ( ( times_times @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) ) @ m1 )
   != ( plus_plus @ int @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ v @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ ( times_times @ int @ ( number_number_of @ int @ ( bit0 @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power @ int @ w @ ( number_number_of @ nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

thf(401,plain,
    semiring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(4,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_55_less__int__code_I15_J) ).

thf(119,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)],[4]) ).

thf(42,axiom,
    ~ ( ord_less @ int @ m1 @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_1__096_126_Am1_A_060_A1_A_L_Aint_An_096) ).

thf(235,plain,
    ~ ( ord_less @ int @ m1 @ ( plus_plus @ int @ ( one_one @ int ) @ ( semiring_1_of_nat @ int @ n ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(99,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_56_zless__add1__eq) ).

thf(433,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)],[99]) ).

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

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

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

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

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

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

thf(14,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_78_add__numeral__0) ).

thf(151,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)],[14]) ).

thf(60,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_74_times__numeral__code_I5_J) ).

thf(300,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)],[60]) ).

thf(101,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_4_one__power2) ).

thf(447,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)],[101]) ).

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

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

thf(93,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_48_less__special_I2_J) ).

thf(410,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)],[93]) ).

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

thf(294,plain,
    ! [TA: $tType] :
      ( ( number_ring @ TA )
     => ! [A: int] :
          ( ( times_times @ TA @ ( plus_plus @ TA @ ( one_one @ TA ) @ ( one_one @ TA ) ) @ ( number_number_of @ TA @ A ) )
          = ( number_number_of @ TA @ ( bit0 @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(79,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_45_nat__1__add__1) ).

thf(358,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)],[79]) ).

thf(30,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_31_add__Bit0__Bit0) ).

thf(195,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)],[30]) ).

thf(112,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_34_less__number__of) ).

thf(474,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)],[112]) ).

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

thf(400,plain,
    monoid_mult @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(55,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_54_zdvd__reduce) ).

thf(283,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)],[55]) ).

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

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

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

thf(464,plain,
    ring_char_0 @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(97,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_13_power2__sum) ).

thf(427,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)],[97]) ).

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

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

thf(6,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_37_add__number__of__left) ).

thf(131,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)],[6]) ).

thf(100,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_50_less__int__code_I13_J) ).

thf(442,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)],[100]) ).

thf(67,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_77_plus__numeral__code_I9_J) ).

thf(322,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)],[67]) ).

thf(72,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_70_power__even__eq) ).

thf(337,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)],[72]) ).

thf(63,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_8_mult__Bit1) ).

thf(309,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)],[63]) ).

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

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

thf(480,plain,
    $false,
    inference(e,[status(thm)],[288,157,325,282,138,333,468,352,170,217,276,385,340,348,211,253,147,453,312,206,116,243,248,380,220,366,349,160,297,192,137,461,456,188,388,141,256,124,393,173,371,134,237,266,360,430,148,264,279,180,291,259,413,191,402,144,181,187,419,377,230,303,477,240,198,330,223,306,167,473,374,355,194,177,470,336,154,465,450,363,203,319,186,114,401,119,235,433,207,346,214,151,300,447,315,410,294,358,195,474,400,283,415,464,427,459,131,442,322,337,309,232]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.09  % Problem  : NUM995_5 : TPTP v8.1.2. Released v6.0.0.
% 0.05/0.11  % Command  : run_Leo-III %s %d
% 0.11/0.29  % Computer : n032.cluster.edu
% 0.11/0.29  % Model    : x86_64 x86_64
% 0.11/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.29  % Memory   : 8042.1875MB
% 0.11/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.29  % CPULimit : 300
% 0.11/0.29  % WCLimit  : 300
% 0.11/0.29  % DateTime : Thu May 18 17:20:50 EDT 2023
% 0.11/0.30  % CPUTime  : 
% 0.70/0.68  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.20/0.85  % [INFO] 	 Parsing done (167ms). 
% 1.20/0.86  % [INFO] 	 Running in sequential loop mode. 
% 1.74/1.06  % [INFO] 	 eprover registered as external prover. 
% 1.74/1.06  % [INFO] 	 cvc4 registered as external prover. 
% 1.74/1.06  % [INFO] 	 Scanning for conjecture ... 
% 2.07/1.16  % [INFO] 	 Found a conjecture and 113 axioms. Running axiom selection ... 
% 2.15/1.22  % [INFO] 	 Axiom selection finished. Selected 111 axioms (removed 2 axioms). 
% 2.64/1.32  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 2.64/1.33  % [INFO] 	 Type checking passed. 
% 2.64/1.34  % [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 ... 
% 5.76/2.23  % External prover 'e' found a proof!
% 5.76/2.23  % [INFO] 	 Killing All external provers ... 
% 5.76/2.23  % Time passed: 1833ms (effective reasoning time: 1373ms)
% 5.76/2.23  % 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)>
% 5.76/2.23  % Axioms used in derivation (111): fact_92_quartic__square__square, fact_79_add__numeral__0__right, fact_54_zdvd__reduce, fact_3_power2__eq__square__number__of, fact_16_eq__number__of, fact_53_zdvd__period, fact_64_nat__mult__2, fact_46_add__nat__number__of, fact_41_rel__simps_I10_J, arity_Nat_Onat___Groups_Omonoid__mult, fact_95_semiring__mult__2__right, fact_76_int__distrib_I2_J, fact_27_rel__simps_I2_J, fact_0_m1, arity_Int_Oint___Rings_Olinordered__idom, arity_Nat_Onat___Rings_Osemiring__1, fact_4_one__power2, arity_Int_Oint___Int_Oring__char__0, fact_17_rel__simps_I51_J, fact_6_add__special_I3_J, fact_86_mult__numeral__1__right, fact_89_one__is__num__one, fact_31_add__Bit0__Bit0, fact_49_less__int__code_I16_J, fact_82_Bit1__def, fact_56_zless__add1__eq, fact_93_semiring__mult__2, fact_19_rel__simps_I46_J, arity_Nat_Onat___Int_Onumber__semiring, fact_87_semiring__numeral__1__eq__1, fact_66_Numeral1__eq1__nat, fact_73_Bit0__def, fact_23_rel__simps_I44_J, fact_50_less__int__code_I13_J, fact_33_right__distrib__number__of, fact_81_number__of__add, fact_60_zadd__int, arity_Int_Oint___Int_Onumber__semiring, arity_Int_Oint___Int_Onumber__ring, fact_94_mult__2, fact_68_number__of__is__id, fact_44_add__Bit1__Bit0, arity_Int_Oint___Rings_Osemiring__1, fact_84_number__of__Bit1, fact_48_less__special_I2_J, fact_1__096_126_Am1_A_060_A1_A_L_Aint_An_096, fact_91_power3__eq__cube, fact_97_semiring__one__add__one__is__two, fact_9_numeral__1__eq__1, fact_77_plus__numeral__code_I9_J, fact_55_less__int__code_I15_J, fact_69_int__int__eq, fact_80_number__of__mult, fact_72_add__Pls, fact_22_rel__simps_I49_J, arity_Int_Oint___Groups_Omonoid__mult, fact_45_nat__1__add__1, fact_7_one__add__one__is__two, fact_8_mult__Bit1, fact_28_rel__simps_I14_J, fact_43_nat__numeral__1__eq__1, arity_Int_Oint___Rings_Osemiring, fact_13_power2__sum, fact_90_double__number__of__Bit0, fact_35_mult__number__of__left, fact_11_zadd__power2, fact_5_add__special_I2_J, fact_57_zpower__int, fact_52_zpower__zpower, fact_78_add__numeral__0, fact_39_rel__simps_I12_J, fact_51_less__number__of__int__code, fact_21_rel__simps_I50_J, fact_88_semiring__norm_I110_J, fact_47_less__special_I4_J, fact_2__096_B_Bthesis_O_A_I_B_Bm1_O_Av_A_094_A2_A_L_Aw_A_094_A2_A_061_A_I1_A_L_Aint_An_J_A_K_Am1_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_74_times__numeral__code_I5_J, fact_61_zmult__int, fact_36_arith__simps_I32_J, fact_38_add__number__of__eq, fact_62_int__mult, fact_71_add__Pls__right, fact_96_mult__2__right, fact_18_rel__simps_I48_J, fact_29_mult__Pls, fact_67_number__of__reorient, arity_Nat_Onat___Int_Onumber, fact_70_power__even__eq, fact_15_t1, fact_42_rel__simps_I4_J, fact_30_mult__Bit0, fact_40_rel__simps_I16_J, fact_24_rel__simps_I38_J, fact_83_number__of__int, fact_32_left__distrib__number__of, fact_10__0961_A_L_Aint_An_Advd_Av_A_094_A2_A_L_Aw_A_094_A2_096, fact_65_nat__mult__2__right, fact_25_Bit0__Pls, arity_Nat_Onat___Rings_Osemiring, fact_63_int__1, fact_59_zadd__int__left, fact_34_less__number__of, arity_Int_Oint___Int_Onumber, fact_85_mult__numeral__1, fact_26_rel__simps_I17_J, fact_20_rel__simps_I39_J, fact_14_add__Bit0__Bit1, fact_12_zadd__power3, fact_58_int__power, fact_75_int__distrib_I1_J, fact_37_add__number__of__left
% 5.76/2.23  % No. of inferences in proof: 226
% 5.76/2.23  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1833 ms resp. 1373 ms w/o parsing
% 6.02/2.31  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 6.02/2.31  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------