TSTP Solution File: SYO454^6 by Leo-III-SAT---1.7.12

View Problem - Process Solution

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

% Computer : n010.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 09:00:21 EDT 2024

% Result   : Theorem 7.54s 2.94s
% Output   : Refutation 7.54s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   28
% Syntax   : Number of formulae    :   51 (  16 unt;  16 typ;   9 def)
%            Number of atoms       :  121 (  14 equ;   0 cnn)
%            Maximal formula atoms :   13 (   3 avg)
%            Number of connectives :  214 (  32   ~;  29   |;   2   &; 147   @)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   4 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   48 (  48   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   19 (  16 usr;   6 con; 0-3 aty)
%            Number of variables   :   47 (  13   ^  34   !;   0   ?;  47   :)

% Comments : 
%------------------------------------------------------------------------------
thf(mu_type,type,
    mu: $tType ).

thf(mnot_type,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(mnot_def,definition,
    ( mnot
    = ( ^ [A: $i > $o,B: $i] :
          ~ ( A @ B ) ) ) ).

thf(mor_type,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mor_def,definition,
    ( mor
    = ( ^ [A: $i > $o,B: $i > $o,C: $i] :
          ( ( A @ C )
          | ( B @ C ) ) ) ) ).

thf(mand_type,type,
    mand: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mand_def,definition,
    ( mand
    = ( ^ [A: $i > $o,B: $i > $o] : ( mnot @ ( mor @ ( mnot @ A ) @ ( mnot @ B ) ) ) ) ) ).

thf(mimplies_type,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mimplies_def,definition,
    ( mimplies
    = ( ^ [A: $i > $o] : ( mor @ ( mnot @ A ) ) ) ) ).

thf(msymmetric_type,type,
    msymmetric: ( $i > $i > $o ) > $o ).

thf(msymmetric_def,definition,
    ( msymmetric
    = ( ^ [A: $i > $i > $o] :
        ! [B: $i,C: $i] :
          ( ( A @ B @ C )
         => ( A @ C @ B ) ) ) ) ).

thf(mtransitive_type,type,
    mtransitive: ( $i > $i > $o ) > $o ).

thf(mtransitive_def,definition,
    ( mtransitive
    = ( ^ [A: $i > $i > $o] :
        ! [B: $i,C: $i,D: $i] :
          ( ( ( A @ B @ C )
            & ( A @ C @ D ) )
         => ( A @ B @ D ) ) ) ) ).

thf(mvalid_type,type,
    mvalid: ( $i > $o ) > $o ).

thf(mvalid_def,definition,
    ( mvalid
    = ( '!' @ $i ) ) ).

thf(rel_s5_type,type,
    rel_s5: $i > $i > $o ).

thf(mbox_s5_type,type,
    mbox_s5: ( $i > $o ) > $i > $o ).

thf(mbox_s5_def,definition,
    ( mbox_s5
    = ( ^ [A: $i > $o,B: $i] :
        ! [C: $i] :
          ( ~ ( rel_s5 @ B @ C )
          | ( A @ C ) ) ) ) ).

thf(mdia_s5_type,type,
    mdia_s5: ( $i > $o ) > $i > $o ).

thf(mdia_s5_def,definition,
    ( mdia_s5
    = ( ^ [A: $i > $o] : ( mnot @ ( mbox_s5 @ ( mnot @ A ) ) ) ) ) ).

thf(p_type,type,
    p: $i > $o ).

thf(q_type,type,
    q: $i > $o ).

thf(sk1_type,type,
    sk1: $i ).

thf(sk2_type,type,
    sk2: $i ).

thf(sk3_type,type,
    sk3: $i ).

thf(1,conjecture,
    mvalid @ ( mor @ ( mdia_s5 @ ( mand @ ( mdia_s5 @ p ) @ ( mnot @ q ) ) ) @ ( mbox_s5 @ ( mimplies @ p @ ( mbox_s5 @ q ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove) ).

thf(2,negated_conjecture,
    ~ ( mvalid @ ( mor @ ( mdia_s5 @ ( mand @ ( mdia_s5 @ p ) @ ( mnot @ q ) ) ) @ ( mbox_s5 @ ( mimplies @ p @ ( mbox_s5 @ q ) ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(6,plain,
    ~ ! [A: $i] :
        ( ~ ! [B: $i] :
              ( ~ ( rel_s5 @ A @ B )
              | ! [C: $i] :
                  ( ~ ( rel_s5 @ B @ C )
                  | ~ ( p @ C ) )
              | ( q @ B ) )
        | ! [B: $i] :
            ( ~ ( rel_s5 @ A @ B )
            | ~ ( p @ B )
            | ! [C: $i] :
                ( ~ ( rel_s5 @ B @ C )
                | ( q @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(9,plain,
    rel_s5 @ sk2 @ sk3,
    inference(cnf,[status(esa)],[6]) ).

thf(5,axiom,
    msymmetric @ rel_s5,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a3) ).

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

thf(17,plain,
    ! [B: $i,A: $i] :
      ( ~ ( rel_s5 @ A @ B )
      | ( rel_s5 @ B @ A ) ),
    inference(cnf,[status(esa)],[16]) ).

thf(144,plain,
    ! [B: $i,A: $i] :
      ( ( rel_s5 @ B @ A )
      | ( ( rel_s5 @ sk2 @ sk3 )
       != ( rel_s5 @ A @ B ) ) ),
    inference(paramod_ordered,[status(thm)],[9,17]) ).

thf(145,plain,
    rel_s5 @ sk3 @ sk2,
    inference(pattern_uni,[status(thm)],[144:[bind(A,$thf( sk2 )),bind(B,$thf( sk3 ))]]) ).

thf(8,plain,
    p @ sk2,
    inference(cnf,[status(esa)],[6]) ).

thf(7,plain,
    ! [B: $i,A: $i] :
      ( ~ ( rel_s5 @ sk1 @ A )
      | ~ ( rel_s5 @ A @ B )
      | ~ ( p @ B )
      | ( q @ A ) ),
    inference(cnf,[status(esa)],[6]) ).

thf(25,plain,
    ! [B: $i,A: $i] :
      ( ~ ( rel_s5 @ sk1 @ A )
      | ~ ( rel_s5 @ A @ B )
      | ( q @ A )
      | ( ( p @ sk2 )
       != ( p @ B ) ) ),
    inference(paramod_ordered,[status(thm)],[8,7]) ).

thf(26,plain,
    ! [A: $i] :
      ( ~ ( rel_s5 @ sk1 @ A )
      | ~ ( rel_s5 @ A @ sk2 )
      | ( q @ A ) ),
    inference(pattern_uni,[status(thm)],[25:[bind(A,$thf( A )),bind(B,$thf( sk2 ))]]) ).

thf(337,plain,
    ! [A: $i] :
      ( ~ ( rel_s5 @ sk1 @ A )
      | ( q @ A )
      | ( ( rel_s5 @ sk3 @ sk2 )
       != ( rel_s5 @ A @ sk2 ) ) ),
    inference(paramod_ordered,[status(thm)],[145,26]) ).

thf(338,plain,
    ( ~ ( rel_s5 @ sk1 @ sk3 )
    | ( q @ sk3 ) ),
    inference(pattern_uni,[status(thm)],[337:[bind(A,$thf( sk3 ))]]) ).

thf(10,plain,
    rel_s5 @ sk1 @ sk2,
    inference(cnf,[status(esa)],[6]) ).

thf(4,axiom,
    mtransitive @ rel_s5,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a2) ).

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

thf(15,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( rel_s5 @ A @ B )
      | ~ ( rel_s5 @ B @ C )
      | ( rel_s5 @ A @ C ) ),
    inference(cnf,[status(esa)],[14]) ).

thf(59,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( rel_s5 @ A @ B )
      | ( rel_s5 @ A @ C )
      | ( ( rel_s5 @ sk2 @ sk3 )
       != ( rel_s5 @ B @ C ) ) ),
    inference(paramod_ordered,[status(thm)],[9,15]) ).

thf(60,plain,
    ! [A: $i] :
      ( ~ ( rel_s5 @ A @ sk2 )
      | ( rel_s5 @ A @ sk3 ) ),
    inference(pattern_uni,[status(thm)],[59:[bind(A,$thf( A )),bind(B,$thf( sk2 )),bind(C,$thf( sk3 ))]]) ).

thf(224,plain,
    ! [A: $i] :
      ( ( rel_s5 @ A @ sk3 )
      | ( ( rel_s5 @ sk1 @ sk2 )
       != ( rel_s5 @ A @ sk2 ) ) ),
    inference(paramod_ordered,[status(thm)],[10,60]) ).

thf(225,plain,
    rel_s5 @ sk1 @ sk3,
    inference(pattern_uni,[status(thm)],[224:[bind(A,$thf( sk1 ))]]) ).

thf(11,plain,
    ~ ( q @ sk3 ),
    inference(cnf,[status(esa)],[6]) ).

thf(384,plain,
    ( ~ $true
    | $false ),
    inference(rewrite,[status(thm)],[338,225,11]) ).

thf(385,plain,
    $false,
    inference(simp,[status(thm)],[384]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.09  % Problem  : SYO454^6 : TPTP v8.2.0. Released v4.0.0.
% 0.08/0.11  % Command  : run_Leo-III %s %d
% 0.11/0.30  % Computer : n010.cluster.edu
% 0.11/0.30  % Model    : x86_64 x86_64
% 0.11/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.30  % Memory   : 8042.1875MB
% 0.11/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.30  % CPULimit : 300
% 0.11/0.30  % WCLimit  : 300
% 0.11/0.30  % DateTime : Mon May 20 08:32:54 EDT 2024
% 0.11/0.31  % CPUTime  : 
% 0.88/0.89  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.51/1.13  % [INFO] 	 Parsing done (231ms). 
% 1.51/1.14  % [INFO] 	 Running in sequential loop mode. 
% 2.01/1.48  % [INFO] 	 nitpick registered as external prover. 
% 2.01/1.49  % [INFO] 	 Scanning for conjecture ... 
% 2.27/1.65  % [INFO] 	 Found a conjecture (or negated_conjecture) and 3 axioms. Running axiom selection ... 
% 2.46/1.68  % [INFO] 	 Axiom selection finished. Selected 3 axioms (removed 0 axioms). 
% 2.52/1.68  % [INFO] 	 Problem is higher-order (TPTP THF). 
% 2.52/1.68  % [INFO] 	 Type checking passed. 
% 2.52/1.69  % [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 ... 
% 7.54/2.93  % [INFO] 	 Killing All external provers ... 
% 7.54/2.93  % Time passed: 2484ms (effective reasoning time: 1787ms)
% 7.54/2.93  % 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)>
% 7.54/2.93  % Axioms used in derivation (2): a3, a2
% 7.54/2.93  % No. of inferences in proof: 26
% 7.54/2.94  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 2484 ms resp. 1787 ms w/o parsing
% 7.54/3.02  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 7.54/3.02  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------