TSTP Solution File: NUM401+1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : NUM401+1 : TPTP v8.1.2. Released v3.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

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

% Result   : Theorem 4.42s 2.21s
% Output   : Refutation 4.94s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   72
% Syntax   : Number of formulae    :  128 (  25 unt;  18 typ;   0 def)
%            Number of atoms       :  326 (  30 equ;   0 cnn)
%            Maximal formula atoms :   14 (   2 avg)
%            Number of connectives :  713 (  40   ~;   9   |; 126   &; 457   @)
%                                         (  10 <=>;  71  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   22 (  22   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   20 (  18 usr;   2 con; 0-2 aty)
%            Number of variables   :  161 (   0   ^; 133   !;  28   ?; 161   :)

% Comments : 
%------------------------------------------------------------------------------
thf(ordinal_type,type,
    ordinal: $i > $o ).

thf(in_type,type,
    in: $i > $i > $o ).

thf(succ_type,type,
    succ: $i > $i ).

thf(ordinal_subset_type,type,
    ordinal_subset: $i > $i > $o ).

thf(empty_type,type,
    empty: $i > $o ).

thf(relation_type,type,
    relation: $i > $o ).

thf(function_type,type,
    function: $i > $o ).

thf(one_to_one_type,type,
    one_to_one: $i > $o ).

thf(empty_set_type,type,
    empty_set: $i ).

thf(set_union2_type,type,
    set_union2: $i > $i > $i ).

thf(subset_type,type,
    subset: $i > $i > $o ).

thf(element_type,type,
    element: $i > $i > $o ).

thf(relation_empty_yielding_type,type,
    relation_empty_yielding: $i > $o ).

thf(relation_non_empty_type,type,
    relation_non_empty: $i > $o ).

thf(powerset_type,type,
    powerset: $i > $i ).

thf(epsilon_transitive_type,type,
    epsilon_transitive: $i > $o ).

thf(epsilon_connected_type,type,
    epsilon_connected: $i > $o ).

thf(singleton_type,type,
    singleton: $i > $i ).

thf(45,axiom,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ( element @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1_subset) ).

thf(228,plain,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ( element @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(50,axiom,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ! [B: $i] :
          ( ( ordinal @ B )
         => ~ ( ~ ( in @ A @ B )
              & ( A != B )
              & ~ ( in @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t24_ordinal1) ).

thf(260,plain,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ! [B: $i] :
          ( ( ordinal @ B )
         => ~ ( ~ ( in @ A @ B )
              & ( A != B )
              & ~ ( in @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(44,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A )
        & ( ordinal @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc3_ordinal1) ).

thf(224,plain,
    ! [A: $i] :
      ( ( empty @ A )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A )
        & ( ordinal @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(17,axiom,
    ( ( empty @ empty_set )
    & ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc12_relat_1) ).

thf(109,plain,
    ( ( empty @ empty_set )
    & ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(36,axiom,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ~ ( in @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',antisymmetry_r2_hidden) ).

thf(173,plain,
    ! [A: $i,B: $i] :
      ( ( in @ A @ B )
     => ~ ( in @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(29,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( empty @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_funct_1) ).

thf(149,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( empty @ A )
      & ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(32,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( in @ A @ B )
        & ( empty @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t7_boole) ).

thf(159,plain,
    ! [A: $i,B: $i] :
      ~ ( ( in @ A @ B )
        & ( empty @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(24,axiom,
    ! [A: $i,B: $i] :
      ( ( set_union2 @ A @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',idempotence_k2_xboole_0) ).

thf(135,plain,
    ! [A: $i] :
      ( ( set_union2 @ A @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(4,axiom,
    ? [A: $i] : ( empty @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_xboole_0) ).

thf(67,plain,
    ? [A: $i] : ( empty @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(37,axiom,
    ? [A: $i] :
      ( ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_ordinal1) ).

thf(175,plain,
    ? [A: $i] :
      ( ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(23,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( one_to_one @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_funct_1) ).

thf(131,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( one_to_one @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(13,axiom,
    ! [A: $i,B: $i] : ( subset @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity_r1_tarski) ).

thf(100,plain,
    ! [A: $i] : ( subset @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(5,axiom,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( empty @ A )
        & ( function @ A ) )
     => ( ( relation @ A )
        & ( function @ A )
        & ( one_to_one @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc2_funct_1) ).

thf(69,plain,
    ! [A: $i] :
      ( ( ( relation @ A )
        & ( empty @ A )
        & ( function @ A ) )
     => ( ( relation @ A )
        & ( function @ A )
        & ( one_to_one @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(25,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( A = empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t6_boole) ).

thf(138,plain,
    ! [A: $i] :
      ( ( empty @ A )
     => ( A = empty_set ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( A = B )
    <=> ( ( subset @ A @ B )
        & ( subset @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d10_xboole_0) ).

thf(88,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
       => ( ( subset @ A @ B )
          & ( subset @ B @ A ) ) )
      & ( ( ( subset @ A @ B )
          & ( subset @ B @ A ) )
       => ( A = B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(42,axiom,
    ! [A: $i] :
      ( A
     != ( succ @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t14_ordinal1) ).

thf(217,plain,
    ! [A: $i] :
      ( A
     != ( succ @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(20,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_funct_1) ).

thf(120,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(1,conjecture,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ! [B: $i] :
          ( ( ordinal @ B )
         => ( ( in @ A @ ( succ @ B ) )
          <=> ( ordinal_subset @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t34_ordinal1) ).

thf(2,negated_conjecture,
    ~ ! [A: $i] :
        ( ( ordinal @ A )
       => ! [B: $i] :
            ( ( ordinal @ B )
           => ( ( in @ A @ ( succ @ B ) )
            <=> ( ordinal_subset @ A @ B ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(56,plain,
    ~ ! [A: $i] :
        ( ( ordinal @ A )
       => ! [B: $i] :
            ( ( ordinal @ B )
           => ( ( ( in @ A @ ( succ @ B ) )
               => ( ordinal_subset @ A @ B ) )
              & ( ( ordinal_subset @ A @ B )
               => ( in @ A @ ( succ @ B ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(30,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( empty @ A )
     => ~ ( empty @ ( set_union2 @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc2_xboole_0) ).

thf(153,plain,
    ! [A: $i,B: $i] :
      ( ~ ( empty @ A )
     => ~ ( empty @ ( set_union2 @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(34,axiom,
    ! [A: $i] :
      ( ( epsilon_transitive @ A )
    <=> ! [B: $i] :
          ( ( in @ B @ A )
         => ( subset @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d2_ordinal1) ).

thf(164,plain,
    ! [A: $i] :
      ( ( ( epsilon_transitive @ A )
       => ! [B: $i] :
            ( ( in @ B @ A )
           => ( subset @ B @ A ) ) )
      & ( ! [B: $i] :
            ( ( in @ B @ A )
           => ( subset @ B @ A ) )
       => ( epsilon_transitive @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(38,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( C
        = ( set_union2 @ A @ B ) )
    <=> ! [D: $i] :
          ( ( in @ D @ C )
        <=> ( ( in @ D @ A )
            | ( in @ D @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d2_xboole_0) ).

thf(179,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( C
          = ( set_union2 @ A @ B ) )
       => ! [D: $i] :
            ( ( ( in @ D @ C )
             => ( ( in @ D @ A )
                | ( in @ D @ B ) ) )
            & ( ( ( in @ D @ A )
                | ( in @ D @ B ) )
             => ( in @ D @ C ) ) ) )
      & ( ! [D: $i] :
            ( ( ( in @ D @ C )
             => ( ( in @ D @ A )
                | ( in @ D @ B ) ) )
            & ( ( ( in @ D @ A )
                | ( in @ D @ B ) )
             => ( in @ D @ C ) ) )
       => ( C
          = ( set_union2 @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(48,axiom,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_ordinal1) ).

thf(253,plain,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(28,axiom,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( relation @ B ) )
     => ( relation @ ( set_union2 @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc2_relat_1) ).

thf(147,plain,
    ! [A: $i,B: $i] :
      ( ( ( relation @ A )
        & ( relation @ B ) )
     => ( relation @ ( set_union2 @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(54,axiom,
    ! [A: $i,B: $i] :
      ( ( ( ordinal @ A )
        & ( ordinal @ B ) )
     => ( ( ordinal_subset @ A @ B )
      <=> ( subset @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',redefinition_r1_ordinal1) ).

thf(280,plain,
    ! [A: $i,B: $i] :
      ( ( ( ordinal @ A )
        & ( ordinal @ B ) )
     => ( ( ( ordinal_subset @ A @ B )
         => ( subset @ A @ B ) )
        & ( ( subset @ A @ B )
         => ( ordinal_subset @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(43,axiom,
    ! [A: $i] :
      ~ ( empty @ ( succ @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc1_ordinal1) ).

thf(221,plain,
    ! [A: $i] :
      ~ ( empty @ ( succ @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(19,axiom,
    ! [A: $i,B: $i] :
      ( ( set_union2 @ A @ B )
      = ( set_union2 @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_k2_xboole_0) ).

thf(117,plain,
    ! [A: $i,B: $i] :
      ( ( set_union2 @ A @ B )
      = ( set_union2 @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(10,axiom,
    ? [A: $i] :
      ~ ( empty @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_xboole_0) ).

thf(85,plain,
    ? [A: $i] :
      ~ ( empty @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(14,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( relation @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_relat_1) ).

thf(102,plain,
    ! [A: $i] :
      ( ( empty @ A )
     => ( relation @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(31,axiom,
    ! [A: $i,B: $i,C: $i] :
      ~ ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) )
        & ( empty @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t5_subset) ).

thf(156,plain,
    ! [A: $i,B: $i,C: $i] :
      ~ ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) )
        & ( empty @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(26,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_empty_yielding @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc4_funct_1) ).

thf(141,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_empty_yielding @ A )
      & ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(6,axiom,
    ( ( empty @ empty_set )
    & ( relation @ empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc4_relat_1) ).

thf(73,plain,
    ( ( empty @ empty_set )
    & ( relation @ empty_set ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(22,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_empty_yielding @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc3_relat_1) ).

thf(128,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_empty_yielding @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(52,axiom,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ( ~ ( empty @ ( succ @ A ) )
        & ( epsilon_transitive @ ( succ @ A ) )
        & ( epsilon_connected @ ( succ @ A ) )
        & ( ordinal @ ( succ @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc3_ordinal1) ).

thf(266,plain,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ( ~ ( empty @ ( succ @ A ) )
        & ( epsilon_transitive @ ( succ @ A ) )
        & ( epsilon_connected @ ( succ @ A ) )
        & ( ordinal @ ( succ @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(39,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) ) )
     => ( element @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t4_subset) ).

thf(205,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( in @ A @ B )
        & ( element @ B @ ( powerset @ C ) ) )
     => ( element @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

thf(18,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_non_empty @ A )
      & ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc5_funct_1) ).

thf(113,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( relation_non_empty @ A )
      & ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(46,axiom,
    ! [A: $i,B: $i] :
      ( ( B
        = ( singleton @ A ) )
    <=> ! [C: $i] :
          ( ( in @ C @ B )
        <=> ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d1_tarski) ).

thf(230,plain,
    ! [A: $i,B: $i] :
      ( ( ( B
          = ( singleton @ A ) )
       => ! [C: $i] :
            ( ( ( in @ C @ B )
             => ( C = A ) )
            & ( ( C = A )
             => ( in @ C @ B ) ) ) )
      & ( ! [C: $i] :
            ( ( ( in @ C @ B )
             => ( C = A ) )
            & ( ( C = A )
             => ( in @ C @ B ) ) )
       => ( B
          = ( singleton @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(7,axiom,
    ! [A: $i] :
      ( ( set_union2 @ A @ empty_set )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t1_boole) ).

thf(76,plain,
    ! [A: $i] :
      ( ( set_union2 @ A @ empty_set )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(53,axiom,
    ( ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set )
    & ( function @ empty_set )
    & ( one_to_one @ empty_set )
    & ( empty @ empty_set )
    & ( epsilon_transitive @ empty_set )
    & ( epsilon_connected @ empty_set )
    & ( ordinal @ empty_set ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc2_ordinal1) ).

thf(271,plain,
    ( ( relation @ empty_set )
    & ( relation_empty_yielding @ empty_set )
    & ( function @ empty_set )
    & ( one_to_one @ empty_set )
    & ( empty @ empty_set )
    & ( epsilon_transitive @ empty_set )
    & ( epsilon_connected @ empty_set )
    & ( ordinal @ empty_set ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(33,axiom,
    ! [A: $i,B: $i] :
      ( ( element @ A @ B )
     => ( ( empty @ B )
        | ( in @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t2_subset) ).

thf(162,plain,
    ! [A: $i,B: $i] :
      ( ( element @ A @ B )
     => ( ( empty @ B )
        | ( in @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(41,axiom,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( one_to_one @ A )
      & ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_ordinal1) ).

thf(209,plain,
    ? [A: $i] :
      ( ( relation @ A )
      & ( function @ A )
      & ( one_to_one @ A )
      & ( empty @ A )
      & ( epsilon_transitive @ A )
      & ( epsilon_connected @ A )
      & ( ordinal @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(21,axiom,
    ! [A: $i,B: $i] :
      ( ( element @ A @ ( powerset @ B ) )
    <=> ( subset @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t3_subset) ).

thf(123,plain,
    ! [A: $i,B: $i] :
      ( ( ( element @ A @ ( powerset @ B ) )
       => ( subset @ A @ B ) )
      & ( ( subset @ A @ B )
       => ( element @ A @ ( powerset @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(27,axiom,
    ! [A: $i] :
      ( ( empty @ A )
     => ( function @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_funct_1) ).

thf(145,plain,
    ! [A: $i] :
      ( ( empty @ A )
     => ( function @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( empty @ A )
        & ( A != B )
        & ( empty @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t8_boole) ).

thf(63,plain,
    ! [A: $i,B: $i] :
      ~ ( ( empty @ A )
        & ( A != B )
        & ( empty @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(51,axiom,
    ! [A: $i,B: $i] :
      ( ( ( ordinal @ A )
        & ( ordinal @ B ) )
     => ( ordinal_subset @ A @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflexivity_r1_ordinal1) ).

thf(263,plain,
    ! [A: $i,B: $i] :
      ( ( ( ordinal @ A )
        & ( ordinal @ B ) )
     => ( ordinal_subset @ A @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(47,axiom,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc1_ordinal1) ).

thf(250,plain,
    ! [A: $i] :
      ( ( ordinal @ A )
     => ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(12,axiom,
    empty @ empty_set,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc1_xboole_0) ).

thf(99,plain,
    empty @ empty_set,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(15,axiom,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( relation @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc2_relat_1) ).

thf(104,plain,
    ? [A: $i] :
      ( ~ ( empty @ A )
      & ( relation @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(49,axiom,
    ! [A: $i] :
      ( ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A ) )
     => ( ordinal @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc2_ordinal1) ).

thf(258,plain,
    ! [A: $i] :
      ( ( ( epsilon_transitive @ A )
        & ( epsilon_connected @ A ) )
     => ( ordinal @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(35,axiom,
    ! [A: $i,B: $i] :
      ( ( ( ordinal @ A )
        & ( ordinal @ B ) )
     => ( ( ordinal_subset @ A @ B )
        | ( ordinal_subset @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',connectedness_r1_ordinal1) ).

thf(171,plain,
    ! [A: $i,B: $i] :
      ( ( ( ordinal @ A )
        & ( ordinal @ B ) )
     => ( ( ordinal_subset @ A @ B )
        | ( ordinal_subset @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(40,axiom,
    ! [A: $i] : ( in @ A @ ( succ @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t10_ordinal1) ).

thf(207,plain,
    ! [A: $i] : ( in @ A @ ( succ @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(9,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( empty @ A )
     => ~ ( empty @ ( set_union2 @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fc3_xboole_0) ).

thf(82,plain,
    ! [A: $i,B: $i] :
      ( ~ ( empty @ A )
     => ~ ( empty @ ( set_union2 @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(16,axiom,
    ! [A: $i] :
    ? [B: $i] : ( element @ B @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_m1_subset_1) ).

thf(107,plain,
    ! [A: $i] :
    ? [B: $i] : ( element @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(8,axiom,
    ? [A: $i] :
      ( ( empty @ A )
      & ( relation @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rc1_relat_1) ).

thf(79,plain,
    ? [A: $i] :
      ( ( empty @ A )
      & ( relation @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(55,axiom,
    ! [A: $i] :
      ( ( succ @ A )
      = ( set_union2 @ A @ ( singleton @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d1_ordinal1) ).

thf(283,plain,
    ! [A: $i] :
      ( ( succ @ A )
      = ( set_union2 @ A @ ( singleton @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(290,plain,
    $false,
    inference(e,[status(thm)],[228,260,224,109,173,149,159,135,67,175,131,100,69,138,88,217,120,56,153,164,179,253,147,280,221,117,85,102,156,141,73,128,266,205,113,230,76,271,162,209,123,145,63,263,250,99,104,258,171,207,82,107,79,283]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : NUM401+1 : TPTP v8.1.2. Released v3.2.0.
% 0.07/0.16  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n020.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Thu May 18 17:31:48 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 1.01/0.90  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.27/1.06  % [INFO] 	 Parsing done (155ms). 
% 1.27/1.07  % [INFO] 	 Running in sequential loop mode. 
% 1.83/1.29  % [INFO] 	 eprover registered as external prover. 
% 1.83/1.29  % [INFO] 	 cvc4 registered as external prover. 
% 1.83/1.30  % [INFO] 	 Scanning for conjecture ... 
% 2.08/1.36  % [INFO] 	 Found a conjecture and 53 axioms. Running axiom selection ... 
% 2.25/1.41  % [INFO] 	 Axiom selection finished. Selected 53 axioms (removed 0 axioms). 
% 2.53/1.47  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.56/1.48  % [INFO] 	 Type checking passed. 
% 2.56/1.48  % [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.42/2.21  % External prover 'e' found a proof!
% 4.42/2.21  % [INFO] 	 Killing All external provers ... 
% 4.42/2.21  % Time passed: 1683ms (effective reasoning time: 1140ms)
% 4.42/2.21  % 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)>
% 4.42/2.21  % Axioms used in derivation (53): redefinition_r1_ordinal1, d1_tarski, t1_boole, rc3_funct_1, cc1_relat_1, cc1_ordinal1, rc3_ordinal1, reflexivity_r1_ordinal1, rc2_ordinal1, rc2_xboole_0, antisymmetry_r2_hidden, fc1_xboole_0, fc4_relat_1, t1_subset, rc1_funct_1, fc2_xboole_0, rc3_relat_1, t6_boole, cc2_ordinal1, commutativity_k2_xboole_0, t5_subset, d1_ordinal1, rc4_funct_1, t4_subset, fc3_xboole_0, d2_xboole_0, rc5_funct_1, t7_boole, cc1_funct_1, fc3_ordinal1, rc2_funct_1, cc3_ordinal1, connectedness_r1_ordinal1, cc2_funct_1, t3_subset, t24_ordinal1, existence_m1_subset_1, rc1_ordinal1, rc2_relat_1, t10_ordinal1, rc1_relat_1, t14_ordinal1, reflexivity_r1_tarski, t8_boole, rc1_xboole_0, t2_subset, fc2_relat_1, fc1_ordinal1, d2_ordinal1, fc12_relat_1, idempotence_k2_xboole_0, fc2_ordinal1, d10_xboole_0
% 4.42/2.21  % No. of inferences in proof: 110
% 4.42/2.21  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1683 ms resp. 1140 ms w/o parsing
% 4.94/2.27  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 4.94/2.27  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------