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

View Problem - Process Solution

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

% Computer : n031.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Fri May 19 10:13:57 EDT 2023

% Result   : Theorem 98.86s 26.78s
% Output   : Refutation 98.86s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  179
% Syntax   : Number of formulae    :  306 (  99 unt;  54 typ;   0 def)
%            Number of atoms       :  910 ( 264 equ;   0 cnn)
%            Maximal formula atoms :   51 (   3 avg)
%            Number of connectives : 4346 (  18   ~;  13   |;  38   &;4054   @)
%                                         (  19 <=>; 204  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   5 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :   42 (  42   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   55 (  53 usr;  13 con; 0-5 aty)
%            Number of variables   :  709 (   0   ^; 666   !;   3   ?; 709   :)
%                                         (  40  !>;   0  ?*;   0  @-;   0  @+)

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

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

thf(atom_type,type,
    atom: $tType ).

thf(one_type,type,
    one: 
      !>[TA: $tType] : $o ).

thf(idom_type,type,
    idom: 
      !>[TA: $tType] : $o ).

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

thf(cl_Groups_Oplus_type,type,
    cl_Groups_Oplus: 
      !>[TA: $tType] : $o ).

thf(zero_type,type,
    zero: 
      !>[TA: $tType] : $o ).

thf(mult_zero_type,type,
    mult_zero: 
      !>[TA: $tType] : $o ).

thf(monoid_add_type,type,
    monoid_add: 
      !>[TA: $tType] : $o ).

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

thf(semiring_div_type,type,
    semiring_div: 
      !>[TA: $tType] : $o ).

thf(comm_semiring_1_type,type,
    comm_semiring_1: 
      !>[TA: $tType] : $o ).

thf(comm_monoid_add_type,type,
    comm_monoid_add: 
      !>[TA: $tType] : $o ).

thf(ab_semigroup_add_type,type,
    ab_semigroup_add: 
      !>[TA: $tType] : $o ).

thf(comm_monoid_mult_type,type,
    comm_monoid_mult: 
      !>[TA: $tType] : $o ).

thf(ab_semigroup_mult_type,type,
    ab_semigroup_mult: 
      !>[TA: $tType] : $o ).

thf(cancel_semigroup_add_type,type,
    cancel_semigroup_add: 
      !>[TA: $tType] : $o ).

thf(ring_n68954251visors_type,type,
    ring_n68954251visors: 
      !>[TA: $tType] : $o ).

thf(cancel146912293up_add_type,type,
    cancel146912293up_add: 
      !>[TA: $tType] : $o ).

thf(linord219039673up_add_type,type,
    linord219039673up_add: 
      !>[TA: $tType] : $o ).

thf(combk_type,type,
    combk: 
      !>[TA: $tType,TB: $tType] : ( fun @ TB @ ( fun @ TA @ TB ) ) ).

thf(div_mod_type,type,
    div_mod: 
      !>[TA: $tType] : ( TA > TA > TA ) ).

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

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

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

thf(zero_zero_type,type,
    zero_zero: 
      !>[TA: $tType] : TA ).

thf(iprod_type,type,
    iprod: 
      !>[TA: $tType] : ( ( list @ TA ) > ( list @ TA ) > TA ) ).

thf(zipwith0_type,type,
    zipwith0: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( ( fun @ TC @ ( fun @ TB @ TA ) ) > ( fun @ ( list @ TC ) @ ( fun @ ( list @ TB ) @ ( list @ TA ) ) ) ) ).

thf(cons_type,type,
    cons: 
      !>[TA: $tType] : ( TA > ( list @ TA ) > ( list @ TA ) ) ).

thf(list_case_type,type,
    list_case: 
      !>[TA: $tType,TB: $tType] : ( TB > ( fun @ TA @ ( fun @ ( list @ TA ) @ TB ) ) > ( list @ TA ) > TB ) ).

thf(list_rec_type,type,
    list_rec: 
      !>[TA: $tType,TB: $tType] : ( TB > ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ TB @ TB ) ) ) > ( list @ TA ) > TB ) ).

thf(splice_type,type,
    splice: 
      !>[TA: $tType] : ( ( list @ TA ) > ( list @ TA ) > ( list @ TA ) ) ).

thf(i_Z_type,type,
    i_Z: atom > ( list @ int ) > $o ).

thf(asubst_type,type,
    asubst: int > ( list @ int ) > atom > atom ).

thf(dvd_type,type,
    dvd: int > int > ( list @ int ) > atom ).

thf(c_PresArith_Oatom_OLe_type,type,
    c_PresArith_Oatom_OLe: int > ( list @ int ) > atom ).

thf(atom_case_type,type,
    atom_case: 
      !>[TA: $tType] : ( ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) > ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) ) > ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) ) > atom > TA ) ).

thf(atom_rec_type,type,
    atom_rec: 
      !>[TA: $tType] : ( ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) > ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) ) > ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) ) > atom > TA ) ).

thf(divisor_type,type,
    divisor: atom > int ).

thf(hd_coeff_type,type,
    hd_coeff: atom > int ).

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

thf(aa_type,type,
    aa: 
      !>[TA: $tType,TB: $tType] : ( ( fun @ TB @ TA ) > TB > TA ) ).

thf(fFalse_type,type,
    fFalse: bool ).

thf(fTrue_type,type,
    fTrue: bool ).

thf(pp_type,type,
    pp: bool > $o ).

thf(a_type,type,
    a: atom ).

thf(d_type,type,
    d: int ).

thf(e_type,type,
    e: list @ int ).

thf(i_type,type,
    i: int ).

thf(j_type,type,
    j: int ).

thf(ks1_type,type,
    ks1: list @ int ).

thf(ks_type,type,
    ks: list @ int ).

thf(l_type,type,
    l: int ).

thf(5,axiom,
    ! [TA: $tType] :
      ( ( monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ A @ ( one_one @ TA ) )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_67_mult__1__right) ).

thf(138,plain,
    ! [TA: $tType] :
      ( ( monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ A @ ( one_one @ TA ) )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(58,axiom,
    pp @ fTrue,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_pp_2_1_U) ).

thf(333,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(17,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA,D: TA,E: TA] :
          ( ( ( div_mod @ TA @ E @ D )
            = ( div_mod @ TA @ C @ D ) )
         => ( ( ( div_mod @ TA @ B @ D )
              = ( div_mod @ TA @ A @ D ) )
           => ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ E ) @ B ) @ D )
              = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) @ D ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_32_mod__add__cong) ).

thf(170,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA,D: TA,E: TA] :
          ( ( ( div_mod @ TA @ E @ D )
            = ( div_mod @ TA @ C @ D ) )
         => ( ( ( div_mod @ TA @ B @ D )
              = ( div_mod @ TA @ A @ D ) )
           => ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ E ) @ B ) @ D )
              = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) @ D ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(36,axiom,
    ! [TA: $tType] :
      ( ( mult_zero @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( zero_zero @ TA ) @ A )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_96_mult__zero__left) ).

