TSTP Solution File: NUM925^2 by Leo-III---1.7.10

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.10
% Problem  : NUM925^2 : TPTP v8.1.2. Released v5.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n008.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 : Tue May  7 08:01:37 EDT 2024

% Result   : Theorem 11.93s 3.55s
% Output   : Refutation 12.60s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  741
% Syntax   : Number of formulae    : 1446 ( 863 unt;  38 typ;   0 def)
%            Number of atoms       : 3205 (1321 equ;   0 cnn)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives : 9378 ( 203   ~;  37   |;  98   &;8096   @)
%                                         (   0 <=>; 944  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :   59 (  59   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   38 (  35 usr;  13 con; 0-3 aty)
%            Number of variables   : 2537 (   0   ^2513   !;  24   ?;2537   :)

% Comments : 
%------------------------------------------------------------------------------
thf(int_type,type,
    int: $tType ).

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

thf(real_type,type,
    real: $tType ).

thf(one_one_int_type,type,
    one_one_int: int ).

thf(one_one_nat_type,type,
    one_one_nat: nat ).

thf(one_one_real_type,type,
    one_one_real: real ).

thf(plus_plus_int_type,type,
    plus_plus_int: int > int > int ).

thf(plus_plus_nat_type,type,
    plus_plus_nat: nat > nat > nat ).

thf(plus_plus_real_type,type,
    plus_plus_real: real > real > real ).

thf(times_times_int_type,type,
    times_times_int: int > int > int ).

thf(zero_zero_int_type,type,
    zero_zero_int: int ).

thf(zero_zero_nat_type,type,
    zero_zero_nat: nat ).

thf(zero_zero_real_type,type,
    zero_zero_real: real ).

thf(if_nat_type,type,
    if_nat: $o > nat > nat > nat ).

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

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

thf(pls_type,type,
    pls: int ).

thf(number_number_of_int_type,type,
    number_number_of_int: int > int ).

thf(number_number_of_nat_type,type,
    number_number_of_nat: int > nat ).

thf(number267125858f_real_type,type,
    number267125858f_real: int > real ).

thf(succ_type,type,
    succ: int > int ).

thf(semiri1621563631at_int_type,type,
    semiri1621563631at_int: nat > int ).

thf(semiri984289939at_nat_type,type,
    semiri984289939at_nat: nat > nat ).

thf(semiri132038758t_real_type,type,
    semiri132038758t_real: nat > real ).

thf(sqrt_type,type,
    sqrt: real > real ).

thf(ord_less_int_type,type,
    ord_less_int: int > int > $o ).

thf(ord_less_nat_type,type,
    ord_less_nat: nat > nat > $o ).

thf(ord_less_real_type,type,
    ord_less_real: real > real > $o ).

thf(ord_less_eq_int_type,type,
    ord_less_eq_int: int > int > $o ).

thf(ord_less_eq_nat_type,type,
    ord_less_eq_nat: nat > nat > $o ).

thf(ord_less_eq_real_type,type,
    ord_less_eq_real: real > real > $o ).

thf(power_power_int_type,type,
    power_power_int: int > nat > int ).

thf(power_power_nat_type,type,
    power_power_nat: nat > nat > nat ).

thf(power_power_real_type,type,
    power_power_real: real > nat > real ).

thf(m1_type,type,
    m1: int ).

thf(n_type,type,
    n: nat ).

thf(t_type,type,
    t: int ).

thf(tn_type,type,
    tn: nat ).

thf(70,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_401_add__pos__pos) ).

thf(892,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[70]) ).

thf(42,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_370_add__0__left) ).

thf(809,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(233,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_663_xt1_I6_J) ).

thf(1337,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[233]) ).

thf(172,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( B = A )
       => ( ord_less_eq_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_674_xt1_I4_J) ).

thf(1168,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( B = A )
       => ( ord_less_eq_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[172]) ).

thf(490,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
     => ( ord_less_eq_int @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_425_add__le__imp__le__right) ).

thf(2072,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
     => ( ord_less_eq_int @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[490]) ).

thf(558,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) )
      = ( plus_plus_int @ B @ ( plus_plus_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_342_comm__semiring__1__class_Onormalizing__semiring__rules_I22_J) ).

thf(2263,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) )
      = ( plus_plus_int @ B @ ( plus_plus_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[558]) ).

thf(615,axiom,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
      = ( A != zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_133_zero__less__power2) ).

thf(2412,plain,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
      = ( A != zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[615]) ).

thf(123,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( B != A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_186_less__not__refl2) ).

thf(1031,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( B != A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[123]) ).

thf(633,axiom,
    ! [A: int,B: int] :
      ~ ( ord_less_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_139_not__sum__power2__lt__zero) ).

thf(2463,plain,
    ! [A: int,B: int] :
      ~ ( ord_less_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[633]) ).

thf(680,axiom,
    ( ( power_power_real @ zero_zero_real @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_9_zero__power2) ).

thf(2595,plain,
    ( ( power_power_real @ zero_zero_real @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[680]) ).

thf(30,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ord_less_eq_real @ ( plus_plus_real @ B @ A ) @ ( plus_plus_real @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_414_add__right__mono) ).

thf(777,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ord_less_eq_real @ ( plus_plus_real @ B @ A ) @ ( plus_plus_real @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(564,axiom,
    ! [A: nat,B: nat] :
      ( ( power_power_int @ ( semiri1621563631at_int @ A ) @ B )
      = ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_36_zpower__int) ).

thf(2280,plain,
    ! [A: nat,B: nat] :
      ( ( power_power_int @ ( semiri1621563631at_int @ A ) @ B )
      = ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[564]) ).

thf(247,axiom,
    ~ ( ord_less_eq_real @ one_one_real @ zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_492_not__one__le__zero) ).

thf(1369,plain,
    ~ ( ord_less_eq_real @ one_one_real @ zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[247]) ).

thf(399,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_564_less__eq__int__code_I15_J) ).

thf(1823,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[399]) ).

thf(180,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ord_less_eq_nat @ zero_zero_nat @ ( power_power_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_502_zero__le__power) ).

thf(1190,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ord_less_eq_nat @ zero_zero_nat @ ( power_power_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[180]) ).

thf(585,axiom,
    ! [A: int] :
      ( ( succ @ ( bit0 @ A ) )
      = ( bit1 @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_568_succ__Bit0) ).

thf(2336,plain,
    ! [A: int] :
      ( ( succ @ ( bit0 @ A ) )
      = ( bit1 @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[585]) ).

thf(506,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ( ( ord_less_int @ A @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) )
       => ( ( A = zero_zero_int )
          | ( A = one_one_int ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_607_int__pos__lt__two__imp__zero__or__one) ).

thf(2131,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ( ( ord_less_int @ A @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) )
       => ( ( A = zero_zero_int )
          | ( A = one_one_int ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[506]) ).

thf(279,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_539_add__nonneg__pos) ).

thf(1454,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[279]) ).

thf(621,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_69_less__special_I3_J) ).

thf(2427,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[621]) ).

thf(142,axiom,
    ! [A: real,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ? [C: real] :
            ( ( ord_less_real @ zero_zero_real @ C )
            & ( ( power_power_real @ C @ B )
              = A )
            & ! [D: real] :
                ( ( ( ord_less_real @ zero_zero_real @ D )
                  & ( ( power_power_real @ D @ B )
                    = A ) )
               => ( D = C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_403_realpow__pos__nth__unique) ).

thf(1083,plain,
    ! [A: real,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ? [C: real] :
            ( ( ord_less_real @ zero_zero_real @ C )
            & ( ( power_power_real @ C @ B )
              = A )
            & ! [D: real] :
                ( ( ( ord_less_real @ zero_zero_real @ D )
                  & ( ( power_power_real @ D @ B )
                    = A ) )
               => ( D = C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[142]) ).

thf(454,axiom,
    ( ( power_power_nat @ one_one_nat @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_5_one__power2) ).

thf(1982,plain,
    ( ( power_power_nat @ one_one_nat @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[454]) ).

thf(397,axiom,
    ( zero_zero_int
    = ( number_number_of_int @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_35_zero__is__num__zero) ).

thf(1818,plain,
    ( zero_zero_int
    = ( number_number_of_int @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[397]) ).

thf(218,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_449_less__eq__number__of__int__code) ).

thf(1295,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[218]) ).

thf(103,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
      = ( ord_less_eq_real @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_411_add__le__cancel__left) ).

thf(977,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
      = ( ord_less_eq_real @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[103]) ).

thf(189,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_239_less__imp__of__nat__less) ).

thf(1211,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[189]) ).

thf(24,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
       => ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_671_order__antisym) ).

thf(762,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(114,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ( ord_less_eq_nat @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_636_add__leD1) ).

thf(1005,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ( ord_less_eq_nat @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[114]) ).

thf(545,axiom,
    ( ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) )
    = ( semiri1621563631at_int @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_151_transfer__int__nat__numerals_I3_J) ).

thf(2231,plain,
    ( ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) )
    = ( semiri1621563631at_int @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[545]) ).

thf(695,axiom,
    ! [A: int > $o] :
      ( ( ! [B: int] :
            ( ( ord_less_eq_int @ zero_zero_int @ B )
           => ( A @ B ) ) )
      = ( ! [B: nat] : ( A @ ( semiri1621563631at_int @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_526_transfer__int__nat__quantifiers_I1_J) ).

thf(2644,plain,
    ! [A: int > $o] :
      ( ( ! [B: int] :
            ( ( ord_less_eq_int @ zero_zero_int @ B )
           => ( A @ B ) ) )
      = ( ! [B: nat] : ( A @ ( semiri1621563631at_int @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[695]) ).

thf(393,axiom,
    ! [A: int] :
      ( ( ord_less_eq_real @ zero_zero_real @ ( number267125858f_real @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_450_le__special_I1_J) ).

thf(1808,plain,
    ! [A: int] :
      ( ( ord_less_eq_real @ zero_zero_real @ ( number267125858f_real @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[393]) ).

thf(333,axiom,
    ! [A: nat,B: real] :
      ( ( B != zero_zero_real )
     => ( ( power_power_real @ B @ A )
       != zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_230_field__power__not__zero) ).

thf(1618,plain,
    ! [A: nat,B: real] :
      ( ( B != zero_zero_real )
     => ( ( power_power_real @ B @ A )
       != zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[333]) ).

thf(654,axiom,
    ( ( number267125858f_real @ pls )
    = zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_108_semiring__numeral__0__eq__0) ).

thf(2527,plain,
    ( ( number267125858f_real @ pls )
    = zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[654]) ).

thf(373,axiom,
    ! [A: nat] :
      ( ( ( A = zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ A )
          = one_one_int ) )
      & ( ( A != zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ A )
          = zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_160_power__0__left) ).

thf(1728,plain,
    ! [A: nat] :
      ( ( ( A = zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ A )
          = one_one_int ) )
      & ( ( A != zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ A )
          = zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[373]) ).

thf(163,axiom,
    ! [A: nat,B: nat] :
      ( ( A != B )
     => ( ~ ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_184_linorder__neqE__nat) ).

thf(1142,plain,
    ! [A: nat,B: nat] :
      ( ( A != B )
     => ( ~ ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[163]) ).

thf(603,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ one_one_int )
      = ( ord_less_eq_int @ A @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_466_le__special_I4_J) ).

thf(2380,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ one_one_int )
      = ( ord_less_eq_int @ A @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[603]) ).

thf(359,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_46_less__int__code_I16_J) ).

thf(1692,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[359]) ).

thf(61,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
     => ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_317_add__left__imp__eq) ).

thf(861,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
     => ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[61]) ).

thf(597,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ pls @ B )
     => ( ( ord_less_eq_int @ pls @ A )
       => ( ( 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/sandbox/benchmark/theBenchmark.p',fact_578_semiring__add__number__of) ).

thf(2363,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ pls @ B )
     => ( ( ord_less_eq_int @ pls @ A )
       => ( ( 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)],[597]) ).

thf(492,axiom,
    ! [A: real,B: int] :
      ( ( ( power_power_real @ A @ ( number_number_of_nat @ B ) )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( ( number_number_of_nat @ B )
         != zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_119_power__eq__0__iff__number__of) ).

thf(2077,plain,
    ! [A: real,B: int] :
      ( ( ( power_power_real @ A @ ( number_number_of_nat @ B ) )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( ( number_number_of_nat @ B )
         != zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[492]) ).

thf(502,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ one_one_int ) @ B )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_571_add1__zle__eq) ).

thf(2117,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ one_one_int ) @ B )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[502]) ).

thf(261,axiom,
    ! [A: int,B: int] :
      ( ( A = B )
     => ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_688_order__eq__refl) ).

thf(1406,plain,
    ! [A: int,B: int] :
      ( ( A = B )
     => ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[261]) ).

thf(11,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ C @ A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_623_le__trans) ).

thf(730,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ C @ A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(216,axiom,
    ! [A: nat,B: nat] :
      ( ( ( semiri132038758t_real @ A )
        = ( semiri132038758t_real @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_217_of__nat__eq__iff) ).

thf(1290,plain,
    ! [A: nat,B: nat] :
      ( ( ( semiri132038758t_real @ A )
        = ( semiri132038758t_real @ B ) )
      = ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[216]) ).

thf(319,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_617_less__imp__le__nat) ).

thf(1569,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[319]) ).

thf(439,axiom,
    ! [A: int,B: int] :
      ( ( ( bit1 @ A )
        = ( bit1 @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_61_rel__simps_I51_J) ).

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

thf(311,axiom,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ord_less_eq_real @ A @ one_one_real )
         => ( ord_less_eq_real @ ( power_power_real @ A @ C ) @ ( power_power_real @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_454_power__decreasing) ).

thf(1544,plain,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ord_less_eq_real @ A @ one_one_real )
         => ( ord_less_eq_real @ ( power_power_real @ A @ C ) @ ( power_power_real @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[311]) ).

thf(466,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_473_add__nonneg__nonneg) ).

thf(2014,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[466]) ).

thf(450,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) )
      = ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_246_of__nat__add) ).

thf(1971,plain,
    ! [A: nat,B: nat] :
      ( ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) )
      = ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[450]) ).

thf(391,axiom,
    ! [A: int > $o,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( A @ B )
       => ( ! [D: int] :
              ( ( ord_less_eq_int @ B @ D )
             => ( ( A @ D )
               => ( A @ ( plus_plus_int @ D @ one_one_int ) ) ) )
         => ( A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_652_int__ge__induct) ).

thf(1793,plain,
    ! [A: int > $o,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( A @ B )
       => ( ! [D: int] :
              ( ( ord_less_eq_int @ B @ D )
             => ( ( A @ D )
               => ( A @ ( plus_plus_int @ D @ one_one_int ) ) ) )
         => ( A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[391]) ).

thf(307,axiom,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C )
      = ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_331_ab__semigroup__add__class_Oadd__ac_I1_J) ).

thf(1533,plain,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C )
      = ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[307]) ).

thf(531,axiom,
    zero_zero_int != one_one_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_99_int__0__neq__1) ).

thf(2195,plain,
    zero_zero_int != one_one_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[531]) ).

thf(161,axiom,
    ! [A: nat,B: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = zero_zero_nat )
      = ( ( A = zero_zero_nat )
        & ( B = zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_211_add__is__0) ).

thf(1137,plain,
    ! [A: nat,B: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = zero_zero_nat )
      = ( ( A = zero_zero_nat )
        & ( B = zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[161]) ).

thf(224,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
       => ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_441_zle__antisym) ).

thf(1310,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[224]) ).

thf(474,axiom,
    ! [A: int,B: nat] :
      ( ( ( power_power_int @ A @ B )
        = zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( B != zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_285_power__eq__0__iff) ).

thf(2035,plain,
    ! [A: int,B: nat] :
      ( ( ( power_power_int @ A @ B )
        = zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( B != zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[474]) ).

thf(629,axiom,
    ! [A: int] :
      ( ( ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ ( number_number_of_nat @ A ) @ one_one_nat )
          = one_one_nat ) )
      & ( ~ ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ ( number_number_of_nat @ A ) @ one_one_nat )
          = ( number_number_of_nat @ ( succ @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_406_nat__number__of__add__1) ).

thf(2448,plain,
    ! [A: int] :
      ( ( ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ ( number_number_of_nat @ A ) @ one_one_nat )
          = one_one_nat ) )
      & ( ~ ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ ( number_number_of_nat @ A ) @ one_one_nat )
          = ( number_number_of_nat @ ( succ @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[629]) ).

thf(510,axiom,
    ! [A: int] : ( ord_less_int @ A @ ( plus_plus_int @ A @ one_one_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_270_less__add__one) ).

thf(2141,plain,
    ! [A: int] : ( ord_less_int @ A @ ( plus_plus_int @ A @ one_one_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[510]) ).

thf(230,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ A @ C ) )
     => ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_316_add__left__imp__eq) ).

thf(1327,plain,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ A @ C ) )
     => ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[230]) ).

thf(134,axiom,
    ! [A: nat] :
      ~ ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_287_of__nat__less__0__iff) ).

thf(1063,plain,
    ! [A: nat] :
      ~ ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[134]) ).

thf(86,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ A @ ( plus_plus_real @ B @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_480_add__increasing2) ).

thf(930,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ A @ ( plus_plus_real @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[86]) ).

thf(673,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ ( plus_plus_int @ B @ one_one_int ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_570_zle__add1__eq__le) ).

thf(2575,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ ( plus_plus_int @ B @ one_one_int ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[673]) ).

thf(139,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
      | ( ord_less_eq_int @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_439_zle__linear) ).

thf(1078,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
      | ( ord_less_eq_int @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[139]) ).

thf(389,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_63_even__less__0__iff) ).

thf(1788,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[389]) ).

thf(171,axiom,
    ! [A: real,B: real,C: real] :
      ( ( B = C )
     => ( ( ord_less_eq_real @ C @ A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_682_ord__eq__le__trans) ).

thf(1164,plain,
    ! [A: real,B: real,C: real] :
      ( ( B = C )
     => ( ( ord_less_eq_real @ C @ A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[171]) ).

thf(460,axiom,
    ! [A: real,B: real] :
      ( ( ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ord_less_eq_real @ zero_zero_real @ B )
         => ( A = B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_595_power2__eq__imp__eq) ).

thf(1999,plain,
    ! [A: real,B: real] :
      ( ( ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ord_less_eq_real @ zero_zero_real @ B )
         => ( A = B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[460]) ).

thf(38,axiom,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_eq_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
        = ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_457_power__increasing__iff) ).

thf(797,plain,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_eq_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
        = ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(637,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_354_add_Ocomm__neutral) ).

thf(2476,plain,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[637]) ).

thf(205,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( C = A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_677_ord__le__eq__trans) ).

thf(1260,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( C = A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[205]) ).

thf(379,axiom,
    ( one_one_int
    = ( semiri1621563631at_int @ one_one_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_253_transfer__int__nat__numerals_I2_J) ).

thf(1761,plain,
    ( one_one_int
    = ( semiri1621563631at_int @ one_one_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[379]) ).

thf(236,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ A @ C ) )
     => ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_313_add__imp__eq) ).

thf(1342,plain,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ A @ C ) )
     => ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[236]) ).

thf(18,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
     => ( ord_less_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_373_add__less__imp__less__left) ).

thf(747,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
     => ( ord_less_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(79,axiom,
    ! [A: nat] : ( ord_less_eq_nat @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_620_le__refl) ).

thf(913,plain,
    ! [A: nat] : ( ord_less_eq_nat @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[79]) ).

thf(183,axiom,
    ( ( semiri984289939at_nat @ zero_zero_nat )
    = zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_293_of__nat__0) ).

thf(1196,plain,
    ( ( semiri984289939at_nat @ zero_zero_nat )
    = zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[183]) ).

thf(478,axiom,
    ! [A: real,B: real] :
      ( ( ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B = zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_153_realpow__two__sum__zero__iff) ).

thf(2046,plain,
    ! [A: real,B: real] :
      ( ( ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B = zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[478]) ).

thf(4,axiom,
    one_one_nat != zero_zero_nat,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_225_one__neq__zero) ).

thf(709,plain,
    one_one_nat != zero_zero_nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(342,axiom,
    ! [A: nat,B: nat] :
      ( ( plus_plus_nat @ A @ B )
      = ( plus_plus_nat @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_178_nat__add__commute) ).

thf(1645,plain,
    ! [A: nat,B: nat] :
      ( ( plus_plus_nat @ A @ B )
      = ( plus_plus_nat @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[342]) ).

thf(243,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ B @ zero_zero_real )
     => ( ( ord_less_eq_real @ A @ zero_zero_real )
       => ( ord_less_eq_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_483_add__nonpos__nonpos) ).

thf(1359,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ B @ zero_zero_real )
     => ( ( ord_less_eq_real @ A @ zero_zero_real )
       => ( ord_less_eq_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[243]) ).

thf(327,axiom,
    zero_zero_real != one_one_real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_172_real__zero__not__eq__one) ).

thf(1601,plain,
    zero_zero_real != one_one_real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[327]) ).

thf(494,axiom,
    ! [A: int,B: int] :
      ( ( number267125858f_real @ ( plus_plus_int @ A @ B ) )
      = ( plus_plus_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_125_number__of__add) ).

thf(2082,plain,
    ! [A: int,B: int] :
      ( ( number267125858f_real @ ( plus_plus_int @ A @ B ) )
      = ( plus_plus_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[494]) ).

thf(246,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_367_comm__semiring__1__class_Onormalizing__semiring__rules_I5_J) ).

thf(1366,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[246]) ).

thf(650,axiom,
    ( ( number_number_of_int @ pls )
    = zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_109_number__of__Pls) ).

thf(2516,plain,
    ( ( number_number_of_int @ pls )
    = zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[650]) ).

thf(305,axiom,
    ! [A: real,B: nat,C: real] :
      ( ( ord_less_real @ ( power_power_real @ A @ B ) @ ( power_power_real @ C @ B ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ C )
       => ( ord_less_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_554_power__less__imp__less__base) ).

thf(1529,plain,
    ! [A: real,B: nat,C: real] :
      ( ( ord_less_real @ ( power_power_real @ A @ B ) @ ( power_power_real @ C @ B ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ C )
       => ( ord_less_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[305]) ).

thf(656,axiom,
    ! [A: nat,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ( ord_less_nat @ zero_zero_nat @ A )
         => ( ord_less_int @ ( power_power_int @ B @ A ) @ ( power_power_int @ C @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_587_power__strict__mono) ).

thf(2531,plain,
    ! [A: nat,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ( ord_less_nat @ zero_zero_nat @ A )
         => ( ord_less_int @ ( power_power_int @ B @ A ) @ ( power_power_int @ C @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[656]) ).

thf(287,axiom,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) )
      = ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_337_comm__semiring__1__class_Onormalizing__semiring__rules_I25_J) ).

thf(1482,plain,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) )
      = ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[287]) ).

thf(420,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_65_zadd__assoc) ).

thf(1887,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[420]) ).

thf(49,axiom,
    ! [A: real] :
      ( ( ord_less_real @ ( sqrt @ A ) @ one_one_real )
      = ( ord_less_real @ A @ one_one_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_697_real__sqrt__lt__1__iff) ).

thf(829,plain,
    ! [A: real] :
      ( ( ord_less_real @ ( sqrt @ A ) @ one_one_real )
      = ( ord_less_real @ A @ one_one_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(145,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_478_add__increasing) ).

thf(1095,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[145]) ).

thf(623,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ one_one_int )
      = ( ord_less_int @ A @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_84_less__special_I4_J) ).

thf(2432,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ one_one_int )
      = ( ord_less_int @ A @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[623]) ).

thf(430,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_78_bin__less__0__simps_I4_J) ).

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

thf(255,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ C @ A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_440_zle__trans) ).

thf(1391,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ C @ A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[255]) ).

thf(322,axiom,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ B )
        = zero_zero_nat )
      = ( ( A = zero_zero_nat )
        & ( B != zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_284_power__eq__0__iff) ).

thf(1576,plain,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ B )
        = zero_zero_nat )
      = ( ( A = zero_zero_nat )
        & ( B != zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[322]) ).

thf(32,axiom,
    ! [A: nat] :
      ( ( power_power_nat @ A @ one_one_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_394_comm__semiring__1__class_Onormalizing__semiring__rules_I33_J) ).

thf(782,plain,
    ! [A: nat] :
      ( ( power_power_nat @ A @ one_one_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(274,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ C @ B ) )
     => ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_311_add__right__imp__eq) ).

thf(1441,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ C @ B ) )
     => ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[274]) ).

thf(366,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ( plus_plus_int @ B @ A )
            = zero_zero_int )
          = ( ( B = zero_zero_int )
            & ( A = zero_zero_int ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_476_add__nonneg__eq__0__iff) ).

thf(1709,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ( plus_plus_int @ B @ A )
            = zero_zero_int )
          = ( ( B = zero_zero_int )
            & ( A = zero_zero_int ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[366]) ).

thf(582,axiom,
    ( ( bit0 @ pls )
    = pls ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_97_Bit0__Pls) ).

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

thf(219,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ A @ zero_zero_real )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_355_comm__semiring__1__class_Onormalizing__semiring__rules_I6_J) ).

thf(1298,plain,
    ! [A: real] :
      ( ( plus_plus_real @ A @ zero_zero_real )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[219]) ).

thf(416,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_206_zless__int) ).

thf(1871,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[416]) ).

thf(228,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ B @ zero_zero_nat )
     => ( ( ord_less_eq_nat @ A @ zero_zero_nat )
       => ( ord_less_eq_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_484_add__nonpos__nonpos) ).

thf(1323,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ B @ zero_zero_nat )
     => ( ( ord_less_eq_nat @ A @ zero_zero_nat )
       => ( ord_less_eq_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[228]) ).

thf(400,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_517_rel__simps_I32_J) ).

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

