TSTP Solution File: SEV194^5 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : SEV194^5 : TPTP v8.2.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n007.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Tue May 21 04:10:08 EDT 2024

% Result   : Theorem 4.00s 2.59s
% Output   : Refutation 4.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   15 (   4 unt;   5 typ;   0 def)
%            Number of atoms       :   40 (  32 equ;   0 cnn)
%            Maximal formula atoms :    8 (   4 avg)
%            Number of connectives :  139 (   9   ~;  12   |;  26   &;  84   @)
%                                         (   0 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   24 (  12 avg)
%            Number of types       :    2 (   1 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   4 usr;   4 con; 0-3 aty)
%            Number of variables   :   47 (   0   ^  23   !;  24   ?;  47   :)

% Comments : 
%------------------------------------------------------------------------------
thf(a_type,type,
    a: $tType ).

thf(x_type,type,
    x: a ).

thf(c0_type,type,
    c0: a ).

thf(cP_type,type,
    cP: a > a > a ).

thf(sk1_type,type,
    sk1: a > a > a > $o ).

thf(1,conjecture,
    ! [A: a > a > a > $o] :
      ( ( $true
        & ! [B: a,C: a,D: a] :
            ( ( ( ( B = c0 )
                & ( C = D ) )
              | ( ( C = c0 )
                & ( B = D ) )
              | ? [E: a,F: a,G: a,H: a,I: a,J: a] :
                  ( ( B
                    = ( cP @ E @ F ) )
                  & ( C
                    = ( cP @ G @ H ) )
                  & ( D
                    = ( cP @ I @ J ) )
                  & ( A @ E @ G @ I )
                  & ( A @ F @ H @ J ) ) )
           => ( A @ B @ C @ D ) ) )
     => ( A @ c0 @ x @ x ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cS_INCL_LEM2_pme) ).

thf(2,negated_conjecture,
    ~ ! [A: a > a > a > $o] :
        ( ( $true
          & ! [B: a,C: a,D: a] :
              ( ( ( ( B = c0 )
                  & ( C = D ) )
                | ( ( C = c0 )
                  & ( B = D ) )
                | ? [E: a,F: a,G: a,H: a,I: a,J: a] :
                    ( ( B
                      = ( cP @ E @ F ) )
                    & ( C
                      = ( cP @ G @ H ) )
                    & ( D
                      = ( cP @ I @ J ) )
                    & ( A @ E @ G @ I )
                    & ( A @ F @ H @ J ) ) )
             => ( A @ B @ C @ D ) ) )
       => ( A @ c0 @ x @ x ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(3,plain,
    ~ ! [A: a > a > a > $o] :
        ( ! [B: a,C: a,D: a] :
            ( ( ( ( B = c0 )
                & ( C = D ) )
              | ( ( C = c0 )
                & ( B = D ) )
              | ? [E: a,F: a,G: a,H: a,I: a,J: a] :
                  ( ( B
                    = ( cP @ E @ F ) )
                  & ( C
                    = ( cP @ G @ H ) )
                  & ( D
                    = ( cP @ I @ J ) )
                  & ( A @ E @ G @ I )
                  & ( A @ F @ H @ J ) ) )
           => ( A @ B @ C @ D ) )
       => ( A @ c0 @ x @ x ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(4,plain,
    ~ ! [A: a > a > a > $o] :
        ( ! [B: a,C: a,D: a] :
            ( ( ( ( B = c0 )
                & ( C = D ) )
              | ( ( C = c0 )
                & ( B = D ) )
              | ? [E: a,F: a] :
                  ( ( B
                    = ( cP @ E @ F ) )
                  & ? [G: a,H: a] :
                      ( ( C
                        = ( cP @ G @ H ) )
                      & ? [I: a,J: a] :
                          ( ( D
                            = ( cP @ I @ J ) )
                          & ( A @ E @ G @ I )
                          & ( A @ F @ H @ J ) ) ) ) )
           => ( A @ B @ C @ D ) )
       => ( A @ c0 @ x @ x ) ),
    inference(miniscope,[status(thm)],[3]) ).

thf(5,plain,
    ~ ( sk1 @ c0 @ x @ x ),
    inference(cnf,[status(esa)],[4]) ).

thf(6,plain,
    ! [C: a,B: a,A: a] :
      ( ( A != c0 )
      | ( B != C )
      | ( sk1 @ A @ B @ C ) ),
    inference(cnf,[status(esa)],[4]) ).

thf(9,plain,
    ! [C: a,B: a,A: a] :
      ( ( A != c0 )
      | ( B != C )
      | ( sk1 @ A @ B @ C ) ),
    inference(lifteq,[status(thm)],[6]) ).

thf(10,plain,
    ! [A: a] : ( sk1 @ c0 @ A @ A ),
    inference(simp,[status(thm)],[9]) ).

thf(15,plain,
    ~ $true,
    inference(rewrite,[status(thm)],[5,10]) ).

thf(16,plain,
    $false,
    inference(simp,[status(thm)],[15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : SEV194^5 : TPTP v8.2.0. Released v4.0.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n007.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 : Sun May 19 19:12:09 EDT 2024
% 0.15/0.36  % CPUTime  : 
% 1.18/1.11  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.51/1.29  % [INFO] 	 Parsing done (175ms). 
% 1.51/1.31  % [INFO] 	 Running in sequential loop mode. 
% 2.13/1.76  % [INFO] 	 eprover registered as external prover. 
% 2.13/1.76  % [INFO] 	 cvc4 registered as external prover. 
% 2.13/1.77  % [INFO] 	 Scanning for conjecture ... 
% 2.44/1.89  % [INFO] 	 Found a conjecture (or negated_conjecture) and 0 axioms. Running axiom selection ... 
% 2.61/1.94  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 2.61/1.94  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 2.61/1.95  % [INFO] 	 Type checking passed. 
% 2.61/1.95  % [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.00/2.59  % [INFO] 	 Killing All external provers ... 
% 4.00/2.59  % Time passed: 2054ms (effective reasoning time: 1269ms)
% 4.00/2.59  % 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.00/2.59  % Axioms used in derivation (0): 
% 4.00/2.59  % No. of inferences in proof: 10
% 4.00/2.59  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 2054 ms resp. 1269 ms w/o parsing
% 4.16/2.65  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 4.16/2.65  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------