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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : KRS165+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 : n021.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.20s 0.51s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   16
% Syntax   : Number of formulae    :  300 ( 236 unt;  12 typ;   0 def)
%            Number of atoms       : 1254 ( 331 equ;   0 cnn)
%            Maximal formula atoms :    8 (   4 avg)
%            Number of connectives : 1306 ( 417   ~; 240   |;  43   &; 585   @)
%                                         (   7 <=>;  14  =>;   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   :  306 (   0   ^ 306   !;   0   ?; 306   :)

% 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/sandbox/benchmark/theBenchmark.p',axiom_2) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(35,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( cAutomobile @ SX0 )
                | ( cCar @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( cCar @ SX0 )
                | ( cAutomobile @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

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

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

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

thf(39,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[35]) ).

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

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

thf(42,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[39]) ).

thf(43,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[39]) ).

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

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

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

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

thf(48,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cAutomobile @ SX0 )
          | ( cCar @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[42]) ).

thf(49,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cCar @ SX0 )
          | ( cAutomobile @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[43]) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(62,plain,
    ! [SV4: $i] :
      ( ( cowlNothing @ SV4 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[57]) ).

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

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

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

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

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

thf(68,plain,
    ! [SV5: $i] :
      ( ( ( xsd_integer @ SV5 )
        = $false )
      | ( ( xsd_string @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[67]) ).

thf(69,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[38,68,66,65,64,62,56]) ).

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

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

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

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

thf(74,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( cAutomobile @ SX0 )
                | ( cCar @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( cCar @ SX0 )
                | ( cAutomobile @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[72]) ).

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

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

thf(77,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

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)],[75]) ).

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

thf(80,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[77]) ).

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

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

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

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

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

thf(86,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cAutomobile @ SX0 )
          | ( cCar @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[80]) ).

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

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

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

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

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

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

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

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

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

