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

View Problem - Process Solution

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

% Computer : n018.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 12:24:54 EDT 2023

% Result   : Theorem 9.69s 3.32s
% Output   : Refutation 9.69s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  145
% Syntax   : Number of formulae    :  267 (  43 unt;  25 typ;   0 def)
%            Number of atoms       :  803 (  98 equ;   0 cnn)
%            Maximal formula atoms :   13 (   3 avg)
%            Number of connectives : 2832 (  95   ~;  24   |;  51   &;2270   @)
%                                         (  22 <=>; 370  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   20 (   9 avg)
%            Number of types       :    3 (   2 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  24 usr;   9 con; 0-4 aty)
%            Number of variables   :  646 (   0   ^; 613   !;  16   ?; 646   :)
%                                         (  17  !>;   0  ?*;   0  @-;   0  @+)

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

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

thf(ord_type,type,
    ord: 
      !>[TA: $tType] : $o ).

thf(top_type,type,
    top: 
      !>[TA: $tType] : $o ).

thf(order_type,type,
    order: 
      !>[TA: $tType] : $o ).

thf(linorder_type,type,
    linorder: 
      !>[TA: $tType] : $o ).

thf(preorder_type,type,
    preorder: 
      !>[TA: $tType] : $o ).

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

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

thf(isLub_type,type,
    isLub: 
      !>[TA: $tType] : ( ( fun @ TA @ bool ) > ( fun @ TA @ bool ) > TA > $o ) ).

thf(isUb_type,type,
    isUb: 
      !>[TA: $tType] : ( ( fun @ TA @ bool ) > ( fun @ TA @ bool ) > TA > $o ) ).

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

thf(ord_less_eq_type,type,
    ord_less_eq: 
      !>[TA: $tType] : ( TA > TA > $o ) ).

thf(top_top_type,type,
    top_top: 
      !>[TA: $tType] : TA ).

thf(collect_type,type,
    collect: 
      !>[TA: $tType] : ( ( fun @ TA @ bool ) > ( fun @ TA @ bool ) ) ).

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(member_type,type,
    member: 
      !>[TA: $tType] : ( TA > ( fun @ TA @ bool ) > $o ) ).

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

thf(l_type,type,
    l: real ).

thf(p_type,type,
    p: fun @ real @ bool ).

thf(y1_type,type,
    y1: real ).

thf(x_type,type,
    x: real ).

thf(y_type,type,
    y: real ).

thf(108,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
        <=> ( ord_less_eq @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_57_linorder__not__less) ).

thf(436,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ~ ( ord_less @ TA @ B @ A )
           => ( ord_less_eq @ TA @ A @ B ) )
          & ( ( ord_less_eq @ TA @ A @ B )
           => ~ ( ord_less @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(93,axiom,
    linorder @ bool,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_HOL_Obool___Orderings_Olinorder) ).

thf(393,plain,
    linorder @ bool,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[93]) ).

thf(83,axiom,
    ! [TA: $tType] :
      ( ( linordered_idom @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
         => ( ~ ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_17_linorder__neqE__linordered__idom) ).

thf(365,plain,
    ! [TA: $tType] :
      ( ( linordered_idom @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
         => ( ~ ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

thf(74,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_69_order__less__imp__not__less) ).

thf(347,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

thf(43,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( B != A )
           => ( ord_less @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_43_order__le__neq__trans) ).

thf(249,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( B != A )
           => ( ord_less @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(19,axiom,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] : ( ord_less_eq @ TA @ A @ ( top_top @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_25_top__greatest) ).

thf(170,plain,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] : ( ord_less_eq @ TA @ A @ ( top_top @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(55,axiom,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ~ ( ord_less @ TA @ ( top_top @ TA ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_59_not__top__less) ).

thf(276,plain,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ~ ( ord_less @ TA @ ( top_top @ TA ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(64,axiom,
    ? [A: real] : ( member @ real @ A @ ( collect @ real @ p ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_5_thx) ).

thf(308,plain,
    ? [A: real] : ( member @ real @ A @ ( collect @ real @ p ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

thf(112,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( ord @ TB )
     => ! [A: fun @ TA @ TB,B: fun @ TA @ TB] :
          ( ( ord_less @ ( fun @ TA @ TB ) @ B @ A )
        <=> ( ( ord_less_eq @ ( fun @ TA @ TB ) @ B @ A )
            & ~ ( ord_less_eq @ ( fun @ TA @ TB ) @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_82_less__fun__def) ).

thf(449,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ord @ TB )
     => ! [A: fun @ TA @ TB,B: fun @ TA @ TB] :
          ( ( ( ord_less @ ( fun @ TA @ TB ) @ B @ A )
           => ( ( ord_less_eq @ ( fun @ TA @ TB ) @ B @ A )
              & ~ ( ord_less_eq @ ( fun @ TA @ TB ) @ A @ B ) ) )
          & ( ( ( ord_less_eq @ ( fun @ TA @ TB ) @ B @ A )
              & ~ ( ord_less_eq @ ( fun @ TA @ TB ) @ A @ B ) )
           => ( ord_less @ ( fun @ TA @ TB ) @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(42,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less_eq @ TA @ B @ A )
         => ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_50_not__leE) ).

thf(247,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less_eq @ TA @ B @ A )
         => ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

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

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

thf(73,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
    <=> ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
        | ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_91_subset__iff__psubset__eq) ).

thf(340,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
       => ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
          | ( B = A ) ) )
      & ( ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
          | ( B = A ) )
       => ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

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

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

thf(79,axiom,
    ! [TA: $tType,A: TA] : ( member @ TA @ A @ ( top_top @ ( fun @ TA @ bool ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_72_UNIV__I) ).

thf(357,plain,
    ! [TA: $tType,A: TA] : ( member @ TA @ A @ ( top_top @ ( fun @ TA @ bool ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[79]) ).

thf(25,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ord_less_eq @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_51_leI) ).

thf(196,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ord_less_eq @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(15,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( ord @ TA )
     => ( ord @ ( fun @ TB @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_fun___Orderings_Oord) ).

thf(157,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ord @ TA )
     => ( ord @ ( fun @ TB @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(102,axiom,
    isLub @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ l,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_9_L) ).

thf(421,plain,
    isLub @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ l,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

thf(57,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ( ord_less_eq @ TA @ B @ A )
          <=> ( B = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_49_linorder__antisym__conv1) ).

thf(284,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ( ( ord_less_eq @ TA @ B @ A )
             => ( B = A ) )
            & ( ( B = A )
             => ( ord_less_eq @ TA @ B @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(13,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA] : ( ord_less_eq @ TA @ A @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_20_order__refl) ).

thf(152,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA] : ( ord_less_eq @ TA @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

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

thf(316,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ B )
       => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

thf(110,axiom,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( member @ TA @ A @ C )
       => ( member @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_86_subsetD) ).

thf(443,plain,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( member @ TA @ A @ C )
       => ( member @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(45,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less_eq @ TA @ C @ B )
         => ( ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_41_order__le__less__trans) ).

thf(253,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less_eq @ TA @ C @ B )
         => ( ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(77,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ( B != A )
           => ( ord_less @ TA @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_60_linorder__cases) ).

thf(353,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ( B != A )
           => ( ord_less @ TA @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(35,axiom,
    ord @ bool,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_HOL_Obool___Orderings_Oord) ).

thf(221,plain,
    ord @ bool,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(59,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: fun @ TB @ TA,C: TB,D: TB] :
          ( ( ord_less @ TB @ D @ C )
         => ( ( ord_less_eq @ TA @ ( aa @ TB @ TA @ B @ C ) @ A )
           => ( ! [E: TB,F: TB] :
                  ( ( ord_less @ TB @ E @ F )
                 => ( ord_less @ TA @ ( aa @ TB @ TA @ B @ E ) @ ( aa @ TB @ TA @ B @ F ) ) )
             => ( ord_less @ TA @ ( aa @ TB @ TA @ B @ D ) @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_80_order__less__le__subst2) ).

thf(293,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: fun @ TB @ TA,C: TB,D: TB] :
          ( ( ord_less @ TB @ D @ C )
         => ( ( ord_less_eq @ TA @ ( aa @ TB @ TA @ B @ C ) @ A )
           => ( ! [E: TB,F: TB] :
                  ( ( ord_less @ TB @ E @ F )
                 => ( ord_less @ TA @ ( aa @ TB @ TA @ B @ E ) @ ( aa @ TB @ TA @ B @ F ) ) )
             => ( ord_less @ TA @ ( aa @ TB @ TA @ B @ D ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[59]) ).

thf(113,axiom,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( pp @ ( aa @ TA @ bool @ C @ A ) )
       => ( pp @ ( aa @ TA @ bool @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_97_predicate1D) ).

thf(453,plain,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( pp @ ( aa @ TA @ bool @ C @ A ) )
       => ( pp @ ( aa @ TA @ bool @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

thf(5,axiom,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( C = B )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less_eq @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_35_ord__eq__le__trans) ).

thf(133,plain,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( C = B )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less_eq @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(100,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ord_less @ TA @ B @ A )
            | ( B = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_44_order__le__imp__less__or__eq) ).

thf(411,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ord_less @ TA @ B @ A )
            | ( B = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(66,axiom,
    preorder @ bool,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_HOL_Obool___Orderings_Opreorder) ).

thf(312,plain,
    preorder @ bool,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(30,axiom,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ( ( A
           != ( top_top @ TA ) )
        <=> ( ord_less @ TA @ A @ ( top_top @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_58_less__top) ).

thf(206,plain,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ( ( ( A
             != ( top_top @ TA ) )
           => ( ord_less @ TA @ A @ ( top_top @ TA ) ) )
          & ( ( ord_less @ TA @ A @ ( top_top @ TA ) )
           => ( A
             != ( top_top @ TA ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(109,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( A != B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_67_order__less__imp__not__eq2) ).

thf(439,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( A != B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(28,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less_eq @ TA @ B @ A )
        <=> ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_56_linorder__not__le) ).

thf(201,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ~ ( ord_less_eq @ TA @ B @ A )
           => ( ord_less @ TA @ A @ B ) )
          & ( ( ord_less @ TA @ A @ B )
           => ~ ( ord_less_eq @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(63,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ~ ( ord_less @ TA @ B @ A )
          <=> ( B = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_45_linorder__antisym__conv2) ).

thf(302,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ~ ( ord_less @ TA @ B @ A )
             => ( B = A ) )
            & ( ( B = A )
             => ~ ( ord_less @ TA @ B @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

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

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

thf(92,axiom,
    preorder @ real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_RealDef_Oreal___Orderings_Opreorder) ).

thf(392,plain,
    preorder @ real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(105,axiom,
    ? [A: real] :
    ! [B: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ B ) )
     => ( ord_less @ real @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_2_bz) ).

thf(429,plain,
    ? [A: real] :
    ! [B: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ B ) )
     => ( ord_less @ real @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[105]) ).

thf(6,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( preorder @ TA )
     => ( preorder @ ( fun @ TB @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_fun___Orderings_Opreorder) ).

thf(137,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( preorder @ TA )
     => ( preorder @ ( fun @ TB @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(119,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
       => ( ord_less @ ( fun @ TA @ bool ) @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_99_psubset__subset__trans) ).

thf(467,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
       => ( ord_less @ ( fun @ TA @ bool ) @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[119]) ).

thf(39,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
        <=> ( ( ord_less @ TA @ A @ B )
            | ( B = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_13_not__less__iff__gr__or__eq) ).

thf(229,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ~ ( ord_less @ TA @ B @ A )
           => ( ( ord_less @ TA @ A @ B )
              | ( B = A ) ) )
          & ( ( ( ord_less @ TA @ A @ B )
              | ( B = A ) )
           => ~ ( ord_less @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

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

thf(252,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(81,axiom,
    ! [TA: $tType,A: TA] : ( pp @ ( aa @ TA @ bool @ ( top_top @ ( fun @ TA @ bool ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_71_top1I) ).

thf(361,plain,
    ! [TA: $tType,A: TA] : ( pp @ ( aa @ TA @ bool @ ( top_top @ ( fun @ TA @ bool ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(115,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_65_order__less__asym_H) ).

thf(456,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[115]) ).

thf(90,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_62_order__less__trans) ).

thf(388,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(78,axiom,
    order @ bool,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_HOL_Obool___Orderings_Oorder) ).

thf(356,plain,
    order @ bool,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[78]) ).

thf(8,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less_eq @ TA @ B @ A )
         => ( ord_less_eq @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_40_linorder__le__cases) ).

thf(141,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less_eq @ TA @ B @ A )
         => ( ord_less_eq @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(70,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( B = A )
     => ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_94_equalityD2) ).

thf(328,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( B = A )
     => ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[70]) ).

thf(37,axiom,
    ! [TA: $tType,A: TA] : ( member @ TA @ A @ ( top_top @ ( fun @ TA @ bool ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_73_iso__tuple__UNIV__I) ).

thf(225,plain,
    ! [TA: $tType,A: TA] : ( member @ TA @ A @ ( top_top @ ( fun @ TA @ bool ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(23,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
          | ( ord_less_eq @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_29_linorder__linear) ).

thf(193,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
          | ( ord_less_eq @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

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

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

thf(3,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ord_less_eq @ TA @ A @ B )
           => ( B = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_37_order__antisym) ).

thf(128,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ord_less_eq @ TA @ A @ B )
           => ( B = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(50,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_61_order__less__asym) ).

thf(266,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

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

thf(398,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

thf(61,axiom,
    order @ real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_RealDef_Oreal___Orderings_Oorder) ).

thf(298,plain,
    order @ real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[61]) ).

thf(104,axiom,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( B = A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_63_ord__less__eq__trans) ).

thf(425,plain,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( B = A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(18,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( B = A )
         => ( ord_less_eq @ TA @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_32_order__eq__refl) ).

thf(166,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( B = A )
         => ( ord_less_eq @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(11,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less_eq @ TA @ C @ B )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less_eq @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_38_order__trans) ).

thf(148,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less_eq @ TA @ C @ B )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less_eq @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(49,axiom,
    ! [TA: $tType,A: fun @ TA @ bool] : ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_88_subset__refl) ).

thf(264,plain,
    ! [TA: $tType,A: fun @ TA @ bool] : ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(60,axiom,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( member @ TA @ A @ C )
       => ( member @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_96_in__mono) ).

thf(296,plain,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
      ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ B )
     => ( ( member @ TA @ A @ C )
       => ( member @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(87,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
    <=> ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
        & ( B != A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_89_psubset__eq) ).

thf(375,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
       => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
          & ( B != A ) ) )
      & ( ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
          & ( B != A ) )
       => ( ord_less @ ( fun @ TA @ bool ) @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

thf(29,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: TA,C: fun @ TA @ bool] :
      ( ( pp @ ( aa @ TA @ bool @ C @ B ) )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ A )
       => ( pp @ ( aa @ TA @ bool @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_92_rev__predicate1D) ).

thf(204,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: TA,C: fun @ TA @ bool] :
      ( ( pp @ ( aa @ TA @ bool @ C @ B ) )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ C @ A )
       => ( pp @ ( aa @ TA @ bool @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(47,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
        <=> ( ( ord_less_eq @ TA @ B @ A )
            & ~ ( ord_less_eq @ TA @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_53_less__le__not__le) ).

thf(259,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( ord_less @ TA @ B @ A )
           => ( ( ord_less_eq @ TA @ B @ A )
              & ~ ( ord_less_eq @ TA @ A @ B ) ) )
          & ( ( ( ord_less_eq @ TA @ B @ A )
              & ~ ( ord_less_eq @ TA @ A @ B ) )
           => ( ord_less @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(111,axiom,
    ~ ! [A: real] :
        ~ ( isLub @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_23__096_B_Bthesis_O_A_I_B_BL_O_AisLub_AUNIV_A_ICollect_AP_J_AL_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(445,plain,
    ~ ! [A: real] :
        ~ ( isLub @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(88,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( B != A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_18_less__imp__neq) ).

thf(382,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( B != A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(67,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( top @ TA )
     => ! [A: TB] :
          ( ( aa @ TB @ TA @ ( top_top @ ( fun @ TB @ TA ) ) @ A )
          = ( top_top @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_26_top__apply) ).

thf(313,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( top @ TA )
     => ! [A: TB] :
          ( ( aa @ TB @ TA @ ( top_top @ ( fun @ TB @ TA ) ) @ A )
          = ( top_top @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(72,axiom,
    ~ ( ? [A: real] : ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ! [A: real] :
          ~ ! [B: real] :
              ( ( pp @ ( aa @ real @ bool @ p @ B ) )
             => ( ord_less @ real @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_7__096_B_Bthesis_O_A_I_B_Bx_AY_O_A_091_124_AP_Ax_059_A_B_Bx_O_AP_Ax_A_061_061_062_Ax_A_060_AY_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(335,plain,
    ~ ( ? [A: real] : ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ! [A: real] :
          ~ ! [B: real] :
              ( ( pp @ ( aa @ real @ bool @ p @ B ) )
             => ( ord_less @ real @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[72]) ).

thf(40,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( B = A )
    <=> ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
        & ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_90_set__eq__subset) ).

thf(236,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ( B = A )
       => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
          & ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ B ) ) )
      & ( ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
          & ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ B ) )
       => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

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

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

thf(22,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ord_less_eq @ TA @ A @ B )
          <=> ( A = B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_34_order__antisym__conv) ).

thf(187,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ( ( ( ord_less_eq @ TA @ A @ B )
             => ( A = B ) )
            & ( ( A = B )
             => ( ord_less_eq @ TA @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(98,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_48_order__neq__le__trans) ).

thf(406,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(20,axiom,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ( ( ord_less_eq @ TA @ ( top_top @ TA ) @ A )
        <=> ( A
            = ( top_top @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_27_top__unique) ).

thf(172,plain,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ( ( ( ord_less_eq @ TA @ ( top_top @ TA ) @ A )
           => ( A
              = ( top_top @ TA ) ) )
          & ( ( A
              = ( top_top @ TA ) )
           => ( ord_less_eq @ TA @ ( top_top @ TA ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(34,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( ord_less_eq @ TA @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_46_order__less__imp__le) ).

thf(219,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( ord_less_eq @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(54,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA] :
          ~ ( ord_less @ TA @ A @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_11_order__less__irrefl) ).

thf(274,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA] :
          ~ ( ord_less @ TA @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(41,axiom,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ord_less_eq @ real @ A @ l ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_8_L_H) ).

thf(245,plain,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ord_less_eq @ real @ A @ l ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(52,axiom,
    linorder @ real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_RealDef_Oreal___Orderings_Olinorder) ).

thf(271,plain,
    linorder @ real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(26,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
          | ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_55_linorder__le__less__linear) ).

thf(198,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
          | ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(117,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: TA,C: fun @ TA @ TB,D: TB] :
          ( ( ord_less_eq @ TB @ D @ ( aa @ TA @ TB @ C @ B ) )
         => ( ( ord_less @ TA @ B @ A )
           => ( ! [E: TA,F: TA] :
                  ( ( ord_less @ TA @ E @ F )
                 => ( ord_less @ TB @ ( aa @ TA @ TB @ C @ E ) @ ( aa @ TA @ TB @ C @ F ) ) )
             => ( ord_less @ TB @ D @ ( aa @ TA @ TB @ C @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_74_order__le__less__subst1) ).

thf(462,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: TA,C: fun @ TA @ TB,D: TB] :
          ( ( ord_less_eq @ TB @ D @ ( aa @ TA @ TB @ C @ B ) )
         => ( ( ord_less @ TA @ B @ A )
           => ( ! [E: TA,F: TA] :
                  ( ( ord_less @ TA @ E @ F )
                 => ( ord_less @ TB @ ( aa @ TA @ TB @ C @ E ) @ ( aa @ TA @ TB @ C @ F ) ) )
             => ( ord_less @ TB @ D @ ( aa @ TA @ TB @ C @ A ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[117]) ).

thf(97,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
        <=> ( ( ord_less_eq @ TA @ B @ A )
            & ( B != A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_54_order__less__le) ).

thf(399,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( ord_less @ TA @ B @ A )
           => ( ( ord_less_eq @ TA @ B @ A )
              & ( B != A ) ) )
          & ( ( ( ord_less_eq @ TA @ B @ A )
              & ( B != A ) )
           => ( ord_less @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

thf(56,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ~ ( ord_less @ TA @ A @ B )
          <=> ( A = B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_15_linorder__antisym__conv3) ).

thf(278,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ~ ( ord_less @ TA @ B @ A )
         => ( ( ~ ( ord_less @ TA @ A @ B )
             => ( A = B ) )
            & ( ( A = B )
             => ~ ( ord_less @ TA @ A @ B ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(114,axiom,
    linordered_idom @ real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_RealDef_Oreal___Rings_Olinordered__idom) ).

thf(455,plain,
    linordered_idom @ real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[114]) ).

thf(94,axiom,
    ord_less @ real @ x @ y1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_10_xY) ).

thf(394,plain,
    ord_less @ real @ x @ y1,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

thf(62,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
         => ( ~ ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_16_linorder__neqE) ).

thf(299,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
         => ( ~ ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

thf(106,axiom,
    ! [TA: $tType,A: fun @ TA @ bool] : ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ ( top_top @ ( fun @ TA @ bool ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_81_subset__UNIV) ).

thf(431,plain,
    ! [TA: $tType,A: fun @ TA @ bool] : ( ord_less_eq @ ( fun @ TA @ bool ) @ A @ ( top_top @ ( fun @ TA @ bool ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[106]) ).

thf(46,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( B = A )
     => ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_93_equalityD1) ).

thf(255,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( B = A )
     => ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(116,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( B != A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_68_order__less__imp__not__eq) ).

thf(458,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ( B != A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[116]) ).

thf(12,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( order @ TA )
     => ( order @ ( fun @ TB @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_fun___Orderings_Oorder) ).

thf(150,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( order @ TA )
     => ( order @ ( fun @ TB @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(101,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
        <=> ( ( ord_less @ TA @ B @ A )
            | ( B = A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_52_order__le__less) ).

thf(414,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( ord_less_eq @ TA @ B @ A )
           => ( ( ord_less @ TA @ B @ A )
              | ( B = A ) ) )
          & ( ( ( ord_less @ TA @ B @ A )
              | ( B = A ) )
           => ( ord_less_eq @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(99,axiom,
    ? [A: real] : ( pp @ ( aa @ real @ bool @ p @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_0_ex) ).

thf(409,plain,
    ? [A: real] : ( pp @ ( aa @ real @ bool @ p @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

thf(48,axiom,
    ord @ real,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_RealDef_Oreal___Orderings_Oord) ).

thf(263,plain,
    ord @ real,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(65,axiom,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ord_less @ real @ A @ y1 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_6_Y) ).

thf(310,plain,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ord_less @ real @ A @ y1 ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[65]) ).

thf(85,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
     => ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_95_psubset__imp__subset) ).

thf(370,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool] :
      ( ( ord_less @ ( fun @ TA @ bool ) @ B @ A )
     => ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[85]) ).

thf(80,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_19_order__less__not__sym) ).

thf(359,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

thf(14,axiom,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ( ( ord_less_eq @ TA @ ( top_top @ TA ) @ A )
         => ( A
            = ( top_top @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_31_top__le) ).

thf(154,plain,
    ! [TA: $tType] :
      ( ( top @ TA )
     => ! [A: TA] :
          ( ( ord_less_eq @ TA @ ( top_top @ TA ) @ A )
         => ( A
            = ( top_top @ TA ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(89,axiom,
    ? [A: real] : ( isUb @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_70_thY) ).

thf(386,plain,
    ? [A: real] : ( isUb @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

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

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

thf(118,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_42_order__less__le__trans) ).

thf(465,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[118]) ).

thf(82,axiom,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ord_less_eq @ real @ A @ y1 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_21_Y_H) ).

thf(363,plain,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ord_less_eq @ real @ A @ y1 ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(84,axiom,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ( ord_less @ real @ y @ A )
       => ( ord_less @ real @ y @ l ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_3__096_B_Bz_O_A_091_124_AP_Az_059_Ay_A_060_Az_A_124_093_A_061_061_062_Ay_A_060_AL_096) ).

thf(368,plain,
    ! [A: real] :
      ( ( pp @ ( aa @ real @ bool @ p @ A ) )
     => ( ( ord_less @ real @ y @ A )
       => ( ord_less @ real @ y @ l ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(69,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( B != A )
        <=> ( ( ord_less @ TA @ B @ A )
            | ( ord_less @ TA @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_12_linorder__neq__iff) ).

thf(319,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( B != A )
           => ( ( ord_less @ TA @ B @ A )
              | ( ord_less @ TA @ A @ B ) ) )
          & ( ( ( ord_less @ TA @ B @ A )
              | ( ord_less @ TA @ A @ B ) )
           => ( B != A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(76,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: TA] :
      ( ( member @ TA @ C @ B )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
       => ( member @ TA @ C @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_98_set__rev__mp) ).

thf(351,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: TA] :
      ( ( member @ TA @ C @ B )
     => ( ( ord_less_eq @ ( fun @ TA @ bool ) @ B @ A )
       => ( member @ TA @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(91,axiom,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: bool,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( ord_less @ TA @ B @ C )
           => ( pp @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_66_order__less__imp__triv) ).

thf(390,plain,
    ! [TA: $tType] :
      ( ( preorder @ TA )
     => ! [A: bool,B: TA,C: TA] :
          ( ( ord_less @ TA @ C @ B )
         => ( ( ord_less @ TA @ B @ C )
           => ( pp @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(7,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( top @ TA )
     => ( top @ ( fun @ TB @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_fun___Orderings_Otop) ).

thf(139,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( top @ TA )
     => ( top @ ( fun @ TB @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(58,axiom,
    ! [TA: $tType] :
      ( ( top_top @ ( fun @ TA @ bool ) )
      = ( collect @ TA @ ( combk @ bool @ TA @ fTrue ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_83_UNIV__def) ).

thf(290,plain,
    ! [TA: $tType] :
      ( ( top_top @ ( fun @ TA @ bool ) )
      = ( collect @ TA @ ( combk @ bool @ TA @ fTrue ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(107,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
          | ( B = A )
          | ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_14_linorder__less__linear) ).

thf(433,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less @ TA @ B @ A )
          | ( B = A )
          | ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(53,axiom,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_47_leD) ).

thf(272,plain,
    ! [TA: $tType] :
      ( ( linorder @ TA )
     => ! [A: TA,B: TA] :
          ( ( ord_less_eq @ TA @ B @ A )
         => ~ ( ord_less @ TA @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(32,axiom,
    ord_less_eq @ real @ l @ y1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_22__096L_A_060_061_AY_096) ).

thf(214,plain,
    ord_less_eq @ real @ l @ y1,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(10,axiom,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: fun @ TA @ bool,D: fun @ TA @ bool] :
          ( ( isLub @ TA @ D @ C @ B )
         => ( ( isUb @ TA @ D @ C @ A )
           => ( ord_less_eq @ TA @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_84_isLub__le__isUb) ).

thf(146,plain,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: fun @ TA @ bool,D: fun @ TA @ bool] :
          ( ( isLub @ TA @ D @ C @ B )
         => ( ( isUb @ TA @ D @ C @ A )
           => ( ord_less_eq @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

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

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

thf(51,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: TA] :
      ( ( member @ TA @ B @ A )
    <=> ( pp @ ( aa @ TA @ bool @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_76_mem__def) ).

thf(268,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: TA] :
      ( ( ( member @ TA @ B @ A )
       => ( pp @ ( aa @ TA @ bool @ A @ B ) ) )
      & ( ( pp @ ( aa @ TA @ bool @ A @ B ) )
       => ( member @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(24,axiom,
    pp @ ( aa @ real @ bool @ p @ x ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1_x) ).

thf(195,plain,
    pp @ ( aa @ real @ bool @ p @ x ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

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

thf(395,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ord @ TB )
     => ! [A: fun @ TA @ TB,B: fun @ TA @ TB] :
          ( ( ( ord_less_eq @ ( fun @ TA @ TB ) @ B @ A )
           => ! [C: TA] : ( ord_less_eq @ TB @ ( aa @ TA @ TB @ B @ C ) @ ( aa @ TA @ TB @ A @ C ) ) )
          & ( ! [C: TA] : ( ord_less_eq @ TB @ ( aa @ TA @ TB @ B @ C ) @ ( aa @ TA @ TB @ A @ C ) )
           => ( ord_less_eq @ ( fun @ TA @ TB ) @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[95]) ).

thf(71,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: TA,C: fun @ TA @ TB,D: TB] :
          ( ( ord_less @ TB @ D @ ( aa @ TA @ TB @ C @ B ) )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ! [E: TA,F: TA] :
                  ( ( ord_less_eq @ TA @ E @ F )
                 => ( ord_less_eq @ TB @ ( aa @ TA @ TB @ C @ E ) @ ( aa @ TA @ TB @ C @ F ) ) )
             => ( ord_less @ TB @ D @ ( aa @ TA @ TB @ C @ A ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_78_order__less__le__subst1) ).

thf(332,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: TA,C: fun @ TA @ TB,D: TB] :
          ( ( ord_less @ TB @ D @ ( aa @ TA @ TB @ C @ B ) )
         => ( ( ord_less_eq @ TA @ B @ A )
           => ( ! [E: TA,F: TA] :
                  ( ( ord_less_eq @ TA @ E @ F )
                 => ( ord_less_eq @ TB @ ( aa @ TA @ TB @ C @ E ) @ ( aa @ TA @ TB @ C @ F ) ) )
             => ( ord_less @ TB @ D @ ( aa @ TA @ TB @ C @ A ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(4,axiom,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
          ( ( isLub @ TA @ C @ B @ A )
         => ( isUb @ TA @ C @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_85_isLub__isUb) ).

thf(131,plain,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: fun @ TA @ bool,C: fun @ TA @ bool] :
          ( ( isLub @ TA @ C @ B @ A )
         => ( isUb @ TA @ C @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(21,axiom,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( B = A )
        <=> ( ( ord_less_eq @ TA @ B @ A )
            & ( ord_less_eq @ TA @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_30_order__eq__iff) ).

thf(178,plain,
    ! [TA: $tType] :
      ( ( order @ TA )
     => ! [A: TA,B: TA] :
          ( ( ( B = A )
           => ( ( ord_less_eq @ TA @ B @ A )
              & ( ord_less_eq @ TA @ A @ B ) ) )
          & ( ( ( ord_less_eq @ TA @ B @ A )
              & ( ord_less_eq @ TA @ A @ B ) )
           => ( B = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(17,axiom,
    ! [TA: $tType,A: fun @ TA @ bool] :
      ( ( collect @ TA @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_77_Collect__def) ).

thf(163,plain,
    ! [TA: $tType,A: fun @ TA @ bool] :
      ( ( collect @ TA @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(27,axiom,
    top @ bool,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_HOL_Obool___Orderings_Otop) ).

thf(200,plain,
    top @ bool,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(38,axiom,
    ? [A: real] : ( isLub @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_24__096EX_At_O_AisLub_AUNIV_A_ICollect_AP_J_At_096) ).

thf(227,plain,
    ? [A: real] : ( isLub @ real @ ( top_top @ ( fun @ real @ bool ) ) @ ( collect @ real @ p ) @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(1,conjecture,
    ( ? [A: real] :
        ( ( pp @ ( aa @ real @ bool @ p @ A ) )
        & ( ord_less @ real @ y @ A ) )
  <=> ( ord_less @ real @ y @ l ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( ? [A: real] :
          ( ( pp @ ( aa @ real @ bool @ p @ A ) )
          & ( ord_less @ real @ y @ A ) )
    <=> ( ord_less @ real @ y @ l ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(122,plain,
    ~ ( ( ? [A: real] :
            ( ( pp @ ( aa @ real @ bool @ p @ A ) )
            & ( ord_less @ real @ y @ A ) )
       => ( ord_less @ real @ y @ l ) )
      & ( ( ord_less @ real @ y @ l )
       => ? [A: real] :
            ( ( pp @ ( aa @ real @ bool @ p @ A ) )
            & ( ord_less @ real @ y @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(120,axiom,
    ( ( ord_less @ real @ y @ l )
   => ~ ! [A: real] :
          ( ( pp @ ( aa @ real @ bool @ p @ A ) )
         => ~ ( ord_less @ real @ y @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4__096_091_124_Ay_A_060_AL_059_AALL_Az_O_AP_Az_A_N_N_062_A_126_Ay_A_060_Az_A_124_093_A_061_061_062_AFalse_096) ).

thf(469,plain,
    ( ( ord_less @ real @ y @ l )
   => ~ ! [A: real] :
          ( ( pp @ ( aa @ real @ bool @ p @ A ) )
         => ~ ( ord_less @ real @ y @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[120]) ).

thf(33,axiom,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( C = B )
         => ( ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_64_ord__eq__less__trans) ).

thf(215,plain,
    ! [TA: $tType] :
      ( ( ord @ TA )
     => ! [A: TA,B: TA,C: TA] :
          ( ( C = B )
         => ( ( ord_less @ TA @ B @ A )
           => ( ord_less @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(36,axiom,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: fun @ TB @ TA,C: TB,D: TB] :
          ( ( ord_less_eq @ TB @ D @ C )
         => ( ( ord_less @ TA @ ( aa @ TB @ TA @ B @ C ) @ A )
           => ( ! [E: TB,F: TB] :
                  ( ( ord_less_eq @ TB @ E @ F )
                 => ( ord_less_eq @ TA @ ( aa @ TB @ TA @ B @ E ) @ ( aa @ TB @ TA @ B @ F ) ) )
             => ( ord_less @ TA @ ( aa @ TB @ TA @ B @ D ) @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_order__le__less__subst2) ).

thf(222,plain,
    ! [TA: $tType,TB: $tType] :
      ( ( ( order @ TA )
        & ( order @ TB ) )
     => ! [A: TA,B: fun @ TB @ TA,C: TB,D: TB] :
          ( ( ord_less_eq @ TB @ D @ C )
         => ( ( ord_less @ TA @ ( aa @ TB @ TA @ B @ C ) @ A )
           => ( ! [E: TB,F: TB] :
                  ( ( ord_less_eq @ TB @ E @ F )
                 => ( ord_less_eq @ TA @ ( aa @ TB @ TA @ B @ E ) @ ( aa @ TB @ TA @ B @ F ) ) )
             => ( ord_less @ TA @ ( aa @ TB @ TA @ B @ D ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(477,plain,
    $false,
    inference(cvc4,[status(thm)],[436,393,365,347,249,170,276,308,449,247,472,340,372,357,196,157,421,284,152,316,443,253,353,221,293,453,133,411,312,206,439,201,302,349,392,429,137,467,229,252,361,456,388,356,141,328,225,193,212,128,266,398,298,425,166,148,264,296,375,204,259,445,382,313,335,236,159,187,406,172,219,274,245,271,198,462,399,278,455,394,299,431,255,458,150,414,409,263,310,370,359,154,386,143,465,363,368,319,351,390,139,290,433,272,214,146,422,268,195,395,332,131,178,163,200,227,122,469,215,222]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SWW496_5 : TPTP v8.1.2. Released v6.0.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n018.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 : Thu May 18 22:48:58 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.86/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.44/1.04  % [INFO] 	 Parsing done (188ms). 
% 1.44/1.05  % [INFO] 	 Running in sequential loop mode. 
% 1.95/1.25  % [INFO] 	 eprover registered as external prover. 
% 1.95/1.25  % [INFO] 	 cvc4 registered as external prover. 
% 1.95/1.25  % [INFO] 	 Scanning for conjecture ... 
% 2.21/1.33  % [INFO] 	 Found a conjecture and 119 axioms. Running axiom selection ... 
% 2.43/1.40  % [INFO] 	 Axiom selection finished. Selected 119 axioms (removed 0 axioms). 
% 2.88/1.53  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 2.88/1.55  % [INFO] 	 Type checking passed. 
% 2.88/1.55  % [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 ... 
% 3.31/1.73  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 3.31/1.73  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 9.69/3.32  % External prover 'cvc4' found a proof!
% 9.69/3.32  % [INFO] 	 Killing All external provers ... 
% 9.69/3.32  % Time passed: 2802ms (effective reasoning time: 2263ms)
% 9.69/3.32  % 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)>
% 9.69/3.32  % Axioms used in derivation (119): arity_RealDef_Oreal___Orderings_Oord, fact_35_ord__eq__le__trans, fact_59_not__top__less, fact_17_linorder__neqE__linordered__idom, fact_67_order__less__imp__not__eq2, arity_HOL_Obool___Orderings_Oorder, fact_53_less__le__not__le, fact_33_le__funD, fact_69_order__less__imp__not__less, arity_HOL_Obool___Orderings_Oord, fact_32_order__eq__refl, arity_HOL_Obool___Orderings_Opreorder, fact_66_order__less__imp__triv, fact_3__096_B_Bz_O_A_091_124_AP_Az_059_Ay_A_060_Az_A_124_093_A_061_061_062_Ay_A_060_AL_096, fact_65_order__less__asym_H, fact_63_ord__less__eq__trans, fact_23__096_B_Bthesis_O_A_I_B_BL_O_AisLub_AUNIV_A_ICollect_AP_J_AL_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_30_order__eq__iff, fact_82_less__fun__def, fact_31_top__le, fact_90_set__eq__subset, arity_fun___Orderings_Oord, fact_62_order__less__trans, fact_74_order__le__less__subst1, fact_18_less__imp__neq, fact_42_order__less__le__trans, fact_5_thx, fact_43_order__le__neq__trans, fact_12_linorder__neq__iff, fact_54_order__less__le, help_fTrue_1_1_T, fact_0_ex, fact_1_x, fact_4__096_091_124_Ay_A_060_AL_059_AALL_Az_O_AP_Az_A_N_N_062_A_126_Ay_A_060_Az_A_124_093_A_061_061_062_AFalse_096, fact_2_bz, fact_81_subset__UNIV, fact_57_linorder__not__less, fact_21_Y_H, fact_89_psubset__eq, fact_20_order__refl, fact_40_linorder__le__cases, fact_8_L_H, help_fTrue_1_1_U, fact_87_equalityI, fact_92_rev__predicate1D, arity_HOL_Obool___Orderings_Olinorder, fact_97_predicate1D, fact_39_le__funE, fact_56_linorder__not__le, arity_fun___Orderings_Oorder, fact_51_leI, fact_15_linorder__antisym__conv3, fact_91_subset__iff__psubset__eq, fact_96_in__mono, fact_64_ord__eq__less__trans, fact_55_linorder__le__less__linear, fact_70_thY, fact_68_order__less__imp__not__eq, arity_fun___Orderings_Opreorder, fact_78_order__less__le__subst1, fact_27_top__unique, fact_14_linorder__less__linear, fact_26_top__apply, arity_RealDef_Oreal___Rings_Olinordered__idom, fact_80_order__less__le__subst2, arity_HOL_Obool___Orderings_Otop, fact_25_top__greatest, fact_49_linorder__antisym__conv1, fact_50_not__leE, fact_61_order__less__asym, fact_99_psubset__subset__trans, fact_29_linorder__linear, fact_76_mem__def, fact_71_top1I, fact_24__096EX_At_O_AisLub_AUNIV_A_ICollect_AP_J_At_096, fact_44_order__le__imp__less__or__eq, fact_88_subset__refl, fact_93_equalityD1, help_COMBK_1_1_U, fact_58_less__top, arity_RealDef_Oreal___Orderings_Oorder, arity_RealDef_Oreal___Orderings_Olinorder, fact_36_ord__le__eq__trans, fact_16_linorder__neqE, fact_47_leD, fact_10_xY, fact_72_UNIV__I, fact_46_order__less__imp__le, fact_98_set__rev__mp, fact_79_order__le__less__subst2, fact_41_order__le__less__trans, fact_11_order__less__irrefl, arity_RealDef_Oreal___Orderings_Opreorder, fact_45_linorder__antisym__conv2, fact_95_psubset__imp__subset, fact_38_order__trans, fact_85_isLub__isUb, fact_52_order__le__less, fact_19_order__less__not__sym, fact_84_isLub__le__isUb, fact_22__096L_A_060_061_AY_096, fact_37_order__antisym, fact_83_UNIV__def, fact_77_Collect__def, fact_13_not__less__iff__gr__or__eq, fact_86_subsetD, fact_94_equalityD2, help_pp_1_1_U, fact_73_iso__tuple__UNIV__I, fact_60_linorder__cases, fact_75_ext, arity_fun___Orderings_Otop, help_pp_2_1_U, fact_28_le__fun__def, fact_9_L, fact_34_order__antisym__conv, fact_7__096_B_Bthesis_O_A_I_B_Bx_AY_O_A_091_124_AP_Ax_059_A_B_Bx_O_AP_Ax_A_061_061_062_Ax_A_060_AY_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_6_Y, fact_48_order__neq__le__trans
% 9.69/3.32  % No. of inferences in proof: 242
% 9.69/3.32  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 2802 ms resp. 2263 ms w/o parsing
% 9.69/3.40  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 9.69/3.40  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------