TSTP Solution File: SWV401+1 by Leo-III---1.7.15

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.15
% Problem  : SWV401+1 : TPTP v8.2.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d THM

% Computer : n001.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 : Mon Jun 24 17:23:56 EDT 2024

% Result   : Theorem 3.29s 1.74s
% Output   : Refutation 3.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   40 (  19 unt;   0 typ;   0 def)
%            Number of atoms       :   97 (  27 equ;   0 cnn)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  410 (  15   ~;   8   |;  21   &; 338   @)
%                                         (   3 <=>;  25  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   18 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   3 con; 0-3 aty)
%            Number of variables   :  121 (   0   ^ 121   !;   0   ?; 121   :)

% Comments : 
%------------------------------------------------------------------------------
thf(pair_in_list_type,type,
    pair_in_list: $i > $i > $i > $o ).

thf(less_than_type,type,
    less_than: $i > $i > $o ).

thf(update_slb_type,type,
    update_slb: $i > $i > $i ).

thf(insert_slb_type,type,
    insert_slb: $i > $i > $i ).

thf(pair_type,type,
    pair: $i > $i > $i ).

thf(contains_slb_type,type,
    contains_slb: $i > $i > $o ).

thf(create_slb_type,type,
    create_slb: $i ).

thf(isnonempty_slb_type,type,
    isnonempty_slb: $i > $o ).

thf(remove_slb_type,type,
    remove_slb: $i > $i > $i ).

thf(bottom_type,type,
    bottom: $i ).

thf(strictly_less_than_type,type,
    strictly_less_than: $i > $i > $o ).

