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

View Problem - Process Solution

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

% Computer : n019.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 : Sun Jul 17 03:15:48 EDT 2022

% Result   : Theorem 0.19s 0.50s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   17
% Syntax   : Number of formulae    :  273 ( 208 unt;  12 typ;   0 def)
%            Number of atoms       : 1100 ( 303 equ;   0 cnn)
%            Maximal formula atoms :    6 (   4 avg)
%            Number of connectives : 1047 ( 327   ~; 180   |;  33   &; 487   @)
%                                         (   8 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   2 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  12 usr;   8 con; 0-2 aty)
%            Number of variables   :  257 (   0   ^ 257   !;   0   ?; 257   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_cAutomobile,type,
    cAutomobile: $i > $o ).

thf(tp_cCar,type,
    cCar: $i > $o ).

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

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

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

thf(tp_sK2_X,type,
    sK2_X: $i ).

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

thf(tp_sK4_X,type,
    sK4_X: $i ).

thf(tp_sK5_X,type,
    sK5_X: $i ).

thf(tp_sK6_X,type,
    sK6_X: $i ).

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

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

thf(1,axiom,
    ! [X: $i] :
      ( ( cCar @ X )
     => ( cAutomobile @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',axiom_3) ).

thf(2,axiom,
    ! [X: $i] :
      ( ( cAutomobile @ X )
     => ( cCar @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',axiom_2) ).

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

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

thf(5,conjecture,
    ( ! [X: $i] :
        ( ( cowlThing @ X )
        & ~ ( cowlNothing @ X ) )
    & ! [X: $i] :
        ( ( xsd_string @ X )
      <=> ~ ( xsd_integer @ X ) )
    & ! [X: $i] :
        ( ( cCar @ X )
      <=> ( cAutomobile @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',the_axiom) ).

thf(6,negated_conjecture,
    ( ( ! [X: $i] :
          ( ( cowlThing @ X )
          & ~ ( cowlNothing @ X ) )
      & ! [X: $i] :
          ( ( xsd_string @ X )
        <=> ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( cCar @ X )
        <=> ( cAutomobile @ X ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[5]) ).

thf(7,plain,
    ( ( ! [X: $i] :
          ( ( cowlThing @ X )
          & ~ ( cowlNothing @ X ) )
      & ! [X: $i] :
          ( ( xsd_string @ X )
        <=> ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( cCar @ X )
        <=> ( cAutomobile @ X ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(8,plain,
    ( ( ! [X: $i] :
          ( ( cCar @ X )
         => ( cAutomobile @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(9,plain,
    ( ( ! [X: $i] :
          ( ( cAutomobile @ X )
         => ( cCar @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(10,plain,
    ( ( ! [X: $i] :
          ( ( xsd_string @ X )
        <=> ~ ( xsd_integer @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(11,plain,
    ( ( ! [X: $i] :
          ( ( cowlThing @ X )
          & ~ ( cowlNothing @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(12,plain,
    ( ( ! [X: $i] : ( cowlThing @ X ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[7]) ).

thf(13,plain,
    ( ( ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[7]) ).

thf(14,plain,
    ( ( ! [X: $i] :
          ( ( xsd_string @ X )
         => ~ ( xsd_integer @ X ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[7]) ).

thf(15,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_integer @ X )
         => ( xsd_string @ X ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[7]) ).

thf(16,plain,
    ( ( ! [X: $i] :
          ( ( cCar @ X )
         => ( cAutomobile @ X ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[7]) ).

thf(17,plain,
    ( ( ! [X: $i] :
          ( ( cAutomobile @ X )
         => ( cCar @ X ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[7]) ).

thf(18,plain,
    ( ( ~ ! [X: $i] : ( cowlThing @ X ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[12]) ).

thf(19,plain,
    ( ( ~ ! [X: $i] :
            ~ ( cowlNothing @ X ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[13]) ).

thf(20,plain,
    ( ( ~ ! [X: $i] :
            ( ( xsd_string @ X )
           => ~ ( xsd_integer @ X ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[14]) ).

thf(21,plain,
    ( ( ~ ! [X: $i] :
            ( ~ ( xsd_integer @ X )
           => ( xsd_string @ X ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[15]) ).

thf(22,plain,
    ( ( ~ ! [X: $i] :
            ( ( cCar @ X )
           => ( cAutomobile @ X ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[16]) ).

thf(23,plain,
    ( ( ~ ! [X: $i] :
            ( ( cAutomobile @ X )
           => ( cCar @ X ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[17]) ).

thf(24,plain,
    ( ( ~ ( cowlThing @ sK1_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[18]) ).

thf(25,plain,
    ( ( cowlNothing @ sK2_X )
    = $true ),
    inference(extcnf_combined,[status(esa)],[19]) ).

thf(26,plain,
    ( ( ( xsd_string @ sK3_X )
      & ( xsd_integer @ sK3_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[20]) ).

thf(27,plain,
    ( ( ~ ( xsd_integer @ sK4_X )
      & ~ ( xsd_string @ sK4_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(28,plain,
    ( ( ( cCar @ sK5_X )
      & ~ ( cAutomobile @ sK5_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[22]) ).

thf(29,plain,
    ( ( ( cAutomobile @ sK6_X )
      & ~ ( cCar @ sK6_X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(30,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(31,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(32,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[10]) ).

thf(33,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[11]) ).

thf(34,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(35,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(36,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(37,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(38,plain,
    ( ( ~ ( cowlThing @ sK1_X ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(39,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(40,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(41,plain,
    ! [SV1: $i] :
      ( ( ~ ( cAutomobile @ SV1 )
        | ( cCar @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(42,plain,
    ! [SV2: $i] :
      ( ( ~ ( cCar @ SV2 )
        | ( cAutomobile @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(43,plain,
    ( ( cowlThing @ sK1_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[38]) ).

thf(44,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[39]) ).

thf(45,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[40]) ).

thf(46,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( cAutomobile @ SV1 ) )
        = $true )
      | ( ( cCar @ SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(47,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( cCar @ SV2 ) )
        = $true )
      | ( ( cAutomobile @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[42]) ).

thf(48,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[44]) ).

thf(49,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[44]) ).

thf(50,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[45]) ).

thf(51,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[45]) ).

thf(52,plain,
    ! [SV1: $i] :
      ( ( ( cAutomobile @ SV1 )
        = $false )
      | ( ( cCar @ SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[46]) ).

thf(53,plain,
    ! [SV2: $i] :
      ( ( ( cCar @ SV2 )
        = $false )
      | ( ( cAutomobile @ SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[47]) ).

thf(54,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[48]) ).

thf(55,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[49]) ).

thf(56,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[50]) ).

thf(57,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[51]) ).

thf(58,plain,
    ! [SV3: $i] :
      ( ( ~ ( xsd_string @ SV3 )
        | ~ ( xsd_integer @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(59,plain,
    ! [SV4: $i] :
      ( ( ( xsd_integer @ SV4 )
        | ( xsd_string @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(60,plain,
    ! [SV5: $i] :
      ( ( cowlThing @ SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(61,plain,
    ! [SV6: $i] :
      ( ( ~ ( cowlNothing @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(62,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( xsd_string @ SV3 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV3 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[58]) ).

thf(63,plain,
    ! [SV4: $i] :
      ( ( ( xsd_integer @ SV4 )
        = $true )
      | ( ( xsd_string @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[59]) ).

thf(64,plain,
    ! [SV6: $i] :
      ( ( cowlNothing @ SV6 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(65,plain,
    ! [SV3: $i] :
      ( ( ( xsd_string @ SV3 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV3 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(66,plain,
    ! [SV3: $i] :
      ( ( ( xsd_integer @ SV3 )
        = $false )
      | ( ( xsd_string @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(67,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[43,66,64,63,60,53,52]) ).

thf(68,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(69,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(70,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(71,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(72,plain,
    ( ( cowlNothing @ sK2_X )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(73,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[68]) ).

thf(74,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[69]) ).

thf(75,plain,
    ! [SV7: $i] :
      ( ( ~ ( cAutomobile @ SV7 )
        | ( cCar @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(76,plain,
    ! [SV8: $i] :
      ( ( ~ ( cCar @ SV8 )
        | ( cAutomobile @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(77,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[73]) ).

thf(78,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

thf(79,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( cAutomobile @ SV7 ) )
        = $true )
      | ( ( cCar @ SV7 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[75]) ).

thf(80,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( cCar @ SV8 ) )
        = $true )
      | ( ( cAutomobile @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(81,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[77]) ).

thf(82,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[77]) ).

thf(83,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[78]) ).

thf(84,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[78]) ).

thf(85,plain,
    ! [SV7: $i] :
      ( ( ( cAutomobile @ SV7 )
        = $false )
      | ( ( cCar @ SV7 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[79]) ).

thf(86,plain,
    ! [SV8: $i] :
      ( ( ( cCar @ SV8 )
        = $false )
      | ( ( cAutomobile @ SV8 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[80]) ).

thf(87,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[81]) ).

thf(88,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[82]) ).

thf(89,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[83]) ).

thf(90,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[84]) ).

thf(91,plain,
    ! [SV9: $i] :
      ( ( cowlThing @ SV9 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(92,plain,
    ! [SV10: $i] :
      ( ( ~ ( cowlNothing @ SV10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(93,plain,
    ! [SV11: $i] :
      ( ( ~ ( xsd_string @ SV11 )
        | ~ ( xsd_integer @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(94,plain,
    ! [SV12: $i] :
      ( ( ( xsd_integer @ SV12 )
        | ( xsd_string @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(95,plain,
    ! [SV10: $i] :
      ( ( cowlNothing @ SV10 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(96,plain,
    ! [SV11: $i] :
      ( ( ( ~ ( xsd_string @ SV11 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV11 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

thf(97,plain,
    ! [SV12: $i] :
      ( ( ( xsd_integer @ SV12 )
        = $true )
      | ( ( xsd_string @ SV12 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[94]) ).

thf(98,plain,
    ! [SV11: $i] :
      ( ( ( xsd_string @ SV11 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV11 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[96]) ).

thf(99,plain,
    ! [SV11: $i] :
      ( ( ( xsd_integer @ SV11 )
        = $false )
      | ( ( xsd_string @ SV11 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[98]) ).

thf(100,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[72,99,97,95,91,86,85]) ).

thf(101,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(102,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(103,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(104,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(105,plain,
    ( ( ( xsd_string @ sK3_X )
      & ( xsd_integer @ sK3_X ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(106,plain,
    ( ( ~ ( ~ ( xsd_string @ sK3_X )
          | ~ ( xsd_integer @ sK3_X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[105]) ).

thf(107,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[101]) ).

thf(108,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[102]) ).

thf(109,plain,
    ! [SV13: $i] :
      ( ( ~ ( cAutomobile @ SV13 )
        | ( cCar @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(110,plain,
    ! [SV14: $i] :
      ( ( ~ ( cCar @ SV14 )
        | ( cAutomobile @ SV14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(111,plain,
    ( ( ~ ( xsd_string @ sK3_X )
      | ~ ( xsd_integer @ sK3_X ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

thf(112,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(113,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[108]) ).

thf(114,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( cAutomobile @ SV13 ) )
        = $true )
      | ( ( cCar @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(115,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( cCar @ SV14 ) )
        = $true )
      | ( ( cAutomobile @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[110]) ).

thf(116,plain,
    ( ( ~ ( xsd_string @ sK3_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[111]) ).

thf(117,plain,
    ( ( ~ ( xsd_integer @ sK3_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[111]) ).

thf(118,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[112]) ).

thf(119,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[112]) ).

thf(120,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[113]) ).

thf(121,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[113]) ).

thf(122,plain,
    ! [SV13: $i] :
      ( ( ( cAutomobile @ SV13 )
        = $false )
      | ( ( cCar @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(123,plain,
    ! [SV14: $i] :
      ( ( ( cCar @ SV14 )
        = $false )
      | ( ( cAutomobile @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(124,plain,
    ( ( xsd_string @ sK3_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[116]) ).

thf(125,plain,
    ( ( xsd_integer @ sK3_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[117]) ).

thf(126,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[118]) ).

thf(127,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[119]) ).

thf(128,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[120]) ).

thf(129,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[121]) ).

thf(130,plain,
    ! [SV15: $i] :
      ( ( cowlThing @ SV15 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(131,plain,
    ! [SV16: $i] :
      ( ( ~ ( cowlNothing @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(132,plain,
    ! [SV17: $i] :
      ( ( ~ ( xsd_string @ SV17 )
        | ~ ( xsd_integer @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(133,plain,
    ! [SV18: $i] :
      ( ( ( xsd_integer @ SV18 )
        | ( xsd_string @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(134,plain,
    ! [SV16: $i] :
      ( ( cowlNothing @ SV16 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(135,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( xsd_string @ SV17 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[132]) ).

thf(136,plain,
    ! [SV18: $i] :
      ( ( ( xsd_integer @ SV18 )
        = $true )
      | ( ( xsd_string @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[133]) ).

thf(137,plain,
    ! [SV17: $i] :
      ( ( ( xsd_string @ SV17 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(138,plain,
    ! [SV17: $i] :
      ( ( ( xsd_integer @ SV17 )
        = $false )
      | ( ( xsd_string @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(139,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[122,138,136,134,130,125,124,123]) ).

thf(140,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(141,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(142,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(143,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(144,plain,
    ( ( ~ ( xsd_integer @ sK4_X )
      & ~ ( xsd_string @ sK4_X ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(145,plain,
    ( ( ~ ( ~ ~ ( xsd_integer @ sK4_X )
          | ~ ~ ( xsd_string @ sK4_X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[144]) ).

thf(146,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[140]) ).

thf(147,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[141]) ).

thf(148,plain,
    ! [SV19: $i] :
      ( ( ~ ( cAutomobile @ SV19 )
        | ( cCar @ SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(149,plain,
    ! [SV20: $i] :
      ( ( ~ ( cCar @ SV20 )
        | ( cAutomobile @ SV20 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(150,plain,
    ( ( ~ ~ ( xsd_integer @ sK4_X )
      | ~ ~ ( xsd_string @ sK4_X ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(151,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(152,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[147]) ).

thf(153,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( cAutomobile @ SV19 ) )
        = $true )
      | ( ( cCar @ SV19 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[148]) ).

thf(154,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( cCar @ SV20 ) )
        = $true )
      | ( ( cAutomobile @ SV20 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(155,plain,
    ( ( ~ ~ ( xsd_integer @ sK4_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[150]) ).

thf(156,plain,
    ( ( ~ ~ ( xsd_string @ sK4_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[150]) ).

thf(157,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[151]) ).

thf(158,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[151]) ).

thf(159,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[152]) ).

thf(160,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[152]) ).

thf(161,plain,
    ! [SV19: $i] :
      ( ( ( cAutomobile @ SV19 )
        = $false )
      | ( ( cCar @ SV19 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[153]) ).

thf(162,plain,
    ! [SV20: $i] :
      ( ( ( cCar @ SV20 )
        = $false )
      | ( ( cAutomobile @ SV20 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(163,plain,
    ( ( ~ ( xsd_integer @ sK4_X ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[155]) ).

thf(164,plain,
    ( ( ~ ( xsd_string @ sK4_X ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[156]) ).

thf(165,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[157]) ).

thf(166,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[158]) ).

thf(167,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[159]) ).

thf(168,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[160]) ).

thf(169,plain,
    ( ( xsd_integer @ sK4_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[163]) ).

thf(170,plain,
    ( ( xsd_string @ sK4_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(171,plain,
    ! [SV21: $i] :
      ( ( cowlThing @ SV21 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(172,plain,
    ! [SV22: $i] :
      ( ( ~ ( cowlNothing @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(173,plain,
    ! [SV23: $i] :
      ( ( ~ ( xsd_string @ SV23 )
        | ~ ( xsd_integer @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(174,plain,
    ! [SV24: $i] :
      ( ( ( xsd_integer @ SV24 )
        | ( xsd_string @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(175,plain,
    ! [SV22: $i] :
      ( ( cowlNothing @ SV22 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(176,plain,
    ! [SV23: $i] :
      ( ( ( ~ ( xsd_string @ SV23 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV23 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[173]) ).

thf(177,plain,
    ! [SV24: $i] :
      ( ( ( xsd_integer @ SV24 )
        = $true )
      | ( ( xsd_string @ SV24 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[174]) ).

thf(178,plain,
    ! [SV23: $i] :
      ( ( ( xsd_string @ SV23 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV23 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(179,plain,
    ! [SV23: $i] :
      ( ( ( xsd_integer @ SV23 )
        = $false )
      | ( ( xsd_string @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[178]) ).

thf(180,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[161,179,177,175,171,170,169,162]) ).

thf(181,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(182,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(183,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(184,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(185,plain,
    ( ( ( cCar @ sK5_X )
      & ~ ( cAutomobile @ sK5_X ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(186,plain,
    ( ( ~ ( ~ ( cCar @ sK5_X )
          | ~ ~ ( cAutomobile @ sK5_X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[185]) ).

thf(187,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[181]) ).

thf(188,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[182]) ).

thf(189,plain,
    ! [SV25: $i] :
      ( ( ~ ( cAutomobile @ SV25 )
        | ( cCar @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[183]) ).

thf(190,plain,
    ! [SV26: $i] :
      ( ( ~ ( cCar @ SV26 )
        | ( cAutomobile @ SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(191,plain,
    ( ( ~ ( cCar @ sK5_X )
      | ~ ~ ( cAutomobile @ sK5_X ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(192,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(193,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[188]) ).

thf(194,plain,
    ! [SV25: $i] :
      ( ( ( ~ ( cAutomobile @ SV25 ) )
        = $true )
      | ( ( cCar @ SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(195,plain,
    ! [SV26: $i] :
      ( ( ( ~ ( cCar @ SV26 ) )
        = $true )
      | ( ( cAutomobile @ SV26 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[190]) ).

thf(196,plain,
    ( ( ~ ( cCar @ sK5_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[191]) ).

thf(197,plain,
    ( ( ~ ~ ( cAutomobile @ sK5_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[191]) ).

thf(198,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[192]) ).

thf(199,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[192]) ).

thf(200,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[193]) ).

thf(201,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[193]) ).

thf(202,plain,
    ! [SV25: $i] :
      ( ( ( cAutomobile @ SV25 )
        = $false )
      | ( ( cCar @ SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(203,plain,
    ! [SV26: $i] :
      ( ( ( cCar @ SV26 )
        = $false )
      | ( ( cAutomobile @ SV26 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(204,plain,
    ( ( cCar @ sK5_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[196]) ).

thf(205,plain,
    ( ( ~ ( cAutomobile @ sK5_X ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[197]) ).

thf(206,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[198]) ).

thf(207,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[199]) ).

thf(208,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[200]) ).

thf(209,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[201]) ).

thf(210,plain,
    ( ( cAutomobile @ sK5_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[205]) ).

thf(211,plain,
    ! [SV27: $i] :
      ( ( cowlThing @ SV27 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[206]) ).

thf(212,plain,
    ! [SV28: $i] :
      ( ( ~ ( cowlNothing @ SV28 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[207]) ).

thf(213,plain,
    ! [SV29: $i] :
      ( ( ~ ( xsd_string @ SV29 )
        | ~ ( xsd_integer @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[208]) ).

thf(214,plain,
    ! [SV30: $i] :
      ( ( ( xsd_integer @ SV30 )
        | ( xsd_string @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(215,plain,
    ! [SV28: $i] :
      ( ( cowlNothing @ SV28 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(216,plain,
    ! [SV29: $i] :
      ( ( ( ~ ( xsd_string @ SV29 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV29 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[213]) ).

thf(217,plain,
    ! [SV30: $i] :
      ( ( ( xsd_integer @ SV30 )
        = $true )
      | ( ( xsd_string @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[214]) ).

thf(218,plain,
    ! [SV29: $i] :
      ( ( ( xsd_string @ SV29 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV29 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[216]) ).

thf(219,plain,
    ! [SV29: $i] :
      ( ( ( xsd_integer @ SV29 )
        = $false )
      | ( ( xsd_string @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(220,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[202,219,217,215,211,210,204,203]) ).

thf(221,plain,
    ( ( ! [X: $i] : ( cowlThing @ X )
      & ! [X: $i] :
          ~ ( cowlNothing @ X ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(222,plain,
    ( ( ! [X: $i] :
          ( ~ ( xsd_string @ X )
          | ~ ( xsd_integer @ X ) )
      & ! [X: $i] :
          ( ( xsd_integer @ X )
          | ( xsd_string @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(223,plain,
    ( ( ! [X: $i] :
          ( ~ ( cAutomobile @ X )
          | ( cCar @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(224,plain,
    ( ( ! [X: $i] :
          ( ~ ( cCar @ X )
          | ( cAutomobile @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(225,plain,
    ( ( ( cAutomobile @ sK6_X )
      & ~ ( cCar @ sK6_X ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(226,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( xsd_string @ SX0 )
                | ~ ( xsd_integer @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ( xsd_integer @ SX0 )
                | ( xsd_string @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[222]) ).

thf(227,plain,
    ( ( ~ ( ~ ( cAutomobile @ sK6_X )
          | ~ ~ ( cCar @ sK6_X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[225]) ).

thf(228,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
          | ~ ! [SX0: $i] :
                ~ ( cowlNothing @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[221]) ).

thf(229,plain,
    ! [SV31: $i] :
      ( ( ~ ( cAutomobile @ SV31 )
        | ( cCar @ SV31 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[223]) ).

thf(230,plain,
    ! [SV32: $i] :
      ( ( ~ ( cCar @ SV32 )
        | ( cAutomobile @ SV32 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

thf(231,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[226]) ).

thf(232,plain,
    ( ( ~ ( cAutomobile @ sK6_X )
      | ~ ~ ( cCar @ sK6_X ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(233,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 )
      | ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[228]) ).

thf(234,plain,
    ! [SV31: $i] :
      ( ( ( ~ ( cAutomobile @ SV31 ) )
        = $true )
      | ( ( cCar @ SV31 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[229]) ).

thf(235,plain,
    ! [SV32: $i] :
      ( ( ( ~ ( cCar @ SV32 ) )
        = $true )
      | ( ( cAutomobile @ SV32 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[230]) ).

thf(236,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( xsd_string @ SX0 )
            | ~ ( xsd_integer @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[231]) ).

thf(237,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( xsd_integer @ SX0 )
            | ( xsd_string @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[231]) ).

thf(238,plain,
    ( ( ~ ( cAutomobile @ sK6_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[232]) ).

thf(239,plain,
    ( ( ~ ~ ( cCar @ sK6_X ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[232]) ).

thf(240,plain,
    ( ( ~ ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[233]) ).

thf(241,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( cowlNothing @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[233]) ).

thf(242,plain,
    ! [SV31: $i] :
      ( ( ( cAutomobile @ SV31 )
        = $false )
      | ( ( cCar @ SV31 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(243,plain,
    ! [SV32: $i] :
      ( ( ( cCar @ SV32 )
        = $false )
      | ( ( cAutomobile @ SV32 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[235]) ).

thf(244,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( xsd_string @ SX0 )
          | ~ ( xsd_integer @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[236]) ).

thf(245,plain,
    ( ( ! [SX0: $i] :
          ( ( xsd_integer @ SX0 )
          | ( xsd_string @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[237]) ).

thf(246,plain,
    ( ( cAutomobile @ sK6_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[238]) ).

thf(247,plain,
    ( ( ~ ( cCar @ sK6_X ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[239]) ).

thf(248,plain,
    ( ( ! [SX0: $i] : ( cowlThing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[240]) ).

thf(249,plain,
    ( ( ! [SX0: $i] :
          ~ ( cowlNothing @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[241]) ).

thf(250,plain,
    ! [SV33: $i] :
      ( ( ~ ( xsd_string @ SV33 )
        | ~ ( xsd_integer @ SV33 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[244]) ).

thf(251,plain,
    ! [SV34: $i] :
      ( ( ( xsd_integer @ SV34 )
        | ( xsd_string @ SV34 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[245]) ).

thf(252,plain,
    ( ( cCar @ sK6_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(253,plain,
    ! [SV35: $i] :
      ( ( cowlThing @ SV35 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[248]) ).

thf(254,plain,
    ! [SV36: $i] :
      ( ( ~ ( cowlNothing @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[249]) ).

thf(255,plain,
    ! [SV33: $i] :
      ( ( ( ~ ( xsd_string @ SV33 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[250]) ).

thf(256,plain,
    ! [SV34: $i] :
      ( ( ( xsd_integer @ SV34 )
        = $true )
      | ( ( xsd_string @ SV34 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[251]) ).

thf(257,plain,
    ! [SV36: $i] :
      ( ( cowlNothing @ SV36 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[254]) ).

thf(258,plain,
    ! [SV33: $i] :
      ( ( ( xsd_string @ SV33 )
        = $false )
      | ( ( ~ ( xsd_integer @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[255]) ).

thf(259,plain,
    ! [SV33: $i] :
      ( ( ( xsd_integer @ SV33 )
        = $false )
      | ( ( xsd_string @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[258]) ).

thf(260,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[242,259,257,256,253,252,246,243]) ).

thf(261,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[260,67,100,139,180,220]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : KRS166+1 : TPTP v8.1.0. Released v3.1.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n019.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jun  7 19:25:25 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 4
% 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.35  (rf:0,axioms:4,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:6,loop_count:0,foatp_calls:0,translation:fof_full)........
% 0.19/0.50  
% 0.19/0.50  ********************************
% 0.19/0.50  *   All subproblems solved!    *
% 0.19/0.50  ********************************
% 0.19/0.50  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:4,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:260,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.52  
% 0.19/0.52  %**** Beginning of derivation protocol ****
% 0.19/0.52  % SZS output start CNFRefutation
% See solution above
% 0.19/0.52  
% 0.19/0.52  %**** End of derivation protocol ****
% 0.19/0.52  %**** no. of clauses in derivation: 261 ****
% 0.19/0.52  %**** clause counter: 260 ****
% 0.19/0.52  
% 0.19/0.52  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:4,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:260,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------