thf(225,axiom,
    ! [A: int,B: real] :
      ( ( ( number267125858f_real @ A )
        = B )
      = ( B
        = ( number267125858f_real @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_60_number__of__reorient) ).

thf(1313,plain,
    ! [A: int,B: real] :
      ( ( ( number267125858f_real @ A )
        = B )
      = ( B
        = ( number267125858f_real @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[225]) ).

thf(641,axiom,
    ! [A: nat] : ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( power_power_real @ ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_150_of__nat__less__two__power) ).

thf(2488,plain,
    ! [A: nat] : ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( power_power_real @ ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[641]) ).

thf(402,axiom,
    ( ( semiri1621563631at_int @ one_one_nat )
    = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_40_int__1) ).

thf(1832,plain,
    ( ( semiri1621563631at_int @ one_one_nat )
    = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[402]) ).

thf(634,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ ( bit1 @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_516_rel__simps_I22_J) ).

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

thf(702,axiom,
    ( one_one_int
    = ( number_number_of_int @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_53_one__is__num__one) ).

thf(2667,plain,
    ( one_one_int
    = ( number_number_of_int @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[702]) ).

thf(7,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_236_of__nat__less__iff) ).

thf(719,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(586,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B = zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_605_sum__power2__le__zero__iff) ).

thf(2339,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B = zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[586]) ).

thf(33,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_eq_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_461_power__le__imp__le__exp) ).

thf(785,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_eq_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(206,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_638_real__add__left__mono) ).

thf(1264,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[206]) ).

thf(539,axiom,
    ! [A: nat] :
      ( ( power_power_int @ one_one_int @ A )
      = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_234_power__one) ).

thf(2217,plain,
    ! [A: nat] :
      ( ( power_power_int @ one_one_int @ A )
      = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[539]) ).

thf(562,axiom,
    ! [A: nat,B: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = ( semiri1621563631at_int @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_219_of__nat__eq__iff) ).

thf(2274,plain,
    ! [A: nat,B: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = ( semiri1621563631at_int @ B ) )
      = ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[562]) ).

thf(20,axiom,
    ! [A: int,B: int] :
      ( ( ( number_number_of_int @ A )
        = ( number_number_of_int @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_56_eq__number__of) ).

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

thf(433,axiom,
    ! [A: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri1621563631at_int @ ( number_number_of_nat @ A ) )
          = ( number_number_of_int @ A ) ) )
      & ( ~ ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri1621563631at_int @ ( number_number_of_nat @ A ) )
          = zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_599_of__nat__number__of__lemma) ).

thf(1922,plain,
    ! [A: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri1621563631at_int @ ( number_number_of_nat @ A ) )
          = ( number_number_of_int @ A ) ) )
      & ( ~ ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri1621563631at_int @ ( number_number_of_nat @ A ) )
          = zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[433]) ).

thf(58,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ B )
      | ( A = B )
      | ( ord_less_int @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_30_zless__linear) ).

thf(853,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ B )
      | ( A = B )
      | ( ord_less_int @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(479,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( plus_plus_int @ ( plus_plus_int @ one_one_int @ A ) @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_88_odd__less__0) ).

thf(2049,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( plus_plus_int @ ( plus_plus_int @ one_one_int @ A ) @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[479]) ).

thf(330,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_359_add__0__right) ).

thf(1609,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[330]) ).

thf(258,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ one_one_nat @ A )
       => ( ord_less_eq_nat @ ( power_power_nat @ A @ B ) @ ( power_power_nat @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_430_power__increasing) ).

thf(1398,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ one_one_nat @ A )
       => ( ord_less_eq_nat @ ( power_power_nat @ A @ B ) @ ( power_power_nat @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[258]) ).

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

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

thf(147,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_417_add__left__mono) ).

thf(1100,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[147]) ).

thf(521,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ pls @ B )
     => ( ( ord_less_eq_int @ pls @ A )
       => ( ( 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/sandbox/benchmark/theBenchmark.p',fact_579_semiring__add__number__of) ).

thf(2169,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ pls @ B )
     => ( ( ord_less_eq_int @ pls @ A )
       => ( ( 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)],[521]) ).

thf(299,axiom,
    ! [A: real,B: nat,C: real] :
      ( ( ( power_power_real @ A @ B )
        = ( power_power_real @ C @ B ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ord_less_eq_real @ zero_zero_real @ C )
         => ( ( ord_less_nat @ zero_zero_nat @ B )
           => ( A = C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_574_power__eq__imp__eq__base) ).

thf(1514,plain,
    ! [A: real,B: nat,C: real] :
      ( ( ( power_power_real @ A @ B )
        = ( power_power_real @ C @ B ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ord_less_eq_real @ zero_zero_real @ C )
         => ( ( ord_less_nat @ zero_zero_nat @ B )
           => ( A = C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[299]) ).

thf(227,axiom,
    ! [A: int,B: int,C: int] :
      ( ( B = C )
     => ( ( ord_less_eq_int @ C @ A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_684_ord__eq__le__trans) ).

thf(1319,plain,
    ! [A: int,B: int,C: int] :
      ( ( B = C )
     => ( ( ord_less_eq_int @ C @ A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[227]) ).

thf(364,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ pls )
      = ( ord_less_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_560_rel__simps_I29_J) ).

thf(1704,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ pls )
      = ( ord_less_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[364]) ).

thf(421,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) )
        = ( number_number_of_int @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_532_semiring__1__add__number__of) ).

thf(1890,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) )
        = ( number_number_of_int @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[421]) ).

thf(606,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
      = ( ord_less_int @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_392_add__less__cancel__right) ).

thf(2388,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
      = ( ord_less_int @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[606]) ).

thf(657,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_75_rel__simps_I16_J) ).

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

thf(463,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
     => ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_243_of__nat__less__imp__less) ).

thf(2007,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
     => ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[463]) ).

thf(264,axiom,
    ! [A: real] :
      ( ( power_power_real @ A @ one_one_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_393_comm__semiring__1__class_Onormalizing__semiring__rules_I33_J) ).

thf(1415,plain,
    ! [A: real] :
      ( ( power_power_real @ A @ one_one_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[264]) ).

thf(442,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_240_less__imp__of__nat__less) ).

thf(1946,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[442]) ).

thf(22,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ( plus_plus_nat @ A @ D )
          = ( plus_plus_nat @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_192_less__add__eq__less) ).

thf(756,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ( plus_plus_nat @ A @ D )
          = ( plus_plus_nat @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(471,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ ( number267125858f_real @ pls ) @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_114_add__numeral__0) ).

thf(2027,plain,
    ! [A: real] :
      ( ( plus_plus_real @ ( number267125858f_real @ pls ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[471]) ).

thf(35,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ord_less_eq_nat @ A @ one_one_nat )
         => ( ord_less_eq_nat @ ( power_power_nat @ A @ C ) @ ( power_power_nat @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_455_power__decreasing) ).

thf(789,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ord_less_eq_nat @ A @ one_one_nat )
         => ( ord_less_eq_nat @ ( power_power_nat @ A @ C ) @ ( power_power_nat @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(394,axiom,
    ! [A: real] :
      ( ( ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = zero_zero_real )
      = ( A = zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_11_zero__eq__power2) ).

thf(1811,plain,
    ! [A: real] :
      ( ( ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = zero_zero_real )
      = ( A = zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[394]) ).

thf(429,axiom,
    ! [A: int] :
      ( ( number_number_of_int @ ( succ @ A ) )
      = ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_583_number__of__succ) ).

thf(1911,plain,
    ! [A: int] :
      ( ( number_number_of_int @ ( succ @ A ) )
      = ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[429]) ).

thf(697,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_419_add__left__mono) ).

thf(2650,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[697]) ).

thf(166,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ( power_power_nat @ C @ A )
          = ( power_power_nat @ C @ B ) )
        = ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_272_power__inject__exp) ).

thf(1151,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ( power_power_nat @ C @ A )
          = ( power_power_nat @ C @ B ) )
        = ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[166]) ).

thf(660,axiom,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_int @ one_one_int @ A )
       => ( ord_less_eq_int @ ( power_power_int @ A @ B ) @ ( power_power_int @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_431_power__increasing) ).

thf(2540,plain,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_int @ one_one_int @ A )
       => ( ord_less_eq_int @ ( power_power_int @ A @ B ) @ ( power_power_int @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[660]) ).

thf(41,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
       => ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_665_xt1_I5_J) ).

thf(806,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
       => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(99,axiom,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_real @ one_one_real @ A )
       => ( ord_less_eq_real @ ( power_power_real @ A @ B ) @ ( power_power_real @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_429_power__increasing) ).

thf(966,plain,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_real @ one_one_real @ A )
       => ( ord_less_eq_real @ ( power_power_real @ A @ B ) @ ( power_power_real @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

thf(177,axiom,
    ! [A: nat,B: nat] :
      ( ( ( semiri984289939at_nat @ A )
        = ( semiri984289939at_nat @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_218_of__nat__eq__iff) ).

thf(1183,plain,
    ! [A: nat,B: nat] :
      ( ( ( semiri984289939at_nat @ A )
        = ( semiri984289939at_nat @ B ) )
      = ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[177]) ).

thf(75,axiom,
    ! [A: nat,B: nat,C: nat > nat] :
      ( ! [D: nat,E: nat] :
          ( ( ord_less_nat @ D @ E )
         => ( ord_less_nat @ ( C @ D ) @ ( C @ E ) ) )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ ( C @ A ) @ ( C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_654_less__mono__imp__le__mono) ).

thf(905,plain,
    ! [A: nat,B: nat,C: nat > nat] :
      ( ! [D: nat,E: nat] :
          ( ( ord_less_nat @ D @ E )
         => ( ord_less_nat @ ( C @ D ) @ ( C @ E ) ) )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ ( C @ A ) @ ( C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[75]) ).

thf(126,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri132038758t_real @ ( plus_plus_nat @ A @ B ) )
      = ( plus_plus_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_244_of__nat__add) ).

thf(1040,plain,
    ! [A: nat,B: nat] :
      ( ( semiri132038758t_real @ ( plus_plus_nat @ A @ B ) )
      = ( plus_plus_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[126]) ).

thf(338,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) )
      = ( plus_plus_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_179_nat__add__left__commute) ).

thf(1632,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) )
      = ( plus_plus_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[338]) ).

thf(635,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_nat @ ( number_number_of_nat @ A ) @ ( number_number_of_nat @ B ) )
      = ( ( ( ord_less_int @ A @ B )
         => ( ord_less_int @ pls @ B ) )
        & ( ord_less_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_207_less__nat__number__of) ).

thf(2469,plain,
    ! [A: int,B: int] :
      ( ( ord_less_nat @ ( number_number_of_nat @ A ) @ ( number_number_of_nat @ B ) )
      = ( ( ( ord_less_int @ A @ B )
         => ( ord_less_int @ pls @ B ) )
        & ( ord_less_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[635]) ).

thf(265,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
        = ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_686_order__antisym__conv) ).

thf(1418,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
        = ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[265]) ).

thf(548,axiom,
    ! [A: nat,B: nat] :
      ( ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_39_zadd__int) ).

thf(2236,plain,
    ! [A: nat,B: nat] :
      ( ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[548]) ).

thf(355,axiom,
    ! [A: int] :
      ( ( ord_less_real @ ( number267125858f_real @ A ) @ one_one_real )
      = ( ord_less_int @ A @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_85_less__special_I4_J) ).

thf(1682,plain,
    ! [A: int] :
      ( ( ord_less_real @ ( number267125858f_real @ A ) @ one_one_real )
      = ( ord_less_int @ A @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[355]) ).

thf(51,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ C )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_257_pos__add__strict) ).

thf(834,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ C )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(119,axiom,
    ! [A: nat,B: nat] : ( ord_less_eq_nat @ A @ ( plus_plus_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_628_le__add1) ).

thf(1020,plain,
    ! [A: nat,B: nat] : ( ord_less_eq_nat @ A @ ( plus_plus_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[119]) ).

thf(555,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ ( plus_plus_int @ ( number_number_of_int @ B ) @ C ) )
      = ( plus_plus_int @ ( number_number_of_int @ ( plus_plus_int @ A @ B ) ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_120_add__number__of__left) ).

thf(2254,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ ( plus_plus_int @ ( number_number_of_int @ B ) @ C ) )
      = ( plus_plus_int @ ( number_number_of_int @ ( plus_plus_int @ A @ B ) ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[555]) ).

thf(250,axiom,
    ! [A: nat,B: nat] :
      ( ( if_nat @ $true @ A @ B )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_If_1_1_If_000tc__Nat__Onat_T) ).

thf(1377,plain,
    ! [A: nat,B: nat] :
      ( ( if_nat @ $true @ A @ B )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[250]) ).

thf(686,axiom,
    ! [A: int] :
      ( ( ord_less_eq_real @ one_one_real @ ( number267125858f_real @ A ) )
      = ( ord_less_eq_int @ ( bit1 @ pls ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_463_le__special_I2_J) ).

thf(2618,plain,
    ! [A: int] :
      ( ( ord_less_eq_real @ one_one_real @ ( number267125858f_real @ A ) )
      = ( ord_less_eq_int @ ( bit1 @ pls ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[686]) ).

thf(191,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
        = ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_687_order__antisym__conv) ).

thf(1215,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
        = ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[191]) ).

thf(423,axiom,
    ! [A: nat,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ord_less_eq_int @ ( power_power_int @ B @ A ) @ ( power_power_int @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_506_power__mono) ).

thf(1896,plain,
    ! [A: nat,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ord_less_eq_int @ ( power_power_int @ B @ A ) @ ( power_power_int @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[423]) ).

thf(276,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_382_add__strict__left__mono) ).

thf(1447,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[276]) ).

thf(137,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_385_add__strict__right__mono) ).

thf(1072,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[137]) ).

thf(461,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_74_less__int__code_I15_J) ).

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

thf(499,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_nat @ ( number_number_of_nat @ A ) @ ( number_number_of_nat @ B ) )
      = ( ~ ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_641_le__nat__number__of) ).

thf(2103,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_nat @ ( number_number_of_nat @ A ) @ ( number_number_of_nat @ B ) )
      = ( ~ ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[499]) ).

thf(185,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_356_comm__semiring__1__class_Onormalizing__semiring__rules_I6_J) ).

thf(1201,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[185]) ).

thf(302,axiom,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C )
      = ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_334_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J) ).

thf(1521,plain,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C )
      = ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[302]) ).

thf(154,axiom,
    ! [A: nat] : ( ord_less_nat @ A @ ( plus_plus_nat @ A @ one_one_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_269_less__add__one) ).

thf(1119,plain,
    ! [A: nat] : ( ord_less_nat @ A @ ( plus_plus_nat @ A @ one_one_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[154]) ).

thf(620,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_518_less__eq__int__code_I14_J) ).

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

thf(29,axiom,
    ! [A: real] :
      ( ( zero_zero_real
        = ( plus_plus_real @ A @ A ) )
      = ( A = zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_361_double__zero__sym) ).

thf(774,plain,
    ! [A: real] :
      ( ( zero_zero_real
        = ( plus_plus_real @ A @ A ) )
      = ( A = zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(304,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
      = ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_326_add__left__cancel) ).

thf(1526,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
      = ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[304]) ).

thf(508,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ ( power_power_nat @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_nat @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_593_power2__le__imp__le) ).

thf(2137,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ ( power_power_nat @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_nat @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[508]) ).

thf(550,axiom,
    ord_less_nat @ zero_zero_nat @ n,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_29_n0) ).

thf(2242,plain,
    ord_less_nat @ zero_zero_nat @ n,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[550]) ).

thf(107,axiom,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_185_less__irrefl__nat) ).

thf(988,plain,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(566,axiom,
    ~ ( ord_less_int @ pls @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_bin__less__0__simps_I1_J) ).

thf(2286,plain,
    ~ ( ord_less_int @ pls @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[566]) ).

thf(693,axiom,
    ( ( semiri1621563631at_int @ zero_zero_nat )
    = zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_294_of__nat__0) ).

thf(2639,plain,
    ( ( semiri1621563631at_int @ zero_zero_nat )
    = zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[693]) ).

thf(149,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( B != zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_196_gr__implies__not0) ).

thf(1104,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( B != zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[149]) ).

thf(198,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( A != B )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_616_le__neq__implies__less) ).

thf(1242,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( A != B )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[198]) ).

thf(361,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_50_rel__simps_I14_J) ).

thf(1696,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[361]) ).

thf(677,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ one_one_int )
      = ( number_number_of_int @ ( plus_plus_int @ A @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_14_add__special_I3_J) ).

thf(2586,plain,
    ! [A: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ one_one_int )
      = ( number_number_of_int @ ( plus_plus_int @ A @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[677]) ).

thf(413,axiom,
    ( zero_zero_int
    = ( number_number_of_int @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_111_semiring__norm_I112_J) ).

thf(1863,plain,
    ( zero_zero_int
    = ( number_number_of_int @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[413]) ).

thf(344,axiom,
    ~ ( ord_less_eq_nat @ one_one_nat @ zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_493_not__one__le__zero) ).

thf(1651,plain,
    ~ ( ord_less_eq_nat @ one_one_nat @ zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[344]) ).

thf(465,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( bit0 @ ( plus_plus_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_102_add__Bit0__Bit0) ).

thf(2011,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( bit0 @ ( plus_plus_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[465]) ).

thf(187,axiom,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
        = ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_274_power__strict__increasing__iff) ).

thf(1206,plain,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
        = ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[187]) ).

thf(82,axiom,
    ( ( semiri984289939at_nat @ one_one_nat )
    = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_248_of__nat__1) ).

thf(920,plain,
    ( ( semiri984289939at_nat @ one_one_nat )
    = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(534,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ one_one_int @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_581_le__imp__0__less) ).

thf(2204,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ one_one_int @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[534]) ).

thf(84,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
      = ( ord_less_real @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_390_add__less__cancel__right) ).

thf(925,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
      = ( ord_less_real @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(222,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ B @ zero_zero_real )
     => ( ( ord_less_real @ A @ zero_zero_real )
       => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_551_add__nonpos__neg) ).

thf(1306,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ B @ zero_zero_real )
     => ( ( ord_less_real @ A @ zero_zero_real )
       => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[222]) ).

thf(285,axiom,
    ! [A: nat > nat > $o,B: nat,C: nat] :
      ( ( ( ord_less_nat @ B @ C )
       => ( A @ C @ B ) )
     => ( ( ( B = C )
         => ( A @ C @ B ) )
       => ( ( ( ord_less_nat @ C @ B )
           => ( A @ C @ B ) )
         => ( A @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_194_nat__less__cases) ).

thf(1470,plain,
    ! [A: nat > nat > $o,B: nat,C: nat] :
      ( ( ( ord_less_nat @ B @ C )
       => ( A @ C @ B ) )
     => ( ( ( B = C )
         => ( A @ C @ B ) )
       => ( ( ( ord_less_nat @ C @ B )
           => ( A @ C @ B ) )
         => ( A @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[285]) ).

thf(694,axiom,
    ! [A: int,B: int] :
      ( ( times_times_int @ ( bit1 @ A ) @ B )
      = ( plus_plus_int @ ( bit0 @ ( times_times_int @ A @ B ) ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_692_mult__Bit1) ).

thf(2641,plain,
    ! [A: int,B: int] :
      ( ( times_times_int @ ( bit1 @ A ) @ B )
      = ( plus_plus_int @ ( bit0 @ ( times_times_int @ A @ B ) ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[694]) ).

thf(138,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ? [C: real] :
            ( ( ord_less_real @ zero_zero_real @ C )
            & ( ord_less_real @ C @ B )
            & ( ord_less_real @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_689_real__lbound__gt__zero) ).

thf(1074,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ? [C: real] :
            ( ( ord_less_real @ zero_zero_real @ C )
            & ( ord_less_real @ C @ B )
            & ( ord_less_real @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[138]) ).

thf(328,axiom,
    ! [A: nat] :
      ( ( power_power_nat @ one_one_nat @ A )
      = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_233_power__one) ).

thf(1604,plain,
    ! [A: nat] :
      ( ( power_power_nat @ one_one_nat @ A )
      = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[328]) ).

thf(374,axiom,
    ! [A: int > $o,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ( A @ ( plus_plus_int @ B @ one_one_int ) )
       => ( ! [D: int] :
              ( ( ord_less_int @ B @ D )
             => ( ( A @ D )
               => ( A @ ( plus_plus_int @ D @ one_one_int ) ) ) )
         => ( A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_169_int__gr__induct) ).

thf(1736,plain,
    ! [A: int > $o,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ( A @ ( plus_plus_int @ B @ one_one_int ) )
       => ( ! [D: int] :
              ( ( ord_less_int @ B @ D )
             => ( ( A @ D )
               => ( A @ ( plus_plus_int @ D @ one_one_int ) ) ) )
         => ( A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[374]) ).

thf(687,axiom,
    ( ( number_number_of_nat @ ( bit1 @ pls ) )
    = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_146_semiring__numeral__1__eq__1) ).

thf(2621,plain,
    ( ( number_number_of_nat @ ( bit1 @ pls ) )
    = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[687]) ).

thf(701,axiom,
    ! [A: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri132038758t_real @ ( number_number_of_nat @ A ) )
          = ( number267125858f_real @ A ) ) )
      & ( ~ ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri132038758t_real @ ( number_number_of_nat @ A ) )
          = zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_598_of__nat__number__of__lemma) ).

thf(2660,plain,
    ! [A: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri132038758t_real @ ( number_number_of_nat @ A ) )
          = ( number267125858f_real @ A ) ) )
      & ( ~ ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
       => ( ( semiri132038758t_real @ ( number_number_of_nat @ A ) )
          = zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[701]) ).

thf(415,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( bit1 @ ( plus_plus_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_127_add__Bit0__Bit1) ).

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

thf(128,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_540_add__nonneg__pos) ).

thf(1047,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[128]) ).

thf(132,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ A @ B ) )
      = ( ( ord_less_nat @ zero_zero_nat @ A )
        | ( B = zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_199_nat__zero__less__power__iff) ).

thf(1057,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ A @ B ) )
      = ( ( ord_less_nat @ zero_zero_nat @ A )
        | ( B = zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[132]) ).

thf(678,axiom,
    ! [A: nat,B: nat] :
      ( ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_254_Nat__Transfer_Otransfer__int__nat__functions_I1_J) ).

thf(2589,plain,
    ! [A: nat,B: nat] :
      ( ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[678]) ).

thf(614,axiom,
    ! [A: int] :
      ( ( bit0 @ A )
      = ( plus_plus_int @ A @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_103_Bit0__def) ).

thf(2409,plain,
    ! [A: int] :
      ( ( bit0 @ A )
      = ( plus_plus_int @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[614]) ).

thf(77,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
      | ( ord_less_eq_nat @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_621_nat__le__linear) ).

thf(910,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
      | ( ord_less_eq_nat @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(47,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_661_xt1_I6_J) ).

thf(825,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(553,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ zero_zero_int @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_544_add__strict__increasing) ).

thf(2249,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ zero_zero_int @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[553]) ).

thf(301,axiom,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_612_le0) ).

thf(1519,plain,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[301]) ).

thf(203,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_442_le__number__of) ).

thf(1255,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[203]) ).

thf(156,axiom,
    ! [A: nat,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ord_less_real @ zero_zero_real @ ( power_power_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_265_zero__less__power) ).

thf(1123,plain,
    ! [A: nat,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ord_less_real @ zero_zero_real @ ( power_power_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[156]) ).

thf(174,axiom,
    ! [A: real,B: real,C: real] :
      ( ( B = C )
     => ( ( ord_less_eq_real @ A @ C )
       => ( ord_less_eq_real @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_679_xt1_I3_J) ).

thf(1174,plain,
    ! [A: real,B: real,C: real] :
      ( ( B = C )
     => ( ( ord_less_eq_real @ A @ C )
       => ( ord_less_eq_real @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[174]) ).

thf(513,axiom,
    ( ( succ @ pls )
    = ( bit1 @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_567_succ__Pls) ).

thf(2147,plain,
    ( ( succ @ pls )
    = ( bit1 @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[513]) ).

thf(294,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ B @ ( plus_plus_nat @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_188_trans__less__add1) ).

thf(1502,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ B @ ( plus_plus_nat @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[294]) ).

thf(349,axiom,
    ! [A: nat] :
      ( ( ord_less_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_223_zero__less__int__conv) ).

thf(1666,plain,
    ! [A: nat] :
      ( ( ord_less_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[349]) ).

thf(609,axiom,
    ! [A: int,B: int] :
      ( ( ( power_power_int @ A @ ( number_number_of_nat @ B ) )
        = zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( ( number_number_of_nat @ B )
         != zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_117_power__eq__0__iff__number__of) ).

thf(2396,plain,
    ! [A: int,B: int] :
      ( ( ( power_power_int @ A @ ( number_number_of_nat @ B ) )
        = zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( ( number_number_of_nat @ B )
         != zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[609]) ).

thf(210,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( B = C )
     => ( ( ord_less_eq_nat @ A @ C )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_680_xt1_I3_J) ).

thf(1274,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( B = C )
     => ( ( ord_less_eq_nat @ A @ C )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[210]) ).

thf(626,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ ( plus_plus_int @ B @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_482_add__increasing2) ).

thf(2441,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ ( plus_plus_int @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[626]) ).

thf(96,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ A @ B ) )
      = ( ( B = zero_zero_nat )
        | ( ord_less_nat @ zero_zero_nat @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_203_zero__less__power__nat__eq) ).

thf(957,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ A @ B ) )
      = ( ( B = zero_zero_nat )
        | ( ord_less_nat @ zero_zero_nat @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

thf(71,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_388_add__less__cancel__left) ).

thf(894,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(241,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) )
     => ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_242_of__nat__less__imp__less) ).

thf(1355,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) )
     => ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[241]) ).

thf(563,axiom,
    ! [A: nat,B: int] :
      ( ( ( power_power_nat @ A @ ( number_number_of_nat @ B ) )
        = zero_zero_nat )
      = ( ( A = zero_zero_nat )
        & ( ( number_number_of_nat @ B )
         != zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_118_power__eq__0__iff__number__of) ).

thf(2277,plain,
    ! [A: nat,B: int] :
      ( ( ( power_power_nat @ A @ ( number_number_of_nat @ B ) )
        = zero_zero_nat )
      = ( ( A = zero_zero_nat )
        & ( ( number_number_of_nat @ B )
         != zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[563]) ).

thf(473,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ zero_zero_int )
      = ( ord_less_eq_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_453_le__special_I3_J) ).

thf(2032,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ zero_zero_int )
      = ( ord_less_eq_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[473]) ).

thf(44,axiom,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ B )
        = zero_zero_nat )
      = ( ( B != zero_zero_nat )
        & ( A = zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_396_nat__power__eq__0__iff) ).

thf(815,plain,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ B )
        = zero_zero_nat )
      = ( ( B != zero_zero_nat )
        & ( A = zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(628,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_365_add__0) ).

thf(2445,plain,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[628]) ).

thf(404,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ord_less_eq_real @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_592_power2__le__imp__le) ).

thf(1837,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ord_less_eq_real @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[404]) ).

thf(432,axiom,
    ( ( plus_plus_int @ one_one_int @ one_one_int )
    = ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_16_one__add__one__is__two) ).

thf(1920,plain,
    ( ( plus_plus_int @ one_one_int @ one_one_int )
    = ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[432]) ).

thf(175,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ A @ B ) )
      = ( ( ord_less_nat @ zero_zero_nat @ A )
        | ( ord_less_nat @ zero_zero_nat @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_200_add__gr__0) ).

thf(1178,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ A @ B ) )
      = ( ( ord_less_nat @ zero_zero_nat @ A )
        | ( ord_less_nat @ zero_zero_nat @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[175]) ).

thf(169,axiom,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_277_power__less__imp__less__exp) ).

thf(1159,plain,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[169]) ).

thf(346,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_451_le__special_I1_J) ).

thf(1656,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[346]) ).

thf(537,axiom,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
      = ( A != zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_134_zero__less__power2) ).

thf(2211,plain,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
      = ( A != zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[537]) ).

thf(544,axiom,
    ! [A: int] :
      ( ( zero_zero_int = A )
      = ( A = zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_309_zero__reorient) ).

thf(2228,plain,
    ! [A: int] :
      ( ( zero_zero_int = A )
      = ( A = zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[544]) ).

thf(54,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ B @ C )
     => ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_381_add__strict__left__mono) ).

thf(842,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ B @ C )
     => ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(449,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ one_one_int @ ( number_number_of_int @ A ) )
      = ( ord_less_eq_int @ ( bit1 @ pls ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_464_le__special_I2_J) ).

thf(1968,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ one_one_int @ ( number_number_of_int @ A ) )
      = ( ord_less_eq_int @ ( bit1 @ pls ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[449]) ).

thf(67,axiom,
    ! [A: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ A ) @ zero_zero_real )
      = ( ord_less_real @ A @ zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_305_double__add__less__zero__iff__single__add__less__zero) ).

thf(879,plain,
    ! [A: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ A ) @ zero_zero_real )
      = ( ord_less_real @ A @ zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(488,axiom,
    ( ( power_power_int @ zero_zero_int @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_7_zero__power2) ).

thf(2068,plain,
    ( ( power_power_int @ zero_zero_int @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[488]) ).

thf(335,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_332_ab__semigroup__add__class_Oadd__ac_I1_J) ).

thf(1624,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[335]) ).

thf(158,axiom,
    zero_zero_real != one_one_real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_227_zero__neq__one) ).

thf(1128,plain,
    zero_zero_real != one_one_real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[158]) ).

thf(663,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_436_rel__simps_I31_J) ).

thf(2547,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[663]) ).

thf(588,axiom,
    ! [A: int] :
      ( ( ord_less_int @ pls @ ( bit0 @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_77_rel__simps_I4_J) ).

thf(2344,plain,
    ! [A: int] :
      ( ( ord_less_int @ pls @ ( bit0 @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[588]) ).

thf(321,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_364_add__0) ).

thf(1573,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[321]) ).

thf(102,axiom,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_202_not__less0) ).

thf(974,plain,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

thf(239,axiom,
    ! [A: nat] :
      ( ( power_power_nat @ A @ one_one_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_215_power__one__right) ).

thf(1350,plain,
    ! [A: nat] :
      ( ( power_power_nat @ A @ one_one_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[239]) ).

thf(310,axiom,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_198_less__nat__zero__code) ).

thf(1541,plain,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[310]) ).

thf(498,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_204_Nat__Transfer_Otransfer__int__nat__relations_I2_J) ).

thf(2100,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[498]) ).

thf(118,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
       => ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_664_xt1_I5_J) ).

thf(1017,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
       => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[118]) ).

thf(104,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( ~ ( ord_less_real @ ( number267125858f_real @ B ) @ ( number267125858f_real @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_498_le__number__of__eq__not__less) ).

thf(980,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( ~ ( ord_less_real @ ( number267125858f_real @ B ) @ ( number267125858f_real @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(351,axiom,
    zero_zero_int != one_one_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_229_zero__neq__one) ).

thf(1672,plain,
    zero_zero_int != one_one_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[351]) ).

thf(690,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_433_rel__simps_I34_J) ).

thf(2631,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[690]) ).

thf(370,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
      = ( ? [C: nat] :
            ( B
            = ( plus_plus_int @ A @ ( semiri1621563631at_int @ C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_529_zle__iff__zadd) ).

thf(1719,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
      = ( ? [C: nat] :
            ( B
            = ( plus_plus_int @ A @ ( semiri1621563631at_int @ C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[370]) ).

thf(377,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) )
      = ( number_number_of_int @ ( plus_plus_int @ ( bit1 @ pls ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_12_add__special_I2_J) ).

thf(1755,plain,
    ! [A: int] :
      ( ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) )
      = ( number_number_of_int @ ( plus_plus_int @ ( bit1 @ pls ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[377]) ).

thf(560,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_522_Nat__Transfer_Otransfer__nat__int__function__closures_I1_J) ).

thf(2268,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[560]) ).

thf(324,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
      = ( ( ord_less_nat @ A @ B )
        | ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_618_le__eq__less__or__eq) ).

thf(1592,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
      = ( ( ord_less_nat @ A @ B )
        | ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[324]) ).

thf(16,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_443_le__number__of) ).

thf(742,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(65,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_477_add__increasing) ).

thf(874,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[65]) ).

thf(501,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ B @ zero_zero_int )
     => ( ( ord_less_eq_int @ A @ zero_zero_int )
       => ( ord_less_eq_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_485_add__nonpos__nonpos) ).

thf(2115,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ B @ zero_zero_int )
     => ( ( ord_less_eq_int @ A @ zero_zero_int )
       => ( ord_less_eq_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[501]) ).

thf(409,axiom,
    ( ( number_number_of_nat @ pls )
    = zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_41_nat__number__of__Pls) ).

thf(1851,plain,
    ( ( number_number_of_nat @ pls )
    = zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[409]) ).

thf(383,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
     => ( ord_less_eq_int @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_428_add__le__imp__le__left) ).

thf(1772,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
     => ( ord_less_eq_int @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[383]) ).

thf(602,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_563_rel__simps_I33_J) ).

thf(2377,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[602]) ).

thf(93,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ B )
      = ( ( ord_less_eq_int @ A @ B )
        & ( A != B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_447_zless__le) ).

thf(948,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ B )
      = ( ( ord_less_eq_int @ A @ B )
        & ( A != B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[93]) ).

thf(595,axiom,
    ~ ( ord_less_int @ one_one_int @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_261_not__one__less__zero) ).

thf(2359,plain,
    ~ ( ord_less_int @ one_one_int @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[595]) ).

thf(155,axiom,
    ! [A: nat] : ( ord_less_eq_real @ zero_zero_real @ ( semiri132038758t_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_513_of__nat__0__le__iff) ).

thf(1121,plain,
    ! [A: nat] : ( ord_less_eq_real @ zero_zero_real @ ( semiri132038758t_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[155]) ).

thf(151,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
       => ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_666_xt1_I5_J) ).

thf(1111,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
       => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[151]) ).

thf(196,axiom,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_eq_real @ C @ D )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_489_add__le__less__mono) ).

thf(1227,plain,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_eq_real @ C @ D )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[196]) ).

thf(411,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ pls )
      = ( ord_less_eq_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_520_rel__simps_I27_J) ).

thf(1856,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ pls )
      = ( ord_less_eq_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[411]) ).

thf(9,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
      = ( ord_less_eq_real @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_408_add__le__cancel__right) ).

thf(725,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
      = ( ord_less_eq_real @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(122,axiom,
    ! [A: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( semiri984289939at_nat @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_155_of__nat__0__less__iff) ).

thf(1028,plain,
    ! [A: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ ( semiri984289939at_nat @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[122]) ).

thf(244,axiom,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ( power_power_real @ C @ A )
          = ( power_power_real @ C @ B ) )
        = ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_271_power__inject__exp) ).

thf(1361,plain,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ( power_power_real @ C @ A )
          = ( power_power_real @ C @ B ) )
        = ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[244]) ).

thf(668,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ A @ ( number267125858f_real @ pls ) )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_116_add__numeral__0__right) ).