thf(247,plain,
    ! [TA: $tType] :
      ( ( mult_zero @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( zero_zero @ TA ) @ A )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(122,axiom,
    ! [TA: $tType,A: TA,B: list @ TA] :
      ( B
     != ( cons @ TA @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_6_not__Cons__self) ).

thf(511,plain,
    ! [TA: $tType,A: TA,B: list @ TA] :
      ( B
     != ( cons @ TA @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[122]) ).

thf(42,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( div_mod @ TA @ ( times_times @ TA @ ( div_mod @ TA @ C @ A ) @ B ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_78_mod__mult__left__eq) ).

thf(269,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( div_mod @ TA @ ( times_times @ TA @ ( div_mod @ TA @ C @ A ) @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(73,axiom,
    ~ ( pp @ fFalse ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_pp_1_1_U) ).

thf(384,plain,
    ~ ( pp @ fFalse ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(109,axiom,
    idom @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Oidom) ).

thf(472,plain,
    idom @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(10,axiom,
    ! [TA: $tType] :
      ( ( monoid_add @ TA )
     => ! [A: list @ TA,B: list @ TA,C: list @ TA] :
          ( ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ B ) ) @ A )
          = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_26_list__add__assoc) ).

thf(153,plain,
    ! [TA: $tType] :
      ( ( monoid_add @ TA )
     => ! [A: list @ TA,B: list @ TA,C: list @ TA] :
          ( ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ B ) ) @ A )
          = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(84,axiom,
    ! [A: list @ int,B: int] :
      ( ( hd_coeff @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( list_case @ int @ int @ ( zero_zero @ int ) @ ( combk @ int @ ( list @ int ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_55_hd__coeff_Osimps_I1_J) ).

thf(417,plain,
    ! [A: list @ int,B: int] :
      ( ( hd_coeff @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( list_case @ int @ int @ ( zero_zero @ int ) @ ( combk @ int @ ( list @ int ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(94,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ TB @ TB ) ),D: TB] :
      ( ( list_rec @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( aa @ TB @ TB @ ( aa @ ( list @ TA ) @ ( fun @ TB @ TB ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( fun @ TB @ TB ) ) @ C @ B ) @ A ) @ ( list_rec @ TB @ TA @ D @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_13_list_Orecs_I2_J) ).

thf(436,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ TB @ TB ) ),D: TB] :
      ( ( list_rec @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( aa @ TB @ TB @ ( aa @ ( list @ TA ) @ ( fun @ TB @ TB ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( fun @ TB @ TB ) ) @ C @ B ) @ A ) @ ( list_rec @ TB @ TA @ D @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

thf(121,axiom,
    ! [A: int,B: int] :
      ( ( ( div_mod @ int @ B @ A )
        = ( zero_zero @ int ) )
    <=> ? [C: int] :
          ( B
          = ( times_times @ int @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_57_zmod__eq__0__iff) ).

thf(504,plain,
    ! [A: int,B: int] :
      ( ( ( ( div_mod @ int @ B @ A )
          = ( zero_zero @ int ) )
       => ? [C: int] :
            ( B
            = ( times_times @ int @ A @ C ) ) )
      & ( ? [C: int] :
            ( B
            = ( times_times @ int @ A @ C ) )
       => ( ( div_mod @ int @ B @ A )
          = ( zero_zero @ int ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[121]) ).

thf(66,axiom,
    ! [TA: $tType] :
      ( ( monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( one_one @ TA ) @ A )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_69_mult__1__left) ).

thf(357,plain,
    ! [TA: $tType] :
      ( ( monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( one_one @ TA ) @ A )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(22,axiom,
    ! [TA: $tType] :
      ( ( monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( zero_zero @ TA ) ) @ A )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_83_add__0__left) ).

thf(189,plain,
    ! [TA: $tType] :
      ( ( monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( zero_zero @ TA ) ) @ A )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(86,axiom,
    ! [TA: $tType,A: list @ int,B: int,C: int,D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),F: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_case @ TA @ F @ E @ D @ ( dvd @ C @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ ( aa @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) @ E @ C ) @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_17_atom_Osimps_I11_J) ).

thf(421,plain,
    ! [TA: $tType,A: list @ int,B: int,C: int,D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),F: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_case @ TA @ F @ E @ D @ ( dvd @ C @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ ( aa @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) @ E @ C ) @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[86]) ).

thf(30,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ ( div_mod @ TA @ C @ B ) @ A ) @ B )
          = ( div_mod @ TA @ ( times_times @ TA @ C @ A ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_74_zmod__simps_I4_J) ).

thf(228,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ ( div_mod @ TA @ C @ B ) @ A ) @ B )
          = ( div_mod @ TA @ ( times_times @ TA @ C @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(55,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ A @ ( zero_zero @ TA ) )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_86_mod__by__0) ).

thf(316,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ A @ ( zero_zero @ TA ) )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(38,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( times_times @ TA @ B @ A ) ) @ A )
          = ( div_mod @ TA @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_54_mod__mult__self1) ).

thf(253,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( times_times @ TA @ B @ A ) ) @ A )
          = ( div_mod @ TA @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

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

thf(514,plain,
    monoid_mult @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[123]) ).

thf(113,axiom,
    ! [TA: $tType] :
      ( ( ( cl_Groups_Oplus @ TA )
        & ( zero @ TA ) )
     => ! [A: list @ TA,B: TA,C: list @ TA,D: TA] :
          ( ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ ( cons @ TA @ D @ C ) ) @ ( cons @ TA @ B @ A ) )
          = ( cons @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ D ) @ B ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_20_list__add__Cons) ).

thf(480,plain,
    ! [TA: $tType] :
      ( ( ( cl_Groups_Oplus @ TA )
        & ( zero @ TA ) )
     => ! [A: list @ TA,B: TA,C: list @ TA,D: TA] :
          ( ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ ( cons @ TA @ D @ C ) ) @ ( cons @ TA @ B @ A ) )
          = ( cons @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ D ) @ B ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

thf(117,axiom,
    ab_semigroup_add @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Oab__semigroup__add) ).

thf(492,plain,
    ab_semigroup_add @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[117]) ).

thf(14,axiom,
    ! [TA: $tType] :
      ( ( mult_zero @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ A @ ( zero_zero @ TA ) )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_95_mult__zero__right) ).

thf(164,plain,
    ! [TA: $tType] :
      ( ( mult_zero @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ A @ ( zero_zero @ TA ) )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(8,axiom,
    ! [TA: $tType] :
      ( ( cancel146912293up_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) )
         => ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_28_add__imp__eq) ).

thf(147,plain,
    ! [TA: $tType] :
      ( ( cancel146912293up_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) )
         => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(76,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ A @ A )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_46_mod__self) ).

thf(397,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ A @ A )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(28,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( div_mod @ TA @ ( div_mod @ TA @ A @ B ) @ C )
            = ( div_mod @ TA @ A @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_64_mod__mod__cancel) ).

thf(221,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( div_mod @ TA @ ( div_mod @ TA @ A @ B ) @ C )
            = ( div_mod @ TA @ A @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(49,axiom,
    ! [TA: $tType] :
      ( ( idom @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ C @ A ) )
        <=> ( ( C
              = ( zero_zero @ TA ) )
            | ( dvd_dvd @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_91_dvd__mult__cancel__left) ).

thf(293,plain,
    ! [TA: $tType] :
      ( ( idom @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( dvd_dvd @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ C @ A ) )
           => ( ( C
                = ( zero_zero @ TA ) )
              | ( dvd_dvd @ TA @ B @ A ) ) )
          & ( ( ( C
                = ( zero_zero @ TA ) )
              | ( dvd_dvd @ TA @ B @ A ) )
           => ( dvd_dvd @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ C @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(103,axiom,
    ! [TA: $tType,A: list @ int,B: int,C: int,D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),F: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_rec @ TA @ F @ E @ D @ ( dvd @ C @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ ( aa @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) @ E @ C ) @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_38_atom_Orecs_I2_J) ).

thf(453,plain,
    ! [TA: $tType,A: list @ int,B: int,C: int,D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),F: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_rec @ TA @ F @ E @ D @ ( dvd @ C @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ ( aa @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ) @ E @ C ) @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[103]) ).

thf(3,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( div_mod @ TA @ C @ A ) ) @ B ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_36_mod__add__left__eq) ).

thf(132,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( div_mod @ TA @ C @ A ) ) @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(24,axiom,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ B ) )
        <=> ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_23_add__right__cancel) ).

thf(206,plain,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
              = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ B ) )
           => ( C = A ) )
          & ( ( C = A )
           => ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
              = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(95,axiom,
    ( ( div_mod @ int @ i @ ( divisor @ a ) )
    = ( div_mod @ int @ j @ ( divisor @ a ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_2_assms_I3_J) ).

thf(439,plain,
    ( ( div_mod @ int @ i @ ( divisor @ a ) )
    = ( div_mod @ int @ j @ ( divisor @ a ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[95]) ).

thf(69,axiom,
    ! [TA: $tType] :
      ( ( ab_semigroup_mult @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( times_times @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( times_times @ TA @ C @ ( times_times @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_59_ab__semigroup__mult__class_Omult__ac_I1_J) ).

thf(366,plain,
    ! [TA: $tType] :
      ( ( ab_semigroup_mult @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( times_times @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( times_times @ TA @ C @ ( times_times @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(59,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ B @ A ) )
         => ( ( dvd_dvd @ TA @ C @ A )
           => ( dvd_dvd @ TA @ C @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_62_dvd__mod__imp__dvd) ).

thf(334,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ B @ A ) )
         => ( ( dvd_dvd @ TA @ C @ A )
           => ( dvd_dvd @ TA @ C @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[59]) ).

thf(63,axiom,
    ~ ( pp @ fFalse ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fFalse_1_1_U) ).

thf(349,plain,
    ~ ( pp @ fFalse ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

thf(87,axiom,
    one @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Oone) ).

thf(424,plain,
    one @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

thf(23,axiom,
    ! [A: list @ int,B: int,C: int,D: list @ int,E: int,F: int] :
      ( ( ( dvd @ F @ E @ D )
        = ( dvd @ C @ B @ A ) )
    <=> ( ( F = C )
        & ( E = B )
        & ( D = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_14_atom_Osimps_I2_J) ).

thf(192,plain,
    ! [A: list @ int,B: int,C: int,D: list @ int,E: int,F: int] :
      ( ( ( ( dvd @ F @ E @ D )
          = ( dvd @ C @ B @ A ) )
       => ( ( F = C )
          & ( E = B )
          & ( D = A ) ) )
      & ( ( ( F = C )
          & ( E = B )
          & ( D = A ) )
       => ( ( dvd @ F @ E @ D )
          = ( dvd @ C @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(91,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ ( fun @ ( list @ TA ) @ TB ),D: TB] :
      ( ( list_case @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( aa @ ( list @ TA ) @ TB @ ( aa @ TA @ ( fun @ ( list @ TA ) @ TB ) @ C @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_10_list_Osimps_I5_J) ).

thf(429,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ ( fun @ ( list @ TA ) @ TB ),D: TB] :
      ( ( list_case @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( aa @ ( list @ TA ) @ TB @ ( aa @ TA @ ( fun @ ( list @ TA ) @ TB ) @ C @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(44,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ A @ B ) )
          <=> ( dvd_dvd @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_65_dvd__mod__iff) ).

thf(275,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ A @ B ) )
             => ( dvd_dvd @ TA @ C @ A ) )
            & ( ( dvd_dvd @ TA @ C @ A )
             => ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ A @ B ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(107,axiom,
    ! [TA: $tType,A: list @ int,B: int,C: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_rec @ TA @ E @ D @ C @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ E @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_61_atom_Orecs_I1_J) ).

thf(467,plain,
    ! [TA: $tType,A: list @ int,B: int,C: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_rec @ TA @ E @ D @ C @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ E @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(115,axiom,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( cons @ TA @ B @ A )
     != A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_7_not__Cons__self2) ).

thf(484,plain,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( cons @ TA @ B @ A )
     != A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[115]) ).

thf(105,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType] :
      ( ( ( zero @ TA )
        & ( zero @ TC ) )
     => ! [A: list @ TA,B: TA,C: list @ TC,D: TC,E: fun @ TC @ ( fun @ TA @ TB )] :
          ( ( aa @ ( list @ TA ) @ ( list @ TB ) @ ( aa @ ( list @ TC ) @ ( fun @ ( list @ TA ) @ ( list @ TB ) ) @ ( zipwith0 @ TC @ TA @ TB @ E ) @ ( cons @ TC @ D @ C ) ) @ ( cons @ TA @ B @ A ) )
          = ( cons @ TB @ ( aa @ TA @ TB @ ( aa @ TC @ ( fun @ TA @ TB ) @ E @ D ) @ B ) @ ( aa @ ( list @ TA ) @ ( list @ TB ) @ ( aa @ ( list @ TC ) @ ( fun @ ( list @ TA ) @ ( list @ TB ) ) @ ( zipwith0 @ TC @ TA @ TB @ E ) @ C ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_49_zipwith0_Osimps_I2_J) ).

thf(461,plain,
    ! [TA: $tType,TB: $tType,TC: $tType] :
      ( ( ( zero @ TA )
        & ( zero @ TC ) )
     => ! [A: list @ TA,B: TA,C: list @ TC,D: TC,E: fun @ TC @ ( fun @ TA @ TB )] :
          ( ( aa @ ( list @ TA ) @ ( list @ TB ) @ ( aa @ ( list @ TC ) @ ( fun @ ( list @ TA ) @ ( list @ TB ) ) @ ( zipwith0 @ TC @ TA @ TB @ E ) @ ( cons @ TC @ D @ C ) ) @ ( cons @ TA @ B @ A ) )
          = ( cons @ TB @ ( aa @ TA @ TB @ ( aa @ TC @ ( fun @ TA @ TB ) @ E @ D ) @ B ) @ ( aa @ ( list @ TA ) @ ( list @ TB ) @ ( aa @ ( list @ TC ) @ ( fun @ ( list @ TA ) @ ( list @ TB ) ) @ ( zipwith0 @ TC @ TA @ TB @ E ) @ C ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[105]) ).

thf(118,axiom,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ ( div_mod @ int @ B @ A ) )
     => ( ( dvd_dvd @ int @ C @ A )
       => ( dvd_dvd @ int @ C @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_70_zdvd__zmod__imp__zdvd) ).

thf(493,plain,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ ( div_mod @ int @ B @ A ) )
     => ( ( dvd_dvd @ int @ C @ A )
       => ( dvd_dvd @ int @ C @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[118]) ).

thf(104,axiom,
    ! [A: list @ int,B: list @ int,C: int,D: int] :
      ( ( i_Z @ ( dvd @ D @ C @ B ) @ A )
    <=> ( dvd_dvd @ int @ D @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ C ) @ ( iprod @ int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_37_I_092_060_094isub_062Z_Osimps_I2_J) ).

thf(456,plain,
    ! [A: list @ int,B: list @ int,C: int,D: int] :
      ( ( ( i_Z @ ( dvd @ D @ C @ B ) @ A )
       => ( dvd_dvd @ int @ D @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ C ) @ ( iprod @ int @ B @ A ) ) ) )
      & ( ( dvd_dvd @ int @ D @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ C ) @ ( iprod @ int @ B @ A ) ) )
       => ( i_Z @ ( dvd @ D @ C @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(29,axiom,
    ! [A: list @ int,B: int,C: list @ int,D: int,E: int] :
      ( ( dvd @ E @ D @ C )
     != ( c_PresArith_Oatom_OLe @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_88_atom_Osimps_I5_J) ).

thf(224,plain,
    ! [A: list @ int,B: int,C: list @ int,D: int,E: int] :
      ( ( dvd @ E @ D @ C )
     != ( c_PresArith_Oatom_OLe @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(11,axiom,
    ! [TA: $tType] :
      ( ( comm_monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ A @ ( one_one @ TA ) )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_66_mult_Ocomm__neutral) ).

thf(156,plain,
    ! [TA: $tType] :
      ( ( comm_monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ A @ ( one_one @ TA ) )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(79,axiom,
    ( a
    = ( dvd @ d @ l @ ks ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_0_Dvd) ).

thf(403,plain,
    ( a
    = ( dvd @ d @ l @ ks ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[79]) ).

thf(6,axiom,
    ! [TA: $tType] :
      ( ( ring @ TA )
     => ! [A: list @ TA,B: list @ TA,C: list @ TA] :
          ( ( iprod @ TA @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ B ) @ A )
          = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( iprod @ TA @ C @ A ) ) @ ( iprod @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_24_iprod__left__add__distrib) ).

thf(141,plain,
    ! [TA: $tType] :
      ( ( ring @ TA )
     => ! [A: list @ TA,B: list @ TA,C: list @ TA] :
          ( ( iprod @ TA @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( plus_plus @ ( list @ TA ) ) @ C ) @ B ) @ A )
          = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( iprod @ TA @ C @ A ) ) @ ( iprod @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(85,axiom,
    zero @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Ozero) ).

thf(420,plain,
    zero @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[85]) ).

thf(39,axiom,
    ! [TA: $tType] :
      ( ( zero @ TA )
     => ! [A: TA] :
          ( ( ( zero_zero @ TA )
            = A )
        <=> ( A
            = ( zero_zero @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_60_zero__reorient) ).

thf(256,plain,
    ! [TA: $tType] :
      ( ( zero @ TA )
     => ! [A: TA] :
          ( ( ( ( zero_zero @ TA )
              = A )
           => ( A
              = ( zero_zero @ TA ) ) )
          & ( ( A
              = ( zero_zero @ TA ) )
           => ( ( zero_zero @ TA )
              = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

thf(61,axiom,
    ! [TA: $tType] :
      ( ( comm_monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( one_one @ TA ) @ A )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_68_mult__1) ).

thf(339,plain,
    ! [TA: $tType] :
      ( ( comm_monoid_mult @ TA )
     => ! [A: TA] :
          ( ( times_times @ TA @ ( one_one @ TA ) @ A )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[61]) ).

thf(111,axiom,
    comm_monoid_add @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Ocomm__monoid__add) ).

thf(476,plain,
    comm_monoid_add @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(25,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ C @ A ) )
          = ( times_times @ TA @ C @ ( div_mod @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_76_mod__mult__mult1) ).

thf(212,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ C @ A ) )
          = ( times_times @ TA @ C @ ( div_mod @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(124,axiom,
    pp @ ( atom_case @ bool @ ( aa @ ( fun @ ( list @ int ) @ bool ) @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( combk @ ( fun @ ( list @ int ) @ bool ) @ int ) @ ( aa @ bool @ ( fun @ ( list @ int ) @ bool ) @ ( combk @ bool @ ( list @ int ) ) @ fFalse ) ) @ ( aa @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) ) @ ( combk @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ int ) @ ( aa @ ( fun @ ( list @ int ) @ bool ) @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( combk @ ( fun @ ( list @ int ) @ bool ) @ int ) @ ( aa @ bool @ ( fun @ ( list @ int ) @ bool ) @ ( combk @ bool @ ( list @ int ) ) @ fTrue ) ) ) @ ( aa @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) ) @ ( combk @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ int ) @ ( aa @ ( fun @ ( list @ int ) @ bool ) @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( combk @ ( fun @ ( list @ int ) @ bool ) @ int ) @ ( aa @ bool @ ( fun @ ( list @ int ) @ bool ) @ ( combk @ bool @ ( list @ int ) ) @ fTrue ) ) ) @ a ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_9_assms_I1_J) ).

thf(515,plain,
    pp @ ( atom_case @ bool @ ( aa @ ( fun @ ( list @ int ) @ bool ) @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( combk @ ( fun @ ( list @ int ) @ bool ) @ int ) @ ( aa @ bool @ ( fun @ ( list @ int ) @ bool ) @ ( combk @ bool @ ( list @ int ) ) @ fFalse ) ) @ ( aa @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) ) @ ( combk @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ int ) @ ( aa @ ( fun @ ( list @ int ) @ bool ) @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( combk @ ( fun @ ( list @ int ) @ bool ) @ int ) @ ( aa @ bool @ ( fun @ ( list @ int ) @ bool ) @ ( combk @ bool @ ( list @ int ) ) @ fTrue ) ) ) @ ( aa @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) ) @ ( combk @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ int ) @ ( aa @ ( fun @ ( list @ int ) @ bool ) @ ( fun @ int @ ( fun @ ( list @ int ) @ bool ) ) @ ( combk @ ( fun @ ( list @ int ) @ bool ) @ int ) @ ( aa @ bool @ ( fun @ ( list @ int ) @ bool ) @ ( combk @ bool @ ( list @ int ) ) @ fTrue ) ) ) @ a ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[124]) ).

thf(18,axiom,
    ! [TA: $tType] :
      ( ( idom @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ A @ B ) )
        <=> ( ( B
              = ( zero_zero @ TA ) )
            | ( dvd_dvd @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_90_dvd__mult__cancel__right) ).

thf(173,plain,
    ! [TA: $tType] :
      ( ( idom @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( dvd_dvd @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ A @ B ) )
           => ( ( B
                = ( zero_zero @ TA ) )
              | ( dvd_dvd @ TA @ C @ A ) ) )
          & ( ( ( B
                = ( zero_zero @ TA ) )
              | ( dvd_dvd @ TA @ C @ A ) )
           => ( dvd_dvd @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(120,axiom,
    cancel146912293up_add @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Ocancel__ab__semigroup__add) ).

thf(503,plain,
    cancel146912293up_add @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[120]) ).

thf(41,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ B ) @ A ) @ A )
          = ( div_mod @ TA @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_18_mod__add__self2) ).

thf(266,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ B ) @ A ) @ A )
          = ( div_mod @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(67,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ ( zero_zero @ TA ) @ A )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_45_mod__0) ).

thf(360,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ ( zero_zero @ TA ) @ A )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(83,axiom,
    ~ ! [A: list @ int] :
        ( ks
       != ( cons @ int @ ( one_one @ int ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_8__096_B_Bthesis_O_A_I_B_Bks_H_O_Aks_A_061_A1_A_D_Aks_H_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(412,plain,
    ~ ! [A: list @ int] :
        ( ks
       != ( cons @ int @ ( one_one @ int ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

thf(88,axiom,
    comm_semiring_1 @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Ocomm__semiring__1) ).

thf(425,plain,
    comm_semiring_1 @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(13,axiom,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) )
         => ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_29_add__left__imp__eq) ).

thf(161,plain,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) )
         => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(19,axiom,
    ! [TA: $tType] :
      ( ( comm_monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ ( zero_zero @ TA ) )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_80_add_Ocomm__neutral) ).

thf(180,plain,
    ! [TA: $tType] :
      ( ( comm_monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ ( zero_zero @ TA ) )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(71,axiom,
    ! [TA: $tType] :
      ( ( monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ ( zero_zero @ TA ) )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_81_add__0__right) ).

thf(375,plain,
    ! [TA: $tType] :
      ( ( monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ ( zero_zero @ TA ) )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(78,axiom,
    cl_Groups_Oplus @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Oplus) ).

thf(402,plain,
    cl_Groups_Oplus @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[78]) ).

thf(46,axiom,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) )
        <=> ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_22_add__left__cancel) ).

thf(281,plain,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
              = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) )
           => ( B = A ) )
          & ( ( B = A )
           => ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
              = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(98,axiom,
    semiring_div @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Divides_Osemiring__div) ).

thf(445,plain,
    semiring_div @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(54,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_25_mod__add__right__eq) ).

thf(313,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(7,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ B @ A ) @ B )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_51_mod__mult__self1__is__0) ).

thf(144,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ B @ A ) @ B )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(32,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( times_times @ TA @ B @ A ) ) @ B )
          = ( div_mod @ TA @ C @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_53_mod__mult__self2) ).

thf(236,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( times_times @ TA @ B @ A ) ) @ B )
          = ( div_mod @ TA @ C @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(12,axiom,
    ! [TA: $tType] :
      ( ( comm_semiring_1 @ TA )
     => ! [A: TA] : ( dvd_dvd @ TA @ A @ ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_92_dvd__0__right) ).

thf(159,plain,
    ! [TA: $tType] :
      ( ( comm_semiring_1 @ TA )
     => ! [A: TA] : ( dvd_dvd @ TA @ A @ ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(81,axiom,
    ! [TA: $tType,A: list @ int,B: int,C: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_case @ TA @ E @ D @ C @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ E @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_89_atom_Osimps_I10_J) ).

thf(406,plain,
    ! [TA: $tType,A: list @ int,B: int,C: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),D: fun @ int @ ( fun @ int @ ( fun @ ( list @ int ) @ TA ) ),E: fun @ int @ ( fun @ ( list @ int ) @ TA )] :
      ( ( atom_case @ TA @ E @ D @ C @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( aa @ ( list @ int ) @ TA @ ( aa @ int @ ( fun @ ( list @ int ) @ TA ) @ E @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(102,axiom,
    ( ( div_mod @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ l ) @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ i ) @ ( iprod @ int @ ks1 @ e ) ) ) @ d )
    = ( div_mod @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ l ) @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ j ) @ ( iprod @ int @ ks1 @ e ) ) ) @ d ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1__096_Il_A_L_A_Ii_A_L_A_092_060langle_062ks_H_Me_092_060rangle_062_J_J_Amod_Ad_A_061_Il_A_L_A_Ij_A_L_A_092_060langle_062ks_H_Me_092_060rangle_062_J_J_Amod_Ad_096) ).

thf(451,plain,
    ( ( div_mod @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ l ) @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ i ) @ ( iprod @ int @ ks1 @ e ) ) ) @ d )
    = ( div_mod @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ l ) @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ j ) @ ( iprod @ int @ ks1 @ e ) ) ) @ d ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

thf(35,axiom,
    ! [TA: $tType] :
      ( ( ( zero @ TA )
        & ( cl_Groups_Oplus @ TA ) )
     => ( cl_Groups_Oplus @ ( list @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_List_Olist___Groups_Oplus) ).

thf(245,plain,
    ! [TA: $tType] :
      ( ( ( zero @ TA )
        & ( cl_Groups_Oplus @ TA ) )
     => ( cl_Groups_Oplus @ ( list @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(51,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( div_mod @ TA @ C @ A ) ) @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_35_mod__add__eq) ).

thf(303,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( div_mod @ TA @ C @ A ) ) @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(112,axiom,
    ! [A: list @ int,B: int] :
      ( ( divisor @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( one_one @ int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_42_divisor_Osimps_I1_J) ).

thf(477,plain,
    ! [A: list @ int,B: int] :
      ( ( divisor @ ( c_PresArith_Oatom_OLe @ B @ A ) )
      = ( one_one @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(114,axiom,
    linord219039673up_add @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Olinordered__ab__group__add) ).

thf(483,plain,
    linord219039673up_add @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[114]) ).

thf(45,axiom,
    ! [A: atom,B: list @ int,C: int] :
      ( ( divisor @ ( asubst @ C @ B @ A ) )
      = ( divisor @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_15_divisor__asubst) ).

thf(278,plain,
    ! [A: atom,B: list @ int,C: int] :
      ( ( divisor @ ( asubst @ C @ B @ A ) )
      = ( divisor @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(52,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( div_mod @ TA @ ( times_times @ TA @ ( div_mod @ TA @ C @ A ) @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_77_mod__mult__eq) ).

thf(306,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( div_mod @ TA @ ( times_times @ TA @ ( div_mod @ TA @ C @ A ) @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(4,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA,D: TA,E: TA] :
          ( ( ( div_mod @ TA @ E @ D )
            = ( div_mod @ TA @ C @ D ) )
         => ( ( ( div_mod @ TA @ B @ D )
              = ( div_mod @ TA @ A @ D ) )
           => ( ( div_mod @ TA @ ( times_times @ TA @ E @ B ) @ D )
              = ( div_mod @ TA @ ( times_times @ TA @ C @ A ) @ D ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_72_mod__mult__cong) ).

thf(135,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA,D: TA,E: TA] :
          ( ( ( div_mod @ TA @ E @ D )
            = ( div_mod @ TA @ C @ D ) )
         => ( ( ( div_mod @ TA @ B @ D )
              = ( div_mod @ TA @ A @ D ) )
           => ( ( div_mod @ TA @ ( times_times @ TA @ E @ B ) @ D )
              = ( div_mod @ TA @ ( times_times @ TA @ C @ A ) @ D ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(15,axiom,
    pp @ fTrue,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fTrue_1_1_U) ).

thf(167,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(110,axiom,
    ! [A: list @ int,B: int,C: int] :
      ( ( hd_coeff @ ( dvd @ C @ B @ A ) )
      = ( list_case @ int @ int @ ( zero_zero @ int ) @ ( combk @ int @ ( list @ int ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_41_hd__coeff_Osimps_I2_J) ).

thf(473,plain,
    ! [A: list @ int,B: int,C: int] :
      ( ( hd_coeff @ ( dvd @ C @ B @ A ) )
      = ( list_case @ int @ int @ ( zero_zero @ int ) @ ( combk @ int @ ( list @ int ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(89,axiom,
    ring_n68954251visors @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Oring__no__zero__divisors) ).

thf(426,plain,
    ring_n68954251visors @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

thf(116,axiom,
    ! [A: list @ int,B: atom,C: list @ int,D: int] :
      ( ( i_Z @ ( asubst @ D @ C @ B ) @ A )
    <=> ( i_Z @ B @ ( cons @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ D ) @ ( iprod @ int @ C @ A ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_11_IZ__asubst) ).

thf(487,plain,
    ! [A: list @ int,B: atom,C: list @ int,D: int] :
      ( ( ( i_Z @ ( asubst @ D @ C @ B ) @ A )
       => ( i_Z @ B @ ( cons @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ D ) @ ( iprod @ int @ C @ A ) ) @ A ) ) )
      & ( ( i_Z @ B @ ( cons @ int @ ( aa @ int @ int @ ( aa @ int @ ( fun @ int @ int ) @ ( plus_plus @ int ) @ D ) @ ( iprod @ int @ C @ A ) ) @ A ) )
       => ( i_Z @ ( asubst @ D @ C @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[116]) ).

thf(125,axiom,
    mult_zero @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Rings_Omult__zero) ).

thf(516,plain,
    mult_zero @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[125]) ).

thf(62,axiom,
    ! [TA: $tType] :
      ( ( one @ TA )
     => ! [A: TA] :
          ( ( ( one_one @ TA )
            = A )
        <=> ( A
            = ( one_one @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_31_one__reorient) ).

thf(342,plain,
    ! [TA: $tType] :
      ( ( one @ TA )
     => ! [A: TA] :
          ( ( ( ( one_one @ TA )
              = A )
           => ( A
              = ( one_one @ TA ) ) )
          & ( ( A
              = ( one_one @ TA ) )
           => ( ( one_one @ TA )
              = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

thf(9,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( div_mod @ TA @ B @ A ) ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_34_zmod__simps_I2_J) ).

thf(150,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( div_mod @ TA @ B @ A ) ) @ A )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(82,axiom,
    ! [TA: $tType] :
      ( ( ring @ TA )
     => ! [A: list @ TA,B: TA,C: list @ TA,D: TA] :
          ( ( iprod @ TA @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) )
          = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( times_times @ TA @ D @ B ) ) @ ( iprod @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_40_iprod__Cons) ).

thf(409,plain,
    ! [TA: $tType] :
      ( ( ring @ TA )
     => ! [A: list @ TA,B: TA,C: list @ TA,D: TA] :
          ( ( iprod @ TA @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) )
          = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( times_times @ TA @ D @ B ) ) @ ( iprod @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(40,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ B @ A ) @ A )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_50_mod__mult__self2__is__0) ).

thf(263,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ B @ A ) @ A )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(96,axiom,
    ab_semigroup_mult @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Oab__semigroup__mult) ).

thf(441,plain,
    ab_semigroup_mult @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

thf(1,conjecture,
    ( ( i_Z @ a @ ( cons @ int @ i @ e ) )
  <=> ( i_Z @ a @ ( cons @ int @ j @ e ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( ( i_Z @ a @ ( cons @ int @ i @ e ) )
    <=> ( i_Z @ a @ ( cons @ int @ j @ e ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(127,plain,
    ~ ( ( ( i_Z @ a @ ( cons @ int @ i @ e ) )
       => ( i_Z @ a @ ( cons @ int @ j @ e ) ) )
      & ( ( i_Z @ a @ ( cons @ int @ j @ e ) )
       => ( i_Z @ a @ ( cons @ int @ i @ e ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(108,axiom,
    ( ( hd_coeff @ a )
    = ( one_one @ int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_5_assms_I2_J) ).

thf(470,plain,
    ( ( hd_coeff @ a )
    = ( one_one @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(60,axiom,
    ! [TA: $tType] :
      ( ( comm_monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( zero_zero @ TA ) ) @ A )
          = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_82_add__0) ).

thf(336,plain,
    ! [TA: $tType] :
      ( ( comm_monoid_add @ TA )
     => ! [A: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( zero_zero @ TA ) ) @ A )
          = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(74,axiom,
    ! [TA: $tType] :
      ( ( ring_n68954251visors @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( times_times @ TA @ B @ A )
            = ( zero_zero @ TA ) )
        <=> ( ( B
              = ( zero_zero @ TA ) )
            | ( A
              = ( zero_zero @ TA ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_94_mult__eq__0__iff) ).

thf(386,plain,
    ! [TA: $tType] :
      ( ( ring_n68954251visors @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( ( times_times @ TA @ B @ A )
              = ( zero_zero @ TA ) )
           => ( ( B
                = ( zero_zero @ TA ) )
              | ( A
                = ( zero_zero @ TA ) ) ) )
          & ( ( ( B
                = ( zero_zero @ TA ) )
              | ( A
                = ( zero_zero @ TA ) ) )
           => ( ( times_times @ TA @ B @ A )
              = ( zero_zero @ TA ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

thf(99,axiom,
    comm_monoid_mult @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Ocomm__monoid__mult) ).

thf(446,plain,
    comm_monoid_mult @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

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

thf(450,plain,
    ring @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(68,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( div_mod @ TA @ B @ A ) @ A )
          = ( div_mod @ TA @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_21_mod__mod__trivial) ).

thf(363,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( div_mod @ TA @ B @ A ) @ A )
          = ( div_mod @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

thf(119,axiom,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( ( cons @ TA @ D @ C )
        = ( cons @ TA @ B @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4_list_Oinject) ).

thf(495,plain,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( ( ( cons @ TA @ D @ C )
          = ( cons @ TA @ B @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( cons @ TA @ D @ C )
          = ( cons @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[119]) ).

thf(27,axiom,
    ! [TA: $tType] :
      ( ( ab_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) ) @ A )
          = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_30_ab__semigroup__add__class_Oadd__ac_I1_J) ).

thf(218,plain,
    ! [TA: $tType] :
      ( ( ab_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B ) ) @ A )
          = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(37,axiom,
    ! [A: bool] :
      ( ( A = fTrue )
      | ( A = fFalse ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fFalse_1_1_T) ).

thf(250,plain,
    ! [A: bool] :
      ( ( A = fTrue )
      | ( A = fFalse ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(31,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( dvd_dvd @ TA @ B @ A )
        <=> ( ( div_mod @ TA @ A @ B )
            = ( zero_zero @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_56_dvd__eq__mod__eq__0) ).

thf(231,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( dvd_dvd @ TA @ B @ A )
           => ( ( div_mod @ TA @ A @ B )
              = ( zero_zero @ TA ) ) )
          & ( ( ( div_mod @ TA @ A @ B )
              = ( zero_zero @ TA ) )
           => ( dvd_dvd @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(126,axiom,
    ! [A: int] :
      ( ( div_mod @ int @ ( zero_zero @ int ) @ A )
      = ( zero_zero @ int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_47_zmod__zero) ).

thf(517,plain,
    ! [A: int] :
      ( ( div_mod @ int @ ( zero_zero @ int ) @ A )
      = ( zero_zero @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[126]) ).

thf(56,axiom,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ B ) )
         => ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_27_add__right__imp__eq) ).

thf(319,plain,
    ! [TA: $tType] :
      ( ( cancel_semigroup_add @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ B )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ B ) )
         => ( C = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(64,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( div_mod @ TA @ ( times_times @ TA @ C @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_mod__mult__right__eq) ).

thf(351,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ A )
          = ( div_mod @ TA @ ( times_times @ TA @ C @ ( div_mod @ TA @ B @ A ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

thf(21,axiom,
    ! [TA: $tType] :
      ( ( ( cl_Groups_Oplus @ TA )
        & ( zero @ TA ) )
     => ( ( plus_plus @ ( list @ TA ) )
        = ( zipwith0 @ TA @ TA @ TA @ ( plus_plus @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_39_list__add__def) ).

thf(186,plain,
    ! [TA: $tType] :
      ( ( ( cl_Groups_Oplus @ TA )
        & ( zero @ TA ) )
     => ( ( plus_plus @ ( list @ TA ) )
        = ( zipwith0 @ TA @ TA @ TA @ ( plus_plus @ TA ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(93,axiom,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( splice @ TA @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) )
      = ( cons @ TA @ D @ ( cons @ TA @ B @ ( splice @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_12_splice_Osimps_I3_J) ).

thf(433,plain,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( splice @ TA @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) )
      = ( cons @ TA @ D @ ( cons @ TA @ B @ ( splice @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[93]) ).

thf(43,axiom,
    ! [A: list @ int,B: int,C: int] :
      ( ( divisor @ ( dvd @ C @ B @ A ) )
      = C ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_16_divisor_Osimps_I2_J) ).

thf(272,plain,
    ! [A: list @ int,B: int,C: int] :
      ( ( divisor @ ( dvd @ C @ B @ A ) )
      = C ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(47,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( div_mod @ TA @ C @ B ) ) @ A ) @ B )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_33_zmod__simps_I1_J) ).

thf(287,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ ( div_mod @ TA @ C @ B ) ) @ A ) @ B )
          = ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ C ) @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(48,axiom,
    ! [TA: $tType,TB: $tType,A: TB,B: TA] :
      ( ( aa @ TB @ TA @ ( aa @ TA @ ( fun @ TB @ TA ) @ ( combk @ TA @ TB ) @ B ) @ A )
      = B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_COMBK_1_1_U) ).

thf(290,plain,
    ! [TA: $tType,TB: $tType,A: TB,B: TA] :
      ( ( aa @ TB @ TA @ ( aa @ TA @ ( fun @ TB @ TA ) @ ( combk @ TA @ TB ) @ B ) @ A )
      = B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(72,axiom,
    ! [TA: $tType] :
      ( ( linord219039673up_add @ TA )
     => ! [A: TA] :
          ( ( ( zero_zero @ TA )
            = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ A ) )
        <=> ( A
            = ( zero_zero @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_44_double__zero__sym) ).

thf(378,plain,
    ! [TA: $tType] :
      ( ( linord219039673up_add @ TA )
     => ! [A: TA] :
          ( ( ( ( zero_zero @ TA )
              = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ A ) )
           => ( A
              = ( zero_zero @ TA ) ) )
          & ( ( A
              = ( zero_zero @ TA ) )
           => ( ( zero_zero @ TA )
              = ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[72]) ).

thf(50,axiom,
    ! [A: bool] :
      ( ( A = fTrue )
      | ( A = fFalse ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fTrue_1_1_T) ).

thf(300,plain,
    ! [A: bool] :
      ( ( A = fTrue )
      | ( A = fFalse ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(100,axiom,
    ! [A: int,B: int,C: int] :
      ( ( div_mod @ int @ ( times_times @ int @ C @ B ) @ A )
      = ( div_mod @ int @ ( times_times @ int @ C @ ( div_mod @ int @ B @ A ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_84_zmod__zmult1__eq) ).

thf(447,plain,
    ! [A: int,B: int,C: int] :
      ( ( div_mod @ int @ ( times_times @ int @ C @ B ) @ A )
      = ( div_mod @ int @ ( times_times @ int @ C @ ( div_mod @ int @ B @ A ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(92,axiom,
    monoid_add @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Omonoid__add) ).

thf(432,plain,
    monoid_add @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(16,axiom,
    ! [TA: $tType] :
      ( ( comm_semiring_1 @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( dvd_dvd @ TA @ B @ A )
           => ( dvd_dvd @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_97_dvd__trans) ).

thf(168,plain,
    ! [TA: $tType] :
      ( ( comm_semiring_1 @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( dvd_dvd @ TA @ B @ A )
           => ( dvd_dvd @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(80,axiom,
    cancel_semigroup_add @ int,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Int_Oint___Groups_Ocancel__semigroup__add) ).

thf(405,plain,
    cancel_semigroup_add @ int,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

thf(20,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( dvd_dvd @ TA @ B @ A )
         => ( ( div_mod @ TA @ A @ B )
            = ( zero_zero @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_58_dvd__imp__mod__0) ).

thf(183,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( dvd_dvd @ TA @ B @ A )
         => ( ( div_mod @ TA @ A @ B )
            = ( zero_zero @ TA ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(77,axiom,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ B )
     => ( ( dvd_dvd @ int @ C @ A )
       => ( dvd_dvd @ int @ C @ ( div_mod @ int @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_71_zdvd__zmod) ).

thf(400,plain,
    ! [A: int,B: int,C: int] :
      ( ( dvd_dvd @ int @ C @ B )
     => ( ( dvd_dvd @ int @ C @ A )
       => ( dvd_dvd @ int @ C @ ( div_mod @ int @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(33,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ B ) @ A ) @ B )
          = ( div_mod @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_19_mod__add__self1) ).

thf(239,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA] :
          ( ( div_mod @ TA @ ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ B ) @ A ) @ B )
          = ( div_mod @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(34,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ A @ B ) )
          = ( times_times @ TA @ ( div_mod @ TA @ C @ A ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_75_mod__mult__mult2) ).

thf(242,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( div_mod @ TA @ ( times_times @ TA @ C @ B ) @ ( times_times @ TA @ A @ B ) )
          = ( times_times @ TA @ ( div_mod @ TA @ C @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(75,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( dvd_dvd @ TA @ C @ A )
           => ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ B @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_63_dvd__mod) ).

thf(395,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( dvd_dvd @ TA @ C @ B )
         => ( ( dvd_dvd @ TA @ C @ A )
           => ( dvd_dvd @ TA @ C @ ( div_mod @ TA @ B @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[75]) ).

thf(106,axiom,
    ! [A: int,B: int,C: int] :
      ( ( div_mod @ int @ ( times_times @ int @ C @ ( div_mod @ int @ B @ A ) ) @ A )
      = ( div_mod @ int @ ( times_times @ int @ C @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_85_zmod__simps_I3_J) ).

thf(464,plain,
    ! [A: int,B: int,C: int] :
      ( ( div_mod @ int @ ( times_times @ int @ C @ ( div_mod @ int @ B @ A ) ) @ A )
      = ( div_mod @ int @ ( times_times @ int @ C @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[106]) ).

thf(90,axiom,
    ( ks
    = ( cons @ int @ ( one_one @ int ) @ ks1 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_3__096ks_A_061_A1_A_D_Aks_H_096) ).

thf(427,plain,
    ( ks
    = ( cons @ int @ ( one_one @ int ) @ ks1 ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(97,axiom,
    ! [A: int] :
      ( ( div_mod @ int @ A @ A )
      = ( zero_zero @ int ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_48_zmod__self) ).

thf(442,plain,
    ! [A: int] :
      ( ( div_mod @ int @ A @ A )
      = ( zero_zero @ int ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

thf(70,axiom,
    ! [TA: $tType] :
      ( ( linord219039673up_add @ TA )
     => ! [A: TA] :
          ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ A )
            = ( zero_zero @ TA ) )
        <=> ( A
            = ( zero_zero @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_93_double__eq__0__iff) ).

thf(369,plain,
    ! [TA: $tType] :
      ( ( linord219039673up_add @ TA )
     => ! [A: TA] :
          ( ( ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ A )
              = ( zero_zero @ TA ) )
           => ( A
              = ( zero_zero @ TA ) ) )
          & ( ( A
              = ( zero_zero @ TA ) )
           => ( ( aa @ TA @ TA @ ( aa @ TA @ ( fun @ TA @ TA ) @ ( plus_plus @ TA ) @ A ) @ A )
              = ( zero_zero @ TA ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[70]) ).

thf(57,axiom,
    ! [A: list @ int,B: int,C: list @ int,D: int] :
      ( ( ( c_PresArith_Oatom_OLe @ D @ C )
        = ( c_PresArith_Oatom_OLe @ B @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_43_atom_Osimps_I1_J) ).

thf(322,plain,
    ! [A: list @ int,B: int,C: list @ int,D: int] :
      ( ( ( ( c_PresArith_Oatom_OLe @ D @ C )
          = ( c_PresArith_Oatom_OLe @ B @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( c_PresArith_Oatom_OLe @ D @ C )
          = ( c_PresArith_Oatom_OLe @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(65,axiom,
    ! [TA: $tType,TB: $tType,A: fun @ TA @ TB,B: fun @ TA @ TB] :
      ( ! [C: TA] :
          ( ( aa @ TA @ TB @ B @ C )
          = ( aa @ TA @ TB @ A @ C ) )
     => ( B = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_73_ext) ).

thf(354,plain,
    ! [TA: $tType,TB: $tType,A: fun @ TA @ TB,B: fun @ TA @ TB] :
      ( ! [C: TA] :
          ( ( aa @ TA @ TB @ B @ C )
          = ( aa @ TA @ TB @ A @ C ) )
     => ( B = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[65]) ).

thf(53,axiom,
    ! [A: list @ int,B: int,C: int,D: list @ int,E: int] :
      ( ( c_PresArith_Oatom_OLe @ E @ D )
     != ( dvd @ C @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_87_atom_Osimps_I4_J) ).

thf(309,plain,
    ! [A: list @ int,B: int,C: int,D: list @ int,E: int] :
      ( ( c_PresArith_Oatom_OLe @ E @ D )
     != ( dvd @ C @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(26,axiom,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ A @ ( one_one @ TA ) )
          = ( zero_zero @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_52_mod__by__1) ).

thf(215,plain,
    ! [TA: $tType] :
      ( ( semiring_div @ TA )
     => ! [A: TA] :
          ( ( div_mod @ TA @ A @ ( one_one @ TA ) )
          = ( zero_zero @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(32682,plain,
    $false,
    inference(cvc4,[status(thm)],[138,333,170,247,511,269,384,472,153,417,436,504,357,189,421,228,316,253,514,480,492,164,147,397,221,293,453,132,206,439,366,334,349,424,192,429,275,467,484,461,493,456,224,156,403,141,420,256,339,476,212,515,173,503,266,360,412,425,161,180,375,402,281,445,313,144,236,159,406,451,245,303,477,483,278,306,135,167,473,426,487,516,342,150,409,263,441,127,470,336,386,446,450,363,495,218,250,231,517,319,351,186,433,272,287,290,378,300,447,432,168,405,183,400,239,242,395,464,427,442,369,322,354,309,215]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : COM038_5 : TPTP v8.1.2. Released v6.0.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n031.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Fri May 19 03:43:26 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 0.83/0.82  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.56/1.03  % [INFO] 	 Parsing done (208ms). 
% 1.56/1.03  % [INFO] 	 Running in sequential loop mode. 
% 2.18/1.24  % [INFO] 	 eprover registered as external prover. 
% 2.18/1.25  % [INFO] 	 cvc4 registered as external prover. 
% 2.18/1.25  % [INFO] 	 Scanning for conjecture ... 
% 2.49/1.36  % [INFO] 	 Found a conjecture and 124 axioms. Running axiom selection ... 
% 2.67/1.44  % [INFO] 	 Axiom selection finished. Selected 124 axioms (removed 0 axioms). 
% 3.32/1.57  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.39/1.60  % [INFO] 	 Type checking passed. 
% 3.39/1.60  % [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 ... 
% 4.20/1.97  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.20/1.97  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 4.79/2.02  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.79/2.02  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 98.86/26.78  % External prover 'cvc4' found a proof!
% 98.86/26.78  % [INFO] 	 Killing All external provers ... 
% 98.86/26.78  % Time passed: 26282ms (effective reasoning time: 25740ms)
% 98.86/26.78  % 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)>
% 98.86/26.78  % Axioms used in derivation (124): fact_33_zmod__simps_I1_J, fact_58_dvd__imp__mod__0, fact_90_dvd__mult__cancel__right, fact_1__096_Il_A_L_A_Ii_A_L_A_092_060langle_062ks_H_Me_092_060rangle_062_J_J_Amod_Ad_A_061_Il_A_L_A_Ij_A_L_A_092_060langle_062ks_H_Me_092_060rangle_062_J_J_Amod_Ad_096, fact_49_zipwith0_Osimps_I2_J, fact_67_mult__1__right, arity_Int_Oint___Groups_Oone, fact_76_mod__mult__mult1, fact_79_mod__mult__right__eq, fact_32_mod__add__cong, fact_46_mod__self, fact_63_dvd__mod, fact_85_zmod__simps_I3_J, fact_37_I_092_060_094isub_062Z_Osimps_I2_J, fact_11_IZ__asubst, fact_78_mod__mult__left__eq, fact_43_atom_Osimps_I1_J, fact_93_double__eq__0__iff, fact_34_zmod__simps_I2_J, fact_21_mod__mod__trivial, fact_17_atom_Osimps_I11_J, fact_0_Dvd, arity_Int_Oint___Groups_Ocomm__monoid__add, fact_57_zmod__eq__0__iff, fact_19_mod__add__self1, fact_81_add__0__right, fact_20_list__add__Cons, fact_80_add_Ocomm__neutral, help_fTrue_1_1_T, arity_Int_Oint___Rings_Oring, fact_14_atom_Osimps_I2_J, fact_29_add__left__imp__eq, fact_83_add__0__left, fact_7_not__Cons__self2, arity_Int_Oint___Groups_Ocancel__ab__semigroup__add, fact_82_add__0, help_fTrue_1_1_U, fact_96_mult__zero__left, fact_9_assms_I1_J, fact_74_zmod__simps_I4_J, fact_70_zdvd__zmod__imp__zdvd, fact_64_mod__mod__cancel, fact_94_mult__eq__0__iff, arity_Int_Oint___Groups_Oplus, help_fFalse_1_1_T, fact_42_divisor_Osimps_I1_J, fact_2_assms_I3_J, fact_68_mult__1, fact_41_hd__coeff_Osimps_I2_J, fact_91_dvd__mult__cancel__left, fact_77_mod__mult__eq, fact_86_mod__by__0, fact_6_not__Cons__self, fact_65_dvd__mod__iff, fact_3__096ks_A_061_A1_A_D_Aks_H_096, fact_69_mult__1__left, fact_39_list__add__def, arity_List_Olist___Groups_Oplus, fact_38_atom_Orecs_I2_J, fact_27_add__right__imp__eq, fact_36_mod__add__left__eq, fact_88_atom_Osimps_I5_J, fact_73_ext, fact_47_zmod__zero, arity_Int_Oint___Groups_Omonoid__mult, fact_26_list__add__assoc, fact_24_iprod__left__add__distrib, fact_4_list_Oinject, arity_Int_Oint___Rings_Oring__no__zero__divisors, fact_35_mod__add__eq, fact_89_atom_Osimps_I10_J, fact_72_mod__mult__cong, fact_44_double__zero__sym, fact_48_zmod__self, arity_Int_Oint___Groups_Omonoid__add, fact_61_atom_Orecs_I1_J, fact_71_zdvd__zmod, fact_59_ab__semigroup__mult__class_Omult__ac_I1_J, fact_15_divisor__asubst, fact_25_mod__add__right__eq, help_COMBK_1_1_U, fact_50_mod__mult__self2__is__0, fact_62_dvd__mod__imp__dvd, arity_Int_Oint___Rings_Oidom, fact_53_mod__mult__self2, arity_Int_Oint___Groups_Ocancel__semigroup__add, fact_31_one__reorient, arity_Int_Oint___Rings_Ocomm__semiring__1, fact_84_zmod__zmult1__eq, fact_18_mod__add__self2, fact_97_dvd__trans, fact_54_mod__mult__self1, help_fFalse_1_1_U, fact_13_list_Orecs_I2_J, arity_Int_Oint___Groups_Oab__semigroup__add, fact_5_assms_I2_J, fact_40_iprod__Cons, fact_12_splice_Osimps_I3_J, help_pp_1_1_U, arity_Int_Oint___Groups_Oab__semigroup__mult, fact_22_add__left__cancel, fact_10_list_Osimps_I5_J, arity_Int_Oint___Divides_Osemiring__div, fact_60_zero__reorient, arity_Int_Oint___Groups_Olinordered__ab__group__add, fact_51_mod__mult__self1__is__0, fact_87_atom_Osimps_I4_J, arity_Int_Oint___Rings_Omult__zero, fact_75_mod__mult__mult2, help_pp_2_1_U, fact_92_dvd__0__right, arity_Int_Oint___Groups_Ozero, fact_30_ab__semigroup__add__class_Oadd__ac_I1_J, fact_52_mod__by__1, fact_23_add__right__cancel, arity_Int_Oint___Groups_Ocomm__monoid__mult, fact_45_mod__0, fact_55_hd__coeff_Osimps_I1_J, fact_66_mult_Ocomm__neutral, fact_8__096_B_Bthesis_O_A_I_B_Bks_H_O_Aks_A_061_A1_A_D_Aks_H_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_56_dvd__eq__mod__eq__0, fact_95_mult__zero__right, fact_16_divisor_Osimps_I2_J, fact_28_add__imp__eq
% 98.86/26.78  % No. of inferences in proof: 252
% 98.86/26.78  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 26282 ms resp. 25740 ms w/o parsing
% 98.86/26.85  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 98.86/26.85  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------