TSTP Solution File: KRS096+1 by Leo-III---1.7.10

View Problem - Process Solution

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

% Computer : n011.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  7 07:51:52 EDT 2024

% Result   : Unsatisfiable 3.62s 1.80s
% Output   : Refutation 3.70s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   23
% Syntax   : Number of formulae    :   38 (   3 unt;   9 typ;   0 def)
%            Number of atoms       :   95 (  21 equ;   0 cnn)
%            Maximal formula atoms :   16 (   3 avg)
%            Number of connectives :  166 (   7   ~;   0   |;  37   &;  93   @)
%                                         (   2 <=>;  27  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    9 (   9   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   9 usr;   2 con; 0-2 aty)
%            Number of variables   :   60 (   0   ^  54   !;   6   ?;  60   :)

% Comments : 
%------------------------------------------------------------------------------
thf(cUnsatisfiable_type,type,
    cUnsatisfiable: $i > $o ).

thf(cc_type,type,
    cc: $i > $o ).

thf(cd_type,type,
    cd: $i > $o ).

thf(cowlNothing_type,type,
    cowlNothing: $i > $o ).

thf(cowlThing_type,type,
    cowlThing: $i > $o ).

thf(rr_type,type,
    rr: $i > $i > $o ).

thf(xsd_integer_type,type,
    xsd_integer: $i > $o ).

thf(xsd_string_type,type,
    xsd_string: $i > $o ).

thf(i2003_11_14_17_20_18265_type,type,
    i2003_11_14_17_20_18265: $i ).

thf(11,axiom,
    ! [A: $i] :
      ( ( xsd_string @ A )
    <=> ~ ( xsd_integer @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_1) ).

thf(56,plain,
    ! [A: $i] :
      ( ( ( xsd_string @ A )
       => ~ ( xsd_integer @ A ) )
      & ( ~ ( xsd_integer @ A )
       => ( xsd_string @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(14,axiom,
    cUnsatisfiable @ i2003_11_14_17_20_18265,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_4) ).

thf(78,plain,
    cUnsatisfiable @ i2003_11_14_17_20_18265,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(12,axiom,
    ! [A: $i] :
      ( ( cUnsatisfiable @ A )
    <=> ( ? [B: $i] :
            ( ( rr @ A @ B )
            & ( cc @ B ) )
        & ? [B: $i] :
            ( ( rr @ A @ B )
            & ( cd @ B ) )
        & ! [B: $i,C: $i] :
            ( ( ( rr @ A @ B )
              & ( rr @ A @ C ) )
           => ( B = C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_2) ).

thf(61,plain,
    ! [A: $i] :
      ( ( ( cUnsatisfiable @ A )
       => ( ? [B: $i] :
              ( ( rr @ A @ B )
              & ( cc @ B ) )
          & ? [B: $i] :
              ( ( rr @ A @ B )
              & ( cd @ B ) )
          & ! [B: $i,C: $i] :
              ( ( ( rr @ A @ B )
                & ( rr @ A @ C ) )
             => ( B = C ) ) ) )
      & ( ( ? [B: $i] :
              ( ( rr @ A @ B )
              & ( cc @ B ) )
          & ? [B: $i] :
              ( ( rr @ A @ B )
              & ( cd @ B ) )
          & ! [B: $i,C: $i] :
              ( ( ( rr @ A @ B )
                & ( rr @ A @ C ) )
             => ( B = C ) ) )
       => ( cUnsatisfiable @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cowlNothing @ A ) )
     => ( cowlNothing @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cowlNothing_substitution_1) ).

thf(27,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cowlNothing @ A ) )
     => ( cowlNothing @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(6,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( A = B )
        & ( rr @ A @ C ) )
     => ( rr @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rr_substitution_1) ).

thf(35,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( A = B )
        & ( rr @ A @ C ) )
     => ( rr @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cowlThing @ A ) )
     => ( cowlThing @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cowlThing_substitution_1) ).

thf(31,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cowlThing @ A ) )
     => ( cowlThing @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( xsd_integer @ A ) )
     => ( xsd_integer @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',xsd_integer_substitution_1) ).

thf(43,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( xsd_integer @ A ) )
     => ( xsd_integer @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

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

thf(23,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cd @ A ) )
     => ( cd @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(13,axiom,
    ! [A: $i] :
      ( ( cc @ A )
     => ~ ( cd @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_3) ).

thf(76,plain,
    ! [A: $i] :
      ( ( cc @ A )
     => ~ ( cd @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(7,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( A = B )
        & ( rr @ C @ A ) )
     => ( rr @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',rr_substitution_2) ).

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

thf(10,axiom,
    ! [A: $i] :
      ( ( cowlThing @ A )
      & ~ ( cowlNothing @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_0) ).

thf(51,plain,
    ! [A: $i] :
      ( ( cowlThing @ A )
      & ~ ( cowlNothing @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(2,axiom,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cc @ A ) )
     => ( cc @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cc_substitution_1) ).

thf(19,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cc @ A ) )
     => ( cc @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(9,axiom,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( xsd_string @ A ) )
     => ( xsd_string @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',xsd_string_substitution_1) ).

thf(47,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( xsd_string @ A ) )
     => ( xsd_string @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(1,axiom,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cUnsatisfiable @ A ) )
     => ( cUnsatisfiable @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cUnsatisfiable_substitution_1) ).

thf(15,plain,
    ! [A: $i,B: $i] :
      ( ( ( A = B )
        & ( cUnsatisfiable @ A ) )
     => ( cUnsatisfiable @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(79,plain,
    $false,
    inference(e,[status(thm)],[56,78,61,27,35,31,43,23,76,39,51,19,47,15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : KRS096+1 : TPTP v8.1.2. Released v3.1.0.
% 0.14/0.16  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n011.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 : Mon May  6 15:19:24 EDT 2024
% 0.16/0.37  % CPUTime  : 
% 0.98/0.87  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.27/0.99  % [INFO] 	 Parsing done (125ms). 
% 1.27/1.00  % [INFO] 	 Running in sequential loop mode. 
% 1.85/1.22  % [INFO] 	 eprover registered as external prover. 
% 1.85/1.22  % [INFO] 	 cvc4 registered as external prover. 
% 1.85/1.22  % [INFO] 	 Scanning for conjecture ... 
% 1.85/1.25  % [INFO] 	 14 axioms and no conjecture found. 
% 1.94/1.30  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 1.94/1.30  % [INFO] 	 Type checking passed. 
% 1.94/1.30  % [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.62/1.79  % External prover 'e' found a proof!
% 3.62/1.79  % [INFO] 	 Killing All external provers ... 
% 3.62/1.79  % Time passed: 1257ms (effective reasoning time: 788ms)
% 3.62/1.80  % Axioms used in derivation (14): cowlNothing_substitution_1, cc_substitution_1, rr_substitution_1, axiom_2, xsd_string_substitution_1, axiom_3, cUnsatisfiable_substitution_1, axiom_0, rr_substitution_2, axiom_4, cowlThing_substitution_1, cd_substitution_1, axiom_1, xsd_integer_substitution_1
% 3.62/1.80  % No. of inferences in proof: 29
% 3.62/1.80  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : 1257 ms resp. 788 ms w/o parsing
% 3.70/1.84  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.70/1.84  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------