thf(2561,plain,
    ! [A: real] :
      ( ( plus_plus_real @ A @ ( number267125858f_real @ pls ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[668]) ).

thf(282,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ zero_zero_real @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_363_add__0) ).

thf(1461,plain,
    ! [A: real] :
      ( ( plus_plus_real @ zero_zero_real @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[282]) ).

thf(618,axiom,
    ! [A: int,B: int,C: int,D: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ D ) )
      = ( plus_plus_int @ ( plus_plus_int @ A @ C ) @ ( plus_plus_int @ B @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_321_comm__semiring__1__class_Onormalizing__semiring__rules_I20_J) ).

thf(2419,plain,
    ! [A: int,B: int,C: int,D: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ D ) )
      = ( plus_plus_int @ ( plus_plus_int @ A @ C ) @ ( plus_plus_int @ B @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[618]) ).

thf(493,axiom,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_eq_int @ C @ D )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_422_add__mono) ).

thf(2080,plain,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_eq_int @ C @ D )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[493]) ).

thf(406,axiom,
    ! [A: int > $o] :
      ( ( ? [B: int] :
            ( ( ord_less_eq_int @ zero_zero_int @ B )
            & ( A @ B ) ) )
      = ( ? [B: nat] : ( A @ ( semiri1621563631at_int @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_525_transfer__int__nat__quantifiers_I2_J) ).

thf(1842,plain,
    ! [A: int > $o] :
      ( ( ? [B: int] :
            ( ( ord_less_eq_int @ zero_zero_int @ B )
            & ( A @ B ) ) )
      = ( ? [B: nat] : ( A @ ( semiri1621563631at_int @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[406]) ).

thf(438,axiom,
    ( ( plus_plus_nat @ one_one_nat @ one_one_nat )
    = ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_19_semiring__one__add__one__is__two) ).

thf(1937,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)],[438]) ).

thf(590,axiom,
    ord_less_eq_int @ zero_zero_int @ one_one_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_521_Nat__Transfer_Otransfer__nat__int__function__closures_I6_J) ).

thf(2349,plain,
    ord_less_eq_int @ zero_zero_int @ one_one_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[590]) ).

thf(475,axiom,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_int @ C @ D )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_523_zadd__zless__mono) ).

thf(2038,plain,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_int @ C @ D )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[475]) ).

thf(495,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ A @ B )
      = ( plus_plus_int @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_345_comm__semiring__1__class_Onormalizing__semiring__rules_I24_J) ).

thf(2085,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ A @ B )
      = ( plus_plus_int @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[495]) ).

thf(578,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_80_bin__less__0__simps_I3_J) ).

thf(2317,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[578]) ).

thf(440,axiom,
    ! [A: int] :
      ( ( power_power_int @ A @ one_one_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_395_comm__semiring__1__class_Onormalizing__semiring__rules_I33_J) ).

thf(1942,plain,
    ! [A: int] :
      ( ( power_power_int @ A @ one_one_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[440]) ).

thf(347,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ~ ! [B: nat] :
            ( A
           != ( semiri1621563631at_int @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_611_nonneg__int__cases) ).

thf(1659,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ~ ! [B: nat] :
            ( A
           != ( semiri1621563631at_int @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[347]) ).

thf(267,axiom,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_171_less__zeroE) ).

thf(1424,plain,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[267]) ).

thf(630,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_368_comm__semiring__1__class_Onormalizing__semiring__rules_I5_J) ).

thf(2455,plain,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[630]) ).

thf(390,axiom,
    ~ ( ord_less_eq_int @ one_one_int @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_494_not__one__le__zero) ).

thf(1791,plain,
    ~ ( ord_less_eq_int @ one_one_int @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[390]) ).

thf(522,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_561_rel__simps_I15_J) ).

thf(2172,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[522]) ).

thf(331,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ( plus_plus_nat @ B @ A )
            = zero_zero_nat )
          = ( ( B = zero_zero_nat )
            & ( A = zero_zero_nat ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_475_add__nonneg__eq__0__iff) ).

thf(1612,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ( plus_plus_nat @ B @ A )
            = zero_zero_nat )
          = ( ( B = zero_zero_nat )
            & ( A = zero_zero_nat ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[331]) ).

thf(636,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ~ ! [B: nat] :
            ( A
           != ( semiri1621563631at_int @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_646_nonneg__eq__int) ).

thf(2472,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ~ ! [B: nat] :
            ( A
           != ( semiri1621563631at_int @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[636]) ).

thf(106,axiom,
    ! [A: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ A ) @ zero_zero_real )
      = ( ord_less_eq_real @ A @ zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_469_double__add__le__zero__iff__single__add__le__zero) ).

thf(985,plain,
    ! [A: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ A ) @ zero_zero_real )
      = ( ord_less_eq_real @ A @ zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[106]) ).

thf(658,axiom,
    ( ( plus_plus_nat @ one_one_nat @ one_one_nat )
    = ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_45_nat__1__add__1) ).

thf(2536,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)],[658]) ).

thf(207,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_487_add__less__le__mono) ).

thf(1266,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[207]) ).

thf(159,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
      = ( ord_less_real @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_387_add__less__cancel__left) ).

thf(1131,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
      = ( ord_less_real @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[159]) ).

thf(451,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) )
      = ( plus_plus_int @ B @ ( plus_plus_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_66_zadd__left__commute) ).

thf(1974,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) )
      = ( plus_plus_int @ B @ ( plus_plus_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[451]) ).

thf(551,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) )
      = ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_339_comm__semiring__1__class_Onormalizing__semiring__rules_I25_J) ).

thf(2243,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) )
      = ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[551]) ).

thf(455,axiom,
    ! [A: int] :
      ( ( number267125858f_real @ ( bit0 @ A ) )
      = ( plus_plus_real @ ( plus_plus_real @ zero_zero_real @ ( number267125858f_real @ A ) ) @ ( number267125858f_real @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_142_number__of__Bit0) ).

thf(1984,plain,
    ! [A: int] :
      ( ( number267125858f_real @ ( bit0 @ A ) )
      = ( plus_plus_real @ ( plus_plus_real @ zero_zero_real @ ( number267125858f_real @ A ) ) @ ( number267125858f_real @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[455]) ).

thf(113,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
       => ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_672_order__antisym) ).

thf(1002,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ A @ B )
     => ( ( ord_less_eq_int @ B @ A )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

thf(417,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ A @ B )
      = ( plus_plus_int @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_67_zadd__commute) ).

thf(1874,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ A @ B )
      = ( plus_plus_int @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[417]) ).

thf(269,axiom,
    ! [A: real] :
      ( ( one_one_real = A )
      = ( A = one_one_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_346_one__reorient) ).

thf(1429,plain,
    ! [A: real] :
      ( ( one_one_real = A )
      = ( A = one_one_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[269]) ).

thf(368,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ ( plus_plus_int @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_386_add__strict__right__mono) ).

thf(1715,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ ( plus_plus_int @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[368]) ).

thf(256,axiom,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_real @ one_one_real @ A )
       => ( ord_less_real @ ( power_power_real @ A @ B ) @ ( power_power_real @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_280_power__strict__increasing) ).

thf(1393,plain,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_real @ one_one_real @ A )
       => ( ord_less_real @ ( power_power_real @ A @ B ) @ ( power_power_real @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[256]) ).

thf(336,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_278_power__less__imp__less__exp) ).

thf(1627,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[336]) ).

thf(646,axiom,
    ! [A: nat,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ord_less_eq_int @ zero_zero_int @ ( power_power_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_503_zero__le__power) ).

thf(2504,plain,
    ! [A: nat,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ord_less_eq_int @ zero_zero_int @ ( power_power_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[646]) ).

thf(152,axiom,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ A )
     => ( ord_less_real @ zero_zero_real @ ( sqrt @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_693_real__sqrt__gt__zero) ).

thf(1114,plain,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ A )
     => ( ord_less_real @ zero_zero_real @ ( sqrt @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[152]) ).

thf(386,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ A @ pls )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_100_add__Pls__right) ).

thf(1776,plain,
    ! [A: int] :
      ( ( plus_plus_int @ A @ pls )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[386]) ).

thf(111,axiom,
    ! [A: real,B: real] :
      ( ( A != B )
     => ( ~ ( ord_less_real @ A @ B )
       => ( ord_less_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_208_linorder__neqE__linordered__idom) ).

thf(997,plain,
    ! [A: real,B: real] :
      ( ( A != B )
     => ( ~ ( ord_less_real @ A @ B )
       => ( ord_less_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(280,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ~ ( ( ord_less_eq_nat @ A @ C )
         => ~ ( ord_less_eq_nat @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_637_add__leE) ).

thf(1456,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ~ ( ( ord_less_eq_nat @ A @ C )
         => ~ ( ord_less_eq_nat @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[280]) ).

thf(252,axiom,
    ! [A: int] :
      ( ( number267125858f_real @ ( succ @ A ) )
      = ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_582_number__of__succ) ).

thf(1382,plain,
    ! [A: int] :
      ( ( number267125858f_real @ ( succ @ A ) )
      = ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[252]) ).

thf(593,axiom,
    ( one_one_real
    = ( number267125858f_real @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_26_semiring__norm_I110_J) ).

thf(2355,plain,
    ( one_one_real
    = ( number267125858f_real @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[593]) ).

thf(181,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_eq_nat @ C @ D )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_634_add__le__mono) ).

thf(1192,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_eq_nat @ C @ D )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[181]) ).

thf(436,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ord_less_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_602_power2__less__imp__less) ).

thf(1932,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ord_less_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[436]) ).

thf(675,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ C @ B ) )
      = ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_324_add__right__cancel) ).

thf(2581,plain,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ C @ B ) )
      = ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[675]) ).

thf(133,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ A @ B )
      = ( ( ord_less_eq_real @ A @ B )
        & ( A != B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_626_real__less__def) ).

thf(1060,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ A @ B )
      = ( ( ord_less_eq_real @ A @ B )
        & ( A != B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[133]) ).

thf(480,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ord_less_eq_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_594_power2__le__imp__le) ).

thf(2052,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ B )
       => ( ord_less_eq_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[480]) ).

thf(639,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ ( bit0 @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_519_rel__simps_I21_J) ).

thf(2482,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ ( bit0 @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[639]) ).

thf(453,axiom,
    ! [A: real,B: real] :
      ( ( ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B = zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_3_sum__power2__eq__zero__iff) ).

thf(1979,plain,
    ! [A: real,B: real] :
      ( ( ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B = zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[453]) ).

thf(31,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ A @ zero_zero_real )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_358_add__0__right) ).

thf(779,plain,
    ! [A: real] :
      ( ( plus_plus_real @ A @ zero_zero_real )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(387,axiom,
    ! [A: nat,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ord_less_eq_int @ zero_zero_int @ ( power_power_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_528_Nat__Transfer_Otransfer__nat__int__function__closures_I4_J) ).

thf(1779,plain,
    ! [A: nat,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ord_less_eq_int @ zero_zero_int @ ( power_power_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[387]) ).

thf(536,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ pls @ B )
     => ( ( ord_less_eq_int @ pls @ A )
       => ( ( plus_plus_real @ ( number267125858f_real @ B ) @ ( number267125858f_real @ A ) )
          = ( number267125858f_real @ ( plus_plus_int @ B @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_577_semiring__add__number__of) ).

thf(2208,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ pls @ B )
     => ( ( ord_less_eq_int @ pls @ A )
       => ( ( plus_plus_real @ ( number267125858f_real @ B ) @ ( number267125858f_real @ A ) )
          = ( number267125858f_real @ ( plus_plus_int @ B @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[536]) ).

thf(477,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_432_less__eq__int__code_I16_J) ).

thf(2043,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[477]) ).

thf(360,axiom,
    ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ pls ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_609_number__of2) ).

thf(1695,plain,
    ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ pls ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[360]) ).

thf(317,axiom,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ A )
     => ( ( sqrt @ A )
       != zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_694_real__sqrt__not__eq__zero) ).

thf(1563,plain,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ A )
     => ( ( sqrt @ A )
       != zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[317]) ).

thf(124,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
     => ( ord_less_eq_real @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_423_add__le__imp__le__right) ).

thf(1035,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
     => ( ord_less_eq_real @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[124]) ).

thf(611,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
     => ( ord_less_int @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_377_add__less__imp__less__right) ).

thf(2402,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
     => ( ord_less_int @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[611]) ).

thf(348,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_47_rel__simps_I17_J) ).

thf(1663,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[348]) ).

thf(528,axiom,
    ! [A: nat,B: int] :
      ( ( ord_less_int @ zero_zero_int @ B )
     => ( ord_less_int @ zero_zero_int @ ( power_power_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_267_zero__less__power) ).

thf(2189,plain,
    ! [A: nat,B: int] :
      ( ( ord_less_int @ zero_zero_int @ B )
     => ( ord_less_int @ zero_zero_int @ ( power_power_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[528]) ).

thf(655,axiom,
    ! [A: int,B: int] : ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_604_sum__power2__ge__zero) ).

thf(2529,plain,
    ! [A: int,B: int] : ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[655]) ).

thf(691,axiom,
    ! [A: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ zero_zero_int )
      = ( A = zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_566_int__le__0__conv) ).

thf(2634,plain,
    ! [A: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ zero_zero_int )
      = ( A = zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[691]) ).

thf(271,axiom,
    ! [A: nat,B: real] :
      ( ( ord_less_eq_real @ one_one_real @ B )
     => ( ord_less_eq_real @ one_one_real @ ( power_power_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_507_one__le__power) ).

thf(1434,plain,
    ! [A: nat,B: real] :
      ( ( ord_less_eq_real @ one_one_real @ B )
     => ( ord_less_eq_real @ one_one_real @ ( power_power_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[271]) ).

thf(395,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ B @ zero_zero_int )
     => ( ( ord_less_int @ A @ zero_zero_int )
       => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_553_add__nonpos__neg) ).

thf(1814,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ B @ zero_zero_int )
     => ( ( ord_less_int @ A @ zero_zero_int )
       => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[395]) ).

thf(89,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( power_power_nat @ A @ B ) @ ( power_power_nat @ C @ B ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ C )
       => ( ord_less_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_555_power__less__imp__less__base) ).

thf(938,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( power_power_nat @ A @ B ) @ ( power_power_nat @ C @ B ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ C )
       => ( ord_less_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

thf(25,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ord_less_eq_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_472_add__nonneg__nonneg) ).

thf(765,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ B )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ord_less_eq_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(367,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_int @ ( number_number_of_int @ A ) @ one_one_int )
        = ( number_number_of_int @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_535_semiring__number__of__add__1) ).

thf(1712,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_int @ ( number_number_of_int @ A ) @ one_one_int )
        = ( number_number_of_int @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[367]) ).

thf(131,axiom,
    ! [A: nat,B: nat] :
      ( ( if_nat @ $false @ A @ B )
      = B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_If_2_1_If_000tc__Nat__Onat_T) ).

thf(1054,plain,
    ! [A: nat,B: nat] :
      ( ( if_nat @ $false @ A @ B )
      = B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[131]) ).

thf(37,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri984289939at_nat @ ( plus_plus_nat @ A @ B ) )
      = ( plus_plus_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_245_of__nat__add) ).

thf(794,plain,
    ! [A: nat,B: nat] :
      ( ( semiri984289939at_nat @ ( plus_plus_nat @ A @ B ) )
      = ( plus_plus_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(459,axiom,
    ! [A: int] :
      ( ( ( bit0 @ A )
        = pls )
      = ( A = pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_95_rel__simps_I44_J) ).

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

thf(504,axiom,
    ! [A: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ one_one_real )
      = ( ord_less_eq_int @ A @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_465_le__special_I4_J) ).

thf(2121,plain,
    ! [A: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ one_one_real )
      = ( ord_less_eq_int @ A @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[504]) ).

thf(211,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ B @ zero_zero_nat )
     => ( ( ord_less_eq_nat @ A @ zero_zero_nat )
       => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_549_add__neg__nonpos) ).

thf(1278,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ B @ zero_zero_nat )
     => ( ( ord_less_eq_nat @ A @ zero_zero_nat )
       => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[211]) ).

thf(343,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_213_plus__nat_Oadd__0) ).

thf(1648,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ zero_zero_nat @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[343]) ).

thf(297,axiom,
    ! [A: real] : ( ord_less_eq_real @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_655_order__refl) ).

thf(1510,plain,
    ! [A: real] : ( ord_less_eq_real @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[297]) ).

thf(569,axiom,
    ( ( plus_plus_real @ one_one_real @ one_one_real )
    = ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_20_semiring__one__add__one__is__two) ).

thf(2292,plain,
    ( ( plus_plus_real @ one_one_real @ one_one_real )
    = ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[569]) ).

thf(607,axiom,
    ! [A: int] :
      ~ ( ord_less_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_135_power2__less__0) ).

thf(2391,plain,
    ! [A: int] :
      ~ ( ord_less_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[607]) ).

thf(666,axiom,
    ( ( number267125858f_real @ ( bit1 @ pls ) )
    = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_147_semiring__numeral__1__eq__1) ).

thf(2556,plain,
    ( ( number267125858f_real @ ( bit1 @ pls ) )
    = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[666]) ).

thf(514,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
      = ( ord_less_int @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_389_add__less__cancel__left) ).

thf(2149,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
      = ( ord_less_int @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[514]) ).

thf(671,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_448_zadd__left__mono) ).

thf(2570,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[671]) ).

thf(313,axiom,
    ! [A: int] :
      ( ( number_number_of_int @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_176_number__of__is__id) ).

thf(1548,plain,
    ! [A: int] :
      ( ( number_number_of_int @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[313]) ).

thf(59,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ C )
     => ( ( ord_less_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_197_nat__power__less__imp__less) ).

thf(856,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ C )
     => ( ( ord_less_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[59]) ).

thf(17,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_415_add__right__mono) ).

thf(745,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(683,axiom,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ ( number_number_of_int @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_71_less__special_I1_J) ).

thf(2602,plain,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ ( number_number_of_int @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[683]) ).

thf(249,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
       => ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_651_real__le__antisym) ).

thf(1374,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[249]) ).

thf(653,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_nat @ one_one_nat @ ( number_number_of_nat @ A ) )
        = ( number_number_of_nat @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_531_semiring__1__add__number__of) ).

thf(2524,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_nat @ one_one_nat @ ( number_number_of_nat @ A ) )
        = ( number_number_of_nat @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[653]) ).

thf(557,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_336_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J) ).

thf(2260,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[557]) ).

