TSTP Solution File: PUZ130+1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : PUZ130+1 : TPTP v8.1.0. Released v4.1.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n025.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  : 600s
% DateTime : Mon Jul 18 18:19:40 EDT 2022

% Result   : Theorem 0.20s 0.41s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   39
% Syntax   : Number of formulae    :  174 (  95 unt;  20 typ;   0 def)
%            Number of atoms       :  817 ( 256 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives :  969 ( 222   ~; 205   |;  18   &; 496   @)
%                                         (   2 <=>;  26  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   23 (  20 usr;  13 con; 0-2 aty)
%            Number of variables   :  152 (   0   ^ 142   !;  10   ?; 152   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_cat,type,
    cat: $i > $o ).

thf(tp_chased,type,
    chased: $i > $i > $o ).

thf(tp_dog,type,
    dog: $i > $o ).

thf(tp_garfield,type,
    garfield: $i ).

thf(tp_hates,type,
    hates: $i > $i > $o ).

thf(tp_human,type,
    human: $i > $o ).

thf(tp_jon,type,
    jon: $i ).

thf(tp_odie,type,
    odie: $i ).

thf(tp_owner,type,
    owner: $i > $i > $o ).

thf(tp_owner_of,type,
    owner_of: $i > $i ).

thf(tp_pet,type,
    pet: $i > $o ).

thf(tp_sK1_X,type,
    sK1_X: $i ).

thf(tp_sK2_REN,type,
    sK2_REN: $o ).

thf(tp_sK3_X,type,
    sK3_X: $i ).

thf(tp_sK4_REN,type,
    sK4_REN: $o ).

thf(tp_sK5_Y,type,
    sK5_Y: $i > $i ).

thf(tp_sK6_A,type,
    sK6_A: $i ).

thf(tp_sK7_A,type,
    sK7_A: $i ).

thf(tp_sK8_A,type,
    sK8_A: $i ).

thf(tp_sK9_A,type,
    sK9_A: $i ).

thf(1,axiom,
    chased @ odie @ garfield,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',odie_chase_axiom) ).

thf(2,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( human @ X )
        & ( pet @ Y ) )
     => ( ( owner @ X @ Y )
      <=> ( X
          = ( owner_of @ Y ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owner_def) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ( ( cat @ X )
        & ( dog @ Y ) )
     => ( ( chased @ Y @ X )
       => ( hates @ ( owner_of @ X ) @ ( owner_of @ Y ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cat_chase_axiom) ).

thf(4,axiom,
    ! [X: $i] :
      ( ! [X: $i] :
          ( ( dog @ X )
         => ( owner @ jon @ X ) )
     => ( X = odie ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_only_o_owner_axiom) ).

thf(5,axiom,
    ! [X: $i] :
      ( ! [X: $i] :
          ( ( cat @ X )
         => ( owner @ jon @ X ) )
     => ( X = garfield ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_only_g_owner_axiom) ).

thf(6,axiom,
    owner @ jon @ garfield,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_g_owner_axiom) ).

thf(7,axiom,
    owner @ jon @ odie,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_o_owner_axiom) ).

thf(8,axiom,
    ! [X: $i] :
      ( ( pet @ X )
     => ? [Y: $i] :
          ( ( human @ Y )
          & ( owner @ X @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pet_owner_axiom) ).

thf(9,axiom,
    ! [A: $i] :
      ( ( pet @ A )
     => ( human @ ( owner_of @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',owner_of_type) ).

thf(10,axiom,
    human @ jon,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_type) ).

thf(11,axiom,
    ? [A: $i] : ( human @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',human_type) ).

thf(12,axiom,
    ! [A: $i] :
      ( ( cat @ A )
     => ( pet @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cat_pet_type) ).

thf(13,axiom,
    ! [A: $i] :
      ( ( dog @ A )
     => ( pet @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',dog_pet_type) ).

thf(14,axiom,
    ? [A: $i] : ( pet @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',pet_type) ).

thf(15,axiom,
    dog @ odie,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',odie_type) ).

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

thf(17,axiom,
    cat @ garfield,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',garfield_type) ).

thf(18,axiom,
    ? [A: $i] : ( cat @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cat_type) ).

thf(19,conjecture,
    hates @ jon @ jon,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',jon_conjecture) ).

thf(20,negated_conjecture,
    ( ( hates @ jon @ jon )
    = $false ),
    inference(negate_conjecture,[status(cth)],[19]) ).

thf(21,plain,
    ( ( hates @ jon @ jon )
    = $false ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(22,plain,
    ( ( chased @ odie @ garfield )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(23,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( human @ X )
            & ( pet @ Y ) )
         => ( ( owner @ X @ Y )
          <=> ( X
              = ( owner_of @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(24,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( ( cat @ X )
            & ( dog @ Y ) )
         => ( ( chased @ Y @ X )
           => ( hates @ ( owner_of @ X ) @ ( owner_of @ Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(25,plain,
    ( ( ! [X: $i] :
          ( ! [X: $i] :
              ( ( dog @ X )
             => ( owner @ jon @ X ) )
         => ( X = odie ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(26,plain,
    ( ( ! [X: $i] :
          ( ! [X: $i] :
              ( ( cat @ X )
             => ( owner @ jon @ X ) )
         => ( X = garfield ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(27,plain,
    ( ( owner @ jon @ garfield )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(28,plain,
    ( ( owner @ jon @ odie )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(29,plain,
    ( ( ! [X: $i] :
          ( ( pet @ X )
         => ? [Y: $i] :
              ( ( human @ Y )
              & ( owner @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(30,plain,
    ( ( ! [A: $i] :
          ( ( pet @ A )
         => ( human @ ( owner_of @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(31,plain,
    ( ( human @ jon )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(32,plain,
    ( ( ? [A: $i] : ( human @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(33,plain,
    ( ( ! [A: $i] :
          ( ( cat @ A )
         => ( pet @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(34,plain,
    ( ( ! [A: $i] :
          ( ( dog @ A )
         => ( pet @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(35,plain,
    ( ( ? [A: $i] : ( pet @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(36,plain,
    ( ( dog @ odie )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(37,plain,
    ( ( ? [A: $i] : ( dog @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(38,plain,
    ( ( cat @ garfield )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(39,plain,
    ( ( ? [A: $i] : ( cat @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(40,plain,
    ( ( ~ ( hates @ jon @ jon ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[21]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( human @ X )
          | ~ ( pet @ Y )
          | ( X
           != ( owner_of @ Y ) )
          | ( owner @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( human @ X )
          | ~ ( pet @ Y )
          | ~ ( owner @ X @ Y )
          | ( X
            = ( owner_of @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( cat @ X )
          | ~ ( dog @ Y )
          | ~ ( chased @ Y @ X )
          | ( hates @ ( owner_of @ X ) @ ( owner_of @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(43,plain,
    ( ( ( sK2_REN
        | ! [X: $i] : ( X = odie ) )
      & ( sK2_REN
       => ( ( dog @ sK1_X )
          & ~ ( owner @ jon @ sK1_X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(44,plain,
    ( ( ( sK4_REN
        | ! [X: $i] : ( X = garfield ) )
      & ( sK4_REN
       => ( ( cat @ sK3_X )
          & ~ ( owner @ jon @ sK3_X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(45,plain,
    ( ( ! [X: $i] :
          ( ~ ( pet @ X )
          | ( ( human @ ( sK5_Y @ X ) )
            & ( owner @ X @ ( sK5_Y @ X ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(46,plain,
    ( ( ! [A: $i] :
          ( ~ ( pet @ A )
          | ( human @ ( owner_of @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[30]) ).

thf(47,plain,
    ( ( human @ sK6_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(48,plain,
    ( ( ! [A: $i] :
          ( ~ ( cat @ A )
          | ( pet @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(49,plain,
    ( ( ! [A: $i] :
          ( ~ ( dog @ A )
          | ( pet @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(50,plain,
    ( ( pet @ sK7_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(51,plain,
    ( ( dog @ sK8_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(52,plain,
    ( ( cat @ sK9_A )
    = $true ),
    inference(extcnf_combined,[status(esa)],[39]) ).

thf(53,plain,
    ( ( cat @ sK9_A )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(54,plain,
    ( ( cat @ garfield )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(55,plain,
    ( ( dog @ sK8_A )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(56,plain,
    ( ( dog @ odie )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(57,plain,
    ( ( pet @ sK7_A )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(58,plain,
    ( ( ! [A: $i] :
          ( ~ ( dog @ A )
          | ( pet @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(59,plain,
    ( ( ! [A: $i] :
          ( ~ ( cat @ A )
          | ( pet @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(60,plain,
    ( ( human @ sK6_A )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(61,plain,
    ( ( human @ jon )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(62,plain,
    ( ( ! [A: $i] :
          ( ~ ( pet @ A )
          | ( human @ ( owner_of @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(63,plain,
    ( ( ! [X: $i] :
          ( ~ ( pet @ X )
          | ( ( human @ ( sK5_Y @ X ) )
            & ( owner @ X @ ( sK5_Y @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(64,plain,
    ( ( owner @ jon @ odie )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(65,plain,
    ( ( owner @ jon @ garfield )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(66,plain,
    ( ( ( sK4_REN
        | ! [X: $i] : ( X = garfield ) )
      & ( sK4_REN
       => ( ( cat @ sK3_X )
          & ~ ( owner @ jon @ sK3_X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(67,plain,
    ( ( ( sK2_REN
        | ! [X: $i] : ( X = odie ) )
      & ( sK2_REN
       => ( ( dog @ sK1_X )
          & ~ ( owner @ jon @ sK1_X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(68,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( cat @ X )
          | ~ ( dog @ Y )
          | ~ ( chased @ Y @ X )
          | ( hates @ ( owner_of @ X ) @ ( owner_of @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(69,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( human @ X )
          | ~ ( pet @ Y )
          | ( X
           != ( owner_of @ Y ) )
          | ( owner @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( human @ X )
          | ~ ( pet @ Y )
          | ~ ( owner @ X @ Y )
          | ( X
            = ( owner_of @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(70,plain,
    ( ( chased @ odie @ garfield )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(71,plain,
    ( ( ~ ( hates @ jon @ jon ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(72,plain,
    ( ( ~ ( ~ ( sK4_REN
              | ! [SX0: $i] : ( SX0 = garfield ) )
          | ~ ( ~ sK4_REN
              | ~ ( ~ ( cat @ sK3_X )
                  | ~ ~ ( owner @ jon @ sK3_X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[66]) ).

thf(73,plain,
    ( ( ~ ( ~ ( sK2_REN
              | ! [SX0: $i] : ( SX0 = odie ) )
          | ~ ( ~ sK2_REN
              | ~ ( ~ ( dog @ sK1_X )
                  | ~ ~ ( owner @ jon @ sK1_X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[67]) ).

thf(74,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( pet @ SX0 )
          | ~ ( ~ ( human @ ( sK5_Y @ SX0 ) )
              | ~ ( owner @ SX0 @ ( sK5_Y @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[63]) ).

thf(75,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( human @ SX0 )
                | ~ ( pet @ SX1 )
                | ( SX0
                 != ( owner_of @ SX1 ) )
                | ( owner @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( human @ SX0 )
                | ~ ( pet @ SX1 )
                | ~ ( owner @ SX0 @ SX1 )
                | ( SX0
                  = ( owner_of @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[69]) ).

thf(76,plain,
    ! [SV1: $i] :
      ( ( ~ ( dog @ SV1 )
        | ( pet @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(77,plain,
    ! [SV2: $i] :
      ( ( ~ ( cat @ SV2 )
        | ( pet @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(78,plain,
    ! [SV3: $i] :
      ( ( ~ ( pet @ SV3 )
        | ( human @ ( owner_of @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(79,plain,
    ! [SV4: $i] :
      ( ( ! [SY17: $i] :
            ( ~ ( cat @ SV4 )
            | ~ ( dog @ SY17 )
            | ~ ( chased @ SY17 @ SV4 )
            | ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SY17 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(80,plain,
    ( ( hates @ jon @ jon )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(81,plain,
    ( ( ~ ( sK4_REN
          | ! [SX0: $i] : ( SX0 = garfield ) )
      | ~ ( ~ sK4_REN
          | ~ ( ~ ( cat @ sK3_X )
              | ~ ~ ( owner @ jon @ sK3_X ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[72]) ).

thf(82,plain,
    ( ( ~ ( sK2_REN
          | ! [SX0: $i] : ( SX0 = odie ) )
      | ~ ( ~ sK2_REN
          | ~ ( ~ ( dog @ sK1_X )
              | ~ ~ ( owner @ jon @ sK1_X ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(83,plain,
    ! [SV5: $i] :
      ( ( ~ ( pet @ SV5 )
        | ~ ( ~ ( human @ ( sK5_Y @ SV5 ) )
            | ~ ( owner @ SV5 @ ( sK5_Y @ SV5 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(84,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( human @ SX0 )
            | ~ ( pet @ SX1 )
            | ( SX0
             != ( owner_of @ SX1 ) )
            | ( owner @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( human @ SX0 )
            | ~ ( pet @ SX1 )
            | ~ ( owner @ SX0 @ SX1 )
            | ( SX0
              = ( owner_of @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

thf(85,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( dog @ SV1 ) )
        = $true )
      | ( ( pet @ SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(86,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( cat @ SV2 ) )
        = $true )
      | ( ( pet @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[77]) ).

thf(87,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( pet @ SV3 ) )
        = $true )
      | ( ( human @ ( owner_of @ SV3 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(88,plain,
    ! [SV6: $i,SV4: $i] :
      ( ( ~ ( cat @ SV4 )
        | ~ ( dog @ SV6 )
        | ~ ( chased @ SV6 @ SV4 )
        | ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(89,plain,
    ( ( ~ ( sK4_REN
          | ! [SX0: $i] : ( SX0 = garfield ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[81]) ).

thf(90,plain,
    ( ( ~ ( ~ sK4_REN
          | ~ ( ~ ( cat @ sK3_X )
              | ~ ~ ( owner @ jon @ sK3_X ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[81]) ).

thf(91,plain,
    ( ( ~ ( sK2_REN
          | ! [SX0: $i] : ( SX0 = odie ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[82]) ).

thf(92,plain,
    ( ( ~ ( ~ sK2_REN
          | ~ ( ~ ( dog @ sK1_X )
              | ~ ~ ( owner @ jon @ sK1_X ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[82]) ).

thf(93,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( pet @ SV5 ) )
        = $true )
      | ( ( ~ ( ~ ( human @ ( sK5_Y @ SV5 ) )
              | ~ ( owner @ SV5 @ ( sK5_Y @ SV5 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(94,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( human @ SX0 )
            | ~ ( pet @ SX1 )
            | ( SX0
             != ( owner_of @ SX1 ) )
            | ( owner @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[84]) ).

thf(95,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( human @ SX0 )
            | ~ ( pet @ SX1 )
            | ~ ( owner @ SX0 @ SX1 )
            | ( SX0
              = ( owner_of @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[84]) ).

thf(96,plain,
    ! [SV1: $i] :
      ( ( ( dog @ SV1 )
        = $false )
      | ( ( pet @ SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(97,plain,
    ! [SV2: $i] :
      ( ( ( cat @ SV2 )
        = $false )
      | ( ( pet @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(98,plain,
    ! [SV3: $i] :
      ( ( ( pet @ SV3 )
        = $false )
      | ( ( human @ ( owner_of @ SV3 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

thf(99,plain,
    ! [SV6: $i,SV4: $i] :
      ( ( ( ~ ( cat @ SV4 )
          | ~ ( dog @ SV6 ) )
        = $true )
      | ( ( ~ ( chased @ SV6 @ SV4 )
          | ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(100,plain,
    ( ( sK4_REN
      | ! [SX0: $i] : ( SX0 = garfield ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[89]) ).

thf(101,plain,
    ( ( ~ sK4_REN
      | ~ ( ~ ( cat @ sK3_X )
          | ~ ~ ( owner @ jon @ sK3_X ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[90]) ).

thf(102,plain,
    ( ( sK2_REN
      | ! [SX0: $i] : ( SX0 = odie ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[91]) ).

thf(103,plain,
    ( ( ~ sK2_REN
      | ~ ( ~ ( dog @ sK1_X )
          | ~ ~ ( owner @ jon @ sK1_X ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[92]) ).

thf(104,plain,
    ! [SV5: $i] :
      ( ( ( pet @ SV5 )
        = $false )
      | ( ( ~ ( ~ ( human @ ( sK5_Y @ SV5 ) )
              | ~ ( owner @ SV5 @ ( sK5_Y @ SV5 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[93]) ).

thf(105,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( human @ SX0 )
          | ~ ( pet @ SX1 )
          | ( SX0
           != ( owner_of @ SX1 ) )
          | ( owner @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[94]) ).

thf(106,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( human @ SX0 )
          | ~ ( pet @ SX1 )
          | ~ ( owner @ SX0 @ SX1 )
          | ( SX0
            = ( owner_of @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[95]) ).

thf(107,plain,
    ! [SV6: $i,SV4: $i] :
      ( ( ( ~ ( cat @ SV4 ) )
        = $true )
      | ( ( ~ ( dog @ SV6 ) )
        = $true )
      | ( ( ~ ( chased @ SV6 @ SV4 )
          | ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(108,plain,
    ( ( sK4_REN = $true )
    | ( ( ! [SX0: $i] : ( SX0 = garfield ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(109,plain,
    ( ( ( ~ sK4_REN )
      = $true )
    | ( ( ~ ( ~ ( cat @ sK3_X )
            | ~ ~ ( owner @ jon @ sK3_X ) ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[101]) ).

thf(110,plain,
    ( ( sK2_REN = $true )
    | ( ( ! [SX0: $i] : ( SX0 = odie ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(111,plain,
    ( ( ( ~ sK2_REN )
      = $true )
    | ( ( ~ ( ~ ( dog @ sK1_X )
            | ~ ~ ( owner @ jon @ sK1_X ) ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(112,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( human @ ( sK5_Y @ SV5 ) )
          | ~ ( owner @ SV5 @ ( sK5_Y @ SV5 ) ) )
        = $false )
      | ( ( pet @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(113,plain,
    ! [SV7: $i] :
      ( ( ! [SY18: $i] :
            ( ~ ( human @ SV7 )
            | ~ ( pet @ SY18 )
            | ( SV7
             != ( owner_of @ SY18 ) )
            | ( owner @ SV7 @ SY18 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(114,plain,
    ! [SV8: $i] :
      ( ( ! [SY19: $i] :
            ( ~ ( human @ SV8 )
            | ~ ( pet @ SY19 )
            | ~ ( owner @ SV8 @ SY19 )
            | ( SV8
              = ( owner_of @ SY19 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(115,plain,
    ! [SV6: $i,SV4: $i] :
      ( ( ( cat @ SV4 )
        = $false )
      | ( ( ~ ( dog @ SV6 ) )
        = $true )
      | ( ( ~ ( chased @ SV6 @ SV4 )
          | ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(116,plain,
    ! [SV9: $i] :
      ( ( ( SV9 = garfield )
        = $true )
      | ( sK4_REN = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(117,plain,
    ( ( sK4_REN = $false )
    | ( ( ~ ( ~ ( cat @ sK3_X )
            | ~ ~ ( owner @ jon @ sK3_X ) ) )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[109]) ).

thf(118,plain,
    ! [SV10: $i] :
      ( ( ( SV10 = odie )
        = $true )
      | ( sK2_REN = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(119,plain,
    ( ( sK2_REN = $false )
    | ( ( ~ ( ~ ( dog @ sK1_X )
            | ~ ~ ( owner @ jon @ sK1_X ) ) )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[111]) ).

thf(120,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( human @ ( sK5_Y @ SV5 ) ) )
        = $false )
      | ( ( pet @ SV5 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[112]) ).

thf(121,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( owner @ SV5 @ ( sK5_Y @ SV5 ) ) )
        = $false )
      | ( ( pet @ SV5 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[112]) ).

thf(122,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ~ ( human @ SV7 )
        | ~ ( pet @ SV11 )
        | ( SV7
         != ( owner_of @ SV11 ) )
        | ( owner @ SV7 @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(123,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ~ ( human @ SV8 )
        | ~ ( pet @ SV12 )
        | ~ ( owner @ SV8 @ SV12 )
        | ( SV8
          = ( owner_of @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(124,plain,
    ! [SV4: $i,SV6: $i] :
      ( ( ( dog @ SV6 )
        = $false )
      | ( ( cat @ SV4 )
        = $false )
      | ( ( ~ ( chased @ SV6 @ SV4 )
          | ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(125,plain,
    ( ( ( ~ ( cat @ sK3_X )
        | ~ ~ ( owner @ jon @ sK3_X ) )
      = $false )
    | ( sK4_REN = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[117]) ).

thf(126,plain,
    ( ( ( ~ ( dog @ sK1_X )
        | ~ ~ ( owner @ jon @ sK1_X ) )
      = $false )
    | ( sK2_REN = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(127,plain,
    ! [SV5: $i] :
      ( ( ( human @ ( sK5_Y @ SV5 ) )
        = $true )
      | ( ( pet @ SV5 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[120]) ).

thf(128,plain,
    ! [SV5: $i] :
      ( ( ( owner @ SV5 @ ( sK5_Y @ SV5 ) )
        = $true )
      | ( ( pet @ SV5 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[121]) ).

thf(129,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ( ~ ( human @ SV7 )
          | ~ ( pet @ SV11 ) )
        = $true )
      | ( ( ( SV7
           != ( owner_of @ SV11 ) )
          | ( owner @ SV7 @ SV11 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(130,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ( ~ ( human @ SV8 )
          | ~ ( pet @ SV12 ) )
        = $true )
      | ( ( ~ ( owner @ SV8 @ SV12 )
          | ( SV8
            = ( owner_of @ SV12 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[123]) ).

thf(131,plain,
    ! [SV4: $i,SV6: $i] :
      ( ( ( ~ ( chased @ SV6 @ SV4 ) )
        = $true )
      | ( ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) )
        = $true )
      | ( ( cat @ SV4 )
        = $false )
      | ( ( dog @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[124]) ).

thf(132,plain,
    ( ( ( ~ ( cat @ sK3_X ) )
      = $false )
    | ( sK4_REN = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[125]) ).

thf(133,plain,
    ( ( ( ~ ~ ( owner @ jon @ sK3_X ) )
      = $false )
    | ( sK4_REN = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[125]) ).

thf(134,plain,
    ( ( ( ~ ( dog @ sK1_X ) )
      = $false )
    | ( sK2_REN = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[126]) ).

thf(135,plain,
    ( ( ( ~ ~ ( owner @ jon @ sK1_X ) )
      = $false )
    | ( sK2_REN = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[126]) ).

thf(136,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ( ~ ( human @ SV7 ) )
        = $true )
      | ( ( ~ ( pet @ SV11 ) )
        = $true )
      | ( ( ( SV7
           != ( owner_of @ SV11 ) )
          | ( owner @ SV7 @ SV11 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[129]) ).

thf(137,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ( ~ ( human @ SV8 ) )
        = $true )
      | ( ( ~ ( pet @ SV12 ) )
        = $true )
      | ( ( ~ ( owner @ SV8 @ SV12 )
          | ( SV8
            = ( owner_of @ SV12 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(138,plain,
    ! [SV4: $i,SV6: $i] :
      ( ( ( chased @ SV6 @ SV4 )
        = $false )
      | ( ( hates @ ( owner_of @ SV4 ) @ ( owner_of @ SV6 ) )
        = $true )
      | ( ( cat @ SV4 )
        = $false )
      | ( ( dog @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(139,plain,
    ( ( ( cat @ sK3_X )
      = $true )
    | ( sK4_REN = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[132]) ).

thf(140,plain,
    ( ( ( ~ ( owner @ jon @ sK3_X ) )
      = $true )
    | ( sK4_REN = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[133]) ).

thf(141,plain,
    ( ( ( dog @ sK1_X )
      = $true )
    | ( sK2_REN = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[134]) ).

thf(142,plain,
    ( ( ( ~ ( owner @ jon @ sK1_X ) )
      = $true )
    | ( sK2_REN = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[135]) ).

thf(143,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ( human @ SV7 )
        = $false )
      | ( ( ~ ( pet @ SV11 ) )
        = $true )
      | ( ( ( SV7
           != ( owner_of @ SV11 ) )
          | ( owner @ SV7 @ SV11 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(144,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ( human @ SV8 )
        = $false )
      | ( ( ~ ( pet @ SV12 ) )
        = $true )
      | ( ( ~ ( owner @ SV8 @ SV12 )
          | ( SV8
            = ( owner_of @ SV12 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(145,plain,
    ( ( ( owner @ jon @ sK3_X )
      = $false )
    | ( sK4_REN = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[140]) ).

thf(146,plain,
    ( ( ( owner @ jon @ sK1_X )
      = $false )
    | ( sK2_REN = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

thf(147,plain,
    ! [SV7: $i,SV11: $i] :
      ( ( ( pet @ SV11 )
        = $false )
      | ( ( human @ SV7 )
        = $false )
      | ( ( ( SV7
           != ( owner_of @ SV11 ) )
          | ( owner @ SV7 @ SV11 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[143]) ).

thf(148,plain,
    ! [SV8: $i,SV12: $i] :
      ( ( ( pet @ SV12 )
        = $false )
      | ( ( human @ SV8 )
        = $false )
      | ( ( ~ ( owner @ SV8 @ SV12 )
          | ( SV8
            = ( owner_of @ SV12 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(149,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ( ( SV7
           != ( owner_of @ SV11 ) ) )
        = $true )
      | ( ( owner @ SV7 @ SV11 )
        = $true )
      | ( ( human @ SV7 )
        = $false )
      | ( ( pet @ SV11 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[147]) ).

thf(150,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ( ~ ( owner @ SV8 @ SV12 ) )
        = $true )
      | ( ( SV8
          = ( owner_of @ SV12 ) )
        = $true )
      | ( ( human @ SV8 )
        = $false )
      | ( ( pet @ SV12 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[148]) ).

thf(151,plain,
    ! [SV11: $i,SV7: $i] :
      ( ( ( SV7
          = ( owner_of @ SV11 ) )
        = $false )
      | ( ( owner @ SV7 @ SV11 )
        = $true )
      | ( ( human @ SV7 )
        = $false )
      | ( ( pet @ SV11 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[149]) ).

thf(152,plain,
    ! [SV12: $i,SV8: $i] :
      ( ( ( owner @ SV8 @ SV12 )
        = $false )
      | ( ( SV8
          = ( owner_of @ SV12 ) )
        = $true )
      | ( ( human @ SV8 )
        = $false )
      | ( ( pet @ SV12 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[150]) ).

thf(153,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[53,152,151,146,145,141,139,138,128,127,118,116,98,97,96,80,70,65,64,61,60,57,56,55,54]) ).

thf(154,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[153]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : PUZ130+1 : TPTP v8.1.0. Released v4.1.0.
% 0.10/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n025.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  : 600
% 0.12/0.33  % DateTime : Sat May 28 23:01:41 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 18
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 0
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.34  (rf:0,axioms:18,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:20,loop_count:0,foatp_calls:0,translation:fof_full).....
% 0.20/0.41  
% 0.20/0.41  ********************************
% 0.20/0.41  *   All subproblems solved!    *
% 0.20/0.41  ********************************
% 0.20/0.41  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:18,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:153,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.42  
% 0.20/0.42  %**** Beginning of derivation protocol ****
% 0.20/0.42  % SZS output start CNFRefutation
% See solution above
% 0.20/0.42  
% 0.20/0.42  %**** End of derivation protocol ****
% 0.20/0.42  %**** no. of clauses in derivation: 154 ****
% 0.20/0.42  %**** clause counter: 153 ****
% 0.20/0.42  
% 0.20/0.42  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:18,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:153,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------