TSTP Solution File: CAT019-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : CAT019-1 : TPTP v8.1.0. Released v1.0.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 : Fri Jul 15 00:03:51 EDT 2022

% Result   : Unsatisfiable 0.18s 0.46s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   30
% Syntax   : Number of formulae    :  204 ( 111 unt;   8 typ;   0 def)
%            Number of atoms       : 1131 ( 331 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 1938 ( 286   ~; 363   |;   0   &;1289   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   8 usr;   4 con; 0-3 aty)
%            Number of variables   :  640 (   0   ^ 640   !;   0   ?; 640   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_c1,type,
    c1: $i ).

thf(tp_c2,type,
    c2: $i ).

thf(tp_codomain,type,
    codomain: $i > $i ).

thf(tp_compose,type,
    compose: $i > $i > $i ).

thf(tp_defined,type,
    defined: $i > $i > $o ).

thf(tp_domain,type,
    domain: $i > $i ).

thf(tp_identity_map,type,
    identity_map: $i > $o ).

thf(tp_product,type,
    product: $i > $i > $i > $o ).

thf(1,axiom,
    ! [X: $i,Y: $i,Z: $i,W: $i] :
      ( ~ ( product @ X @ Y @ Z )
      | ~ ( product @ X @ Y @ W )
      | ( Z = W ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',composition_is_well_defined) ).

thf(2,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( defined @ X @ Y )
      | ~ ( identity_map @ Y )
      | ( product @ X @ Y @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity2) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( defined @ X @ Y )
      | ~ ( identity_map @ X )
      | ( product @ X @ Y @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity1) ).

thf(4,axiom,
    ! [X: $i] : ( product @ ( codomain @ X ) @ X @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_on_codomain) ).

thf(5,axiom,
    ! [X: $i] : ( product @ X @ ( domain @ X ) @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_on_domain) ).

thf(6,axiom,
    ! [X: $i] : ( defined @ ( codomain @ X ) @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mapping_from_codomain_of_x_to_x) ).

thf(7,axiom,
    ! [X: $i] : ( defined @ X @ ( domain @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mapping_from_x_to_its_domain) ).

thf(8,axiom,
    ! [X: $i] : ( identity_map @ ( codomain @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',codomain_is_an_identity_map) ).

thf(9,axiom,
    ! [X: $i] : ( identity_map @ ( domain @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain_is_an_identity_map) ).

thf(10,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( defined @ X @ Y )
      | ~ ( defined @ Y @ Z )
      | ~ ( identity_map @ Y )
      | ( defined @ X @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom6) ).

thf(11,axiom,
    ! [Y: $i,Z: $i,Yz: $i,X: $i,Xyz: $i,Xy: $i] :
      ( ~ ( product @ Y @ Z @ Yz )
      | ~ ( product @ X @ Yz @ Xyz )
      | ~ ( product @ X @ Y @ Xy )
      | ( product @ Xy @ Z @ Xyz ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom5) ).

thf(12,axiom,
    ! [Y: $i,Z: $i,Yz: $i,X: $i,Xy: $i] :
      ( ~ ( product @ Y @ Z @ Yz )
      | ~ ( product @ X @ Y @ Xy )
      | ~ ( defined @ X @ Yz )
      | ( defined @ Xy @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom4) ).

thf(13,axiom,
    ! [Y: $i,Z: $i,Yz: $i,X: $i] :
      ( ~ ( product @ Y @ Z @ Yz )
      | ~ ( defined @ X @ Yz )
      | ( defined @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom3) ).

thf(14,axiom,
    ! [X: $i,Y: $i,Xy: $i,Z: $i,Xyz: $i,Yz: $i] :
      ( ~ ( product @ X @ Y @ Xy )
      | ~ ( product @ Xy @ Z @ Xyz )
      | ~ ( product @ Y @ Z @ Yz )
      | ( product @ X @ Yz @ Xyz ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom2) ).

thf(15,axiom,
    ! [X: $i,Y: $i,Xy: $i,Z: $i,Yz: $i] :
      ( ~ ( product @ X @ Y @ Xy )
      | ~ ( product @ Y @ Z @ Yz )
      | ~ ( defined @ Xy @ Z )
      | ( defined @ X @ Yz ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',category_theory_axiom1) ).

thf(16,axiom,
    ! [X: $i,Y: $i,Xy: $i,Z: $i] :
      ( ~ ( product @ X @ Y @ Xy )
      | ~ ( defined @ Xy @ Z )
      | ( defined @ Y @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associative_property2) ).

thf(17,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( product @ X @ Y @ Z )
      | ( defined @ X @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associative_property1) ).

thf(18,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( defined @ X @ Y )
      | ( product @ X @ Y @ ( compose @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure_of_composition) ).

thf(19,axiom,
    ! [Z: $i] :
      ( ( c2 = Z )
      | ( c1 != Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality_to_c1_and_c2_2) ).

thf(20,axiom,
    ! [Z: $i] :
      ( ( c2 != Z )
      | ( c1 = Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equality_to_c1_and_c2_1) ).

thf(21,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(22,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[21]) ).

thf(23,negated_conjecture,
    c2 != c1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_c1_equals_c2) ).

thf(24,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[22]) ).

thf(25,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,W: $i] :
          ( ~ ( product @ X @ Y @ Z )
          | ~ ( product @ X @ Y @ W )
          | ( Z = W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(26,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ~ ( identity_map @ Y )
          | ( product @ X @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(27,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ~ ( identity_map @ X )
          | ( product @ X @ Y @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(28,plain,
    ( ( ! [X: $i] : ( product @ ( codomain @ X ) @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(29,plain,
    ( ( ! [X: $i] : ( product @ X @ ( domain @ X ) @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(30,plain,
    ( ( ! [X: $i] : ( defined @ ( codomain @ X ) @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(31,plain,
    ( ( ! [X: $i] : ( defined @ X @ ( domain @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(32,plain,
    ( ( ! [X: $i] : ( identity_map @ ( codomain @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(33,plain,
    ( ( ! [X: $i] : ( identity_map @ ( domain @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( defined @ X @ Y )
          | ~ ( defined @ Y @ Z )
          | ~ ( identity_map @ Y )
          | ( defined @ X @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(35,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i,X: $i,Xyz: $i,Xy: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ~ ( product @ X @ Yz @ Xyz )
          | ~ ( product @ X @ Y @ Xy )
          | ( product @ Xy @ Z @ Xyz ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(36,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i,X: $i,Xy: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ~ ( product @ X @ Y @ Xy )
          | ~ ( defined @ X @ Yz )
          | ( defined @ Xy @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(37,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i,X: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ~ ( defined @ X @ Yz )
          | ( defined @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(38,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i,Z: $i,Xyz: $i,Yz: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ~ ( product @ Xy @ Z @ Xyz )
          | ~ ( product @ Y @ Z @ Yz )
          | ( product @ X @ Yz @ Xyz ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(39,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i,Z: $i,Yz: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ~ ( product @ Y @ Z @ Yz )
          | ~ ( defined @ Xy @ Z )
          | ( defined @ X @ Yz ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(40,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ~ ( defined @ Xy @ Z )
          | ( defined @ Y @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ Z )
          | ( defined @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ( product @ X @ Y @ ( compose @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(43,plain,
    ( ( ! [Z: $i] :
          ( ( c2 = Z )
          | ( c1 != Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(44,plain,
    ( ( ! [Z: $i] :
          ( ( c2 != Z )
          | ( c1 = Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(45,plain,
    ( ( ( c2 != c1 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(46,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[24]) ).

thf(47,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ Z )
          | ! [W: $i] :
              ( ~ ( product @ X @ Y @ W )
              | ( Z = W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(48,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ! [Z: $i] :
              ( ~ ( defined @ Y @ Z )
              | ~ ( identity_map @ Y )
              | ( defined @ X @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(49,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i,X: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ! [Xyz: $i] :
              ( ~ ( product @ X @ Yz @ Xyz )
              | ! [Xy: $i] :
                  ( ~ ( product @ X @ Y @ Xy )
                  | ( product @ Xy @ Z @ Xyz ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(50,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ! [X: $i,Xy: $i] :
              ( ~ ( product @ X @ Y @ Xy )
              | ~ ( defined @ X @ Yz )
              | ( defined @ Xy @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[36]) ).

thf(51,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ! [X: $i] :
              ( ~ ( defined @ X @ Yz )
              | ( defined @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(52,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ! [Xyz: $i] :
              ( ~ ( product @ Xy @ Z @ Xyz )
              | ! [Yz: $i] :
                  ( ~ ( product @ Y @ Z @ Yz )
                  | ( product @ X @ Yz @ Xyz ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[38]) ).

thf(53,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ! [Z: $i,Yz: $i] :
              ( ~ ( product @ Y @ Z @ Yz )
              | ~ ( defined @ Xy @ Z )
              | ( defined @ X @ Yz ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[39]) ).

thf(54,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ! [Z: $i] :
              ( ~ ( defined @ Xy @ Z )
              | ( defined @ Y @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(55,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( product @ X @ Y @ Z )
          | ( defined @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(56,plain,
    ( ( ! [Z: $i] :
          ( ( c1 != Z )
          | ( c2 = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(57,plain,
    ( ( ! [Z: $i] :
          ( ( c2 != Z )
          | ( c1 = Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[44]) ).

thf(58,plain,
    ( ( ( c2 != c1 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[45]) ).

thf(59,plain,
    ( ( ( c2 != c1 ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(60,plain,
    ( ( ! [Z: $i] :
          ( ( c2 != Z )
          | ( c1 = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(61,plain,
    ( ( ! [Z: $i] :
          ( ( c1 != Z )
          | ( c2 = Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(62,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ( product @ X @ Y @ ( compose @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(63,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( product @ X @ Y @ Z )
          | ( defined @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(64,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ! [Z: $i] :
              ( ~ ( defined @ Xy @ Z )
              | ( defined @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(65,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ! [Z: $i,Yz: $i] :
              ( ~ ( product @ Y @ Z @ Yz )
              | ~ ( defined @ Xy @ Z )
              | ( defined @ X @ Yz ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(66,plain,
    ( ( ! [X: $i,Y: $i,Xy: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ Xy )
          | ! [Xyz: $i] :
              ( ~ ( product @ Xy @ Z @ Xyz )
              | ! [Yz: $i] :
                  ( ~ ( product @ Y @ Z @ Yz )
                  | ( product @ X @ Yz @ Xyz ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(67,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ! [X: $i] :
              ( ~ ( defined @ X @ Yz )
              | ( defined @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(68,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ! [X: $i,Xy: $i] :
              ( ~ ( product @ X @ Y @ Xy )
              | ~ ( defined @ X @ Yz )
              | ( defined @ Xy @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(69,plain,
    ( ( ! [Y: $i,Z: $i,Yz: $i,X: $i] :
          ( ~ ( product @ Y @ Z @ Yz )
          | ! [Xyz: $i] :
              ( ~ ( product @ X @ Yz @ Xyz )
              | ! [Xy: $i] :
                  ( ~ ( product @ X @ Y @ Xy )
                  | ( product @ Xy @ Z @ Xyz ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(70,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ! [Z: $i] :
              ( ~ ( defined @ Y @ Z )
              | ~ ( identity_map @ Y )
              | ( defined @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(71,plain,
    ( ( ! [X: $i] : ( identity_map @ ( domain @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(72,plain,
    ( ( ! [X: $i] : ( identity_map @ ( codomain @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(73,plain,
    ( ( ! [X: $i] : ( defined @ X @ ( domain @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(74,plain,
    ( ( ! [X: $i] : ( defined @ ( codomain @ X ) @ X ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(75,plain,
    ( ( ! [X: $i] : ( product @ X @ ( domain @ X ) @ X ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(76,plain,
    ( ( ! [X: $i] : ( product @ ( codomain @ X ) @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(77,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ~ ( identity_map @ X )
          | ( product @ X @ Y @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(78,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( defined @ X @ Y )
          | ~ ( identity_map @ Y )
          | ( product @ X @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(79,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( product @ X @ Y @ Z )
          | ! [W: $i] :
              ( ~ ( product @ X @ Y @ W )
              | ( Z = W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(80,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(81,plain,
    ( ( c2 = c1 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(82,plain,
    ! [SV1: $i] :
      ( ( ( c2 != SV1 )
        | ( c1 = SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(83,plain,
    ! [SV2: $i] :
      ( ( ( c1 != SV2 )
        | ( c2 = SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(84,plain,
    ! [SV3: $i] :
      ( ( ! [SY54: $i] :
            ( ~ ( defined @ SV3 @ SY54 )
            | ( product @ SV3 @ SY54 @ ( compose @ SV3 @ SY54 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(85,plain,
    ! [SV4: $i] :
      ( ( ! [SY55: $i] :
            ( ! [SY56: $i] :
                ~ ( product @ SV4 @ SY55 @ SY56 )
            | ( defined @ SV4 @ SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(86,plain,
    ! [SV5: $i] :
      ( ( ! [SY57: $i,SY58: $i] :
            ( ~ ( product @ SV5 @ SY57 @ SY58 )
            | ! [Z: $i] :
                ( ~ ( defined @ SY58 @ Z )
                | ( defined @ SY57 @ Z ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(87,plain,
    ! [SV6: $i] :
      ( ( ! [SY60: $i,SY61: $i] :
            ( ~ ( product @ SV6 @ SY60 @ SY61 )
            | ! [SY62: $i,SY63: $i] :
                ( ~ ( product @ SY60 @ SY62 @ SY63 )
                | ~ ( defined @ SY61 @ SY62 )
                | ( defined @ SV6 @ SY63 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(88,plain,
    ! [SV7: $i] :
      ( ( ! [SY64: $i,SY65: $i,SY66: $i] :
            ( ~ ( product @ SV7 @ SY64 @ SY65 )
            | ! [SY67: $i] :
                ( ~ ( product @ SY65 @ SY66 @ SY67 )
                | ! [SY68: $i] :
                    ( ~ ( product @ SY64 @ SY66 @ SY68 )
                    | ( product @ SV7 @ SY68 @ SY67 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(89,plain,
    ! [SV8: $i] :
      ( ( ! [SY69: $i,SY70: $i] :
            ( ~ ( product @ SV8 @ SY69 @ SY70 )
            | ! [SY71: $i] :
                ( ~ ( defined @ SY71 @ SY70 )
                | ( defined @ SY71 @ SV8 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(90,plain,
    ! [SV9: $i] :
      ( ( ! [SY72: $i,SY73: $i] :
            ( ~ ( product @ SV9 @ SY72 @ SY73 )
            | ! [SY74: $i,SY75: $i] :
                ( ~ ( product @ SY74 @ SV9 @ SY75 )
                | ~ ( defined @ SY74 @ SY73 )
                | ( defined @ SY75 @ SY72 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(91,plain,
    ! [SV10: $i] :
      ( ( ! [SY76: $i,SY77: $i,SY78: $i] :
            ( ~ ( product @ SV10 @ SY76 @ SY77 )
            | ! [SY79: $i] :
                ( ~ ( product @ SY78 @ SY77 @ SY79 )
                | ! [SY80: $i] :
                    ( ~ ( product @ SY78 @ SV10 @ SY80 )
                    | ( product @ SY80 @ SY76 @ SY79 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(92,plain,
    ! [SV11: $i] :
      ( ( ! [SY81: $i] :
            ( ~ ( defined @ SV11 @ SY81 )
            | ! [SY82: $i] :
                ( ~ ( defined @ SY81 @ SY82 )
                | ~ ( identity_map @ SY81 )
                | ( defined @ SV11 @ SY82 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(93,plain,
    ! [SV12: $i] :
      ( ( identity_map @ ( domain @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(94,plain,
    ! [SV13: $i] :
      ( ( identity_map @ ( codomain @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(95,plain,
    ! [SV14: $i] :
      ( ( defined @ SV14 @ ( domain @ SV14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(96,plain,
    ! [SV15: $i] :
      ( ( defined @ ( codomain @ SV15 ) @ SV15 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(97,plain,
    ! [SV16: $i] :
      ( ( product @ SV16 @ ( domain @ SV16 ) @ SV16 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(98,plain,
    ! [SV17: $i] :
      ( ( product @ ( codomain @ SV17 ) @ SV17 @ SV17 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(99,plain,
    ! [SV18: $i] :
      ( ( ! [SY83: $i] :
            ( ~ ( defined @ SV18 @ SY83 )
            | ~ ( identity_map @ SV18 )
            | ( product @ SV18 @ SY83 @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(100,plain,
    ! [SV19: $i] :
      ( ( ! [SY84: $i] :
            ( ~ ( defined @ SV19 @ SY84 )
            | ~ ( identity_map @ SY84 )
            | ( product @ SV19 @ SY84 @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(101,plain,
    ! [SV20: $i] :
      ( ( ! [SY85: $i,SY86: $i] :
            ( ~ ( product @ SV20 @ SY85 @ SY86 )
            | ! [SY87: $i] :
                ( ~ ( product @ SV20 @ SY85 @ SY87 )
                | ( SY86 = SY87 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(102,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[80]) ).

thf(103,plain,
    ! [SV1: $i] :
      ( ( ( ( c2 != SV1 ) )
        = $true )
      | ( ( c1 = SV1 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[82]) ).

thf(104,plain,
    ! [SV2: $i] :
      ( ( ( ( c1 != SV2 ) )
        = $true )
      | ( ( c2 = SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(105,plain,
    ! [SV21: $i,SV3: $i] :
      ( ( ~ ( defined @ SV3 @ SV21 )
        | ( product @ SV3 @ SV21 @ ( compose @ SV3 @ SV21 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(106,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ! [SY88: $i] :
            ~ ( product @ SV4 @ SV22 @ SY88 )
        | ( defined @ SV4 @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(107,plain,
    ! [SV23: $i,SV5: $i] :
      ( ( ! [SY89: $i] :
            ( ~ ( product @ SV5 @ SV23 @ SY89 )
            | ! [SY90: $i] :
                ( ~ ( defined @ SY89 @ SY90 )
                | ( defined @ SV23 @ SY90 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(108,plain,
    ! [SV24: $i,SV6: $i] :
      ( ( ! [SY91: $i] :
            ( ~ ( product @ SV6 @ SV24 @ SY91 )
            | ! [SY92: $i,SY93: $i] :
                ( ~ ( product @ SV24 @ SY92 @ SY93 )
                | ~ ( defined @ SY91 @ SY92 )
                | ( defined @ SV6 @ SY93 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(109,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ! [SY94: $i,SY95: $i] :
            ( ~ ( product @ SV7 @ SV25 @ SY94 )
            | ! [SY96: $i] :
                ( ~ ( product @ SY94 @ SY95 @ SY96 )
                | ! [SY97: $i] :
                    ( ~ ( product @ SV25 @ SY95 @ SY97 )
                    | ( product @ SV7 @ SY97 @ SY96 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(110,plain,
    ! [SV26: $i,SV8: $i] :
      ( ( ! [SY98: $i] :
            ( ~ ( product @ SV8 @ SV26 @ SY98 )
            | ! [SY71: $i] :
                ( ~ ( defined @ SY71 @ SY98 )
                | ( defined @ SY71 @ SV8 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(111,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ! [SY100: $i] :
            ( ~ ( product @ SV9 @ SV27 @ SY100 )
            | ! [SY101: $i,SY102: $i] :
                ( ~ ( product @ SY101 @ SV9 @ SY102 )
                | ~ ( defined @ SY101 @ SY100 )
                | ( defined @ SY102 @ SV27 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(112,plain,
    ! [SV28: $i,SV10: $i] :
      ( ( ! [SY103: $i,SY104: $i] :
            ( ~ ( product @ SV10 @ SV28 @ SY103 )
            | ! [SY105: $i] :
                ( ~ ( product @ SY104 @ SY103 @ SY105 )
                | ! [SY106: $i] :
                    ( ~ ( product @ SY104 @ SV10 @ SY106 )
                    | ( product @ SY106 @ SV28 @ SY105 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(113,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ~ ( defined @ SV11 @ SV29 )
        | ! [SY107: $i] :
            ( ~ ( defined @ SV29 @ SY107 )
            | ~ ( identity_map @ SV29 )
            | ( defined @ SV11 @ SY107 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(114,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ~ ( defined @ SV18 @ SV30 )
        | ~ ( identity_map @ SV18 )
        | ( product @ SV18 @ SV30 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(115,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ~ ( defined @ SV19 @ SV31 )
        | ~ ( identity_map @ SV31 )
        | ( product @ SV19 @ SV31 @ SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(116,plain,
    ! [SV32: $i,SV20: $i] :
      ( ( ! [SY108: $i] :
            ( ~ ( product @ SV20 @ SV32 @ SY108 )
            | ! [SY109: $i] :
                ( ~ ( product @ SV20 @ SV32 @ SY109 )
                | ( SY108 = SY109 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(117,plain,
    ! [SV1: $i] :
      ( ( ( c2 = SV1 )
        = $false )
      | ( ( c1 = SV1 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[103]) ).

thf(118,plain,
    ! [SV2: $i] :
      ( ( ( c1 = SV2 )
        = $false )
      | ( ( c2 = SV2 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(119,plain,
    ! [SV21: $i,SV3: $i] :
      ( ( ( ~ ( defined @ SV3 @ SV21 ) )
        = $true )
      | ( ( product @ SV3 @ SV21 @ ( compose @ SV3 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

thf(120,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ( ! [SY88: $i] :
              ~ ( product @ SV4 @ SV22 @ SY88 ) )
        = $true )
      | ( ( defined @ SV4 @ SV22 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[106]) ).

thf(121,plain,
    ! [SV33: $i,SV23: $i,SV5: $i] :
      ( ( ~ ( product @ SV5 @ SV23 @ SV33 )
        | ! [SY110: $i] :
            ( ~ ( defined @ SV33 @ SY110 )
            | ( defined @ SV23 @ SY110 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(122,plain,
    ! [SV34: $i,SV24: $i,SV6: $i] :
      ( ( ~ ( product @ SV6 @ SV24 @ SV34 )
        | ! [SY111: $i,SY112: $i] :
            ( ~ ( product @ SV24 @ SY111 @ SY112 )
            | ~ ( defined @ SV34 @ SY111 )
            | ( defined @ SV6 @ SY112 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(123,plain,
    ! [SV35: $i,SV25: $i,SV7: $i] :
      ( ( ! [SY113: $i] :
            ( ~ ( product @ SV7 @ SV25 @ SV35 )
            | ! [SY114: $i] :
                ( ~ ( product @ SV35 @ SY113 @ SY114 )
                | ! [SY97: $i] :
                    ( ~ ( product @ SV25 @ SY113 @ SY97 )
                    | ( product @ SV7 @ SY97 @ SY114 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(124,plain,
    ! [SV36: $i,SV26: $i,SV8: $i] :
      ( ( ~ ( product @ SV8 @ SV26 @ SV36 )
        | ! [SY116: $i] :
            ( ~ ( defined @ SY116 @ SV36 )
            | ( defined @ SY116 @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(125,plain,
    ! [SV37: $i,SV27: $i,SV9: $i] :
      ( ( ~ ( product @ SV9 @ SV27 @ SV37 )
        | ! [SY117: $i,SY118: $i] :
            ( ~ ( product @ SY117 @ SV9 @ SY118 )
            | ~ ( defined @ SY117 @ SV37 )
            | ( defined @ SY118 @ SV27 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(126,plain,
    ! [SV38: $i,SV28: $i,SV10: $i] :
      ( ( ! [SY119: $i] :
            ( ~ ( product @ SV10 @ SV28 @ SV38 )
            | ! [SY120: $i] :
                ( ~ ( product @ SY119 @ SV38 @ SY120 )
                | ! [SY106: $i] :
                    ( ~ ( product @ SY119 @ SV10 @ SY106 )
                    | ( product @ SY106 @ SV28 @ SY120 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(127,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ( ~ ( defined @ SV11 @ SV29 ) )
        = $true )
      | ( ( ! [SY107: $i] :
              ( ~ ( defined @ SV29 @ SY107 )
              | ~ ( identity_map @ SV29 )
              | ( defined @ SV11 @ SY107 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(128,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( ~ ( defined @ SV18 @ SV30 ) )
        = $true )
      | ( ( ~ ( identity_map @ SV18 )
          | ( product @ SV18 @ SV30 @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(129,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ( ~ ( defined @ SV19 @ SV31 ) )
        = $true )
      | ( ( ~ ( identity_map @ SV31 )
          | ( product @ SV19 @ SV31 @ SV19 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[115]) ).

thf(130,plain,
    ! [SV39: $i,SV32: $i,SV20: $i] :
      ( ( ~ ( product @ SV20 @ SV32 @ SV39 )
        | ! [SY122: $i] :
            ( ~ ( product @ SV20 @ SV32 @ SY122 )
            | ( SV39 = SY122 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[116]) ).

thf(131,plain,
    ! [SV21: $i,SV3: $i] :
      ( ( ( defined @ SV3 @ SV21 )
        = $false )
      | ( ( product @ SV3 @ SV21 @ ( compose @ SV3 @ SV21 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(132,plain,
    ! [SV40: $i,SV22: $i,SV4: $i] :
      ( ( ( ~ ( product @ SV4 @ SV22 @ SV40 ) )
        = $true )
      | ( ( defined @ SV4 @ SV22 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(133,plain,
    ! [SV33: $i,SV23: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV23 @ SV33 ) )
        = $true )
      | ( ( ! [SY110: $i] :
              ( ~ ( defined @ SV33 @ SY110 )
              | ( defined @ SV23 @ SY110 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[121]) ).

thf(134,plain,
    ! [SV34: $i,SV24: $i,SV6: $i] :
      ( ( ( ~ ( product @ SV6 @ SV24 @ SV34 ) )
        = $true )
      | ( ( ! [SY111: $i,SY112: $i] :
              ( ~ ( product @ SV24 @ SY111 @ SY112 )
              | ~ ( defined @ SV34 @ SY111 )
              | ( defined @ SV6 @ SY112 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(135,plain,
    ! [SV41: $i,SV35: $i,SV25: $i,SV7: $i] :
      ( ( ~ ( product @ SV7 @ SV25 @ SV35 )
        | ! [SY123: $i] :
            ( ~ ( product @ SV35 @ SV41 @ SY123 )
            | ! [SY124: $i] :
                ( ~ ( product @ SV25 @ SV41 @ SY124 )
                | ( product @ SV7 @ SY124 @ SY123 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(136,plain,
    ! [SV36: $i,SV26: $i,SV8: $i] :
      ( ( ( ~ ( product @ SV8 @ SV26 @ SV36 ) )
        = $true )
      | ( ( ! [SY116: $i] :
              ( ~ ( defined @ SY116 @ SV36 )
              | ( defined @ SY116 @ SV8 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[124]) ).

thf(137,plain,
    ! [SV37: $i,SV27: $i,SV9: $i] :
      ( ( ( ~ ( product @ SV9 @ SV27 @ SV37 ) )
        = $true )
      | ( ( ! [SY117: $i,SY118: $i] :
              ( ~ ( product @ SY117 @ SV9 @ SY118 )
              | ~ ( defined @ SY117 @ SV37 )
              | ( defined @ SY118 @ SV27 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[125]) ).

thf(138,plain,
    ! [SV42: $i,SV38: $i,SV28: $i,SV10: $i] :
      ( ( ~ ( product @ SV10 @ SV28 @ SV38 )
        | ! [SY125: $i] :
            ( ~ ( product @ SV42 @ SV38 @ SY125 )
            | ! [SY126: $i] :
                ( ~ ( product @ SV42 @ SV10 @ SY126 )
                | ( product @ SY126 @ SV28 @ SY125 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(139,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ( defined @ SV11 @ SV29 )
        = $false )
      | ( ( ! [SY107: $i] :
              ( ~ ( defined @ SV29 @ SY107 )
              | ~ ( identity_map @ SV29 )
              | ( defined @ SV11 @ SY107 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(140,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( defined @ SV18 @ SV30 )
        = $false )
      | ( ( ~ ( identity_map @ SV18 )
          | ( product @ SV18 @ SV30 @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(141,plain,
    ! [SV31: $i,SV19: $i] :
      ( ( ( defined @ SV19 @ SV31 )
        = $false )
      | ( ( ~ ( identity_map @ SV31 )
          | ( product @ SV19 @ SV31 @ SV19 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(142,plain,
    ! [SV39: $i,SV32: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV32 @ SV39 ) )
        = $true )
      | ( ( ! [SY122: $i] :
              ( ~ ( product @ SV20 @ SV32 @ SY122 )
              | ( SV39 = SY122 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(143,plain,
    ! [SV40: $i,SV22: $i,SV4: $i] :
      ( ( ( product @ SV4 @ SV22 @ SV40 )
        = $false )
      | ( ( defined @ SV4 @ SV22 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(144,plain,
    ! [SV33: $i,SV23: $i,SV5: $i] :
      ( ( ( product @ SV5 @ SV23 @ SV33 )
        = $false )
      | ( ( ! [SY110: $i] :
              ( ~ ( defined @ SV33 @ SY110 )
              | ( defined @ SV23 @ SY110 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[133]) ).

thf(145,plain,
    ! [SV34: $i,SV24: $i,SV6: $i] :
      ( ( ( product @ SV6 @ SV24 @ SV34 )
        = $false )
      | ( ( ! [SY111: $i,SY112: $i] :
              ( ~ ( product @ SV24 @ SY111 @ SY112 )
              | ~ ( defined @ SV34 @ SY111 )
              | ( defined @ SV6 @ SY112 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(146,plain,
    ! [SV41: $i,SV35: $i,SV25: $i,SV7: $i] :
      ( ( ( ~ ( product @ SV7 @ SV25 @ SV35 ) )
        = $true )
      | ( ( ! [SY123: $i] :
              ( ~ ( product @ SV35 @ SV41 @ SY123 )
              | ! [SY124: $i] :
                  ( ~ ( product @ SV25 @ SV41 @ SY124 )
                  | ( product @ SV7 @ SY124 @ SY123 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[135]) ).

thf(147,plain,
    ! [SV36: $i,SV26: $i,SV8: $i] :
      ( ( ( product @ SV8 @ SV26 @ SV36 )
        = $false )
      | ( ( ! [SY116: $i] :
              ( ~ ( defined @ SY116 @ SV36 )
              | ( defined @ SY116 @ SV8 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(148,plain,
    ! [SV37: $i,SV27: $i,SV9: $i] :
      ( ( ( product @ SV9 @ SV27 @ SV37 )
        = $false )
      | ( ( ! [SY117: $i,SY118: $i] :
              ( ~ ( product @ SY117 @ SV9 @ SY118 )
              | ~ ( defined @ SY117 @ SV37 )
              | ( defined @ SY118 @ SV27 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(149,plain,
    ! [SV42: $i,SV38: $i,SV28: $i,SV10: $i] :
      ( ( ( ~ ( product @ SV10 @ SV28 @ SV38 ) )
        = $true )
      | ( ( ! [SY125: $i] :
              ( ~ ( product @ SV42 @ SV38 @ SY125 )
              | ! [SY126: $i] :
                  ( ~ ( product @ SV42 @ SV10 @ SY126 )
                  | ( product @ SY126 @ SV28 @ SY125 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[138]) ).

thf(150,plain,
    ! [SV11: $i,SV43: $i,SV29: $i] :
      ( ( ( ~ ( defined @ SV29 @ SV43 )
          | ~ ( identity_map @ SV29 )
          | ( defined @ SV11 @ SV43 ) )
        = $true )
      | ( ( defined @ SV11 @ SV29 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(151,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( ~ ( identity_map @ SV18 ) )
        = $true )
      | ( ( product @ SV18 @ SV30 @ SV30 )
        = $true )
      | ( ( defined @ SV18 @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[140]) ).

thf(152,plain,
    ! [SV19: $i,SV31: $i] :
      ( ( ( ~ ( identity_map @ SV31 ) )
        = $true )
      | ( ( product @ SV19 @ SV31 @ SV19 )
        = $true )
      | ( ( defined @ SV19 @ SV31 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[141]) ).

thf(153,plain,
    ! [SV39: $i,SV32: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV32 @ SV39 )
        = $false )
      | ( ( ! [SY122: $i] :
              ( ~ ( product @ SV20 @ SV32 @ SY122 )
              | ( SV39 = SY122 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

thf(154,plain,
    ! [SV5: $i,SV23: $i,SV44: $i,SV33: $i] :
      ( ( ( ~ ( defined @ SV33 @ SV44 )
          | ( defined @ SV23 @ SV44 ) )
        = $true )
      | ( ( product @ SV5 @ SV23 @ SV33 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(155,plain,
    ! [SV6: $i,SV34: $i,SV45: $i,SV24: $i] :
      ( ( ( ! [SY127: $i] :
              ( ~ ( product @ SV24 @ SV45 @ SY127 )
              | ~ ( defined @ SV34 @ SV45 )
              | ( defined @ SV6 @ SY127 ) ) )
        = $true )
      | ( ( product @ SV6 @ SV24 @ SV34 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[145]) ).

thf(156,plain,
    ! [SV41: $i,SV35: $i,SV25: $i,SV7: $i] :
      ( ( ( product @ SV7 @ SV25 @ SV35 )
        = $false )
      | ( ( ! [SY123: $i] :
              ( ~ ( product @ SV35 @ SV41 @ SY123 )
              | ! [SY124: $i] :
                  ( ~ ( product @ SV25 @ SV41 @ SY124 )
                  | ( product @ SV7 @ SY124 @ SY123 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(157,plain,
    ! [SV26: $i,SV8: $i,SV36: $i,SV46: $i] :
      ( ( ( ~ ( defined @ SV46 @ SV36 )
          | ( defined @ SV46 @ SV8 ) )
        = $true )
      | ( ( product @ SV8 @ SV26 @ SV36 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[147]) ).

thf(158,plain,
    ! [SV27: $i,SV37: $i,SV9: $i,SV47: $i] :
      ( ( ( ! [SY128: $i] :
              ( ~ ( product @ SV47 @ SV9 @ SY128 )
              | ~ ( defined @ SV47 @ SV37 )
              | ( defined @ SY128 @ SV27 ) ) )
        = $true )
      | ( ( product @ SV9 @ SV27 @ SV37 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[148]) ).

thf(159,plain,
    ! [SV42: $i,SV38: $i,SV28: $i,SV10: $i] :
      ( ( ( product @ SV10 @ SV28 @ SV38 )
        = $false )
      | ( ( ! [SY125: $i] :
              ( ~ ( product @ SV42 @ SV38 @ SY125 )
              | ! [SY126: $i] :
                  ( ~ ( product @ SV42 @ SV10 @ SY126 )
                  | ( product @ SY126 @ SV28 @ SY125 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[149]) ).

thf(160,plain,
    ! [SV11: $i,SV43: $i,SV29: $i] :
      ( ( ( ~ ( defined @ SV29 @ SV43 ) )
        = $true )
      | ( ( ~ ( identity_map @ SV29 )
          | ( defined @ SV11 @ SV43 ) )
        = $true )
      | ( ( defined @ SV11 @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[150]) ).

thf(161,plain,
    ! [SV30: $i,SV18: $i] :
      ( ( ( identity_map @ SV18 )
        = $false )
      | ( ( product @ SV18 @ SV30 @ SV30 )
        = $true )
      | ( ( defined @ SV18 @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

thf(162,plain,
    ! [SV19: $i,SV31: $i] :
      ( ( ( identity_map @ SV31 )
        = $false )
      | ( ( product @ SV19 @ SV31 @ SV19 )
        = $true )
      | ( ( defined @ SV19 @ SV31 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[152]) ).

thf(163,plain,
    ! [SV39: $i,SV48: $i,SV32: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV32 @ SV48 )
          | ( SV39 = SV48 ) )
        = $true )
      | ( ( product @ SV20 @ SV32 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(164,plain,
    ! [SV5: $i,SV23: $i,SV44: $i,SV33: $i] :
      ( ( ( ~ ( defined @ SV33 @ SV44 ) )
        = $true )
      | ( ( defined @ SV23 @ SV44 )
        = $true )
      | ( ( product @ SV5 @ SV23 @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(165,plain,
    ! [SV6: $i,SV34: $i,SV49: $i,SV45: $i,SV24: $i] :
      ( ( ( ~ ( product @ SV24 @ SV45 @ SV49 )
          | ~ ( defined @ SV34 @ SV45 )
          | ( defined @ SV6 @ SV49 ) )
        = $true )
      | ( ( product @ SV6 @ SV24 @ SV34 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[155]) ).

thf(166,plain,
    ! [SV7: $i,SV25: $i,SV50: $i,SV41: $i,SV35: $i] :
      ( ( ( ~ ( product @ SV35 @ SV41 @ SV50 )
          | ! [SY129: $i] :
              ( ~ ( product @ SV25 @ SV41 @ SY129 )
              | ( product @ SV7 @ SY129 @ SV50 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV25 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[156]) ).

thf(167,plain,
    ! [SV26: $i,SV8: $i,SV36: $i,SV46: $i] :
      ( ( ( ~ ( defined @ SV46 @ SV36 ) )
        = $true )
      | ( ( defined @ SV46 @ SV8 )
        = $true )
      | ( ( product @ SV8 @ SV26 @ SV36 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[157]) ).

thf(168,plain,
    ! [SV27: $i,SV37: $i,SV51: $i,SV9: $i,SV47: $i] :
      ( ( ( ~ ( product @ SV47 @ SV9 @ SV51 )
          | ~ ( defined @ SV47 @ SV37 )
          | ( defined @ SV51 @ SV27 ) )
        = $true )
      | ( ( product @ SV9 @ SV27 @ SV37 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(169,plain,
    ! [SV28: $i,SV10: $i,SV52: $i,SV38: $i,SV42: $i] :
      ( ( ( ~ ( product @ SV42 @ SV38 @ SV52 )
          | ! [SY130: $i] :
              ( ~ ( product @ SV42 @ SV10 @ SY130 )
              | ( product @ SY130 @ SV28 @ SV52 ) ) )
        = $true )
      | ( ( product @ SV10 @ SV28 @ SV38 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

thf(170,plain,
    ! [SV11: $i,SV43: $i,SV29: $i] :
      ( ( ( defined @ SV29 @ SV43 )
        = $false )
      | ( ( ~ ( identity_map @ SV29 )
          | ( defined @ SV11 @ SV43 ) )
        = $true )
      | ( ( defined @ SV11 @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[160]) ).

thf(171,plain,
    ! [SV39: $i,SV48: $i,SV32: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV32 @ SV48 ) )
        = $true )
      | ( ( SV39 = SV48 )
        = $true )
      | ( ( product @ SV20 @ SV32 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[163]) ).

thf(172,plain,
    ! [SV5: $i,SV23: $i,SV44: $i,SV33: $i] :
      ( ( ( defined @ SV33 @ SV44 )
        = $false )
      | ( ( defined @ SV23 @ SV44 )
        = $true )
      | ( ( product @ SV5 @ SV23 @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(173,plain,
    ! [SV6: $i,SV34: $i,SV49: $i,SV45: $i,SV24: $i] :
      ( ( ( ~ ( product @ SV24 @ SV45 @ SV49 ) )
        = $true )
      | ( ( ~ ( defined @ SV34 @ SV45 )
          | ( defined @ SV6 @ SV49 ) )
        = $true )
      | ( ( product @ SV6 @ SV24 @ SV34 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[165]) ).

thf(174,plain,
    ! [SV7: $i,SV25: $i,SV50: $i,SV41: $i,SV35: $i] :
      ( ( ( ~ ( product @ SV35 @ SV41 @ SV50 ) )
        = $true )
      | ( ( ! [SY129: $i] :
              ( ~ ( product @ SV25 @ SV41 @ SY129 )
              | ( product @ SV7 @ SY129 @ SV50 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV25 @ SV35 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

thf(175,plain,
    ! [SV26: $i,SV8: $i,SV36: $i,SV46: $i] :
      ( ( ( defined @ SV46 @ SV36 )
        = $false )
      | ( ( defined @ SV46 @ SV8 )
        = $true )
      | ( ( product @ SV8 @ SV26 @ SV36 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[167]) ).

thf(176,plain,
    ! [SV27: $i,SV37: $i,SV51: $i,SV9: $i,SV47: $i] :
      ( ( ( ~ ( product @ SV47 @ SV9 @ SV51 ) )
        = $true )
      | ( ( ~ ( defined @ SV47 @ SV37 )
          | ( defined @ SV51 @ SV27 ) )
        = $true )
      | ( ( product @ SV9 @ SV27 @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[168]) ).

thf(177,plain,
    ! [SV28: $i,SV10: $i,SV52: $i,SV38: $i,SV42: $i] :
      ( ( ( ~ ( product @ SV42 @ SV38 @ SV52 ) )
        = $true )
      | ( ( ! [SY130: $i] :
              ( ~ ( product @ SV42 @ SV10 @ SY130 )
              | ( product @ SY130 @ SV28 @ SV52 ) ) )
        = $true )
      | ( ( product @ SV10 @ SV28 @ SV38 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[169]) ).

thf(178,plain,
    ! [SV43: $i,SV11: $i,SV29: $i] :
      ( ( ( ~ ( identity_map @ SV29 ) )
        = $true )
      | ( ( defined @ SV11 @ SV43 )
        = $true )
      | ( ( defined @ SV29 @ SV43 )
        = $false )
      | ( ( defined @ SV11 @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(179,plain,
    ! [SV39: $i,SV48: $i,SV32: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV32 @ SV48 )
        = $false )
      | ( ( SV39 = SV48 )
        = $true )
      | ( ( product @ SV20 @ SV32 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(180,plain,
    ! [SV6: $i,SV34: $i,SV49: $i,SV45: $i,SV24: $i] :
      ( ( ( product @ SV24 @ SV45 @ SV49 )
        = $false )
      | ( ( ~ ( defined @ SV34 @ SV45 )
          | ( defined @ SV6 @ SV49 ) )
        = $true )
      | ( ( product @ SV6 @ SV24 @ SV34 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

thf(181,plain,
    ! [SV7: $i,SV25: $i,SV50: $i,SV41: $i,SV35: $i] :
      ( ( ( product @ SV35 @ SV41 @ SV50 )
        = $false )
      | ( ( ! [SY129: $i] :
              ( ~ ( product @ SV25 @ SV41 @ SY129 )
              | ( product @ SV7 @ SY129 @ SV50 ) ) )
        = $true )
      | ( ( product @ SV7 @ SV25 @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(182,plain,
    ! [SV27: $i,SV37: $i,SV51: $i,SV9: $i,SV47: $i] :
      ( ( ( product @ SV47 @ SV9 @ SV51 )
        = $false )
      | ( ( ~ ( defined @ SV47 @ SV37 )
          | ( defined @ SV51 @ SV27 ) )
        = $true )
      | ( ( product @ SV9 @ SV27 @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(183,plain,
    ! [SV28: $i,SV10: $i,SV52: $i,SV38: $i,SV42: $i] :
      ( ( ( product @ SV42 @ SV38 @ SV52 )
        = $false )
      | ( ( ! [SY130: $i] :
              ( ~ ( product @ SV42 @ SV10 @ SY130 )
              | ( product @ SY130 @ SV28 @ SV52 ) ) )
        = $true )
      | ( ( product @ SV10 @ SV28 @ SV38 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[177]) ).

thf(184,plain,
    ! [SV43: $i,SV11: $i,SV29: $i] :
      ( ( ( identity_map @ SV29 )
        = $false )
      | ( ( defined @ SV11 @ SV43 )
        = $true )
      | ( ( defined @ SV29 @ SV43 )
        = $false )
      | ( ( defined @ SV11 @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[178]) ).

thf(185,plain,
    ! [SV24: $i,SV49: $i,SV6: $i,SV45: $i,SV34: $i] :
      ( ( ( ~ ( defined @ SV34 @ SV45 ) )
        = $true )
      | ( ( defined @ SV6 @ SV49 )
        = $true )
      | ( ( product @ SV24 @ SV45 @ SV49 )
        = $false )
      | ( ( product @ SV6 @ SV24 @ SV34 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[180]) ).

thf(186,plain,
    ! [SV35: $i,SV50: $i,SV7: $i,SV53: $i,SV41: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV41 @ SV53 )
          | ( product @ SV7 @ SV53 @ SV50 ) )
        = $true )
      | ( ( product @ SV35 @ SV41 @ SV50 )
        = $false )
      | ( ( product @ SV7 @ SV25 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(187,plain,
    ! [SV9: $i,SV27: $i,SV51: $i,SV37: $i,SV47: $i] :
      ( ( ( ~ ( defined @ SV47 @ SV37 ) )
        = $true )
      | ( ( defined @ SV51 @ SV27 )
        = $true )
      | ( ( product @ SV47 @ SV9 @ SV51 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV37 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(188,plain,
    ! [SV38: $i,SV52: $i,SV28: $i,SV54: $i,SV10: $i,SV42: $i] :
      ( ( ( ~ ( product @ SV42 @ SV10 @ SV54 )
          | ( product @ SV54 @ SV28 @ SV52 ) )
        = $true )
      | ( ( product @ SV42 @ SV38 @ SV52 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV38 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[183]) ).

thf(189,plain,
    ! [SV24: $i,SV49: $i,SV6: $i,SV45: $i,SV34: $i] :
      ( ( ( defined @ SV34 @ SV45 )
        = $false )
      | ( ( defined @ SV6 @ SV49 )
        = $true )
      | ( ( product @ SV24 @ SV45 @ SV49 )
        = $false )
      | ( ( product @ SV6 @ SV24 @ SV34 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[185]) ).

thf(190,plain,
    ! [SV35: $i,SV50: $i,SV7: $i,SV53: $i,SV41: $i,SV25: $i] :
      ( ( ( ~ ( product @ SV25 @ SV41 @ SV53 ) )
        = $true )
      | ( ( product @ SV7 @ SV53 @ SV50 )
        = $true )
      | ( ( product @ SV35 @ SV41 @ SV50 )
        = $false )
      | ( ( product @ SV7 @ SV25 @ SV35 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

thf(191,plain,
    ! [SV9: $i,SV27: $i,SV51: $i,SV37: $i,SV47: $i] :
      ( ( ( defined @ SV47 @ SV37 )
        = $false )
      | ( ( defined @ SV51 @ SV27 )
        = $true )
      | ( ( product @ SV47 @ SV9 @ SV51 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV37 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(192,plain,
    ! [SV38: $i,SV52: $i,SV28: $i,SV54: $i,SV10: $i,SV42: $i] :
      ( ( ( ~ ( product @ SV42 @ SV10 @ SV54 ) )
        = $true )
      | ( ( product @ SV54 @ SV28 @ SV52 )
        = $true )
      | ( ( product @ SV42 @ SV38 @ SV52 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV38 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(193,plain,
    ! [SV35: $i,SV50: $i,SV7: $i,SV53: $i,SV41: $i,SV25: $i] :
      ( ( ( product @ SV25 @ SV41 @ SV53 )
        = $false )
      | ( ( product @ SV7 @ SV53 @ SV50 )
        = $true )
      | ( ( product @ SV35 @ SV41 @ SV50 )
        = $false )
      | ( ( product @ SV7 @ SV25 @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[190]) ).

thf(194,plain,
    ! [SV38: $i,SV52: $i,SV28: $i,SV54: $i,SV10: $i,SV42: $i] :
      ( ( ( product @ SV42 @ SV10 @ SV54 )
        = $false )
      | ( ( product @ SV54 @ SV28 @ SV52 )
        = $true )
      | ( ( product @ SV42 @ SV38 @ SV52 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV38 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[192]) ).

thf(195,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[81,194,193,191,189,184,179,175,172,162,161,143,131,118,117,102,98,97,96,95,94,93]) ).

thf(196,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[195]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : CAT019-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.32  % Computer : n021.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Sun May 29 23:24:13 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.12/0.35  
% 0.12/0.35   No.of.Axioms: 21
% 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.37  .
% 0.12/0.37  (rf:0,axioms:21,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:23,loop_count:0,foatp_calls:0,translation:fof_full)..........
% 0.18/0.46  
% 0.18/0.46  ********************************
% 0.18/0.46  *   All subproblems solved!    *
% 0.18/0.46  ********************************
% 0.18/0.46  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:21,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:195,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.18/0.47  
% 0.18/0.47  %**** Beginning of derivation protocol ****
% 0.18/0.47  % SZS output start CNFRefutation
% See solution above
% 0.18/0.47  
% 0.18/0.47  %**** End of derivation protocol ****
% 0.18/0.47  %**** no. of clauses in derivation: 196 ****
% 0.18/0.47  %**** clause counter: 195 ****
% 0.18/0.47  
% 0.18/0.47  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:21,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:195,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------