thf(220,axiom,
    ! [A: nat,B: nat] : ( ord_less_eq_nat @ A @ ( plus_plus_nat @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_627_le__add2) ).

thf(1301,plain,
    ! [A: nat,B: nat] : ( ord_less_eq_nat @ A @ ( plus_plus_nat @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[220]) ).

thf(325,axiom,
    ! [A: real] :
      ( ( power_power_real @ A @ zero_zero_nat )
      = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_289_power__0) ).

thf(1595,plain,
    ! [A: real] :
      ( ( power_power_real @ A @ zero_zero_nat )
      = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[325]) ).

thf(167,axiom,
    ! [A: nat,B: real] :
      ( ( ord_less_real @ one_one_real @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_real @ one_one_real @ ( power_power_real @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_159_one__less__power) ).

thf(1154,plain,
    ! [A: nat,B: real] :
      ( ( ord_less_real @ one_one_real @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_real @ one_one_real @ ( power_power_real @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[167]) ).

thf(115,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ D ) )
      = ( plus_plus_nat @ ( plus_plus_nat @ A @ C ) @ ( plus_plus_nat @ B @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_320_comm__semiring__1__class_Onormalizing__semiring__rules_I20_J) ).

thf(1007,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ D ) )
      = ( plus_plus_nat @ ( plus_plus_nat @ A @ C ) @ ( plus_plus_nat @ B @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[115]) ).

thf(332,axiom,
    ! [A: nat,B: nat] :
      ~ ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_174_not__add__less1) ).

thf(1615,plain,
    ! [A: nat,B: nat] :
      ~ ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[332]) ).

thf(157,axiom,
    ! [A: nat] :
      ~ ( ord_less_real @ ( semiri132038758t_real @ A ) @ zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_286_of__nat__less__0__iff) ).

thf(1125,plain,
    ! [A: nat] :
      ~ ( ord_less_real @ ( semiri132038758t_real @ A ) @ zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[157]) ).

thf(700,axiom,
    ! [A: nat,B: nat] :
      ( ( power_power_int @ ( semiri1621563631at_int @ A ) @ B )
      = ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_255_Nat__Transfer_Otransfer__int__nat__functions_I4_J) ).

thf(2657,plain,
    ! [A: nat,B: nat] :
      ( ( power_power_int @ ( semiri1621563631at_int @ A ) @ B )
      = ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[700]) ).

thf(376,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_49_less__int__code_I13_J) ).

thf(1752,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[376]) ).

thf(434,axiom,
    ord_less_int @ one_one_int @ t,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1_t1) ).

thf(1929,plain,
    ord_less_int @ one_one_int @ t,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[434]) ).

thf(467,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_640_zle__int) ).

thf(2016,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[467]) ).

thf(254,axiom,
    ! [A: nat] :
      ( ( one_one_nat = A )
      = ( A = one_one_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_347_one__reorient) ).

thf(1388,plain,
    ! [A: nat] :
      ( ( one_one_nat = A )
      = ( A = one_one_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[254]) ).

thf(260,axiom,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) )
      = ( plus_plus_real @ B @ ( plus_plus_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_340_comm__semiring__1__class_Onormalizing__semiring__rules_I22_J) ).

thf(1403,plain,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ A @ ( plus_plus_real @ B @ C ) )
      = ( plus_plus_real @ B @ ( plus_plus_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[260]) ).

thf(363,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit0 @ A ) ) )
        & ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit1 @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_608_number__of1) ).

thf(1701,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ A ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit0 @ A ) ) )
        & ( ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit1 @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[363]) ).

thf(448,axiom,
    ! [A: nat,B: int] :
      ( ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ A @ ( number_number_of_nat @ B ) ) )
      = ( ( ( number_number_of_nat @ B )
          = zero_zero_nat )
        | ( ord_less_nat @ zero_zero_nat @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_205_zero__less__power__nat__eq__number__of) ).

thf(1965,plain,
    ! [A: nat,B: int] :
      ( ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ A @ ( number_number_of_nat @ B ) ) )
      = ( ( ( number_number_of_nat @ B )
          = zero_zero_nat )
        | ( ord_less_nat @ zero_zero_nat @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[448]) ).

thf(289,axiom,
    ! [A: nat,B: nat,C: nat > nat] :
      ( ! [D: nat,E: nat] :
          ( ( ord_less_nat @ D @ E )
         => ( ord_less_nat @ ( C @ D ) @ ( C @ E ) ) )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ ( C @ A ) @ B ) @ ( C @ ( plus_plus_nat @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_647_mono__nat__linear__lb) ).

thf(1488,plain,
    ! [A: nat,B: nat,C: nat > nat] :
      ( ! [D: nat,E: nat] :
          ( ( ord_less_nat @ D @ E )
         => ( ord_less_nat @ ( C @ D ) @ ( C @ E ) ) )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ ( C @ A ) @ B ) @ ( C @ ( plus_plus_nat @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[289]) ).

thf(507,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) )
      = ( ( A != zero_zero_real )
        | ( B != zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_138_sum__power2__gt__zero__iff) ).

thf(2134,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) )
      = ( ( A != zero_zero_real )
        | ( B != zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[507]) ).

thf(542,axiom,
    ord_less_int @ zero_zero_int @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_0_n1pos) ).

thf(2225,plain,
    ord_less_int @ zero_zero_int @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[542]) ).

thf(12,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_eq_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
        = ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_458_power__increasing__iff) ).

thf(732,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_eq_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
        = ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(419,axiom,
    ! [A: int,B: int] :
      ( ( A
        = ( plus_plus_int @ A @ B ) )
      = ( B = zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_351_add__0__iff) ).

thf(1884,plain,
    ! [A: int,B: int] :
      ( ( A
        = ( plus_plus_int @ A @ B ) )
      = ( B = zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[419]) ).

thf(88,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_633_add__le__mono1) ).

thf(936,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(540,axiom,
    ! [A: int] :
      ( ( number_number_of_int @ ( bit1 @ A ) )
      = ( plus_plus_int @ ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) ) @ ( number_number_of_int @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_143_number__of__Bit1) ).

thf(2220,plain,
    ! [A: int] :
      ( ( number_number_of_int @ ( bit1 @ A ) )
      = ( plus_plus_int @ ( plus_plus_int @ one_one_int @ ( number_number_of_int @ A ) ) @ ( number_number_of_int @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[540]) ).

thf(365,axiom,
    ! [A: nat,B: int] :
      ( ( ord_less_int @ one_one_int @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_int @ one_one_int @ ( power_power_int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_157_one__less__power) ).

thf(1707,plain,
    ! [A: nat,B: int] :
      ( ( ord_less_int @ one_one_int @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_int @ one_one_int @ ( power_power_int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[365]) ).

thf(34,axiom,
    ! [A: nat,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ord_less_eq_real @ zero_zero_real @ ( power_power_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_501_zero__le__power) ).

thf(787,plain,
    ! [A: nat,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ord_less_eq_real @ zero_zero_real @ ( power_power_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(414,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
        = ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_276_power__strict__increasing__iff) ).

thf(1865,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
        = ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[414]) ).

thf(339,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( A != B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_187_less__not__refl3) ).

thf(1635,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( A != B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[339]) ).

thf(143,axiom,
    ! [A: int] : ( ord_less_eq_int @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_438_zle__refl) ).

thf(1090,plain,
    ! [A: int] : ( ord_less_eq_int @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[143]) ).

thf(204,axiom,
    ( ( semiri132038758t_real @ one_one_nat )
    = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_247_of__nat__1) ).

thf(1258,plain,
    ( ( semiri132038758t_real @ one_one_nat )
    = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[204]) ).

thf(283,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ( plus_plus_real @ B @ A )
            = zero_zero_real )
          = ( ( B = zero_zero_real )
            & ( A = zero_zero_real ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_474_add__nonneg__eq__0__iff) ).

thf(1464,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ( ( plus_plus_real @ B @ A )
            = zero_zero_real )
          = ( ( B = zero_zero_real )
            & ( A = zero_zero_real ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[283]) ).

thf(194,axiom,
    ord_less_nat @ zero_zero_nat @ one_one_nat,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_263_zero__less__one) ).

thf(1224,plain,
    ord_less_nat @ zero_zero_nat @ one_one_nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[194]) ).

thf(352,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ pls ) @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_113_add__numeral__0) ).

thf(1675,plain,
    ! [A: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ pls ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[352]) ).

thf(530,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_479_add__increasing) ).

thf(2193,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ C )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_eq_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[530]) ).

thf(350,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ pls @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_101_add__Pls) ).

thf(1669,plain,
    ! [A: int] :
      ( ( plus_plus_int @ pls @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[350]) ).

thf(209,axiom,
    ! [A: real,B: nat] :
      ( ( ( power_power_real @ A @ B )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B != zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_283_power__eq__0__iff) ).

thf(1271,plain,
    ! [A: real,B: nat] :
      ( ( ( power_power_real @ A @ B )
        = zero_zero_real )
      = ( ( A = zero_zero_real )
        & ( B != zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[209]) ).

thf(575,axiom,
    ! [A: nat] :
      ~ ( ord_less_int @ ( semiri1621563631at_int @ A ) @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_288_of__nat__less__0__iff) ).

thf(2308,plain,
    ! [A: nat] :
      ~ ( ord_less_int @ ( semiri1621563631at_int @ A ) @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[575]) ).

thf(248,axiom,
    one_one_real != zero_zero_real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_224_one__neq__zero) ).

thf(1371,plain,
    one_one_real != zero_zero_real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[248]) ).

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

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

thf(144,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
       => ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_670_order__antisym) ).

thf(1092,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[144]) ).

thf(648,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) )
      = ( power_power_int @ ( semiri1621563631at_int @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_252_of__nat__power) ).

thf(2510,plain,
    ! [A: nat,B: nat] :
      ( ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) )
      = ( power_power_int @ ( semiri1621563631at_int @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[648]) ).

thf(182,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
     => ( ord_less_nat @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_376_add__less__imp__less__right) ).

thf(1194,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
     => ( ord_less_nat @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[182]) ).

thf(188,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ C )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_546_add__strict__increasing2) ).

thf(1209,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ C )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[188]) ).

thf(73,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ ( plus_plus_nat @ A @ C ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_329_comm__semiring__1__class_Onormalizing__semiring__rules_I23_J) ).

thf(900,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ ( plus_plus_nat @ A @ C ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(213,axiom,
    ! [A: nat,B: nat] :
      ( ( A != B )
      = ( ( ord_less_nat @ A @ B )
        | ( ord_less_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_177_nat__neq__iff) ).

thf(1282,plain,
    ! [A: nat,B: nat] :
      ( ( A != B )
      = ( ( ord_less_nat @ A @ B )
        | ( ord_less_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[213]) ).

thf(392,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_eq_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_462_power__le__imp__le__exp) ).

thf(1806,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_eq_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[392]) ).

thf(303,axiom,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_eq_real @ C @ D )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_420_add__mono) ).

thf(1524,plain,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_eq_real @ C @ D )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_eq_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[303]) ).

thf(556,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( B = zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_606_sum__power2__le__zero__iff) ).

thf(2257,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( B = zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[556]) ).

thf(14,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
      = ( ord_less_eq_nat @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_409_add__le__cancel__right) ).

thf(737,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
      = ( ord_less_eq_nat @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(127,axiom,
    ! [A: nat,B: nat] :
      ( ( A = B )
     => ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_622_eq__imp__le) ).

thf(1043,plain,
    ! [A: nat,B: nat] :
      ( ( A = B )
     => ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[127]) ).

thf(486,axiom,
    ord_less_int @ zero_zero_int @ ( plus_plus_int @ one_one_int @ one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_166_zero__less__two) ).

thf(2065,plain,
    ord_less_int @ zero_zero_int @ ( plus_plus_int @ one_one_int @ one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[486]) ).

thf(596,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ zero_zero_int @ B )
     => ( ( ord_less_int @ zero_zero_int @ A )
       => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_402_add__pos__pos) ).

thf(2361,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ zero_zero_int @ B )
     => ( ( ord_less_int @ zero_zero_int @ A )
       => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[596]) ).

thf(576,axiom,
    ! [A: int] :
      ( ( succ @ A )
      = ( plus_plus_int @ A @ one_one_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_573_succ__def) ).

thf(2311,plain,
    ! [A: int] :
      ( ( succ @ A )
      = ( plus_plus_int @ A @ one_one_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[576]) ).

thf(659,axiom,
    pls = zero_zero_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_98_Pls__def) ).

thf(2538,plain,
    pls = zero_zero_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[659]) ).

thf(410,axiom,
    ! [A: int] :
      ( ( number267125858f_real @ ( bit1 @ A ) )
      = ( plus_plus_real @ ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) ) @ ( number267125858f_real @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_144_number__of__Bit1) ).

thf(1853,plain,
    ! [A: int] :
      ( ( number267125858f_real @ ( bit1 @ A ) )
      = ( plus_plus_real @ ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) ) @ ( number267125858f_real @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[410]) ).