thf(96,plain,
    ! [SV11: $i] :
      ( ( cowlThing @ SV11 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(97,plain,
    ! [SV12: $i] :
      ( ( ~ ( cowlNothing @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

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

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

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

thf(101,plain,
    ! [SV10: $i] :
      ( ( ( xsd_integer @ SV10 )
        = $true )
      | ( ( xsd_string @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[95]) ).

thf(102,plain,
    ! [SV12: $i] :
      ( ( cowlNothing @ SV12 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[97]) ).

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

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

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

thf(106,plain,
    ! [SV9: $i] :
      ( ( ( xsd_integer @ SV9 )
        = $false )
      | ( ( xsd_string @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(107,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[73,106,104,103,102,101,96]) ).

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

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

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

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

thf(112,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( cAutomobile @ SX0 )
                | ( cCar @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( cCar @ SX0 )
                | ( cAutomobile @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[110]) ).

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

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

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

thf(116,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[112]) ).

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

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

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

thf(120,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[116]) ).

thf(121,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[116]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(138,plain,
    ! [SV15: $i] :
      ( ( ~ ( xsd_string @ SV15 )
        | ~ ( xsd_integer @ SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(139,plain,
    ! [SV16: $i] :
      ( ( ( xsd_integer @ SV16 )
        | ( xsd_string @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(140,plain,
    ! [SV17: $i] :
      ( ( cowlThing @ SV17 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(141,plain,
    ! [SV18: $i] :
      ( ( ~ ( cowlNothing @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

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

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

thf(144,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( xsd_string @ SV15 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV15 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[138]) ).

thf(145,plain,
    ! [SV16: $i] :
      ( ( ( xsd_integer @ SV16 )
        = $true )
      | ( ( xsd_string @ SV16 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[139]) ).

thf(146,plain,
    ! [SV18: $i] :
      ( ( cowlNothing @ SV18 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

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

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

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

thf(150,plain,
    ! [SV15: $i] :
      ( ( ( xsd_integer @ SV15 )
        = $false )
      | ( ( xsd_string @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[149]) ).

thf(151,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[132,150,148,147,146,145,140,133]) ).

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

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

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

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

thf(156,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( cAutomobile @ SX0 )
                | ( cCar @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( cCar @ SX0 )
                | ( cAutomobile @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[154]) ).

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

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

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

thf(160,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

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

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

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

thf(164,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[160]) ).

thf(165,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[160]) ).

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

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

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

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

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

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

thf(172,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cAutomobile @ SX0 )
          | ( cCar @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[164]) ).

thf(173,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cCar @ SX0 )
          | ( cAutomobile @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[165]) ).

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

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

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

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

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

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

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

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

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

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

thf(184,plain,
    ! [SV21: $i] :
      ( ( ~ ( xsd_string @ SV21 )
        | ~ ( xsd_integer @ SV21 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(185,plain,
    ! [SV22: $i] :
      ( ( ( xsd_integer @ SV22 )
        | ( xsd_string @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(186,plain,
    ! [SV23: $i] :
      ( ( cowlThing @ SV23 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[178]) ).

thf(187,plain,
    ! [SV24: $i] :
      ( ( ~ ( cowlNothing @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

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

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

thf(190,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( xsd_string @ SV21 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(191,plain,
    ! [SV22: $i] :
      ( ( ( xsd_integer @ SV22 )
        = $true )
      | ( ( xsd_string @ SV22 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

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

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

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

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

thf(196,plain,
    ! [SV21: $i] :
      ( ( ( xsd_integer @ SV21 )
        = $false )
      | ( ( xsd_string @ SV21 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(197,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[182,196,194,193,192,191,186,183]) ).

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

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

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

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

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

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

thf(204,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( cAutomobile @ SX0 )
                | ( cCar @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( cCar @ SX0 )
                | ( cAutomobile @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[200]) ).

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

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

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

thf(208,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[204]) ).

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

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

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

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

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

thf(214,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(215,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

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

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

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

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

thf(220,plain,
    ( ( cAutomobile @ sK5_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[212]) ).

thf(221,plain,
    ( ( ~ ( cCar @ sK5_X ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[213]) ).

thf(222,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cAutomobile @ SX0 )
          | ( cCar @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[214]) ).

thf(223,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cCar @ SX0 )
          | ( cAutomobile @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[215]) ).

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

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

thf(226,plain,
    ! [SV25: $i] :
      ( ( cowlThing @ SV25 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[218]) ).

thf(227,plain,
    ! [SV26: $i] :
      ( ( ~ ( cowlNothing @ SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[219]) ).

thf(228,plain,
    ( ( cCar @ sK5_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

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

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

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

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

thf(233,plain,
    ! [SV26: $i] :
      ( ( cowlNothing @ SV26 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

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

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

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

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

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

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

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

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

thf(242,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[220,241,239,238,237,233,228,226]) ).

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

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

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

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

thf(247,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( cAutomobile @ SX0 )
                | ( cCar @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( cCar @ SX0 )
                | ( cAutomobile @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[245]) ).

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

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

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

thf(251,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

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

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

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

thf(255,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cAutomobile @ SX0 )
            | ( cCar @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[251]) ).

thf(256,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( cCar @ SX0 )
            | ( cAutomobile @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[251]) ).

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

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

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

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

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

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

thf(263,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cAutomobile @ SX0 )
          | ( cCar @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[255]) ).

thf(264,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( cCar @ SX0 )
          | ( cAutomobile @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[256]) ).

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

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

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

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

thf(269,plain,
    ( ( cCar @ sK6_X )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[261]) ).

thf(270,plain,
    ( ( ~ ( cAutomobile @ sK6_X ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[262]) ).

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

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

thf(273,plain,
    ! [SV33: $i] :
      ( ( cowlThing @ SV33 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(274,plain,
    ! [SV34: $i] :
      ( ( ~ ( cowlNothing @ SV34 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(275,plain,
    ! [SV35: $i] :
      ( ( ~ ( xsd_string @ SV35 )
        | ~ ( xsd_integer @ SV35 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

thf(276,plain,
    ! [SV36: $i] :
      ( ( ( xsd_integer @ SV36 )
        | ( xsd_string @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[268]) ).

thf(277,plain,
    ( ( cAutomobile @ sK6_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[270]) ).

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

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

thf(280,plain,
    ! [SV34: $i] :
      ( ( cowlNothing @ SV34 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[274]) ).

thf(281,plain,
    ! [SV35: $i] :
      ( ( ( ~ ( xsd_string @ SV35 ) )
        = $true )
      | ( ( ~ ( xsd_integer @ SV35 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[275]) ).

thf(282,plain,
    ! [SV36: $i] :
      ( ( ( xsd_integer @ SV36 )
        = $true )
      | ( ( xsd_string @ SV36 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[276]) ).

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

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

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

thf(286,plain,
    ! [SV35: $i] :
      ( ( ( xsd_integer @ SV35 )
        = $false )
      | ( ( xsd_string @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[285]) ).

thf(287,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[269,286,284,283,282,280,277,273]) ).

thf(288,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[287,69,107,151,197,242]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : KRS165+1 : TPTP v8.1.0. Released v3.1.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n021.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:24:36 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  
% 0.12/0.35   No.of.Axioms: 3
% 0.12/0.35  
% 0.12/0.35   Length.of.Defs: 0
% 0.12/0.35  
% 0.12/0.35   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:3,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:5,loop_count:0,foatp_calls:0,translation:fof_full)..........
% 0.20/0.51  
% 0.20/0.51  ********************************
% 0.20/0.51  *   All subproblems solved!    *
% 0.20/0.51  ********************************
% 0.20/0.51  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,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:287,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.53  
% 0.20/0.53  %**** Beginning of derivation protocol ****
% 0.20/0.53  % SZS output start CNFRefutation
% See solution above
% 0.20/0.54  
% 0.20/0.54  %**** End of derivation protocol ****
% 0.20/0.54  %**** no. of clauses in derivation: 288 ****
% 0.20/0.54  %**** clause counter: 287 ****
% 0.20/0.54  
% 0.20/0.54  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,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:287,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------