thf(lookup_slb_type,type,
    lookup_slb: $i > $i > $i ).

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ( strictly_less_than @ A @ B )
    <=> ( ( less_than @ A @ B )
        & ~ ( less_than @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',stricly_smaller_definition) ).

thf(56,plain,
    ! [A: $i,B: $i] :
      ( ( ( strictly_less_than @ A @ B )
       => ( ( less_than @ A @ B )
          & ~ ( less_than @ B @ A ) ) )
      & ( ( ( less_than @ A @ B )
          & ~ ( less_than @ B @ A ) )
       => ( strictly_less_than @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(7,axiom,
    ! [A: $i] : ( less_than @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity) ).

thf(42,plain,
    ! [A: $i] : ( less_than @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(11,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( B != C )
        & ( contains_slb @ A @ C ) )
     => ( ( remove_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( insert_slb @ ( remove_slb @ A @ C ) @ ( pair @ B @ D ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax25) ).

thf(52,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( B != C )
        & ( contains_slb @ A @ C ) )
     => ( ( remove_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( insert_slb @ ( remove_slb @ A @ C ) @ ( pair @ B @ D ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(4,axiom,
    ~ ( isnonempty_slb @ create_slb ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax18) ).

thf(29,plain,
    ~ ( isnonempty_slb @ create_slb ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(20,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( B != C )
        & ( contains_slb @ A @ C ) )
     => ( ( lookup_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( lookup_slb @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax27) ).

thf(89,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( B != C )
        & ( contains_slb @ A @ C ) )
     => ( ( lookup_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( lookup_slb @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(14,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( lookup_slb @ ( insert_slb @ A @ ( pair @ B @ C ) ) @ B )
      = C ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax26) ).

thf(64,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( lookup_slb @ ( insert_slb @ A @ ( pair @ B @ C ) ) @ B )
      = C ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(8,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( remove_slb @ ( insert_slb @ A @ ( pair @ B @ C ) ) @ B )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax24) ).

thf(44,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( remove_slb @ ( insert_slb @ A @ ( pair @ B @ C ) ) @ B )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(17,axiom,
    ! [A: $i,B: $i,C: $i,D: $i,E: $i] :
      ( ( pair_in_list @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C @ E )
    <=> ( ( pair_in_list @ A @ C @ E )
        | ( ( B = C )
          & ( D = E ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax23) ).

thf(72,plain,
    ! [A: $i,B: $i,C: $i,D: $i,E: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C @ E )
       => ( ( pair_in_list @ A @ C @ E )
          | ( ( B = C )
            & ( D = E ) ) ) )
      & ( ( ( pair_in_list @ A @ C @ E )
          | ( ( B = C )
            & ( D = E ) ) )
       => ( pair_in_list @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C @ E ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(3,axiom,
    ! [A: $i] :
      ~ ( contains_slb @ create_slb @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax20) ).

thf(26,plain,
    ! [A: $i] :
      ~ ( contains_slb @ create_slb @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(18,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( less_than @ C @ D )
     => ( ( update_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( insert_slb @ ( update_slb @ A @ C ) @ ( pair @ B @ D ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax30) ).

thf(83,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( less_than @ C @ D )
     => ( ( update_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( insert_slb @ ( update_slb @ A @ C ) @ ( pair @ B @ D ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(16,axiom,
    ! [A: $i,B: $i] :
      ( ( less_than @ A @ B )
      | ( less_than @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',totality) ).

thf(70,plain,
    ! [A: $i,B: $i] :
      ( ( less_than @ A @ B )
      | ( less_than @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(1,conjecture,
    ! [A: $i] :
      ( ! [B: $i,C: $i,D: $i] :
          ( ( ( pair_in_list @ A @ B @ C )
            & ( less_than @ D @ C ) )
         => ( pair_in_list @ ( update_slb @ A @ D ) @ B @ C ) )
     => ! [B: $i,C: $i,D: $i,E: $i,F: $i] :
          ( ( ( pair_in_list @ ( insert_slb @ A @ ( pair @ E @ F ) ) @ B @ C )
            & ( less_than @ D @ C ) )
         => ( pair_in_list @ ( update_slb @ ( insert_slb @ A @ ( pair @ E @ F ) ) @ D ) @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l37_co) ).

thf(2,negated_conjecture,
    ~ ! [A: $i] :
        ( ! [B: $i,C: $i,D: $i] :
            ( ( ( pair_in_list @ A @ B @ C )
              & ( less_than @ D @ C ) )
           => ( pair_in_list @ ( update_slb @ A @ D ) @ B @ C ) )
       => ! [B: $i,C: $i,D: $i,E: $i,F: $i] :
            ( ( ( pair_in_list @ ( insert_slb @ A @ ( pair @ E @ F ) ) @ B @ C )
              & ( less_than @ D @ C ) )
           => ( pair_in_list @ ( update_slb @ ( insert_slb @ A @ ( pair @ E @ F ) ) @ D ) @ B @ C ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(21,plain,
    ~ ! [A: $i] :
        ( ! [B: $i,C: $i,D: $i] :
            ( ( ( pair_in_list @ A @ B @ C )
              & ( less_than @ D @ C ) )
           => ( pair_in_list @ ( update_slb @ A @ D ) @ B @ C ) )
       => ! [B: $i,C: $i,D: $i,E: $i,F: $i] :
            ( ( ( pair_in_list @ ( insert_slb @ A @ ( pair @ E @ F ) ) @ B @ C )
              & ( less_than @ D @ C ) )
           => ( pair_in_list @ ( update_slb @ ( insert_slb @ A @ ( pair @ E @ F ) ) @ D ) @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(6,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( contains_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
    <=> ( ( contains_slb @ A @ C )
        | ( B = C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax21) ).

thf(33,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( contains_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
       => ( ( contains_slb @ A @ C )
          | ( B = C ) ) )
      & ( ( ( contains_slb @ A @ C )
          | ( B = C ) )
       => ( contains_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(10,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( strictly_less_than @ D @ C )
     => ( ( update_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( insert_slb @ ( update_slb @ A @ C ) @ ( pair @ B @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax29) ).

thf(49,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( strictly_less_than @ D @ C )
     => ( ( update_slb @ ( insert_slb @ A @ ( pair @ B @ D ) ) @ C )
        = ( insert_slb @ ( update_slb @ A @ C ) @ ( pair @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( update_slb @ create_slb @ A )
      = create_slb ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax28) ).

thf(86,plain,
    ! [A: $i] :
      ( ( update_slb @ create_slb @ A )
      = create_slb ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(15,axiom,
    ! [A: $i,B: $i] :
      ~ ( pair_in_list @ create_slb @ A @ B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax22) ).

thf(67,plain,
    ! [A: $i,B: $i] :
      ~ ( pair_in_list @ create_slb @ A @ B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(5,axiom,
    ! [A: $i,B: $i,C: $i] : ( isnonempty_slb @ ( insert_slb @ A @ ( pair @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax19) ).

thf(31,plain,
    ! [A: $i,B: $i,C: $i] : ( isnonempty_slb @ ( insert_slb @ A @ ( pair @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(9,axiom,
    ! [A: $i] : ( less_than @ bottom @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bottom_smallest) ).

thf(47,plain,
    ! [A: $i] : ( less_than @ bottom @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(13,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( less_than @ A @ B )
        & ( less_than @ B @ C ) )
     => ( less_than @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity) ).

thf(62,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( less_than @ A @ B )
        & ( less_than @ B @ C ) )
     => ( less_than @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(93,plain,
    $false,
    inference(e,[status(thm)],[56,42,52,29,89,64,44,72,26,83,70,21,33,49,86,67,31,47,62]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWV401+1 : TPTP v8.2.0. Released v3.3.0.
% 0.07/0.12  % Command  : run_Leo-III %s %d THM
% 0.12/0.33  % Computer : n001.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Thu Jun 20 14:17:10 EDT 2024
% 0.12/0.33  % CPUTime  : 
% 0.95/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.17/0.96  % [INFO] 	 Parsing done (109ms). 
% 1.17/0.97  % [INFO] 	 Running in sequential loop mode. 
% 1.72/1.17  % [INFO] 	 eprover registered as external prover. 
% 1.72/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.92/1.24  % [INFO] 	 Found a conjecture (or negated_conjecture) and 18 axioms. Running axiom selection ... 
% 2.07/1.28  % [INFO] 	 Axiom selection finished. Selected 18 axioms (removed 0 axioms). 
% 2.07/1.30  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.07/1.31  % [INFO] 	 Type checking passed. 
% 2.07/1.31  % [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.29/1.74  % External prover 'e' found a proof!
% 3.29/1.74  % [INFO] 	 Killing All external provers ... 
% 3.29/1.74  % Time passed: 1217ms (effective reasoning time: 763ms)
% 3.29/1.74  % 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)>
% 3.29/1.74  % Axioms used in derivation (18): ax20, ax24, stricly_smaller_definition, ax28, ax27, ax21, reflexivity, ax22, ax19, totality, ax23, ax25, ax26, bottom_smallest, transitivity, ax30, ax18, ax29
% 3.29/1.74  % No. of inferences in proof: 40
% 3.29/1.74  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1217 ms resp. 763 ms w/o parsing
% 3.61/1.79  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.61/1.79  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------