thf(538,axiom,
    ! [A: int] :
      ( ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) )
      = ( number267125858f_real @ ( plus_plus_int @ ( bit1 @ pls ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_13_add__special_I2_J) ).

thf(2214,plain,
    ! [A: int] :
      ( ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) )
      = ( number267125858f_real @ ( plus_plus_int @ ( bit1 @ pls ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[538]) ).

thf(604,axiom,
    ! [A: nat] :
      ( ( number267125858f_real @ ( semiri1621563631at_int @ A ) )
      = ( semiri132038758t_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_132_number__of__int) ).

thf(2383,plain,
    ! [A: nat] :
      ( ( number267125858f_real @ ( semiri1621563631at_int @ A ) )
      = ( semiri132038758t_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[604]) ).

thf(689,axiom,
    ! [A: int] :
      ( ( ( ( number_number_of_nat @ A )
          = zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ ( number_number_of_nat @ A ) )
          = one_one_int ) )
      & ( ( ( number_number_of_nat @ A )
         != zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ ( number_number_of_nat @ A ) )
          = zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_22_power__0__left__number__of) ).

thf(2624,plain,
    ! [A: int] :
      ( ( ( ( number_number_of_nat @ A )
          = zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ ( number_number_of_nat @ A ) )
          = one_one_int ) )
      & ( ( ( number_number_of_nat @ A )
         != zero_zero_nat )
       => ( ( power_power_int @ zero_zero_int @ ( number_number_of_nat @ A ) )
          = zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[689]) ).

thf(616,axiom,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_int @ zero_zero_int @ A )
       => ( ( ord_less_int @ A @ one_one_int )
         => ( ord_less_int @ ( power_power_int @ A @ C ) @ ( power_power_int @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_163_power__strict__decreasing) ).

thf(2415,plain,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_int @ zero_zero_int @ A )
       => ( ( ord_less_int @ A @ one_one_int )
         => ( ord_less_int @ ( power_power_int @ A @ C ) @ ( power_power_int @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[616]) ).

thf(643,axiom,
    ! [A: int] :
      ( ( ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ one_one_nat @ ( number_number_of_nat @ A ) )
          = one_one_nat ) )
      & ( ~ ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ one_one_nat @ ( number_number_of_nat @ A ) )
          = ( number_number_of_nat @ ( succ @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_407_nat__1__add__number__of) ).

thf(2493,plain,
    ! [A: int] :
      ( ( ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ one_one_nat @ ( number_number_of_nat @ A ) )
          = one_one_nat ) )
      & ( ~ ( ord_less_int @ A @ pls )
       => ( ( plus_plus_nat @ one_one_nat @ ( number_number_of_nat @ A ) )
          = ( number_number_of_nat @ ( succ @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[643]) ).

thf(692,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ord_less_eq_int @ ( plus_plus_int @ B @ A ) @ ( plus_plus_int @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_416_add__right__mono) ).

thf(2637,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ord_less_eq_int @ ( plus_plus_int @ B @ A ) @ ( plus_plus_int @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[692]) ).

thf(619,axiom,
    ( ( power_power_int @ one_one_int @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4_one__power2) ).

thf(2422,plain,
    ( ( power_power_int @ one_one_int @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[619]) ).

thf(552,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_639_Nat__Transfer_Otransfer__int__nat__relations_I3_J) ).

thf(2246,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[552]) ).

thf(291,axiom,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C )
      = ( plus_plus_real @ ( plus_plus_real @ A @ C ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_328_comm__semiring__1__class_Onormalizing__semiring__rules_I23_J) ).

thf(1492,plain,
    ! [A: real,B: real,C: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ C )
      = ( plus_plus_real @ ( plus_plus_real @ A @ C ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[291]) ).

thf(572,axiom,
    ! [A: int] :
      ( ( succ @ ( bit1 @ A ) )
      = ( bit0 @ ( succ @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_569_succ__Bit1) ).

thf(2299,plain,
    ! [A: int] :
      ( ( succ @ ( bit1 @ A ) )
      = ( bit0 @ ( succ @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[572]) ).

thf(371,axiom,
    ! [A: int] :
      ( ( ord_less_real @ ( number267125858f_real @ A ) @ zero_zero_real )
      = ( ord_less_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_70_less__special_I3_J) ).

thf(1722,plain,
    ! [A: int] :
      ( ( ord_less_real @ ( number267125858f_real @ A ) @ zero_zero_real )
      = ( ord_less_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[371]) ).

thf(703,axiom,
    ! [A: int,B: nat,C: int] :
      ( ( ( power_power_int @ A @ B )
        = ( power_power_int @ C @ B ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ord_less_eq_int @ zero_zero_int @ C )
         => ( ( ord_less_nat @ zero_zero_nat @ B )
           => ( A = C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_576_power__eq__imp__eq__base) ).

thf(2669,plain,
    ! [A: int,B: nat,C: int] :
      ( ( ( power_power_int @ A @ B )
        = ( power_power_int @ C @ B ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ord_less_eq_int @ zero_zero_int @ C )
         => ( ( ord_less_nat @ zero_zero_nat @ B )
           => ( A = C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[703]) ).

thf(320,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
     => ( ord_less_real @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_372_add__less__imp__less__left) ).

thf(1571,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
     => ( ord_less_real @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[320]) ).

thf(273,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_536_add__pos__nonneg) ).

thf(1439,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[273]) ).

thf(418,axiom,
    ! [A: int] :
      ( ( ( ( number_number_of_nat @ A )
          = zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ ( number_number_of_nat @ A ) )
          = one_one_nat ) )
      & ( ( ( number_number_of_nat @ A )
         != zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ ( number_number_of_nat @ A ) )
          = zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_23_power__0__left__number__of) ).

thf(1877,plain,
    ! [A: int] :
      ( ( ( ( number_number_of_nat @ A )
          = zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ ( number_number_of_nat @ A ) )
          = one_one_nat ) )
      & ( ( ( number_number_of_nat @ A )
         != zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ ( number_number_of_nat @ A ) )
          = zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[418]) ).

thf(60,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_eq_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_412_add__le__cancel__left) ).

thf(858,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_eq_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(577,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) )
      = ( power_power_int @ ( semiri1621563631at_int @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_37_int__power) ).

thf(2314,plain,
    ! [A: nat,B: nat] :
      ( ( semiri1621563631at_int @ ( power_power_nat @ A @ B ) )
      = ( power_power_int @ ( semiri1621563631at_int @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[577]) ).

thf(458,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( bit1 @ A ) @ ( bit0 @ B ) )
      = ( bit1 @ ( plus_plus_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_126_add__Bit1__Bit0) ).

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

thf(56,axiom,
    ! [A: real] : ( ord_less_real @ A @ ( plus_plus_real @ A @ one_one_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_268_less__add__one) ).

thf(848,plain,
    ! [A: real] : ( ord_less_real @ A @ ( plus_plus_real @ A @ one_one_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(229,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
     => ( ord_less_eq_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_427_add__le__imp__le__left) ).

thf(1325,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
     => ( ord_less_eq_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[229]) ).

thf(98,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ( ord_less_nat @ A @ one_one_nat )
         => ( ord_less_nat @ ( power_power_nat @ A @ C ) @ ( power_power_nat @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_164_power__strict__decreasing) ).

thf(964,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ( ord_less_nat @ A @ one_one_nat )
         => ( ord_less_nat @ ( power_power_nat @ A @ C ) @ ( power_power_nat @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(80,axiom,
    ! [A: nat] :
      ( ( power_power_real @ one_one_real @ A )
      = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_232_power__one) ).

thf(915,plain,
    ! [A: nat] :
      ( ( power_power_real @ one_one_real @ A )
      = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

thf(632,axiom,
    ( zero_zero_int
    = ( semiri1621563631at_int @ zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_295_transfer__int__nat__numerals_I1_J) ).

thf(2461,plain,
    ( zero_zero_int
    = ( semiri1621563631at_int @ zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[632]) ).

thf(398,axiom,
    ! [A: int] :
      ( ( number_number_of_int @ ( bit0 @ A ) )
      = ( plus_plus_int @ ( plus_plus_int @ zero_zero_int @ ( number_number_of_int @ A ) ) @ ( number_number_of_int @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_141_number__of__Bit0) ).

thf(1820,plain,
    ! [A: int] :
      ( ( number_number_of_int @ ( bit0 @ A ) )
      = ( plus_plus_int @ ( plus_plus_int @ zero_zero_int @ ( number_number_of_int @ A ) ) @ ( number_number_of_int @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[398]) ).

thf(69,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ A @ ( plus_plus_nat @ B @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_481_add__increasing2) ).

thf(890,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ zero_zero_nat @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ A @ ( plus_plus_nat @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(525,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_371_add__0__left) ).

thf(2180,plain,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[525]) ).

thf(470,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_279_power__less__imp__less__exp) ).

thf(2025,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[470]) ).

thf(140,axiom,
    ord_less_eq_real @ zero_zero_real @ one_one_real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_495_zero__le__one) ).

thf(1080,plain,
    ord_less_eq_real @ zero_zero_real @ one_one_real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[140]) ).

thf(234,axiom,
    ord_less_eq_nat @ zero_zero_nat @ one_one_nat,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_496_zero__le__one) ).

thf(1339,plain,
    ord_less_eq_nat @ zero_zero_nat @ one_one_nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[234]) ).

thf(684,axiom,
    ! [A: int] :
      ( ( bit1 @ A )
      = ( plus_plus_int @ ( plus_plus_int @ one_one_int @ A ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_128_Bit1__def) ).

thf(2605,plain,
    ! [A: int] :
      ( ( bit1 @ A )
      = ( plus_plus_int @ ( plus_plus_int @ one_one_int @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[684]) ).

thf(27,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ B @ zero_zero_nat )
     => ( ( ord_less_nat @ A @ zero_zero_nat )
       => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_398_add__neg__neg) ).

thf(769,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ B @ zero_zero_nat )
     => ( ( ord_less_nat @ A @ zero_zero_nat )
       => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(661,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) )
      = ( ( A != zero_zero_int )
        | ( B != zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_137_sum__power2__gt__zero__iff) ).

thf(2542,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) )
      = ( ( A != zero_zero_int )
        | ( B != zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[661]) ).

thf(696,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_nat @ ( number_number_of_nat @ A ) @ ( number_number_of_nat @ B ) )
      = ( ~ ( ord_less_nat @ ( number_number_of_nat @ B ) @ ( number_number_of_nat @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_499_le__number__of__eq__not__less) ).

thf(2647,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_nat @ ( number_number_of_nat @ A ) @ ( number_number_of_nat @ B ) )
      = ( ~ ( ord_less_nat @ ( number_number_of_nat @ B ) @ ( number_number_of_nat @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[696]) ).

thf(91,axiom,
    ord_less_nat @ zero_zero_nat @ tn,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_170_tn0) ).

thf(943,plain,
    ord_less_nat @ zero_zero_nat @ tn,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(120,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
      = ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_181_nat__add__left__cancel) ).

thf(1022,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
      = ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[120]) ).

thf(217,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ B @ zero_zero_nat )
     => ( ( ord_less_nat @ A @ zero_zero_nat )
       => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_552_add__nonpos__neg) ).

thf(1293,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ B @ zero_zero_nat )
     => ( ( ord_less_nat @ A @ zero_zero_nat )
       => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[217]) ).

thf(665,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_eq_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
        = ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_459_power__increasing__iff) ).

thf(2553,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ord_less_eq_int @ ( power_power_int @ C @ A ) @ ( power_power_int @ C @ B ) )
        = ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[665]) ).

thf(87,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( B = C )
     => ( ( ord_less_eq_nat @ C @ A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_683_ord__eq__le__trans) ).

thf(932,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( B = C )
     => ( ( ord_less_eq_nat @ C @ A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

thf(444,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ? [B: nat] :
          ( A
          = ( semiri1621563631at_int @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_610_zero__le__imp__eq__int) ).

thf(1952,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ A )
     => ? [B: nat] :
          ( A
          = ( semiri1621563631at_int @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[444]) ).

thf(674,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_105_zadd__0) ).

thf(2578,plain,
    ! [A: int] :
      ( ( plus_plus_int @ zero_zero_int @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[674]) ).

thf(357,axiom,
    ord_less_eq_int @ zero_zero_int @ one_one_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_497_zero__le__one) ).

thf(1688,plain,
    ord_less_eq_int @ zero_zero_int @ one_one_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[357]) ).

thf(78,axiom,
    ord_less_real @ zero_zero_real @ ( plus_plus_real @ one_one_real @ one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_168_zero__less__two) ).

thf(912,plain,
    ord_less_real @ zero_zero_real @ ( plus_plus_real @ one_one_real @ one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[78]) ).

thf(105,axiom,
    ~ ( ord_less_real @ one_one_real @ zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_259_not__one__less__zero) ).

thf(983,plain,
    ~ ( ord_less_real @ one_one_real @ zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[105]) ).

thf(184,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_335_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J) ).

thf(1198,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[184]) ).

thf(591,axiom,
    ! [A: nat] :
      ~ ( ord_less_int @ ( semiri1621563631at_int @ A ) @ zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_83_int__less__0__conv) ).

thf(2350,plain,
    ! [A: nat] :
      ~ ( ord_less_int @ ( semiri1621563631at_int @ A ) @ zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[591]) ).

thf(362,axiom,
    ( ( plus_plus_real @ one_one_real @ one_one_real )
    = ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_17_one__add__one__is__two) ).

thf(1699,plain,
    ( ( plus_plus_real @ one_one_real @ one_one_real )
    = ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[362]) ).

thf(509,axiom,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_515_of__nat__0__le__iff) ).

thf(2139,plain,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[509]) ).

thf(567,axiom,
    ( one_one_int
    = ( number_number_of_int @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_25_semiring__norm_I110_J) ).

thf(2288,plain,
    ( one_one_int
    = ( number_number_of_int @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[567]) ).

thf(469,axiom,
    ! [A: int] :
      ( ( ( plus_plus_int @ A @ A )
        = zero_zero_int )
      = ( A = zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_89_double__eq__0__iff) ).

thf(2022,plain,
    ! [A: int] :
      ( ( ( plus_plus_int @ A @ A )
        = zero_zero_int )
      = ( A = zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[469]) ).

thf(148,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ B @ zero_zero_real )
     => ( ( ord_less_eq_real @ A @ zero_zero_real )
       => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_548_add__neg__nonpos) ).

thf(1102,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ B @ zero_zero_real )
     => ( ( ord_less_eq_real @ A @ zero_zero_real )
       => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[148]) ).

thf(83,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_183_nat__add__left__cancel__less) ).

thf(922,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

thf(647,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ A @ C ) )
     => ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_318_add__left__imp__eq) ).

thf(2506,plain,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ A @ C ) )
     => ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[647]) ).

thf(190,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ C @ A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_669_order__trans) ).

thf(1213,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( ord_less_eq_int @ C @ A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[190]) ).

thf(48,axiom,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_eq_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_460_power__le__imp__le__exp) ).

thf(827,plain,
    ! [A: nat,B: nat,C: real] :
      ( ( ord_less_real @ one_one_real @ C )
     => ( ( ord_less_eq_real @ ( power_power_real @ C @ A ) @ ( power_power_real @ C @ B ) )
       => ( ord_less_eq_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(664,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_nat @ ( number_number_of_nat @ A ) @ one_one_nat )
        = ( number_number_of_nat @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_534_semiring__number__of__add__1) ).

thf(2550,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_nat @ ( number_number_of_nat @ A ) @ one_one_nat )
        = ( number_number_of_nat @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[664]) ).

thf(199,axiom,
    ! [A: real,B: real] :
      ( ( A
        = ( plus_plus_real @ A @ B ) )
      = ( B = zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_349_add__0__iff) ).

thf(1245,plain,
    ! [A: real,B: real] :
      ( ( A
        = ( plus_plus_real @ A @ B ) )
      = ( B = zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[199]) ).

thf(135,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_eq_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_630_nat__add__left__cancel__le) ).

thf(1066,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) )
      = ( ord_less_eq_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[135]) ).

thf(275,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_190_add__less__mono1) ).

thf(1445,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ ( plus_plus_nat @ B @ A ) @ ( plus_plus_nat @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[275]) ).

thf(63,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ A @ C ) )
      = ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_325_add__left__cancel) ).

thf(868,plain,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ A @ C ) )
      = ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

thf(599,axiom,
    ! [A: nat,B: int] :
      ( ( B != zero_zero_int )
     => ( ( power_power_int @ B @ A )
       != zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_231_field__power__not__zero) ).

thf(2369,plain,
    ! [A: nat,B: int] :
      ( ( B != zero_zero_int )
     => ( ( power_power_int @ B @ A )
       != zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[599]) ).

thf(117,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ B @ zero_zero_real )
     => ( ( ord_less_real @ A @ zero_zero_real )
       => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_397_add__neg__neg) ).

thf(1015,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ B @ zero_zero_real )
     => ( ( ord_less_real @ A @ zero_zero_real )
       => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[117]) ).

thf(112,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ C )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_545_add__strict__increasing2) ).

thf(1000,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ C )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(385,axiom,
    ord_less_int @ m1 @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_148_mn) ).

thf(1775,plain,
    ord_less_int @ m1 @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[385]) ).

thf(679,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ A @ A ) )
      = ( ord_less_eq_int @ zero_zero_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_468_zero__le__double__add__iff__zero__le__single__add) ).

thf(2592,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ ( plus_plus_int @ A @ A ) )
      = ( ord_less_eq_int @ zero_zero_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[679]) ).

thf(245,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ord_less_eq_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_471_add__nonneg__nonneg) ).

thf(1364,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ B )
     => ( ( ord_less_eq_real @ zero_zero_real @ A )
       => ( ord_less_eq_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[245]) ).

thf(201,axiom,
    ! [A: real] :
      ( ( zero_zero_real = A )
      = ( A = zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_307_zero__reorient) ).

thf(1250,plain,
    ! [A: real] :
      ( ( zero_zero_real = A )
      = ( A = zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[201]) ).

thf(462,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ B @ zero_zero_int )
     => ( ( ord_less_int @ A @ zero_zero_int )
       => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_399_add__neg__neg) ).

thf(2005,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ B @ zero_zero_int )
     => ( ( ord_less_int @ A @ zero_zero_int )
       => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[462]) ).

thf(549,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_237_of__nat__less__iff) ).

thf(2239,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[549]) ).

thf(378,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( bit0 @ ( plus_plus_int @ A @ ( succ @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_584_add__Bit1__Bit1) ).

thf(1758,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( bit1 @ A ) @ ( bit1 @ B ) )
      = ( bit0 @ ( plus_plus_int @ A @ ( succ @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[378]) ).

thf(92,axiom,
    ! [A: real,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ? [C: real] :
            ( ( ord_less_real @ zero_zero_real @ C )
            & ( ( power_power_real @ C @ B )
              = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_404_realpow__pos__nth) ).

thf(944,plain,
    ! [A: real,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ? [C: real] :
            ( ( ord_less_real @ zero_zero_real @ C )
            & ( ( power_power_real @ C @ B )
              = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(284,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
      = ( ( ord_less_real @ A @ B )
        | ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_625_less__eq__real__def) ).

thf(1467,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
      = ( ( ord_less_real @ A @ B )
        | ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[284]) ).

thf(698,axiom,
    ! [A: int,B: nat] :
      ( ( ( number_number_of_nat @ A )
        = B )
      = ( B
        = ( number_number_of_nat @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_58_number__of__reorient) ).

thf(2652,plain,
    ! [A: int,B: nat] :
      ( ( ( number_number_of_nat @ A )
        = B )
      = ( B
        = ( number_number_of_nat @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[698]) ).

thf(427,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ A @ ( number_number_of_int @ pls ) )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_115_add__numeral__0__right) ).

thf(1905,plain,
    ! [A: int] :
      ( ( plus_plus_int @ A @ ( number_number_of_int @ pls ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[427]) ).

thf(160,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_34_less__number__of) ).

thf(1134,plain,
    ! [A: int,B: int] :
      ( ( ord_less_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[160]) ).

thf(43,axiom,
    ! [A: real] :
      ( ( ord_less_real @ one_one_real @ ( sqrt @ A ) )
      = ( ord_less_real @ one_one_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_698_real__sqrt__gt__1__iff) ).

thf(812,plain,
    ! [A: real] :
      ( ( ord_less_real @ one_one_real @ ( sqrt @ A ) )
      = ( ord_less_real @ one_one_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(457,axiom,
    ! [A: int,B: int] :
      ( ( number_number_of_int @ ( plus_plus_int @ A @ B ) )
      = ( plus_plus_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_124_number__of__add) ).

thf(1990,plain,
    ! [A: int,B: int] :
      ( ( number_number_of_int @ ( plus_plus_int @ A @ B ) )
      = ( plus_plus_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[457]) ).

thf(235,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_nat @ one_one_nat @ A )
       => ( ord_less_nat @ ( power_power_nat @ A @ B ) @ ( power_power_nat @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_281_power__strict__increasing) ).

thf(1340,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_nat @ one_one_nat @ A )
       => ( ord_less_nat @ ( power_power_nat @ A @ B ) @ ( power_power_nat @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[235]) ).

thf(21,axiom,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ ( semiri984289939at_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_511_zero__le__imp__of__nat) ).

thf(754,plain,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ ( semiri984289939at_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(129,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri132038758t_real @ ( power_power_nat @ A @ B ) )
      = ( power_power_real @ ( semiri132038758t_real @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_250_of__nat__power) ).

thf(1049,plain,
    ! [A: nat,B: nat] :
      ( ( semiri132038758t_real @ ( power_power_nat @ A @ B ) )
      = ( power_power_real @ ( semiri132038758t_real @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[129]) ).

thf(481,axiom,
    ord_less_eq_int @ one_one_int @ t,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_405_tpos) ).

thf(2054,plain,
    ord_less_eq_int @ one_one_int @ t,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[481]) ).

thf(8,axiom,
    ! [A: nat] :
      ( ( zero_zero_nat = A )
      = ( A = zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_308_zero__reorient) ).

thf(722,plain,
    ! [A: nat] :
      ( ( zero_zero_nat = A )
      = ( A = zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(443,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ A @ C ) )
     => ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_315_add__imp__eq) ).

thf(1948,plain,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ A @ C ) )
     => ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[443]) ).

thf(505,axiom,
    ! [A: nat,B: nat,C: $o] :
      ( ( C
       => ( ( semiri1621563631at_int @ A )
          = ( semiri1621563631at_int @ ( if_nat @ C @ A @ B ) ) ) )
      & ( ~ C
       => ( ( semiri1621563631at_int @ B )
          = ( semiri1621563631at_int @ ( if_nat @ C @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_221_int__if__cong) ).

thf(2124,plain,
    ! [A: nat,B: nat,C: $o] :
      ( ( C
       => ( ( semiri1621563631at_int @ A )
          = ( semiri1621563631at_int @ ( if_nat @ C @ A @ B ) ) ) )
      & ( ~ C
       => ( ( semiri1621563631at_int @ B )
          = ( semiri1621563631at_int @ ( if_nat @ C @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[505]) ).

thf(547,axiom,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_512_zero__le__imp__of__nat) ).

thf(2234,plain,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[547]) ).

thf(141,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ zero_zero_real @ C )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_256_pos__add__strict) ).

thf(1081,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ zero_zero_real @ C )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[141]) ).

thf(19,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
      | ( ord_less_eq_real @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_649_real__le__linear) ).

thf(749,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
      | ( ord_less_eq_real @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(164,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) )
      = ( plus_plus_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_341_comm__semiring__1__class_Onormalizing__semiring__rules_I22_J) ).

thf(1145,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) )
      = ( plus_plus_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[164]) ).

thf(669,axiom,
    ! [A: nat,B: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = ( semiri1621563631at_int @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_220_Nat__Transfer_Otransfer__int__nat__relations_I1_J) ).

thf(2564,plain,
    ! [A: nat,B: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = ( semiri1621563631at_int @ B ) )
      = ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[669]) ).

thf(681,axiom,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_eq_int @ C @ D )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_491_add__le__less__mono) ).

thf(2597,plain,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_eq_int @ C @ D )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[681]) ).

thf(446,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_357_comm__semiring__1__class_Onormalizing__semiring__rules_I6_J) ).

thf(1958,plain,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[446]) ).

thf(100,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( C = A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_678_ord__le__eq__trans) ).

thf(968,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( C = A )
       => ( ord_less_eq_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(176,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
     => ( ord_less_eq_real @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_426_add__le__imp__le__left) ).

thf(1181,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ A @ C ) )
     => ( ord_less_eq_real @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[176]) ).

thf(52,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
        = ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_685_order__antisym__conv) ).

thf(836,plain,
    ! [A: real,B: real] :
      ( ( ord_less_eq_real @ A @ B )
     => ( ( ord_less_eq_real @ B @ A )
        = ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(314,axiom,
    ~ ( ord_less_nat @ one_one_nat @ zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_260_not__one__less__zero) ).

thf(1551,plain,
    ~ ( ord_less_nat @ one_one_nat @ zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[314]) ).

thf(5,axiom,
    ! [A: int,B: int,C: int] :
      ( ( B = C )
     => ( ( ord_less_eq_int @ A @ C )
       => ( ord_less_eq_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_681_xt1_I3_J) ).

thf(712,plain,
    ! [A: int,B: int,C: int] :
      ( ( B = C )
     => ( ( ord_less_eq_int @ A @ C )
       => ( ord_less_eq_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(326,axiom,
    ! [A: int,B: int] :
      ( ( ( number267125858f_real @ A )
        = ( number267125858f_real @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_57_eq__number__of) ).

thf(1598,plain,
    ! [A: int,B: int] :
      ( ( ( number267125858f_real @ A )
        = ( number267125858f_real @ B ) )
      = ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[326]) ).

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

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

thf(121,axiom,
    ! [A: nat,B: nat] :
      ( ( A
        = ( plus_plus_nat @ A @ B ) )
      = ( B = zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_350_add__0__iff) ).

thf(1025,plain,
    ! [A: nat,B: nat] :
      ( ( A
        = ( plus_plus_nat @ A @ B ) )
      = ( B = zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[121]) ).

thf(95,axiom,
    ! [A: nat] :
      ( ( A != zero_zero_nat )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_201_neq0__conv) ).

thf(954,plain,
    ! [A: nat] :
      ( ( A != zero_zero_nat )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[95]) ).

thf(651,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ C @ B ) )
     => ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_312_add__right__imp__eq) ).

thf(2518,plain,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ C @ B ) )
     => ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[651]) ).

thf(523,axiom,
    ! [A: nat] : ( ord_less_eq_real @ one_one_real @ ( power_power_real @ ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_642_two__realpow__ge__one) ).

thf(2175,plain,
    ! [A: nat] : ( ord_less_eq_real @ one_one_real @ ( power_power_real @ ( number267125858f_real @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[523]) ).

thf(306,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_400_add__pos__pos) ).

thf(1531,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ zero_zero_real @ B )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[306]) ).

thf(407,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ one_one_int @ A )
      = ( ord_less_int @ zero_zero_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_565_int__one__le__iff__zero__less) ).

thf(1845,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ one_one_int @ A )
      = ( ord_less_int @ zero_zero_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[407]) ).

thf(649,axiom,
    ! [A: int] :
      ( ( ( number_number_of_nat @ A )
        = zero_zero_nat )
      = ( ord_less_eq_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_558_eq__number__of__0) ).

thf(2513,plain,
    ! [A: int] :
      ( ( ( number_number_of_nat @ A )
        = zero_zero_nat )
      = ( ord_less_eq_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[649]) ).

thf(670,axiom,
    ! [A: real,B: real] :
      ~ ( ord_less_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_140_not__sum__power2__lt__zero) ).

thf(2567,plain,
    ! [A: real,B: real] :
      ~ ( ord_less_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) @ zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[670]) ).

thf(1,conjecture,
    ( ( power_power_int @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ) @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
   != zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ( ( power_power_int @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ) @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
   != zero_zero_int ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(705,plain,
    ( ( power_power_int @ ( plus_plus_int @ one_one_int @ ( semiri1621563631at_int @ n ) ) @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
   != zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(601,axiom,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_int @ C @ D )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_488_add__less__le__mono) ).

thf(2375,plain,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_int @ C @ D )
     => ( ( ord_less_eq_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[601]) ).

thf(168,axiom,
    ! [A: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ A ) @ zero_zero_real )
      = ( ord_less_real @ A @ zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_64_even__less__0__iff) ).

thf(1156,plain,
    ! [A: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ A ) @ zero_zero_real )
      = ( ord_less_real @ A @ zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[168]) ).

thf(195,axiom,
    ! [A: nat] : ( ord_less_eq_real @ zero_zero_real @ ( semiri132038758t_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_510_zero__le__imp__of__nat) ).

thf(1225,plain,
    ! [A: nat] : ( ord_less_eq_real @ zero_zero_real @ ( semiri132038758t_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[195]) ).

thf(484,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_real @ ( number267125858f_real @ A ) @ one_one_real )
        = ( number267125858f_real @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_533_semiring__number__of__add__1) ).

thf(2060,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_real @ ( number267125858f_real @ A ) @ one_one_real )
        = ( number267125858f_real @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[484]) ).

thf(259,axiom,
    ! [A: nat] :
      ( ( power_power_nat @ A @ zero_zero_nat )
      = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_290_power__0) ).

thf(1400,plain,
    ! [A: nat] :
      ( ( power_power_nat @ A @ zero_zero_nat )
      = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[259]) ).

thf(318,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
       => ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_624_le__antisym) ).

thf(1566,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
     => ( ( ord_less_eq_nat @ B @ A )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[318]) ).

thf(511,axiom,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_int @ C @ D )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_380_add__strict__mono) ).

thf(2143,plain,
    ! [A: int,B: int,C: int,D: int] :
      ( ( ord_less_int @ C @ D )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ ( plus_plus_int @ C @ A ) @ ( plus_plus_int @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[511]) ).

thf(613,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ C )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_547_add__strict__increasing2) ).

thf(2407,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ C )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[613]) ).

thf(605,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_383_add__strict__left__mono) ).

thf(2386,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[605]) ).

thf(293,axiom,
    ! [A: nat] :
      ( ( power_power_nat @ A @ zero_zero_nat )
      = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_301_comm__semiring__1__class_Onormalizing__semiring__rules_I32_J) ).

thf(1499,plain,
    ! [A: nat] :
      ( ( power_power_nat @ A @ zero_zero_nat )
      = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[293]) ).

thf(456,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ ( plus_plus_int @ A @ C ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_330_comm__semiring__1__class_Onormalizing__semiring__rules_I23_J) ).

thf(1987,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ ( plus_plus_int @ A @ C ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[456]) ).

thf(278,axiom,
    ! [A: nat,B: nat] :
      ( ~ ( ord_less_eq_nat @ A @ B )
     => ( ord_less_eq_nat @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_659_linorder__le__cases) ).

thf(1452,plain,
    ! [A: nat,B: nat] :
      ( ~ ( ord_less_eq_nat @ A @ B )
     => ( ord_less_eq_nat @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[278]) ).

thf(36,axiom,
    ! [A: nat,B: nat] :
      ( ( plus_plus_nat @ A @ B )
      = ( plus_plus_nat @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_344_comm__semiring__1__class_Onormalizing__semiring__rules_I24_J) ).

thf(791,plain,
    ! [A: nat,B: nat] :
      ( ( plus_plus_nat @ A @ B )
      = ( plus_plus_nat @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(380,axiom,
    ! [A: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ zero_zero_real )
      = ( ord_less_eq_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_452_le__special_I3_J) ).

thf(1763,plain,
    ! [A: int] :
      ( ( ord_less_eq_real @ ( number267125858f_real @ A ) @ zero_zero_real )
      = ( ord_less_eq_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[380]) ).

thf(425,axiom,
    ( ( number_number_of_int @ ( bit1 @ pls ) )
    = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_27_numeral__1__eq__1) ).

thf(1901,plain,
    ( ( number_number_of_int @ ( bit1 @ pls ) )
    = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[425]) ).

thf(580,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( number_number_of_int @ ( plus_plus_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_122_add__number__of__eq) ).

thf(2322,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( number_number_of_int @ ( plus_plus_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[580]) ).

thf(323,axiom,
    ! [A: nat,B: nat > $o] :
      ( ~ ( B @ zero_zero_nat )
     => ( ( B @ A )
       => ? [C: nat] :
            ( ( ord_less_nat @ C @ A )
            & ! [D: nat] :
                ( ( ord_less_eq_nat @ D @ C )
               => ~ ( B @ D ) )
            & ( B @ ( plus_plus_nat @ C @ one_one_nat ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_645_ex__least__nat__less) ).

thf(1579,plain,
    ! [A: nat,B: nat > $o] :
      ( ~ ( B @ zero_zero_nat )
     => ( ( B @ A )
       => ? [C: nat] :
            ( ( ord_less_nat @ C @ A )
            & ! [D: nat] :
                ( ( ord_less_eq_nat @ D @ C )
               => ~ ( B @ D ) )
            & ( B @ ( plus_plus_nat @ C @ one_one_nat ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[323]) ).

thf(270,axiom,
    ! [A: nat,B: real,C: real] :
      ( ( ord_less_real @ B @ C )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ( ord_less_nat @ zero_zero_nat @ A )
         => ( ord_less_real @ ( power_power_real @ B @ A ) @ ( power_power_real @ C @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_585_power__strict__mono) ).

thf(1432,plain,
    ! [A: nat,B: real,C: real] :
      ( ( ord_less_real @ B @ C )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ( ord_less_nat @ zero_zero_nat @ A )
         => ( ord_less_real @ ( power_power_real @ B @ A ) @ ( power_power_real @ C @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[270]) ).

thf(519,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_int @ zero_zero_int @ A )
       => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_541_add__nonneg__pos) ).

thf(2165,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ zero_zero_int @ B )
     => ( ( ord_less_int @ zero_zero_int @ A )
       => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[519]) ).

thf(179,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_191_add__less__mono) ).

thf(1188,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[179]) ).

thf(178,axiom,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_613_less__eq__nat_Osimps_I1_J) ).

thf(1186,plain,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[178]) ).

thf(309,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
      = ( ( ord_less_eq_nat @ A @ B )
        & ( A != B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_619_nat__less__le) ).

thf(1538,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
      = ( ( ord_less_eq_nat @ A @ B )
        & ( A != B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[309]) ).

thf(94,axiom,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ ( sqrt @ A ) )
      = ( ord_less_real @ zero_zero_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_696_real__sqrt__gt__0__iff) ).

thf(951,plain,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ ( sqrt @ A ) )
      = ( ord_less_real @ zero_zero_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

thf(662,axiom,
    ( zero_zero_real
    = ( number267125858f_real @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_112_semiring__norm_I112_J) ).

thf(2545,plain,
    ( zero_zero_real
    = ( number267125858f_real @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[662]) ).

thf(682,axiom,
    ! [A: nat] :
      ( ( ord_less_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_154_of__nat__0__less__iff) ).

thf(2599,plain,
    ! [A: nat] :
      ( ( ord_less_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[682]) ).

thf(214,axiom,
    ! [A: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ ( plus_plus_real @ A @ A ) )
      = ( ord_less_eq_real @ zero_zero_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_467_zero__le__double__add__iff__zero__le__single__add) ).

thf(1285,plain,
    ! [A: real] :
      ( ( ord_less_eq_real @ zero_zero_real @ ( plus_plus_real @ A @ A ) )
      = ( ord_less_eq_real @ zero_zero_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[214]) ).

thf(192,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_445_of__nat__le__iff) ).

thf(1218,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ ( semiri984289939at_nat @ A ) @ ( semiri984289939at_nat @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[192]) ).

thf(437,axiom,
    ! [A: nat,B: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = ( semiri1621563631at_int @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_68_int__int__eq) ).

thf(1934,plain,
    ! [A: nat,B: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = ( semiri1621563631at_int @ B ) )
      = ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[437]) ).

thf(644,axiom,
    ! [A: int,B: nat,C: int] :
      ( ( ord_less_int @ ( power_power_int @ A @ B ) @ ( power_power_int @ C @ B ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ C )
       => ( ord_less_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_556_power__less__imp__less__base) ).

thf(2500,plain,
    ! [A: int,B: nat,C: int] :
      ( ( ord_less_int @ ( power_power_int @ A @ B ) @ ( power_power_int @ C @ B ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ C )
       => ( ord_less_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[644]) ).

thf(381,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( bit1 @ A ) @ pls )
      = ( ord_less_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_73_rel__simps_I12_J) ).

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

thf(424,axiom,
    ! [A: int] :
      ( ( ord_less_nat @ zero_zero_nat @ ( number_number_of_nat @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_222_less__0__number__of) ).

thf(1898,plain,
    ! [A: int] :
      ( ( ord_less_nat @ zero_zero_nat @ ( number_number_of_nat @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[424]) ).

thf(667,axiom,
    ! [A: int,B: int] :
      ( ( power_power_int @ ( plus_plus_int @ A @ B ) @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( times_times_int @ ( times_times_int @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) @ B ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_691_zadd__power2) ).

thf(2558,plain,
    ! [A: int,B: int] :
      ( ( power_power_int @ ( plus_plus_int @ A @ B ) @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
      = ( plus_plus_int @ ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( times_times_int @ ( times_times_int @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) @ B ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[667]) ).

thf(308,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_662_xt1_I6_J) ).

thf(1536,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[308]) ).

thf(193,axiom,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ A @ A ) )
      = ( ord_less_real @ zero_zero_real @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_303_zero__less__double__add__iff__zero__less__single__add) ).

thf(1221,plain,
    ! [A: real] :
      ( ( ord_less_real @ zero_zero_real @ ( plus_plus_real @ A @ A ) )
      = ( ord_less_real @ zero_zero_real @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[193]) ).

thf(295,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ C @ A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_650_real__le__trans) ).

thf(1504,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ C @ A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[295]) ).

thf(162,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ B @ C )
     => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ ( plus_plus_real @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_384_add__strict__right__mono) ).

thf(1140,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ B @ C )
     => ( ord_less_real @ ( plus_plus_real @ B @ A ) @ ( plus_plus_real @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[162]) ).

thf(676,axiom,
    ! [A: real,B: real] : ( ord_less_eq_real @ zero_zero_real @ ( sqrt @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_690_real__sqrt__sum__squares__ge__zero) ).

thf(2584,plain,
    ! [A: real,B: real] : ( ord_less_eq_real @ zero_zero_real @ ( sqrt @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[676]) ).

thf(108,axiom,
    ord_less_real @ zero_zero_real @ one_one_real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_262_zero__less__one) ).

thf(991,plain,
    ord_less_real @ zero_zero_real @ one_one_real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(240,axiom,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ( ( ord_less_real @ A @ one_one_real )
         => ( ord_less_real @ ( power_power_real @ A @ C ) @ ( power_power_real @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_165_power__strict__decreasing) ).

thf(1353,plain,
    ! [A: real,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_real @ zero_zero_real @ A )
       => ( ( ord_less_real @ A @ one_one_real )
         => ( ord_less_real @ ( power_power_real @ A @ C ) @ ( power_power_real @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[240]) ).

thf(594,axiom,
    ( one_one_nat
    = ( number_number_of_nat @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_55_Numeral1__eq1__nat) ).

thf(2357,plain,
    ( one_one_nat
    = ( number_number_of_nat @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[594]) ).

thf(445,axiom,
    ! [A: int] :
      ( ( power_power_int @ A @ zero_zero_nat )
      = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_302_comm__semiring__1__class_Onormalizing__semiring__rules_I32_J) ).

thf(1955,plain,
    ! [A: int] :
      ( ( power_power_int @ A @ zero_zero_nat )
      = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[445]) ).

thf(512,axiom,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ord_less_eq_int @ A @ one_one_int )
         => ( ord_less_eq_int @ ( power_power_int @ A @ C ) @ ( power_power_int @ A @ B ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_456_power__decreasing) ).

thf(2145,plain,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ord_less_eq_int @ A @ one_one_int )
         => ( ord_less_eq_int @ ( power_power_int @ A @ C ) @ ( power_power_int @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[512]) ).

thf(288,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ zero_zero_real @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_369_add__0__left) ).

thf(1485,plain,
    ! [A: real] :
      ( ( plus_plus_real @ zero_zero_real @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[288]) ).

thf(579,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ ( power_power_nat @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_nat @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_601_power2__less__imp__less) ).

thf(2320,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ ( power_power_nat @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_nat @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[579]) ).

thf(130,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_189_trans__less__add2) ).

thf(1052,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ord_less_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[130]) ).

thf(296,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( C = A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_676_ord__le__eq__trans) ).

thf(1506,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( C = A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[296]) ).

thf(375,axiom,
    ! [A: int,B: int] :
      ( ( ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ord_less_eq_int @ zero_zero_int @ B )
         => ( A = B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_597_power2__eq__imp__eq) ).

thf(1749,plain,
    ! [A: int,B: int] :
      ( ( ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ( ord_less_eq_int @ zero_zero_int @ B )
         => ( A = B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[375]) ).

thf(268,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ one_one_nat @ B )
     => ( ord_less_eq_nat @ one_one_nat @ ( power_power_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_508_one__le__power) ).

thf(1427,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ one_one_nat @ B )
     => ( ord_less_eq_nat @ one_one_nat @ ( power_power_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[268]) ).

thf(369,axiom,
    ! [A: nat,B: int] :
      ( ( ord_less_eq_int @ one_one_int @ B )
     => ( ord_less_eq_int @ one_one_int @ ( power_power_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_509_one__le__power) ).

thf(1717,plain,
    ! [A: nat,B: int] :
      ( ( ord_less_eq_int @ one_one_int @ B )
     => ( ord_less_eq_int @ one_one_int @ ( power_power_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[369]) ).

thf(472,axiom,
    ( ( number_number_of_nat @ ( bit1 @ pls ) )
    = one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_54_nat__numeral__1__eq__1) ).

thf(2030,plain,
    ( ( number_number_of_nat @ ( bit1 @ pls ) )
    = one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[472]) ).

thf(559,axiom,
    ( ( semiri1621563631at_int @ zero_zero_nat )
    = zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_44_int__0) ).

thf(2266,plain,
    ( ( semiri1621563631at_int @ zero_zero_nat )
    = zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[559]) ).

thf(66,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ A @ zero_zero_real )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_352_add_Ocomm__neutral) ).

thf(876,plain,
    ! [A: real] :
      ( ( plus_plus_real @ A @ zero_zero_real )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(624,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_446_of__nat__le__iff) ).

thf(2435,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_int @ ( semiri1621563631at_int @ A ) @ ( semiri1621563631at_int @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[624]) ).

thf(266,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_33_less__number__of) ).

thf(1421,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[266]) ).

thf(405,axiom,
    ! [A: int] :
      ( ( zero_zero_int
        = ( plus_plus_int @ A @ A ) )
      = ( A = zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_362_double__zero__sym) ).

thf(1839,plain,
    ! [A: int] :
      ( ( zero_zero_int
        = ( plus_plus_int @ A @ A ) )
      = ( A = zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[405]) ).

thf(631,axiom,
    ! [A: int] :
      ( ( ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = zero_zero_int )
      = ( A = zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_10_zero__eq__power2) ).

thf(2458,plain,
    ! [A: int] :
      ( ( ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = zero_zero_int )
      = ( A = zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[631]) ).

thf(226,axiom,
    ! [A: real,B: real] :
      ( ( plus_plus_real @ A @ B )
      = ( plus_plus_real @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_343_comm__semiring__1__class_Onormalizing__semiring__rules_I24_J) ).

thf(1316,plain,
    ! [A: real,B: real] :
      ( ( plus_plus_real @ A @ B )
      = ( plus_plus_real @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[226]) ).

thf(638,axiom,
    ! [A: int,B: int] :
      ( ( ( bit0 @ A )
        = ( bit0 @ B ) )
      = ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_62_rel__simps_I48_J) ).

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

thf(496,axiom,
    one_one_int != zero_zero_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_226_one__neq__zero) ).

thf(2088,plain,
    one_one_int != zero_zero_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[496]) ).

thf(281,axiom,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ ( semiri984289939at_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_514_of__nat__0__le__iff) ).

thf(1459,plain,
    ! [A: nat] : ( ord_less_eq_nat @ zero_zero_nat @ ( semiri984289939at_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[281]) ).

thf(356,axiom,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( power_power_nat @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
         => ( A = B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_596_power2__eq__imp__eq) ).

thf(1685,plain,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
        = ( power_power_nat @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
         => ( A = B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[356]) ).

thf(315,axiom,
    ! [A: nat] :
      ( ( ( A = zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ A )
          = one_one_real ) )
      & ( ( A != zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ A )
          = zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_162_power__0__left) ).

thf(1553,plain,
    ! [A: nat] :
      ( ( ( A = zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ A )
          = one_one_real ) )
      & ( ( A != zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ A )
          = zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[315]) ).

thf(403,axiom,
    ! [A: int] :
      ( ( pls
        = ( bit0 @ A ) )
      = ( pls = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_96_rel__simps_I38_J) ).

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

thf(74,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_632_trans__le__add2) ).

thf(903,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ B @ ( plus_plus_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

thf(300,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
     => ( ord_less_real @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_375_add__less__imp__less__right) ).

thf(1517,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ B ) )
     => ( ord_less_real @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[300]) ).

thf(388,axiom,
    ! [A: int] :
      ( ( ( ( number_number_of_nat @ A )
          = zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ ( number_number_of_nat @ A ) )
          = one_one_real ) )
      & ( ( ( number_number_of_nat @ A )
         != zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ ( number_number_of_nat @ A ) )
          = zero_zero_real ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_24_power__0__left__number__of) ).

thf(1781,plain,
    ! [A: int] :
      ( ( ( ( number_number_of_nat @ A )
          = zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ ( number_number_of_nat @ A ) )
          = one_one_real ) )
      & ( ( ( number_number_of_nat @ A )
         != zero_zero_nat )
       => ( ( power_power_real @ zero_zero_real @ ( number_number_of_nat @ A ) )
          = zero_zero_real ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[388]) ).

thf(642,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) )
        = ( number267125858f_real @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_530_semiring__1__add__number__of) ).

thf(2490,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ pls @ A )
     => ( ( plus_plus_real @ one_one_real @ ( number267125858f_real @ A ) )
        = ( number267125858f_real @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[642]) ).

thf(28,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_212_Nat_Oadd__0__right) ).

thf(771,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(150,axiom,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_173_less__not__refl) ).

thf(1108,plain,
    ! [A: nat] :
      ~ ( ord_less_nat @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[150]) ).

thf(589,axiom,
    ( ( number267125858f_real @ ( bit1 @ pls ) )
    = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_28_numeral__1__eq__1) ).

thf(2347,plain,
    ( ( number267125858f_real @ ( bit1 @ pls ) )
    = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[589]) ).

thf(263,axiom,
    ! [A: real] :
      ( ( power_power_real @ A @ one_one_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_214_power__one__right) ).

thf(1412,plain,
    ! [A: real] :
      ( ( power_power_real @ A @ one_one_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[263]) ).

thf(581,axiom,
    ! [A: int] :
      ( ( plus_plus_real @ ( number267125858f_real @ A ) @ one_one_real )
      = ( number267125858f_real @ ( plus_plus_int @ A @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_15_add__special_I3_J) ).

thf(2325,plain,
    ! [A: int] :
      ( ( plus_plus_real @ ( number267125858f_real @ A ) @ one_one_real )
      = ( number267125858f_real @ ( plus_plus_int @ A @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[581]) ).

thf(23,axiom,
    ! [A: real] :
      ( ( plus_plus_real @ zero_zero_real @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_366_comm__semiring__1__class_Onormalizing__semiring__rules_I5_J) ).

thf(759,plain,
    ! [A: real] :
      ( ( plus_plus_real @ zero_zero_real @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(116,axiom,
    ! [A: nat,B: nat] :
      ( ( ( ord_less_nat @ A @ B )
        | ( A = B ) )
     => ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_615_less__or__eq__imp__le) ).

thf(1010,plain,
    ! [A: nat,B: nat] :
      ( ( ( ord_less_nat @ A @ B )
        | ( A = B ) )
     => ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[116]) ).

thf(574,axiom,
    ! [A: real] :
      ~ ( ord_less_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_136_power2__less__0) ).

thf(2305,plain,
    ! [A: real] :
      ~ ( ord_less_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[574]) ).

thf(587,axiom,
    ( ( plus_plus_int @ one_one_int @ one_one_int )
    = ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_18_semiring__one__add__one__is__two) ).

thf(2342,plain,
    ( ( plus_plus_int @ one_one_int @ one_one_int )
    = ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[587]) ).

thf(55,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ? [C: nat] :
          ( ( ord_less_nat @ zero_zero_nat @ C )
          & ( ( plus_plus_nat @ A @ C )
            = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_298_less__imp__add__positive) ).

thf(844,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ? [C: nat] :
          ( ( ord_less_nat @ zero_zero_nat @ C )
          & ( ( plus_plus_nat @ A @ C )
            = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(543,axiom,
    ( ( number_number_of_int @ ( bit1 @ pls ) )
    = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_145_semiring__numeral__1__eq__1) ).

thf(2226,plain,
    ( ( number_number_of_int @ ( bit1 @ pls ) )
    = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[543]) ).

thf(627,axiom,
    ( ( power_power_nat @ zero_zero_nat @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_8_zero__power2) ).

thf(2443,plain,
    ( ( power_power_nat @ zero_zero_nat @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[627]) ).

thf(202,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ( ord_less_nat @ zero_zero_nat @ A )
         => ( ord_less_nat @ ( power_power_nat @ B @ A ) @ ( power_power_nat @ C @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_586_power__strict__mono) ).

thf(1253,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ( ord_less_nat @ zero_zero_nat @ A )
         => ( ord_less_nat @ ( power_power_nat @ B @ A ) @ ( power_power_nat @ C @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[202]) ).

thf(253,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
        = ( ord_less_nat @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_275_power__strict__increasing__iff) ).

thf(1385,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ one_one_nat @ C )
     => ( ( ord_less_nat @ ( power_power_nat @ C @ A ) @ ( power_power_nat @ C @ B ) )
        = ( ord_less_nat @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[253]) ).

thf(520,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ zero_zero_int @ C )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_258_pos__add__strict) ).

thf(2167,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ zero_zero_int @ C )
     => ( ( ord_less_int @ A @ B )
       => ( ord_less_int @ A @ ( plus_plus_int @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[520]) ).

thf(565,axiom,
    ! [A: nat] :
      ( ( number_number_of_int @ ( semiri1621563631at_int @ A ) )
      = ( semiri1621563631at_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_131_number__of__int) ).

thf(2283,plain,
    ! [A: nat] :
      ( ( number_number_of_int @ ( semiri1621563631at_int @ A ) )
      = ( semiri1621563631at_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[565]) ).

thf(340,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( power_power_nat @ A @ B )
        = ( power_power_nat @ C @ B ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ord_less_eq_nat @ zero_zero_nat @ C )
         => ( ( ord_less_nat @ zero_zero_nat @ B )
           => ( A = C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_575_power__eq__imp__eq__base) ).

thf(1639,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( power_power_nat @ A @ B )
        = ( power_power_nat @ C @ B ) )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ( ord_less_eq_nat @ zero_zero_nat @ C )
         => ( ( ord_less_nat @ zero_zero_nat @ B )
           => ( A = C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[340]) ).

thf(426,axiom,
    ! [A: real] : ( ord_less_eq_real @ zero_zero_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_590_zero__le__power2) ).

thf(1903,plain,
    ! [A: real] : ( ord_less_eq_real @ zero_zero_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[426]) ).

thf(337,axiom,
    ! [A: nat,B: nat] :
      ( ( semiri984289939at_nat @ ( power_power_nat @ A @ B ) )
      = ( power_power_nat @ ( semiri984289939at_nat @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_251_of__nat__power) ).

thf(1629,plain,
    ! [A: nat,B: nat] :
      ( ( semiri984289939at_nat @ ( power_power_nat @ A @ B ) )
      = ( power_power_nat @ ( semiri984289939at_nat @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[337]) ).

thf(685,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/sandbox/benchmark/theBenchmark.p',fact_52_add__nat__number__of) ).

thf(2608,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)],[685]) ).

thf(608,axiom,
    ( ( number_number_of_int @ ( bit1 @ ( bit1 @ pls ) ) )
    = ( semiri1621563631at_int @ ( number_number_of_nat @ ( bit1 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_152_transfer__int__nat__numerals_I4_J) ).

thf(2394,plain,
    ( ( number_number_of_int @ ( bit1 @ ( bit1 @ pls ) ) )
    = ( semiri1621563631at_int @ ( number_number_of_nat @ ( bit1 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[608]) ).

thf(568,axiom,
    ! [A: int] : ( ord_less_eq_int @ zero_zero_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_591_zero__le__power2) ).

thf(2290,plain,
    ! [A: int] : ( ord_less_eq_int @ zero_zero_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[568]) ).

thf(554,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/sandbox/benchmark/theBenchmark.p',fact_21_quartic__square__square) ).

thf(2251,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)],[554]) ).

thf(110,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_eq_nat @ C @ D )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_490_add__le__less__mono) ).

thf(995,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_eq_nat @ C @ D )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(515,axiom,
    ! [A: nat] :
      ( ( number_number_of_nat @ ( semiri1621563631at_int @ A ) )
      = ( semiri984289939at_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_130_number__of__int) ).

thf(2152,plain,
    ! [A: nat] :
      ( ( number_number_of_nat @ ( semiri1621563631at_int @ A ) )
      = ( semiri984289939at_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[515]) ).

thf(464,axiom,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_int @ one_one_int @ A )
       => ( ord_less_int @ ( power_power_int @ A @ B ) @ ( power_power_int @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_282_power__strict__increasing) ).

thf(2009,plain,
    ! [A: int,B: nat,C: nat] :
      ( ( ord_less_nat @ B @ C )
     => ( ( ord_less_int @ one_one_int @ A )
       => ( ord_less_int @ ( power_power_int @ A @ B ) @ ( power_power_int @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[464]) ).

thf(290,axiom,
    ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ one_one_nat @ one_one_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_167_zero__less__two) ).

thf(1491,plain,
    ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ one_one_nat @ one_one_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[290]) ).

thf(358,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_435_less__eq__int__code_I13_J) ).

thf(1689,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( bit0 @ A ) @ ( bit0 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[358]) ).

thf(610,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ pls )
      = ( ord_less_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_76_rel__simps_I10_J) ).

thf(2399,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ pls )
      = ( ord_less_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[610]) ).

thf(583,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ one_one_int @ A ) @ A )
     != zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_129_odd__nonzero) ).

thf(2330,plain,
    ! [A: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ one_one_int @ A ) @ A )
     != zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[583]) ).

thf(487,axiom,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_527_zero__zle__int) ).

thf(2066,plain,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[487]) ).

thf(518,axiom,
    ! [A: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = zero_zero_int )
      = ( A = zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_43_int__eq__0__conv) ).

thf(2162,plain,
    ! [A: nat] :
      ( ( ( semiri1621563631at_int @ A )
        = zero_zero_int )
      = ( A = zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[518]) ).

thf(526,axiom,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ A ) @ zero_zero_int )
      = ( ord_less_eq_int @ A @ zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_470_double__add__le__zero__iff__single__add__le__zero) ).

thf(2183,plain,
    ! [A: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ A ) @ zero_zero_int )
      = ( ord_less_eq_int @ A @ zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[526]) ).

thf(329,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_537_add__pos__nonneg) ).

thf(1607,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ zero_zero_nat @ ( plus_plus_nat @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[329]) ).

thf(503,axiom,
    ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_588_Nat__Transfer_Otransfer__nat__int__function__closures_I7_J) ).

thf(2120,plain,
    ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[503]) ).

thf(50,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ C @ A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_668_order__trans) ).

thf(832,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ C @ A )
       => ( ord_less_eq_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(688,axiom,
    ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit1 @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_580_Nat__Transfer_Otransfer__nat__int__function__closures_I8_J) ).

thf(2623,plain,
    ord_less_eq_int @ zero_zero_int @ ( number_number_of_int @ ( bit1 @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[688]) ).

thf(468,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( plus_plus_int @ ( semiri1621563631at_int @ B ) @ C ) )
      = ( plus_plus_int @ ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_38_zadd__int__left) ).

thf(2019,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( plus_plus_int @ ( semiri1621563631at_int @ A ) @ ( plus_plus_int @ ( semiri1621563631at_int @ B ) @ C ) )
      = ( plus_plus_int @ ( semiri1621563631at_int @ ( plus_plus_nat @ A @ B ) ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[468]) ).

thf(223,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
     => ( ord_less_eq_nat @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_424_add__le__imp__le__right) ).

thf(1308,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
     => ( ord_less_eq_nat @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[223]) ).

thf(532,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( number267125858f_real @ ( plus_plus_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_123_add__number__of__eq) ).

thf(2198,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_real @ ( number267125858f_real @ A ) @ ( number267125858f_real @ B ) )
      = ( number267125858f_real @ ( plus_plus_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[532]) ).

thf(422,axiom,
    ! [A: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_306_double__add__less__zero__iff__single__add__less__zero) ).

thf(1893,plain,
    ! [A: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ A ) @ zero_zero_int )
      = ( ord_less_int @ A @ zero_zero_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[422]) ).

thf(570,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_562_less__int__code_I14_J) ).

thf(2294,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( bit0 @ A ) @ ( bit1 @ B ) )
      = ( ord_less_eq_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[570]) ).

thf(6,axiom,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_353_add_Ocomm__neutral) ).

thf(716,plain,
    ! [A: nat] :
      ( ( plus_plus_nat @ A @ zero_zero_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(170,axiom,
    ! [A: int,B: int] :
      ( ( ( number_number_of_int @ A )
        = B )
      = ( B
        = ( number_number_of_int @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_59_number__of__reorient) ).

thf(1161,plain,
    ! [A: int,B: int] :
      ( ( ( number_number_of_int @ A )
        = B )
      = ( B
        = ( number_number_of_int @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[170]) ).

thf(39,axiom,
    ! [A: nat,B: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = A )
     => ( B = zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_210_add__eq__self__zero) ).

thf(800,plain,
    ! [A: nat,B: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = A )
     => ( B = zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

thf(238,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_418_add__left__mono) ).

thf(1348,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[238]) ).

thf(341,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_180_nat__add__assoc) ).

thf(1642,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C )
      = ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[341]) ).

thf(573,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ ( plus_plus_int @ B @ one_one_int ) )
      = ( ( ord_less_int @ A @ B )
        | ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_82_zless__add1__eq) ).

thf(2302,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ ( plus_plus_int @ B @ one_one_int ) )
      = ( ( ord_less_int @ A @ B )
        | ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[573]) ).

thf(353,axiom,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_333_ab__semigroup__add__class_Oadd__ac_I1_J) ).

thf(1678,plain,
    ! [A: int,B: int,C: int] :
      ( ( plus_plus_int @ ( plus_plus_int @ A @ B ) @ C )
      = ( plus_plus_int @ A @ ( plus_plus_int @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[353]) ).

thf(516,axiom,
    ! [A: int] :
      ( ( ord_less_real @ zero_zero_real @ ( number267125858f_real @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_72_less__special_I1_J) ).

thf(2155,plain,
    ! [A: int] :
      ( ( ord_less_real @ zero_zero_real @ ( number267125858f_real @ A ) )
      = ( ord_less_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[516]) ).

thf(146,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_444_of__nat__le__iff) ).

thf(1097,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) )
      = ( ord_less_eq_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[146]) ).

thf(312,axiom,
    ! [A: nat] : ( ord_less_eq_nat @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_656_order__refl) ).

thf(1546,plain,
    ! [A: nat] : ( ord_less_eq_nat @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[312]) ).

thf(257,axiom,
    zero_zero_nat != one_one_nat,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_228_zero__neq__one) ).

thf(1395,plain,
    zero_zero_nat != one_one_nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[257]) ).

thf(45,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
     => ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_314_add__imp__eq) ).

thf(818,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ A @ C ) )
     => ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(652,axiom,
    ( ( number267125858f_real @ pls )
    = zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_110_number__of__Pls) ).

thf(2522,plain,
    ( ( number267125858f_real @ pls )
    = zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[652]) ).

thf(251,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ B @ ( plus_plus_nat @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_631_trans__le__add1) ).

thf(1380,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ord_less_eq_nat @ B @ ( plus_plus_nat @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[251]) ).

thf(221,axiom,
    ! [A: nat] :
      ( ( ord_less_eq_nat @ A @ zero_zero_nat )
      = ( A = zero_zero_nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_614_le__0__eq) ).

thf(1303,plain,
    ! [A: nat] :
      ( ( ord_less_eq_nat @ A @ zero_zero_nat )
      = ( A = zero_zero_nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[221]) ).

thf(165,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ C @ B ) )
      = ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_323_add__right__cancel) ).

thf(1148,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ C @ B ) )
      = ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[165]) ).

thf(200,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_eq_nat @ C @ D )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_421_add__mono) ).

thf(1248,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_eq_nat @ C @ D )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_eq_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[200]) ).

thf(13,axiom,
    ! [A: real] : ( ord_less_eq_real @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_648_real__le__refl) ).

thf(735,plain,
    ! [A: real] : ( ord_less_eq_real @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(153,axiom,
    ! [A: real,B: real,C: real,D: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ D ) )
      = ( plus_plus_real @ ( plus_plus_real @ A @ C ) @ ( plus_plus_real @ B @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_319_comm__semiring__1__class_Onormalizing__semiring__rules_I20_J) ).

thf(1116,plain,
    ! [A: real,B: real,C: real,D: real] :
      ( ( plus_plus_real @ ( plus_plus_real @ A @ B ) @ ( plus_plus_real @ C @ D ) )
      = ( plus_plus_real @ ( plus_plus_real @ A @ C ) @ ( plus_plus_real @ B @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[153]) ).

thf(428,axiom,
    ! [A: int] :
      ( ( power_power_int @ A @ zero_zero_nat )
      = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_291_power__0) ).

thf(1908,plain,
    ! [A: int] :
      ( ( power_power_int @ A @ zero_zero_nat )
      = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[428]) ).

thf(298,axiom,
    ! [A: nat,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ord_less_eq_real @ ( power_power_real @ B @ A ) @ ( power_power_real @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_504_power__mono) ).

thf(1512,plain,
    ! [A: nat,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ord_less_eq_real @ ( power_power_real @ B @ A ) @ ( power_power_real @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[298]) ).

thf(384,axiom,
    ord_less_eq_int @ zero_zero_int @ zero_zero_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_437_Nat__Transfer_Otransfer__nat__int__function__closures_I5_J) ).

thf(1774,plain,
    ord_less_eq_int @ zero_zero_int @ zero_zero_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[384]) ).

thf(372,axiom,
    ! [A: int] :
      ( ( power_power_int @ A @ one_one_nat )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_216_power__one__right) ).

thf(1725,plain,
    ! [A: int] :
      ( ( power_power_int @ A @ one_one_nat )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[372]) ).

thf(212,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ( ord_less_eq_nat @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_635_add__leD2) ).

thf(1280,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ( ord_less_eq_nat @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[212]) ).

thf(197,axiom,
    ! [A: nat,B: nat > $o] :
      ( ~ ( B @ zero_zero_nat )
     => ( ( B @ A )
       => ? [C: nat] :
            ( ( ord_less_eq_nat @ C @ A )
            & ! [D: nat] :
                ( ( ord_less_nat @ D @ C )
               => ~ ( B @ D ) )
            & ( B @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_653_ex__least__nat__le) ).

thf(1229,plain,
    ! [A: nat,B: nat > $o] :
      ( ~ ( B @ zero_zero_nat )
     => ( ( B @ A )
       => ? [C: nat] :
            ( ( ord_less_eq_nat @ C @ A )
            & ! [D: nat] :
                ( ( ord_less_nat @ D @ C )
               => ~ ( B @ D ) )
            & ( B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[197]) ).

thf(546,axiom,
    ord_less_eq_int @ pls @ pls,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_434_rel__simps_I19_J) ).

thf(2233,plain,
    ord_less_eq_int @ pls @ pls,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[546]) ).

thf(62,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ C @ B ) )
      = ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_182_nat__add__right__cancel) ).

thf(865,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ( plus_plus_nat @ A @ B )
        = ( plus_plus_nat @ C @ B ) )
      = ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

thf(286,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ C @ A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_667_order__trans) ).

thf(1480,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( ord_less_eq_real @ C @ A )
       => ( ord_less_eq_real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[286]) ).

thf(584,axiom,
    ! [A: real,B: real] :
      ( ( ord_less_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ord_less_real @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_600_power2__less__imp__less) ).

thf(2334,plain,
    ! [A: real,B: real] :
      ( ( ord_less_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
     => ( ( ord_less_eq_real @ zero_zero_real @ B )
       => ( ord_less_real @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[584]) ).

thf(527,axiom,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( number_number_of_int @ ( plus_plus_int @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_32_plus__numeral__code_I9_J) ).

thf(2186,plain,
    ! [A: int,B: int] :
      ( ( plus_plus_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( number_number_of_int @ ( plus_plus_int @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[527]) ).

thf(316,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_266_zero__less__power) ).

thf(1561,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ B )
     => ( ord_less_nat @ zero_zero_nat @ ( power_power_nat @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[316]) ).

thf(598,axiom,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ A @ A ) )
      = ( ord_less_int @ zero_zero_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_304_zero__less__double__add__iff__zero__less__single__add) ).

thf(2366,plain,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ A @ A ) )
      = ( ord_less_int @ zero_zero_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[598]) ).

thf(215,axiom,
    ! [A: int,B: int] :
      ( ~ ( ord_less_eq_int @ A @ B )
     => ( ord_less_eq_int @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_660_linorder__le__cases) ).

thf(1288,plain,
    ! [A: int,B: int] :
      ( ~ ( ord_less_eq_int @ A @ B )
     => ( ord_less_eq_int @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[215]) ).

thf(476,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_104_zadd__0__right) ).

thf(2040,plain,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[476]) ).

thf(85,axiom,
    ! [A: int] : ( ord_less_eq_int @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_657_order__refl) ).

thf(928,plain,
    ! [A: int] : ( ord_less_eq_int @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[85]) ).

thf(272,axiom,
    ! [A: real] :
      ( ( ord_less_real @ ( sqrt @ A ) @ zero_zero_real )
      = ( ord_less_real @ A @ zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_695_real__sqrt__lt__0__iff) ).

thf(1436,plain,
    ! [A: real] :
      ( ( ord_less_real @ ( sqrt @ A ) @ zero_zero_real )
      = ( ord_less_real @ A @ zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[272]) ).

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

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

thf(533,axiom,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ( power_power_int @ C @ A )
          = ( power_power_int @ C @ B ) )
        = ( A = B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_273_power__inject__exp) ).

thf(2201,plain,
    ! [A: nat,B: nat,C: int] :
      ( ( ord_less_int @ one_one_int @ C )
     => ( ( ( power_power_int @ C @ A )
          = ( power_power_int @ C @ B ) )
        = ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[533]) ).

thf(81,axiom,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_real @ C @ D )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_486_add__less__le__mono) ).

thf(918,plain,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_real @ C @ D )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(396,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_538_add__pos__nonneg) ).

thf(1816,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ zero_zero_int @ B )
     => ( ( ord_less_eq_int @ zero_zero_int @ A )
       => ( ord_less_int @ zero_zero_int @ ( plus_plus_int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[396]) ).

thf(292,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( B = A )
       => ( ord_less_eq_int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_675_xt1_I4_J) ).

thf(1495,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ B @ C )
     => ( ( B = A )
       => ( ord_less_eq_int @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[292]) ).

thf(232,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ord_less_eq_nat @ ( power_power_nat @ B @ A ) @ ( power_power_nat @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_505_power__mono) ).

thf(1335,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_eq_nat @ B @ C )
     => ( ( ord_less_eq_nat @ zero_zero_nat @ B )
       => ( ord_less_eq_nat @ ( power_power_nat @ B @ A ) @ ( power_power_nat @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[232]) ).

thf(489,axiom,
    ( ( power_power_real @ one_one_real @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_6_one__power2) ).

thf(2070,plain,
    ( ( power_power_real @ one_one_real @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) )
    = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[489]) ).

thf(672,axiom,
    ! [A: int,B: int] :
      ( ( ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
        = zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( B = zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_2_sum__power2__eq__zero__iff) ).

thf(2572,plain,
    ! [A: int,B: int] :
      ( ( ( plus_plus_int @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_int @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) )
        = zero_zero_int )
      = ( ( A = zero_zero_int )
        & ( B = zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[672]) ).

thf(173,axiom,
    ( ( semiri132038758t_real @ zero_zero_nat )
    = zero_zero_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_292_of__nat__0) ).

thf(1172,plain,
    ( ( semiri132038758t_real @ zero_zero_nat )
    = zero_zero_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[173]) ).

thf(72,axiom,
    ! [A: nat] :
      ( ( A != zero_zero_nat )
     => ( ord_less_nat @ zero_zero_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_195_gr0I) ).

thf(897,plain,
    ! [A: nat] :
      ( ( A != zero_zero_nat )
     => ( ord_less_nat @ zero_zero_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[72]) ).

thf(262,axiom,
    ! [A: real,B: real] :
      ( ~ ( ord_less_eq_real @ A @ B )
     => ( ord_less_eq_real @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_658_linorder__le__cases) ).

thf(1410,plain,
    ! [A: real,B: real] :
      ( ~ ( ord_less_eq_real @ A @ B )
     => ( ord_less_eq_real @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[262]) ).

thf(26,axiom,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_379_add__strict__mono) ).

thf(767,plain,
    ! [A: nat,B: nat,C: nat,D: nat] :
      ( ( ord_less_nat @ C @ D )
     => ( ( ord_less_nat @ A @ B )
       => ( ord_less_nat @ ( plus_plus_nat @ C @ A ) @ ( plus_plus_nat @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(617,axiom,
    ! [A: int] : ( ord_less_eq_int @ A @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_589_power2__ge__self) ).

thf(2417,plain,
    ! [A: int] : ( ord_less_eq_int @ A @ ( power_power_int @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[617]) ).

thf(497,axiom,
    ! [A: $o,B: $o,C: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ C )
       => ( B = A ) )
     => ( ( ( ord_less_eq_int @ zero_zero_int @ C )
          & B )
        = ( ( ord_less_eq_int @ zero_zero_int @ C )
          & A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_643_conj__le__cong) ).

thf(2091,plain,
    ! [A: $o,B: $o,C: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ C )
       => ( B = A ) )
     => ( ( ( ord_less_eq_int @ zero_zero_int @ C )
          & B )
        = ( ( ord_less_eq_int @ zero_zero_int @ C )
          & A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[497]) ).

thf(612,axiom,
    ! [A: int,B: int,C: real] :
      ( ( plus_plus_real @ ( number267125858f_real @ A ) @ ( plus_plus_real @ ( number267125858f_real @ B ) @ C ) )
      = ( plus_plus_real @ ( number267125858f_real @ ( plus_plus_int @ A @ B ) ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_121_add__number__of__left) ).

thf(2404,plain,
    ! [A: int,B: int,C: real] :
      ( ( plus_plus_real @ ( number267125858f_real @ A ) @ ( plus_plus_real @ ( number267125858f_real @ B ) @ C ) )
      = ( plus_plus_real @ ( number267125858f_real @ ( plus_plus_int @ A @ B ) ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[612]) ).

thf(541,axiom,
    ( ( semiri1621563631at_int @ one_one_nat )
    = one_one_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_249_of__nat__1) ).

thf(2223,plain,
    ( ( semiri1621563631at_int @ one_one_nat )
    = one_one_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[541]) ).

thf(97,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( B = A )
       => ( ord_less_eq_real @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_673_xt1_I4_J) ).

thf(960,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_eq_real @ B @ C )
     => ( ( B = A )
       => ( ord_less_eq_real @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

thf(237,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_238_less__imp__of__nat__less) ).

thf(1346,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ A @ B )
     => ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[237]) ).

thf(485,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
     => ( ord_less_int @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_374_add__less__imp__less__left) ).

thf(2063,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
     => ( ord_less_int @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[485]) ).

thf(645,axiom,
    ! [A: nat] : ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( power_power_int @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_149_of__nat__less__two__power) ).

thf(2502,plain,
    ! [A: nat] : ( ord_less_int @ ( semiri1621563631at_int @ A ) @ ( power_power_int @ ( number_number_of_int @ ( bit0 @ ( bit1 @ pls ) ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[645]) ).

thf(640,axiom,
    ! [A: int] :
      ( ( one_one_int = A )
      = ( A = one_one_int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_348_one__reorient) ).

thf(2485,plain,
    ! [A: int] :
      ( ( one_one_int = A )
      = ( A = one_one_int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[640]) ).

thf(242,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ zero_zero_real @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_542_add__strict__increasing) ).

thf(1357,plain,
    ! [A: real,B: real,C: real] :
      ( ( ord_less_real @ zero_zero_real @ C )
     => ( ( ord_less_eq_real @ A @ B )
       => ( ord_less_real @ A @ ( plus_plus_real @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[242]) ).

thf(46,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_int @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_31_less__number__of__int__code) ).

thf(822,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ord_less_int @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(57,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
      = ( ? [C: nat] :
            ( B
            = ( plus_plus_nat @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_629_le__iff__add) ).

thf(850,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_eq_nat @ A @ B )
      = ( ? [C: nat] :
            ( B
            = ( plus_plus_nat @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(64,axiom,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ B )
        = one_one_nat )
      = ( ( A = one_one_nat )
        | ( B = zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_299_exp__eq__1) ).

thf(871,plain,
    ! [A: nat,B: nat] :
      ( ( ( power_power_nat @ A @ B )
        = one_one_nat )
      = ( ( A = one_one_nat )
        | ( B = zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

thf(600,axiom,
    ! [A: int] :
      ( ( zero_zero_nat
        = ( number_number_of_nat @ A ) )
      = ( ord_less_eq_int @ A @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_557_eq__0__number__of) ).

thf(2372,plain,
    ! [A: int] :
      ( ( zero_zero_nat
        = ( number_number_of_nat @ A ) )
      = ( ord_less_eq_int @ A @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[600]) ).

thf(435,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ B @ zero_zero_int )
     => ( ( ord_less_eq_int @ A @ zero_zero_int )
       => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_550_add__neg__nonpos) ).

thf(1930,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ B @ zero_zero_int )
     => ( ( ord_less_eq_int @ A @ zero_zero_int )
       => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ zero_zero_int ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[435]) ).

thf(592,axiom,
    ! [A: real,B: real] : ( ord_less_eq_real @ zero_zero_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_603_sum__power2__ge__zero) ).

thf(2353,plain,
    ! [A: real,B: real] : ( ord_less_eq_real @ zero_zero_real @ ( plus_plus_real @ ( power_power_real @ A @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) @ ( power_power_real @ B @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[592]) ).

thf(53,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
      = ( ord_less_nat @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_391_add__less__cancel__right) ).

thf(839,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ ( plus_plus_nat @ C @ B ) )
      = ( ord_less_nat @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(10,axiom,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_real @ C @ D )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_378_add__strict__mono) ).

thf(728,plain,
    ! [A: real,B: real,C: real,D: real] :
      ( ( ord_less_real @ C @ D )
     => ( ( ord_less_real @ A @ B )
       => ( ord_less_real @ ( plus_plus_real @ C @ A ) @ ( plus_plus_real @ D @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(15,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ one_one_nat @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ one_one_nat @ ( power_power_nat @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_158_one__less__power) ).

thf(740,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_nat @ one_one_nat @ B )
     => ( ( ord_less_nat @ zero_zero_nat @ A )
       => ( ord_less_nat @ one_one_nat @ ( power_power_nat @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(401,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ A @ C ) )
      = ( B = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_327_add__left__cancel) ).

thf(1829,plain,
    ! [A: int,B: int,C: int] :
      ( ( ( plus_plus_int @ A @ B )
        = ( plus_plus_int @ A @ C ) )
      = ( B = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[401]) ).

thf(452,axiom,
    ( ( number_number_of_int @ pls )
    = zero_zero_int ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_106_semiring__numeral__0__eq__0) ).

thf(1977,plain,
    ( ( number_number_of_int @ pls )
    = zero_zero_int ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[452]) ).

thf(622,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ B )
     => ( ord_less_eq_int @ ( plus_plus_int @ A @ one_one_int ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_572_zless__imp__add1__zle) ).

thf(2430,plain,
    ! [A: int,B: int] :
      ( ( ord_less_int @ A @ B )
     => ( ord_less_eq_int @ ( plus_plus_int @ A @ one_one_int ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[622]) ).

thf(208,axiom,
    ! [A: nat,B: nat] :
      ~ ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_175_not__add__less2) ).

thf(1268,plain,
    ! [A: nat,B: nat] :
      ~ ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[208]) ).

thf(76,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ( ord_less_nat @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_193_add__lessD1) ).

thf(908,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ ( plus_plus_nat @ A @ B ) @ C )
     => ( ord_less_nat @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(109,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ C @ B ) )
      = ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_322_add__right__cancel) ).

thf(992,plain,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ C @ B ) )
      = ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(561,axiom,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ A )
     => ? [B: nat] :
          ( ( ord_less_nat @ zero_zero_nat @ B )
          & ( A
            = ( semiri1621563631at_int @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_297_zero__less__imp__eq__int) ).

thf(2270,plain,
    ! [A: int] :
      ( ( ord_less_int @ zero_zero_int @ A )
     => ? [B: nat] :
          ( ( ord_less_nat @ zero_zero_nat @ B )
          & ( A
            = ( semiri1621563631at_int @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[561]) ).

thf(334,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) )
      = ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_338_comm__semiring__1__class_Onormalizing__semiring__rules_I25_J) ).

thf(1621,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( plus_plus_nat @ A @ ( plus_plus_nat @ B @ C ) )
      = ( plus_plus_nat @ ( plus_plus_nat @ A @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[334]) ).

thf(231,axiom,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ C @ B ) )
     => ( A = C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_310_add__right__imp__eq) ).

thf(1331,plain,
    ! [A: real,B: real,C: real] :
      ( ( ( plus_plus_real @ A @ B )
        = ( plus_plus_real @ C @ B ) )
     => ( A = C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[231]) ).

thf(704,axiom,
    ~ ( ord_less_int @ pls @ pls ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_48_rel__simps_I2_J) ).

thf(2672,plain,
    ~ ( ord_less_int @ pls @ pls ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[704]) ).

thf(40,axiom,
    ! [A: nat] :
      ( ( ord_less_real @ zero_zero_real @ ( semiri132038758t_real @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_156_of__nat__0__less__iff) ).

thf(803,plain,
    ! [A: nat] :
      ( ( ord_less_real @ zero_zero_real @ ( semiri132038758t_real @ A ) )
      = ( ord_less_nat @ zero_zero_nat @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(441,axiom,
    ord_less_int @ zero_zero_int @ one_one_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_81_int__0__less__1) ).

thf(1945,plain,
    ord_less_int @ zero_zero_int @ one_one_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[441]) ).

thf(535,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ ( plus_plus_int @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_51_zadd__strict__right__mono) ).

thf(2206,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_int @ B @ C )
     => ( ord_less_int @ ( plus_plus_int @ B @ A ) @ ( plus_plus_int @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[535]) ).

thf(500,axiom,
    ! [A: $o,B: $o,C: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ C )
       => ( B = A ) )
     => ( ( ( ord_less_eq_int @ zero_zero_int @ C )
         => B )
        = ( ( ord_less_eq_int @ zero_zero_int @ C )
         => A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_644_imp__le__cong) ).

thf(2106,plain,
    ! [A: $o,B: $o,C: int] :
      ( ( ( ord_less_eq_int @ zero_zero_int @ C )
       => ( B = A ) )
     => ( ( ( ord_less_eq_int @ zero_zero_int @ C )
         => B )
        = ( ( ord_less_eq_int @ zero_zero_int @ C )
         => A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[500]) ).

thf(136,axiom,
    ! [A: real] :
      ( ( ( plus_plus_real @ A @ A )
        = zero_zero_real )
      = ( A = zero_zero_real ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_90_double__eq__0__iff) ).

thf(1069,plain,
    ! [A: real] :
      ( ( ( plus_plus_real @ A @ A )
        = zero_zero_real )
      = ( A = zero_zero_real ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[136]) ).

thf(3,axiom,
    ! [A: $o] :
      ( ( A = $true )
      | ( A = $false ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_If_3_1_If_000tc__Nat__Onat_T) ).

thf(708,plain,
    $true,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(101,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) )
     => ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_241_of__nat__less__imp__less) ).

thf(972,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) )
     => ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(345,axiom,
    ! [A: nat,B: nat] :
      ( ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_235_of__nat__less__iff) ).

thf(1653,plain,
    ! [A: nat,B: nat] :
      ( ( ord_less_real @ ( semiri132038758t_real @ A ) @ ( semiri132038758t_real @ B ) )
      = ( ord_less_nat @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[345]) ).

thf(90,axiom,
    ! [A: real] :
      ( ( power_power_real @ A @ zero_zero_nat )
      = one_one_real ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_300_comm__semiring__1__class_Onormalizing__semiring__rules_I32_J) ).

thf(940,plain,
    ! [A: real] :
      ( ( power_power_real @ A @ zero_zero_nat )
      = one_one_real ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(354,axiom,
    ord_less_int @ zero_zero_int @ one_one_int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_264_zero__less__one) ).

thf(1681,plain,
    ord_less_int @ zero_zero_int @ one_one_int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[354]) ).

thf(491,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
      = ( ord_less_eq_int @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_413_add__le__cancel__left) ).

thf(2074,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ A @ C ) )
      = ( ord_less_eq_int @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[491]) ).

thf(408,axiom,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_360_add__0__right) ).

thf(1848,plain,
    ! [A: int] :
      ( ( plus_plus_int @ A @ zero_zero_int )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[408]) ).

thf(483,axiom,
    ord_less_nat @ zero_zero_nat @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_296_pos2) ).

thf(2059,plain,
    ord_less_nat @ zero_zero_nat @ ( number_number_of_nat @ ( bit0 @ ( bit1 @ pls ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[483]) ).

thf(625,axiom,
    ! [A: int] :
      ( ( ord_less_int @ one_one_int @ ( number_number_of_int @ A ) )
      = ( ord_less_int @ ( bit1 @ pls ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_86_less__special_I2_J) ).

thf(2438,plain,
    ! [A: int] :
      ( ( ord_less_int @ one_one_int @ ( number_number_of_int @ A ) )
      = ( ord_less_int @ ( bit1 @ pls ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[625]) ).

thf(125,axiom,
    ! [A: int,B: int] :
      ( ( A != B )
     => ( ~ ( ord_less_int @ A @ B )
       => ( ord_less_int @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_209_linorder__neqE__linordered__idom) ).

thf(1037,plain,
    ! [A: int,B: int] :
      ( ( A != B )
     => ( ~ ( ord_less_int @ A @ B )
       => ( ord_less_int @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[125]) ).

thf(571,axiom,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_524_Nat__Transfer_Otransfer__nat__int__function__closures_I9_J) ).

thf(2297,plain,
    ! [A: nat] : ( ord_less_eq_int @ zero_zero_int @ ( semiri1621563631at_int @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[571]) ).

thf(382,axiom,
    ! [A: int] :
      ( ( ord_less_int @ pls @ ( bit1 @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_559_rel__simps_I5_J) ).

thf(1769,plain,
    ! [A: int] :
      ( ( ord_less_int @ pls @ ( bit1 @ A ) )
      = ( ord_less_eq_int @ pls @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[382]) ).

thf(431,axiom,
    ! [A: int] :
      ( ( ord_less_real @ one_one_real @ ( number267125858f_real @ A ) )
      = ( ord_less_int @ ( bit1 @ pls ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_87_less__special_I2_J) ).

thf(1917,plain,
    ! [A: int] :
      ( ( ord_less_real @ one_one_real @ ( number267125858f_real @ A ) )
      = ( ord_less_int @ ( bit1 @ pls ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[431]) ).

thf(529,axiom,
    ( ( number_number_of_nat @ pls )
    = zero_zero_nat ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_107_semiring__numeral__0__eq__0) ).

thf(2191,plain,
    ( ( number_number_of_nat @ pls )
    = zero_zero_nat ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[529]) ).

thf(186,axiom,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_543_add__strict__increasing) ).

thf(1204,plain,
    ! [A: nat,B: nat,C: nat] :
      ( ( ord_less_nat @ zero_zero_nat @ C )
     => ( ( ord_less_eq_nat @ A @ B )
       => ( ord_less_nat @ A @ ( plus_plus_nat @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[186]) ).

thf(277,axiom,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ~ ( ord_less_int @ ( number_number_of_int @ B ) @ ( number_number_of_int @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_500_le__number__of__eq__not__less) ).

thf(1449,plain,
    ! [A: int,B: int] :
      ( ( ord_less_eq_int @ ( number_number_of_int @ A ) @ ( number_number_of_int @ B ) )
      = ( ~ ( ord_less_int @ ( number_number_of_int @ B ) @ ( number_number_of_int @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[277]) ).

thf(68,axiom,
    ! [A: nat] :
      ( ( ( A = zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ A )
          = one_one_nat ) )
      & ( ( A != zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ A )
          = zero_zero_nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_161_power__0__left) ).

thf(882,plain,
    ! [A: nat] :
      ( ( ( A = zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ A )
          = one_one_nat ) )
      & ( ( A != zero_zero_nat )
       => ( ( power_power_nat @ zero_zero_nat @ A )
          = zero_zero_nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

thf(524,axiom,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
      = ( ord_less_eq_int @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_410_add__le__cancel__right) ).

thf(2177,plain,
    ! [A: int,B: int,C: int] :
      ( ( ord_less_eq_int @ ( plus_plus_int @ A @ B ) @ ( plus_plus_int @ C @ B ) )
      = ( ord_less_eq_int @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[524]) ).

thf(699,axiom,
    ( zero_zero_nat
    = ( number_number_of_nat @ pls ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_42_semiring__norm_I113_J) ).

thf(2655,plain,
    ( zero_zero_nat
    = ( number_number_of_nat @ pls ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[699]) ).

thf(2674,plain,
    $false,
    inference(e,[status(thm)],[892,809,1337,1168,2072,2263,2412,1031,2463,2595,777,2280,1369,1823,1190,2336,2131,1454,2427,1083,1982,1818,1295,977,1211,762,1005,2231,2644,1808,1618,2527,1728,1142,2380,1692,861,2363,2077,2117,1406,730,1290,1569,1939,1544,2014,1971,1793,1533,2195,1137,1310,2035,2448,2141,1327,1063,930,2575,1078,1788,1164,1999,797,2476,1260,1761,1342,747,913,1196,2046,709,1645,1359,1601,2082,1366,2516,1529,2531,1482,1887,829,1095,2432,1914,1391,1576,782,1441,1709,2328,1298,1871,1323,1826,1313,2488,1832,2466,2667,719,2339,785,1264,2217,2274,751,1922,853,2049,1609,1398,2158,1100,2169,1514,1319,1704,1890,2388,2533,2007,1415,1946,756,2027,789,1811,1911,2650,1151,2540,806,966,1183,905,1040,1632,2469,1418,2236,1682,834,1020,2254,1377,2618,1215,1896,1447,1072,2002,2103,1201,1521,1119,2424,774,1526,2137,2242,988,2286,2639,1104,1242,1696,2586,1863,1651,2011,1206,920,2204,925,1306,1470,2641,1074,1604,1736,2621,2660,1868,1047,1057,2589,2409,910,825,2249,1519,1255,1123,1174,2147,1502,1666,2396,1274,2441,957,894,1355,2277,2032,815,2445,1837,1920,1178,1159,1656,2211,2228,842,1968,879,2068,1624,1128,2547,2344,1573,974,1350,1541,2100,1017,980,1672,2631,1719,1755,2268,1592,742,874,2115,1851,1772,2377,948,2359,1121,1111,1227,1856,725,1028,1361,2561,1461,2419,2080,1842,1937,2349,2038,2085,2317,1942,1659,1424,2455,1791,2172,1612,2472,985,2536,1266,1131,1974,2243,1984,1002,1874,1429,1715,1393,1627,2504,1114,1776,997,1456,1382,2355,1192,1932,2581,1060,2052,2482,1979,779,1779,2208,2043,1695,1563,1035,2402,1663,2189,2529,2634,1434,1814,938,765,1712,1054,794,1996,2121,1278,1648,1510,2292,2391,2556,2149,2570,1548,856,745,2602,1374,2524,2260,1301,1595,1154,1007,1615,1125,2657,1752,1929,2016,1388,1403,1701,1965,1488,2134,2225,732,1884,936,2220,1707,787,1865,1635,1090,1258,1464,1224,1675,2193,1669,1271,2308,1371,2055,1092,2510,1194,1209,900,1282,1806,1524,2257,737,1043,2065,2361,2311,2538,1853,2214,2383,2624,2415,2493,2637,2422,2246,1492,2299,1722,2669,1571,1439,1877,858,2314,1993,848,1325,964,915,2461,1820,890,2180,2025,1080,1339,2605,769,2542,2647,943,1022,1293,2553,932,1952,2578,1688,912,983,1198,2350,1699,2139,2288,2022,1102,922,2506,1213,827,2550,1245,1066,1445,868,2369,1015,1000,1775,2592,1364,1250,2005,2239,1758,944,1467,2652,1905,1134,812,1990,1340,754,1049,2054,722,1948,2124,2234,1081,749,1145,2564,2597,1958,968,1181,836,1551,712,1598,1961,1025,954,2518,2175,1531,1845,2513,2567,705,2375,1156,1225,2060,1400,1566,2143,2407,2386,1499,1987,1452,791,1763,1901,2322,1579,1432,2165,1188,1186,1538,951,2545,2599,1285,1218,1934,2500,1766,1898,2558,1536,1221,1504,1140,2584,991,1353,2357,1955,2145,1485,2320,1052,1506,1749,1427,1717,2030,2266,876,2435,1421,1839,2458,1316,2479,2088,1459,1685,1553,1834,903,1517,1781,2490,771,1108,2347,1412,2325,759,1010,2305,2342,844,2226,2443,1253,1385,2167,2283,1639,1903,1629,2608,2394,2290,2251,995,2152,2009,1491,1689,2399,2330,2066,2162,2183,1607,2120,832,2623,2019,1308,2198,1893,2294,716,1161,800,1348,1642,2302,1678,2155,1097,1546,1395,818,2522,1380,1303,1148,1248,735,1116,1908,1512,1774,1725,1280,1229,2233,865,1480,2334,2186,1561,2366,1288,2040,928,1436,1859,2201,918,1816,1495,1335,2070,2572,1172,897,1410,767,2417,2091,2404,2223,960,1346,2063,2502,2485,1357,822,850,871,2372,1930,2353,839,728,740,1829,1977,2430,1268,908,992,2270,1621,1331,2672,803,1945,2206,2106,1069,708,972,1653,940,1681,2074,1848,2059,2438,1037,2297,1769,1917,2191,1204,1449,882,2177,2655]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM925^2 : TPTP v8.1.2. Released v5.3.0.
% 0.12/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.35  % Computer : n008.cluster.edu
% 0.16/0.35  % Model    : x86_64 x86_64
% 0.16/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.35  % Memory   : 8042.1875MB
% 0.16/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.35  % CPULimit : 300
% 0.16/0.35  % WCLimit  : 300
% 0.16/0.35  % DateTime : Mon May  6 12:30:24 EDT 2024
% 0.16/0.36  % CPUTime  : 
% 1.01/0.88  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.67/1.16  % [INFO] 	 Parsing done (279ms). 
% 2.10/1.17  % [INFO] 	 Running in sequential loop mode. 
% 2.65/1.38  % [INFO] 	 eprover registered as external prover. 
% 2.65/1.39  % [INFO] 	 cvc4 registered as external prover. 
% 2.65/1.39  % [INFO] 	 Scanning for conjecture ... 
% 3.15/1.49  % [INFO] 	 Found a conjecture and 702 axioms. Running axiom selection ... 
% 3.34/1.61  % [INFO] 	 Axiom selection finished. Selected 702 axioms (removed 0 axioms). 
% 4.41/1.80  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 4.49/1.82  % [INFO] 	 Type checking passed. 
% 4.49/1.82  % [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 ... 
% 11.93/3.54  % External prover 'e' found a proof!
% 11.93/3.54  % [INFO] 	 Killing All external provers ... 
% 11.93/3.55  % Time passed: 3028ms (effective reasoning time: 2369ms)
% 11.93/3.55  % 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)>
% 11.93/3.55  % Axioms used in derivation (702): fact_686_order__antisym__conv, fact_3_sum__power2__eq__zero__iff, fact_529_zle__iff__zadd, fact_548_add__neg__nonpos, fact_541_add__nonneg__pos, fact_475_add__nonneg__eq__0__iff, fact_97_Bit0__Pls, help_If_3_1_If_000tc__Nat__Onat_T, fact_271_power__inject__exp, fact_527_zero__zle__int, fact_467_zero__le__double__add__iff__zero__le__single__add, fact_482_add__increasing2, fact_2_sum__power2__eq__zero__iff, fact_261_not__one__less__zero, fact_288_of__nat__less__0__iff, fact_336_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J, fact_454_power__decreasing, fact_159_one__less__power, fact_48_rel__simps_I2_J, fact_665_xt1_I5_J, fact_21_quartic__square__square, fact_184_linorder__neqE__nat, fact_366_comm__semiring__1__class_Onormalizing__semiring__rules_I5_J, fact_236_of__nat__less__iff, fact_440_zle__trans, fact_651_real__le__antisym, fact_615_less__or__eq__imp__le, fact_345_comm__semiring__1__class_Onormalizing__semiring__rules_I24_J, fact_63_even__less__0__iff, fact_327_add__left__cancel, fact_372_add__less__imp__less__left, fact_29_n0, fact_378_add__strict__mono, fact_305_double__add__less__zero__iff__single__add__less__zero, fact_270_less__add__one, fact_24_power__0__left__number__of, fact_422_add__mono, fact_582_number__of__succ, fact_110_number__of__Pls, fact_453_le__special_I3_J, fact_381_add__strict__left__mono, fact_660_linorder__le__cases, fact_439_zle__linear, fact_419_add__left__mono, fact_313_add__imp__eq, fact_176_number__of__is__id, fact_497_zero__le__one, fact_588_Nat__Transfer_Otransfer__nat__int__function__closures_I7_J, fact_391_add__less__cancel__right, fact_103_Bit0__def, fact_640_zle__int, fact_557_eq__0__number__of, fact_4_one__power2, fact_65_zadd__assoc, fact_692_mult__Bit1, fact_208_linorder__neqE__linordered__idom, fact_506_power__mono, fact_255_Nat__Transfer_Otransfer__int__nat__functions_I4_J, fact_172_real__zero__not__eq__one, fact_511_zero__le__imp__of__nat, fact_116_add__numeral__0__right, fact_446_of__nat__le__iff, fact_519_rel__simps_I21_J, fact_500_le__number__of__eq__not__less, fact_280_power__strict__increasing, fact_349_add__0__iff, fact_357_comm__semiring__1__class_Onormalizing__semiring__rules_I6_J, fact_292_of__nat__0, fact_41_nat__number__of__Pls, fact_626_real__less__def, fact_697_real__sqrt__lt__1__iff, fact_407_nat__1__add__number__of, fact_635_add__leD2, fact_466_le__special_I4_J, fact_129_odd__nonzero, fact_350_add__0__iff, fact_61_rel__simps_I51_J, fact_30_zless__linear, fact_368_comm__semiring__1__class_Onormalizing__semiring__rules_I5_J, fact_238_less__imp__of__nat__less, fact_447_zless__le, fact_659_linorder__le__cases, fact_173_less__not__refl, fact_32_plus__numeral__code_I9_J, fact_437_Nat__Transfer_Otransfer__nat__int__function__closures_I5_J, fact_485_add__nonpos__nonpos, fact_413_add__le__cancel__left, fact_622_eq__imp__le, fact_293_of__nat__0, fact_550_add__neg__nonpos, fact_36_zpower__int, fact_525_transfer__int__nat__quantifiers_I2_J, fact_522_Nat__Transfer_Otransfer__nat__int__function__closures_I1_J, fact_682_ord__eq__le__trans, fact_425_add__le__imp__le__right, fact_79_bin__less__0__simps_I1_J, fact_394_comm__semiring__1__class_Onormalizing__semiring__rules_I33_J, fact_279_power__less__imp__less__exp, fact_341_comm__semiring__1__class_Onormalizing__semiring__rules_I22_J, fact_559_rel__simps_I5_J, fact_83_int__less__0__conv, fact_39_zadd__int, fact_389_add__less__cancel__left, fact_514_of__nat__0__le__iff, fact_272_power__inject__exp, fact_360_add__0__right, fact_655_order__refl, fact_387_add__less__cancel__left, fact_169_int__gr__induct, fact_526_transfer__int__nat__quantifiers_I1_J, fact_132_number__of__int, fact_433_rel__simps_I34_J, fact_15_add__special_I3_J, fact_471_add__nonneg__nonneg, fact_145_semiring__numeral__1__eq__1, fact_157_one__less__power, fact_375_add__less__imp__less__right, fact_111_semiring__norm_I112_J, fact_457_power__increasing__iff, fact_256_pos__add__strict, fact_140_not__sum__power2__lt__zero, fact_78_bin__less__0__simps_I4_J, fact_689_real__lbound__gt__zero, fact_595_power2__eq__imp__eq, fact_213_plus__nat_Oadd__0, fact_459_power__increasing__iff, fact_40_int__1, fact_179_nat__add__left__commute, fact_540_add__nonneg__pos, fact_251_of__nat__power, fact_584_add__Bit1__Bit1, fact_532_semiring__1__add__number__of, fact_542_add__strict__increasing, fact_632_trans__le__add2, fact_171_less__zeroE, fact_481_add__increasing2, fact_22_power__0__left__number__of, fact_365_add__0, fact_182_nat__add__right__cancel, fact_480_add__increasing2, fact_181_nat__add__left__cancel, fact_361_double__zero__sym, fact_487_add__less__le__mono, fact_673_xt1_I4_J, fact_352_add_Ocomm__neutral, fact_631_trans__le__add1, fact_281_power__strict__increasing, fact_505_power__mono, fact_656_order__refl, fact_14_add__special_I3_J, fact_88_odd__less__0, fact_52_add__nat__number__of, fact_100_add__Pls__right, fact_198_less__nat__zero__code, fact_204_Nat__Transfer_Otransfer__int__nat__relations_I2_J, fact_606_sum__power2__le__zero__iff, fact_183_nat__add__left__cancel__less, fact_544_add__strict__increasing, fact_217_of__nat__eq__iff, fact_6_one__power2, fact_504_power__mono, fact_524_Nat__Transfer_Otransfer__nat__int__function__closures_I9_J, fact_11_zero__eq__power2, fact_331_ab__semigroup__add__class_Oadd__ac_I1_J, fact_189_trans__less__add2, fact_611_nonneg__int__cases, fact_443_le__number__of, fact_20_semiring__one__add__one__is__two, fact_649_real__le__linear, fact_658_linorder__le__cases, fact_237_of__nat__less__iff, fact_594_power2__le__imp__le, fact_344_comm__semiring__1__class_Onormalizing__semiring__rules_I24_J, fact_398_add__neg__neg, fact_158_one__less__power, fact_71_less__special_I1_J, fact_444_of__nat__le__iff, fact_54_nat__numeral__1__eq__1, fact_175_not__add__less2, fact_25_semiring__norm_I110_J, fact_530_semiring__1__add__number__of, fact_465_le__special_I4_J, fact_552_add__nonpos__neg, fact_214_power__one__right, fact_508_one__le__power, fact_432_less__eq__int__code_I16_J, fact_614_le__0__eq, fact_364_add__0, fact_112_semiring__norm_I112_J, fact_99_int__0__neq__1, fact_515_of__nat__0__le__iff, fact_358_add__0__right, fact_556_power__less__imp__less__base, fact_72_less__special_I1_J, fact_125_number__of__add, fact_371_add__0__left, fact_343_comm__semiring__1__class_Onormalizing__semiring__rules_I24_J, fact_106_semiring__numeral__0__eq__0, fact_605_sum__power2__le__zero__iff, fact_647_mono__nat__linear__lb, fact_617_less__imp__le__nat, fact_177_nat__neq__iff, fact_311_add__right__imp__eq, fact_285_power__eq__0__iff, fact_563_rel__simps_I33_J, fact_239_less__imp__of__nat__less, fact_576_power__eq__imp__eq__base, fact_351_add__0__iff, fact_318_add__left__imp__eq, fact_567_succ__Pls, fact_685_order__antisym__conv, fact_405_tpos, fact_316_add__left__imp__eq, fact_221_int__if__cong, fact_113_add__numeral__0, fact_321_comm__semiring__1__class_Onormalizing__semiring__rules_I20_J, fact_531_semiring__1__add__number__of, fact_690_real__sqrt__sum__squares__ge__zero, fact_135_power2__less__0, fact_174_not__add__less1, fact_252_of__nat__power, fact_396_nat__power__eq__0__iff, fact_282_power__strict__increasing, fact_624_le__antisym, fact_499_le__number__of__eq__not__less, fact_646_nonneg__eq__int, fact_49_less__int__code_I13_J, fact_411_add__le__cancel__left, fact_190_add__less__mono1, fact_456_power__decreasing, fact_150_of__nat__less__two__power, fact_266_zero__less__power, fact_287_of__nat__less__0__iff, fact_161_power__0__left, fact_558_eq__number__of__0, fact_8_zero__power2, fact_246_of__nat__add, fact_546_add__strict__increasing2, fact_406_nat__number__of__add__1, fact_206_zless__int, fact_356_comm__semiring__1__class_Onormalizing__semiring__rules_I6_J, fact_579_semiring__add__number__of, fact_93_rel__simps_I50_J, fact_94_rel__simps_I49_J, fact_242_of__nat__less__imp__less, fact_117_power__eq__0__iff__number__of, fact_247_of__nat__1, fact_62_rel__simps_I48_J, fact_66_zadd__left__commute, fact_452_le__special_I3_J, fact_283_power__eq__0__iff, fact_486_add__less__le__mono, fact_426_add__le__imp__le__left, fact_441_zle__antisym, fact_613_less__eq__nat_Osimps_I1_J, fact_561_rel__simps_I15_J, fact_226_one__neq__zero, fact_693_real__sqrt__gt__zero, fact_538_add__pos__nonneg, fact_1_t1, fact_449_less__eq__number__of__int__code, fact_235_of__nat__less__iff, fact_399_add__neg__neg, fact_180_nat__add__assoc, fact_134_zero__less__power2, fact_89_double__eq__0__iff, fact_612_le0, fact_223_zero__less__int__conv, fact_670_order__antisym, fact_118_power__eq__0__iff__number__of, fact_230_field__power__not__zero, fact_96_rel__simps_I38_J, fact_303_zero__less__double__add__iff__zero__less__single__add, fact_53_one__is__num__one, fact_608_number__of1, fact_460_power__le__imp__le__exp, fact_56_eq__number__of, fact_652_int__ge__induct, fact_551_add__nonpos__neg, fact_385_add__strict__right__mono, fact_580_Nat__Transfer_Otransfer__nat__int__function__closures_I8_J, fact_680_xt1_I3_J, fact_5_one__power2, fact_337_comm__semiring__1__class_Onormalizing__semiring__rules_I25_J, fact_586_power__strict__mono, fact_593_power2__le__imp__le, fact_323_add__right__cancel, fact_639_Nat__Transfer_Otransfer__int__nat__relations_I3_J, fact_148_mn, fact_147_semiring__numeral__1__eq__1, fact_120_add__number__of__left, fact_154_of__nat__0__less__iff, fact_678_ord__le__eq__trans, fact_59_number__of__reorient, fact_332_ab__semigroup__add__class_Oadd__ac_I1_J, fact_216_power__one__right, fact_102_add__Bit0__Bit0, fact_578_semiring__add__number__of, fact_616_le__neq__implies__less, fact_67_zadd__commute, fact_114_add__numeral__0, fact_599_of__nat__number__of__lemma, fact_562_less__int__code_I14_J, fact_461_power__le__imp__le__exp, fact_82_zless__add1__eq, fact_196_gr__implies__not0, fact_520_rel__simps_I27_J, fact_295_transfer__int__nat__numerals_I1_J, fact_630_nat__add__left__cancel__le, fact_263_zero__less__one, fact_91_rel__simps_I46_J, fact_153_realpow__two__sum__zero__iff, fact_545_add__strict__increasing2, fact_37_int__power, fact_684_ord__eq__le__trans, fact_225_one__neq__zero, fact_307_zero__reorient, fact_377_add__less__imp__less__right, fact_291_power__0, fact_31_less__number__of__int__code, fact_400_add__pos__pos, fact_149_of__nat__less__two__power, fact_695_real__sqrt__lt__0__iff, fact_625_less__eq__real__def, fact_623_le__trans, fact_664_xt1_I5_J, fact_192_less__add__eq__less, fact_12_add__special_I2_J, fact_18_semiring__one__add__one__is__two, fact_81_int__0__less__1, fact_600_power2__less__imp__less, fact_23_power__0__left__number__of, fact_668_order__trans, fact_163_power__strict__decreasing, fact_392_add__less__cancel__right, fact_328_comm__semiring__1__class_Onormalizing__semiring__rules_I23_J, fact_386_add__strict__right__mono, fact_304_zero__less__double__add__iff__zero__less__single__add, fact_259_not__one__less__zero, fact_543_add__strict__increasing, fact_681_xt1_I3_J, fact_45_nat__1__add__1, fact_128_Bit1__def, fact_536_add__pos__nonneg, fact_666_xt1_I5_J, fact_382_add__strict__left__mono, fact_648_real__le__refl, fact_73_rel__simps_I12_J, fact_414_add__right__mono, fact_123_add__number__of__eq, fact_492_not__one__le__zero, fact_501_zero__le__power, fact_535_semiring__number__of__add__1, fact_442_le__number__of, fact_598_of__nat__number__of__lemma, fact_289_power__0, fact_265_zero__less__power, fact_609_number__of2, fact_592_power2__le__imp__le, fact_369_add__0__left, fact_509_one__le__power, fact_92_rel__simps_I39_J, fact_373_add__less__imp__less__left, fact_517_rel__simps_I32_J, fact_105_zadd__0, fact_472_add__nonneg__nonneg, fact_521_Nat__Transfer_Otransfer__nat__int__function__closures_I6_J, fact_126_add__Bit1__Bit0, fact_571_add1__zle__eq, fact_90_double__eq__0__iff, fact_698_real__sqrt__gt__1__iff, fact_200_add__gr__0, fact_38_zadd__int__left, fact_638_real__add__left__mono, fact_644_imp__le__cong, fact_489_add__le__less__mono, fact_264_zero__less__one, fact_334_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J, fact_233_power__one, fact_428_add__le__imp__le__left, fact_108_semiring__numeral__0__eq__0, fact_121_add__number__of__left, fact_463_le__special_I2_J, fact_202_not__less0, fact_338_comm__semiring__1__class_Onormalizing__semiring__rules_I25_J, fact_322_add__right__cancel, fact_621_nat__le__linear, fact_227_zero__neq__one, fact_654_less__mono__imp__le__mono, fact_362_double__zero__sym, fact_119_power__eq__0__iff__number__of, fact_87_less__special_I2_J, fact_359_add__0__right, fact_28_numeral__1__eq__1, fact_379_add__strict__mono, fact_229_zero__neq__one, fact_418_add__left__mono, fact_510_zero__le__imp__of__nat, fact_101_add__Pls, fact_205_zero__less__power__nat__eq__number__of, fact_367_comm__semiring__1__class_Onormalizing__semiring__rules_I5_J, fact_683_ord__eq__le__trans, fact_618_le__eq__less__or__eq, fact_455_power__decreasing, fact_55_Numeral1__eq1__nat, fact_408_add__le__cancel__right, fact_429_power__increasing, fact_569_succ__Bit1, fact_553_add__nonpos__neg, fact_195_gr0I, fact_95_rel__simps_I44_J, fact_232_power__one, fact_523_zadd__zless__mono, fact_19_semiring__one__add__one__is__two, fact_35_zero__is__num__zero, fact_445_of__nat__le__iff, fact_636_add__leD1, fact_7_zero__power2, fact_607_int__pos__lt__two__imp__zero__or__one, fact_581_le__imp__0__less, fact_253_transfer__int__nat__numerals_I2_J, fact_688_order__eq__refl, fact_417_add__left__mono, fact_315_add__imp__eq, fact_257_pos__add__strict, fact_267_zero__less__power, fact_641_le__nat__number__of, fact_653_ex__least__nat__le, fact_577_semiring__add__number__of, fact_676_ord__le__eq__trans, fact_663_xt1_I6_J, fact_675_xt1_I4_J, fact_434_rel__simps_I19_J, fact_70_less__special_I3_J, fact_319_comm__semiring__1__class_Onormalizing__semiring__rules_I20_J, fact_207_less__nat__number__of, fact_146_semiring__numeral__1__eq__1, fact_435_less__eq__int__code_I13_J, fact_144_number__of__Bit1, fact_243_of__nat__less__imp__less, fact_133_zero__less__power2, fact_312_add__right__imp__eq, fact_507_one__le__power, fact_143_number__of__Bit1, fact_17_one__add__one__is__two, fact_260_not__one__less__zero, fact_483_add__nonpos__nonpos, fact_661_xt1_I6_J, fact_168_zero__less__two, fact_494_not__one__le__zero, fact_634_add__le__mono, fact_310_add__right__imp__eq, fact_57_eq__number__of, fact_138_sum__power2__gt__zero__iff, fact_329_comm__semiring__1__class_Onormalizing__semiring__rules_I23_J, fact_597_power2__eq__imp__eq, fact_142_number__of__Bit0, fact_268_less__add__one, fact_249_of__nat__1, fact_496_zero__le__one, fact_353_add_Ocomm__neutral, fact_330_comm__semiring__1__class_Onormalizing__semiring__rules_I23_J, fact_601_power2__less__imp__less, fact_314_add__imp__eq, fact_241_of__nat__less__imp__less, fact_490_add__le__less__mono, fact_50_rel__simps_I14_J, fact_13_add__special_I2_J, fact_516_rel__simps_I22_J, fact_662_xt1_I6_J, fact_643_conj__le__cong, fact_273_power__inject__exp, fact_210_add__eq__self__zero, fact_436_rel__simps_I31_J, fact_602_power2__less__imp__less, fact_383_add__strict__left__mono, fact_384_add__strict__right__mono, fact_269_less__add__one, fact_402_add__pos__pos, fact_224_one__neq__zero, fact_76_rel__simps_I10_J, fact_276_power__strict__increasing__iff, fact_694_real__sqrt__not__eq__zero, fact_565_int__one__le__iff__zero__less, fact_403_realpow__pos__nth__unique, fact_696_real__sqrt__gt__0__iff, fact_211_add__is__0, fact_165_power__strict__decreasing, fact_619_nat__less__le, fact_493_not__one__le__zero, fact_416_add__right__mono, fact_415_add__right__mono, fact_477_add__increasing, fact_412_add__le__cancel__left, fact_98_Pls__def, fact_244_of__nat__add, fact_370_add__0__left, fact_478_add__increasing, fact_603_sum__power2__ge__zero, fact_74_less__int__code_I15_J, fact_191_add__less__mono, fact_679_xt1_I3_J, fact_596_power2__eq__imp__eq, fact_355_comm__semiring__1__class_Onormalizing__semiring__rules_I6_J, fact_464_le__special_I2_J, fact_136_power2__less__0, fact_203_zero__less__power__nat__eq, fact_537_add__pos__nonneg, fact_395_comm__semiring__1__class_Onormalizing__semiring__rules_I33_J, fact_107_semiring__numeral__0__eq__0, fact_194_nat__less__cases, fact_115_add__numeral__0__right, fact_627_le__add2, fact_43_int__eq__0__conv, fact_363_add__0, fact_137_sum__power2__gt__zero__iff, fact_245_of__nat__add, fact_570_zle__add1__eq__le, fact_308_zero__reorient, fact_335_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J, fact_610_zero__le__imp__eq__int, fact_637_add__leE, fact_185_less__irrefl__nat, fact_167_zero__less__two, fact_671_order__antisym, fact_46_less__int__code_I16_J, fact_220_Nat__Transfer_Otransfer__int__nat__relations_I1_J, fact_212_Nat_Oadd__0__right, fact_215_power__one__right, fact_393_comm__semiring__1__class_Onormalizing__semiring__rules_I33_J, fact_152_transfer__int__nat__numerals_I4_J, fact_296_pos2, fact_193_add__lessD1, fact_201_neq0__conv, fact_219_of__nat__eq__iff, fact_306_double__add__less__zero__iff__single__add__less__zero, fact_277_power__less__imp__less__exp, fact_340_comm__semiring__1__class_Onormalizing__semiring__rules_I22_J, fact_320_comm__semiring__1__class_Onormalizing__semiring__rules_I20_J, fact_518_less__eq__int__code_I14_J, fact_104_zadd__0__right, fact_421_add__mono, fact_450_le__special_I1_J, fact_374_add__less__imp__less__left, fact_462_power__le__imp__le__exp, fact_80_bin__less__0__simps_I3_J, fact_317_add__left__imp__eq, fact_691_zadd__power2, fact_33_less__number__of, fact_42_semiring__norm_I113_J, fact_162_power__0__left, fact_549_add__neg__nonpos, fact_430_power__increasing, help_If_1_1_If_000tc__Nat__Onat_T, fact_299_exp__eq__1, fact_77_rel__simps_I4_J, fact_503_zero__le__power, fact_667_order__trans, fact_354_add_Ocomm__neutral, fact_590_zero__le__power2, fact_572_zless__imp__add1__zle, fact_431_power__increasing, fact_401_add__pos__pos, fact_347_one__reorient, fact_491_add__le__less__mono, fact_301_comm__semiring__1__class_Onormalizing__semiring__rules_I32_J, fact_178_nat__add__commute, fact_346_one__reorient, fact_473_add__nonneg__nonneg, fact_669_order__trans, fact_390_add__less__cancel__right, fact_186_less__not__refl2, fact_339_comm__semiring__1__class_Onormalizing__semiring__rules_I25_J, fact_156_of__nat__0__less__iff, fact_68_int__int__eq, fact_657_order__refl, fact_27_numeral__1__eq__1, fact_44_int__0, fact_275_power__strict__increasing__iff, fact_109_number__of__Pls, fact_469_double__add__le__zero__iff__single__add__le__zero, fact_628_le__add1, fact_218_of__nat__eq__iff, fact_427_add__le__imp__le__left, fact_170_tn0, fact_380_add__strict__mono, fact_687_order__antisym__conv, fact_502_zero__le__power, fact_420_add__mono, fact_86_less__special_I2_J, fact_566_int__le__0__conv, fact_458_power__increasing__iff, fact_513_of__nat__0__le__iff, fact_64_even__less__0__iff, fact_573_succ__def, fact_69_less__special_I3_J, fact_187_less__not__refl3, fact_677_ord__le__eq__trans, fact_122_add__number__of__eq, fact_620_le__refl, fact_672_order__antisym, fact_248_of__nat__1, fact_342_comm__semiring__1__class_Onormalizing__semiring__rules_I22_J, fact_9_zero__power2, fact_642_two__realpow__ge__one, fact_533_semiring__number__of__add__1, fact_587_power__strict__mono, fact_286_of__nat__less__0__iff, fact_376_add__less__imp__less__right, fact_325_add__left__cancel, fact_262_zero__less__one, fact_568_succ__Bit0, fact_10_zero__eq__power2, fact_141_number__of__Bit0, fact_155_of__nat__0__less__iff, fact_333_ab__semigroup__add__class_Oadd__ac_I1_J, fact_348_one__reorient, fact_199_nat__zero__less__power__iff, fact_534_semiring__number__of__add__1, fact_51_zadd__strict__right__mono, fact_151_transfer__int__nat__numerals_I3_J, fact_297_zero__less__imp__eq__int, fact_274_power__strict__increasing__iff, fact_34_less__number__of, fact_591_zero__le__power2, fact_231_field__power__not__zero, fact_495_zero__le__one, fact_300_comm__semiring__1__class_Onormalizing__semiring__rules_I32_J, fact_60_number__of__reorient, fact_633_add__le__mono1, fact_290_power__0, fact_188_trans__less__add1, fact_309_zero__reorient, fact_410_add__le__cancel__right, fact_139_not__sum__power2__lt__zero, fact_564_less__eq__int__code_I15_J, fact_404_realpow__pos__nth, fact_555_power__less__imp__less__base, fact_488_add__less__le__mono, fact_512_zero__le__imp__of__nat, fact_468_zero__le__double__add__iff__zero__le__single__add, fact_674_xt1_I4_J, fact_298_less__imp__add__positive, fact_127_add__Bit0__Bit1, fact_85_less__special_I4_J, fact_397_add__neg__neg, fact_498_le__number__of__eq__not__less, fact_131_number__of__int, fact_479_add__increasing, fact_554_power__less__imp__less__base, fact_294_of__nat__0, fact_539_add__nonneg__pos, fact_258_pos__add__strict, fact_302_comm__semiring__1__class_Onormalizing__semiring__rules_I32_J, fact_326_add__left__cancel, fact_575_power__eq__imp__eq__base, fact_574_power__eq__imp__eq__base, fact_0_n1pos, fact_240_less__imp__of__nat__less, fact_438_zle__refl, fact_278_power__less__imp__less__exp, help_If_2_1_If_000tc__Nat__Onat_T, fact_84_less__special_I4_J, fact_324_add__right__cancel, fact_451_le__special_I1_J, fact_470_double__add__le__zero__iff__single__add__le__zero, fact_75_rel__simps_I16_J, fact_209_linorder__neqE__linordered__idom, fact_476_add__nonneg__eq__0__iff, fact_164_power__strict__decreasing, fact_547_add__strict__increasing2, fact_160_power__0__left, fact_423_add__le__imp__le__right, fact_629_le__iff__add, fact_589_power2__ge__self, fact_448_zadd__left__mono, fact_16_one__add__one__is__two, fact_197_nat__power__less__imp__less, fact_604_sum__power2__ge__zero, fact_484_add__nonpos__nonpos, fact_222_less__0__number__of, fact_166_zero__less__two, fact_58_number__of__reorient, fact_250_of__nat__power, fact_130_number__of__int, fact_26_semiring__norm_I110_J, fact_474_add__nonneg__eq__0__iff, fact_388_add__less__cancel__left, fact_583_number__of__succ, fact_528_Nat__Transfer_Otransfer__nat__int__function__closures_I4_J, fact_254_Nat__Transfer_Otransfer__int__nat__functions_I1_J, fact_585_power__strict__mono, fact_47_rel__simps_I17_J, fact_124_number__of__add, fact_645_ex__least__nat__less, fact_284_power__eq__0__iff, fact_409_add__le__cancel__right, fact_424_add__le__imp__le__right, fact_650_real__le__trans, fact_234_power__one, fact_228_zero__neq__one, fact_560_rel__simps_I29_J
% 11.93/3.55  % No. of inferences in proof: 1408
% 11.93/3.55  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 3028 ms resp. 2369 ms w/o parsing
% 12.60/3.73  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 12.60/3.73  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------