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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : RNG040-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 : n020.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Mon Jul 18 20:34:03 EDT 2022

% Result   : Unsatisfiable 2.43s 2.61s
% Output   : CNFRefutation 2.43s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   42
% Syntax   : Number of formulae    :  264 ( 148 unt;  14 typ;   0 def)
%            Number of atoms       : 1624 ( 437 equ;   0 cnn)
%            Maximal formula atoms :    5 (   6 avg)
%            Number of connectives : 3367 ( 421   ~; 572   |;   0   &;2374   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  14 usr;  10 con; 0-3 aty)
%            Number of variables   : 1116 (   0   ^1116   !;   0   ?;1116   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $i ).

thf(tp_add,type,
    add: $i > $i > $i ).

thf(tp_additive_identity,type,
    additive_identity: $i ).

thf(tp_additive_inverse,type,
    additive_inverse: $i > $i ).

thf(tp_b,type,
    b: $i ).

thf(tp_c,type,
    c: $i ).

thf(tp_d,type,
    d: $i ).

thf(tp_h,type,
    h: $i > $i ).

thf(tp_l,type,
    l: $i ).

thf(tp_multiplicative_identity,type,
    multiplicative_identity: $i ).

thf(tp_multiply,type,
    multiply: $i > $i > $i ).

thf(tp_n,type,
    n: $i ).

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

thf(tp_sum,type,
    sum: $i > $i > $i > $o ).

thf(1,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ~ ( product @ X @ Y @ U )
      | ~ ( product @ X @ Y @ V )
      | ( U = V ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplication_is_well_defined) ).

thf(2,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ~ ( sum @ X @ Y @ U )
      | ~ ( sum @ X @ Y @ V )
      | ( U = V ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',addition_is_well_defined) ).

thf(3,axiom,
    ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ Y @ X @ V1 )
      | ~ ( product @ Z @ X @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( sum @ V1 @ V2 @ V4 )
      | ( product @ V3 @ X @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity4) ).

thf(4,axiom,
    ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ Y @ X @ V1 )
      | ~ ( product @ Z @ X @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( product @ V3 @ X @ V4 )
      | ( sum @ V1 @ V2 @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity3) ).

thf(5,axiom,
    ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ X @ Y @ V1 )
      | ~ ( product @ X @ Z @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( sum @ V1 @ V2 @ V4 )
      | ( product @ X @ V3 @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity2) ).

thf(6,axiom,
    ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
      ( ~ ( product @ X @ Y @ V1 )
      | ~ ( product @ X @ Z @ V2 )
      | ~ ( sum @ Y @ Z @ V3 )
      | ~ ( product @ X @ V3 @ V4 )
      | ( sum @ V1 @ V2 @ V4 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity1) ).

thf(7,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( product @ X @ Y @ U )
      | ~ ( product @ Y @ Z @ V )
      | ~ ( product @ X @ V @ W )
      | ( product @ U @ Z @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_multiplication2) ).

thf(8,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( product @ X @ Y @ U )
      | ~ ( product @ Y @ Z @ V )
      | ~ ( product @ U @ Z @ W )
      | ( product @ X @ V @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_multiplication1) ).

thf(9,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( sum @ X @ Y @ Z )
      | ( sum @ Y @ X @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_addition) ).

thf(10,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( sum @ X @ Y @ U )
      | ~ ( sum @ Y @ Z @ V )
      | ~ ( sum @ X @ V @ W )
      | ( sum @ U @ Z @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_addition2) ).

thf(11,axiom,
    ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
      ( ~ ( sum @ X @ Y @ U )
      | ~ ( sum @ Y @ Z @ V )
      | ~ ( sum @ U @ Z @ W )
      | ( sum @ X @ V @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_addition1) ).

thf(12,axiom,
    ! [X: $i] : ( sum @ X @ ( additive_inverse @ X ) @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_inverse) ).

thf(13,axiom,
    ! [X: $i] : ( sum @ ( additive_inverse @ X ) @ X @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_inverse) ).

thf(14,axiom,
    ! [X: $i,Y: $i] : ( sum @ X @ Y @ ( add @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_addition) ).

thf(15,axiom,
    ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_multiplication) ).

thf(16,axiom,
    ! [X: $i] : ( sum @ X @ additive_identity @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_identity2) ).

thf(17,axiom,
    ! [X: $i] : ( sum @ additive_identity @ X @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_identity1) ).

thf(18,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( product @ A @ B @ C )
      | ( product @ B @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_symmetry) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( product @ ( h @ A ) @ A @ multiplicative_identity )
      | ( A = additive_identity ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause31) ).

thf(20,axiom,
    ! [A: $i] :
      ( ( product @ A @ ( h @ A ) @ multiplicative_identity )
      | ( A = additive_identity ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause30) ).

thf(21,axiom,
    ! [A: $i] : ( product @ multiplicative_identity @ A @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_multiplicative_identity) ).

thf(22,axiom,
    ! [A: $i] : ( product @ A @ multiplicative_identity @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_multiplicative_identity) ).

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

thf(24,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[23]) ).

thf(25,negated_conjecture,
    ~ ( sum @ l @ n @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_equation) ).

thf(26,negated_conjecture,
    product @ c @ a @ n,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_plus_a) ).

thf(27,negated_conjecture,
    product @ b @ a @ l,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_plus_a) ).

thf(28,negated_conjecture,
    product @ d @ a @ additive_identity,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d_plus_a) ).

thf(29,negated_conjecture,
    sum @ b @ c @ d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_plus_c) ).

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

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

thf(32,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ~ ( sum @ X @ Y @ V )
          | ( U = V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(33,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( sum @ V1 @ V2 @ V4 )
          | ( product @ V3 @ X @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(34,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( product @ V3 @ X @ V4 )
          | ( sum @ V1 @ V2 @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( sum @ V1 @ V2 @ V4 )
          | ( product @ X @ V3 @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(36,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i,V3: $i,V4: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ~ ( sum @ Y @ Z @ V3 )
          | ~ ( product @ X @ V3 @ V4 )
          | ( sum @ V1 @ V2 @ V4 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

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

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

thf(39,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ Z )
          | ( sum @ Y @ X @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(40,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ~ ( sum @ Y @ Z @ V )
          | ~ ( sum @ X @ V @ W )
          | ( sum @ U @ Z @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i,V: $i,W: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ~ ( sum @ Y @ Z @ V )
          | ~ ( sum @ U @ Z @ W )
          | ( sum @ X @ V @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(42,plain,
    ( ( ! [X: $i] : ( sum @ X @ ( additive_inverse @ X ) @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(43,plain,
    ( ( ! [X: $i] : ( sum @ ( additive_inverse @ X ) @ X @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(44,plain,
    ( ( ! [X: $i,Y: $i] : ( sum @ X @ Y @ ( add @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(45,plain,
    ( ( ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(46,plain,
    ( ( ! [X: $i] : ( sum @ X @ additive_identity @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(47,plain,
    ( ( ! [X: $i] : ( sum @ additive_identity @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(48,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( product @ A @ B @ C )
          | ( product @ B @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(49,plain,
    ( ( ! [A: $i] :
          ( ( product @ ( h @ A ) @ A @ multiplicative_identity )
          | ( A = additive_identity ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(50,plain,
    ( ( ! [A: $i] :
          ( ( product @ A @ ( h @ A ) @ multiplicative_identity )
          | ( A = additive_identity ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(51,plain,
    ( ( ! [A: $i] : ( product @ multiplicative_identity @ A @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(52,plain,
    ( ( ! [A: $i] : ( product @ A @ multiplicative_identity @ A ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(53,plain,
    ( ( ~ ( sum @ l @ n @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(54,plain,
    ( ( product @ c @ a @ n )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(55,plain,
    ( ( product @ b @ a @ l )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(56,plain,
    ( ( product @ d @ a @ additive_identity )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(57,plain,
    ( ( sum @ b @ c @ d )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

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

thf(59,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ X @ Y @ V )
              | ( U = V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[31]) ).

thf(60,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ X @ Y @ V )
              | ( U = V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(61,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ V3 @ X @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(62,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ V3 @ X @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(63,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ X @ V3 @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(64,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ X @ V3 @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[36]) ).

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

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

thf(67,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ X @ V @ W )
                  | ( sum @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(68,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ U @ Z @ W )
                  | ( sum @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(69,plain,
    ( ( ! [A: $i] :
          ( ( A = additive_identity )
          | ( product @ ( h @ A ) @ A @ multiplicative_identity ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[49]) ).

thf(70,plain,
    ( ( ! [A: $i] :
          ( ( A = additive_identity )
          | ( product @ A @ ( h @ A ) @ multiplicative_identity ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[50]) ).

thf(71,plain,
    ( ( sum @ b @ c @ d )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(72,plain,
    ( ( product @ d @ a @ additive_identity )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(73,plain,
    ( ( product @ b @ a @ l )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(74,plain,
    ( ( product @ c @ a @ n )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(75,plain,
    ( ( ~ ( sum @ l @ n @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(76,plain,
    ( ( ! [A: $i] : ( product @ A @ multiplicative_identity @ A ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(77,plain,
    ( ( ! [A: $i] : ( product @ multiplicative_identity @ A @ A ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(78,plain,
    ( ( ! [A: $i] :
          ( ( A = additive_identity )
          | ( product @ A @ ( h @ A ) @ multiplicative_identity ) ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(79,plain,
    ( ( ! [A: $i] :
          ( ( A = additive_identity )
          | ( product @ ( h @ A ) @ A @ multiplicative_identity ) ) )
    = $true ),
    inference(copy,[status(thm)],[69]) ).

thf(80,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( product @ A @ B @ C )
          | ( product @ B @ A @ C ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(81,plain,
    ( ( ! [X: $i] : ( sum @ additive_identity @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(82,plain,
    ( ( ! [X: $i] : ( sum @ X @ additive_identity @ X ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(83,plain,
    ( ( ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(84,plain,
    ( ( ! [X: $i,Y: $i] : ( sum @ X @ Y @ ( add @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(85,plain,
    ( ( ! [X: $i] : ( sum @ ( additive_inverse @ X ) @ X @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(86,plain,
    ( ( ! [X: $i] : ( sum @ X @ ( additive_inverse @ X ) @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(87,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ U @ Z @ W )
                  | ( sum @ X @ V @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(88,plain,
    ( ( ! [X: $i,Y: $i,U: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ Y @ Z @ V )
              | ! [W: $i] :
                  ( ~ ( sum @ X @ V @ W )
                  | ( sum @ U @ Z @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[67]) ).

thf(89,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( sum @ X @ Y @ Z )
          | ( sum @ Y @ X @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

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

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

thf(92,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ X @ V3 @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[64]) ).

thf(93,plain,
    ( ( ! [X: $i,Y: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ X @ Y @ V1 )
          | ~ ( product @ X @ Z @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ X @ V3 @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(94,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( product @ V3 @ X @ V4 )
                  | ( sum @ V1 @ V2 @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[62]) ).

thf(95,plain,
    ( ( ! [Y: $i,X: $i,V1: $i,Z: $i,V2: $i] :
          ( ~ ( product @ Y @ X @ V1 )
          | ~ ( product @ Z @ X @ V2 )
          | ! [V3: $i] :
              ( ~ ( sum @ Y @ Z @ V3 )
              | ! [V4: $i] :
                  ( ~ ( sum @ V1 @ V2 @ V4 )
                  | ( product @ V3 @ X @ V4 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[61]) ).

thf(96,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( sum @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( sum @ X @ Y @ V )
              | ( U = V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[60]) ).

thf(97,plain,
    ( ( ! [X: $i,Y: $i,U: $i] :
          ( ~ ( product @ X @ Y @ U )
          | ! [V: $i] :
              ( ~ ( product @ X @ Y @ V )
              | ( U = V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

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

thf(99,plain,
    ( ( sum @ l @ n @ additive_identity )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

thf(100,plain,
    ! [SV1: $i] :
      ( ( product @ SV1 @ multiplicative_identity @ SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(101,plain,
    ! [SV2: $i] :
      ( ( product @ multiplicative_identity @ SV2 @ SV2 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(102,plain,
    ! [SV3: $i] :
      ( ( ( SV3 = additive_identity )
        | ( product @ SV3 @ ( h @ SV3 ) @ multiplicative_identity ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(103,plain,
    ! [SV4: $i] :
      ( ( ( SV4 = additive_identity )
        | ( product @ ( h @ SV4 ) @ SV4 @ multiplicative_identity ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(104,plain,
    ! [SV5: $i] :
      ( ( ! [SY78: $i,SY79: $i] :
            ( ~ ( product @ SV5 @ SY78 @ SY79 )
            | ( product @ SY78 @ SV5 @ SY79 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(105,plain,
    ! [SV6: $i] :
      ( ( sum @ additive_identity @ SV6 @ SV6 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(106,plain,
    ! [SV7: $i] :
      ( ( sum @ SV7 @ additive_identity @ SV7 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(107,plain,
    ! [SV8: $i] :
      ( ( ! [SY80: $i] : ( product @ SV8 @ SY80 @ ( multiply @ SV8 @ SY80 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(108,plain,
    ! [SV9: $i] :
      ( ( ! [SY81: $i] : ( sum @ SV9 @ SY81 @ ( add @ SV9 @ SY81 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(109,plain,
    ! [SV10: $i] :
      ( ( sum @ ( additive_inverse @ SV10 ) @ SV10 @ additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(110,plain,
    ! [SV11: $i] :
      ( ( sum @ SV11 @ ( additive_inverse @ SV11 ) @ additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(111,plain,
    ! [SV12: $i] :
      ( ( ! [SY82: $i,SY83: $i,SY84: $i] :
            ( ~ ( sum @ SV12 @ SY82 @ SY83 )
            | ! [SY85: $i] :
                ( ~ ( sum @ SY82 @ SY84 @ SY85 )
                | ! [SY86: $i] :
                    ( ~ ( sum @ SY83 @ SY84 @ SY86 )
                    | ( sum @ SV12 @ SY85 @ SY86 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(112,plain,
    ! [SV13: $i] :
      ( ( ! [SY87: $i,SY88: $i,SY89: $i] :
            ( ~ ( sum @ SV13 @ SY87 @ SY88 )
            | ! [SY90: $i] :
                ( ~ ( sum @ SY87 @ SY89 @ SY90 )
                | ! [SY91: $i] :
                    ( ~ ( sum @ SV13 @ SY90 @ SY91 )
                    | ( sum @ SY88 @ SY89 @ SY91 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(113,plain,
    ! [SV14: $i] :
      ( ( ! [SY92: $i,SY93: $i] :
            ( ~ ( sum @ SV14 @ SY92 @ SY93 )
            | ( sum @ SY92 @ SV14 @ SY93 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(114,plain,
    ! [SV15: $i] :
      ( ( ! [SY94: $i,SY95: $i,SY96: $i] :
            ( ~ ( product @ SV15 @ SY94 @ SY95 )
            | ! [SY97: $i] :
                ( ~ ( product @ SY94 @ SY96 @ SY97 )
                | ! [SY98: $i] :
                    ( ~ ( product @ SY95 @ SY96 @ SY98 )
                    | ( product @ SV15 @ SY97 @ SY98 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(115,plain,
    ! [SV16: $i] :
      ( ( ! [SY99: $i,SY100: $i,SY101: $i] :
            ( ~ ( product @ SV16 @ SY99 @ SY100 )
            | ! [SY102: $i] :
                ( ~ ( product @ SY99 @ SY101 @ SY102 )
                | ! [SY103: $i] :
                    ( ~ ( product @ SV16 @ SY102 @ SY103 )
                    | ( product @ SY100 @ SY101 @ SY103 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(116,plain,
    ! [SV17: $i] :
      ( ( ! [SY104: $i,SY105: $i,SY106: $i,SY107: $i] :
            ( ~ ( product @ SV17 @ SY104 @ SY105 )
            | ~ ( product @ SV17 @ SY106 @ SY107 )
            | ! [SY108: $i] :
                ( ~ ( sum @ SY104 @ SY106 @ SY108 )
                | ! [SY109: $i] :
                    ( ~ ( product @ SV17 @ SY108 @ SY109 )
                    | ( sum @ SY105 @ SY107 @ SY109 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(117,plain,
    ! [SV18: $i] :
      ( ( ! [SY110: $i,SY111: $i,SY112: $i,SY113: $i] :
            ( ~ ( product @ SV18 @ SY110 @ SY111 )
            | ~ ( product @ SV18 @ SY112 @ SY113 )
            | ! [SY114: $i] :
                ( ~ ( sum @ SY110 @ SY112 @ SY114 )
                | ! [SY115: $i] :
                    ( ~ ( sum @ SY111 @ SY113 @ SY115 )
                    | ( product @ SV18 @ SY114 @ SY115 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(118,plain,
    ! [SV19: $i] :
      ( ( ! [SY116: $i,SY117: $i,SY118: $i,SY119: $i] :
            ( ~ ( product @ SV19 @ SY116 @ SY117 )
            | ~ ( product @ SY118 @ SY116 @ SY119 )
            | ! [SY120: $i] :
                ( ~ ( sum @ SV19 @ SY118 @ SY120 )
                | ! [V4: $i] :
                    ( ~ ( product @ SY120 @ SY116 @ V4 )
                    | ( sum @ SY117 @ SY119 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(119,plain,
    ! [SV20: $i] :
      ( ( ! [SY122: $i,SY123: $i,SY124: $i,SY125: $i] :
            ( ~ ( product @ SV20 @ SY122 @ SY123 )
            | ~ ( product @ SY124 @ SY122 @ SY125 )
            | ! [SY126: $i] :
                ( ~ ( sum @ SV20 @ SY124 @ SY126 )
                | ! [V4: $i] :
                    ( ~ ( sum @ SY123 @ SY125 @ V4 )
                    | ( product @ SY126 @ SY122 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(120,plain,
    ! [SV21: $i] :
      ( ( ! [SY128: $i,SY129: $i] :
            ( ~ ( sum @ SV21 @ SY128 @ SY129 )
            | ! [SY130: $i] :
                ( ~ ( sum @ SV21 @ SY128 @ SY130 )
                | ( SY129 = SY130 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(121,plain,
    ! [SV22: $i] :
      ( ( ! [SY131: $i,SY132: $i] :
            ( ~ ( product @ SV22 @ SY131 @ SY132 )
            | ! [SY133: $i] :
                ( ~ ( product @ SV22 @ SY131 @ SY133 )
                | ( SY132 = SY133 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(122,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[98]) ).

thf(123,plain,
    ! [SV3: $i] :
      ( ( ( SV3 = additive_identity )
        = $true )
      | ( ( product @ SV3 @ ( h @ SV3 ) @ multiplicative_identity )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(124,plain,
    ! [SV4: $i] :
      ( ( ( SV4 = additive_identity )
        = $true )
      | ( ( product @ ( h @ SV4 ) @ SV4 @ multiplicative_identity )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(125,plain,
    ! [SV23: $i,SV5: $i] :
      ( ( ! [SY134: $i] :
            ( ~ ( product @ SV5 @ SV23 @ SY134 )
            | ( product @ SV23 @ SV5 @ SY134 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(126,plain,
    ! [SV24: $i,SV8: $i] :
      ( ( product @ SV8 @ SV24 @ ( multiply @ SV8 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(127,plain,
    ! [SV25: $i,SV9: $i] :
      ( ( sum @ SV9 @ SV25 @ ( add @ SV9 @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(128,plain,
    ! [SV26: $i,SV12: $i] :
      ( ( ! [SY135: $i,SY136: $i] :
            ( ~ ( sum @ SV12 @ SV26 @ SY135 )
            | ! [SY137: $i] :
                ( ~ ( sum @ SV26 @ SY136 @ SY137 )
                | ! [SY86: $i] :
                    ( ~ ( sum @ SY135 @ SY136 @ SY86 )
                    | ( sum @ SV12 @ SY137 @ SY86 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(129,plain,
    ! [SV27: $i,SV13: $i] :
      ( ( ! [SY139: $i,SY140: $i] :
            ( ~ ( sum @ SV13 @ SV27 @ SY139 )
            | ! [SY141: $i] :
                ( ~ ( sum @ SV27 @ SY140 @ SY141 )
                | ! [SY91: $i] :
                    ( ~ ( sum @ SV13 @ SY141 @ SY91 )
                    | ( sum @ SY139 @ SY140 @ SY91 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(130,plain,
    ! [SV28: $i,SV14: $i] :
      ( ( ! [SY143: $i] :
            ( ~ ( sum @ SV14 @ SV28 @ SY143 )
            | ( sum @ SV28 @ SV14 @ SY143 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(131,plain,
    ! [SV29: $i,SV15: $i] :
      ( ( ! [SY144: $i,SY145: $i] :
            ( ~ ( product @ SV15 @ SV29 @ SY144 )
            | ! [SY146: $i] :
                ( ~ ( product @ SV29 @ SY145 @ SY146 )
                | ! [SY98: $i] :
                    ( ~ ( product @ SY144 @ SY145 @ SY98 )
                    | ( product @ SV15 @ SY146 @ SY98 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(132,plain,
    ! [SV30: $i,SV16: $i] :
      ( ( ! [SY148: $i,SY149: $i] :
            ( ~ ( product @ SV16 @ SV30 @ SY148 )
            | ! [SY150: $i] :
                ( ~ ( product @ SV30 @ SY149 @ SY150 )
                | ! [SY103: $i] :
                    ( ~ ( product @ SV16 @ SY150 @ SY103 )
                    | ( product @ SY148 @ SY149 @ SY103 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(133,plain,
    ! [SV31: $i,SV17: $i] :
      ( ( ! [SY152: $i,SY153: $i,SY154: $i] :
            ( ~ ( product @ SV17 @ SV31 @ SY152 )
            | ~ ( product @ SV17 @ SY153 @ SY154 )
            | ! [SY155: $i] :
                ( ~ ( sum @ SV31 @ SY153 @ SY155 )
                | ! [SY109: $i] :
                    ( ~ ( product @ SV17 @ SY155 @ SY109 )
                    | ( sum @ SY152 @ SY154 @ SY109 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[116]) ).

thf(134,plain,
    ! [SV32: $i,SV18: $i] :
      ( ( ! [SY157: $i,SY158: $i,SY159: $i] :
            ( ~ ( product @ SV18 @ SV32 @ SY157 )
            | ~ ( product @ SV18 @ SY158 @ SY159 )
            | ! [SY160: $i] :
                ( ~ ( sum @ SV32 @ SY158 @ SY160 )
                | ! [SY115: $i] :
                    ( ~ ( sum @ SY157 @ SY159 @ SY115 )
                    | ( product @ SV18 @ SY160 @ SY115 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(135,plain,
    ! [SV33: $i,SV19: $i] :
      ( ( ! [SY162: $i,SY163: $i,SY164: $i] :
            ( ~ ( product @ SV19 @ SV33 @ SY162 )
            | ~ ( product @ SY163 @ SV33 @ SY164 )
            | ! [SY165: $i] :
                ( ~ ( sum @ SV19 @ SY163 @ SY165 )
                | ! [SY166: $i] :
                    ( ~ ( product @ SY165 @ SV33 @ SY166 )
                    | ( sum @ SY162 @ SY164 @ SY166 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(136,plain,
    ! [SV34: $i,SV20: $i] :
      ( ( ! [SY167: $i,SY168: $i,SY169: $i] :
            ( ~ ( product @ SV20 @ SV34 @ SY167 )
            | ~ ( product @ SY168 @ SV34 @ SY169 )
            | ! [SY170: $i] :
                ( ~ ( sum @ SV20 @ SY168 @ SY170 )
                | ! [SY171: $i] :
                    ( ~ ( sum @ SY167 @ SY169 @ SY171 )
                    | ( product @ SY170 @ SV34 @ SY171 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(137,plain,
    ! [SV35: $i,SV21: $i] :
      ( ( ! [SY172: $i] :
            ( ~ ( sum @ SV21 @ SV35 @ SY172 )
            | ! [SY173: $i] :
                ( ~ ( sum @ SV21 @ SV35 @ SY173 )
                | ( SY172 = SY173 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(138,plain,
    ! [SV36: $i,SV22: $i] :
      ( ( ! [SY174: $i] :
            ( ~ ( product @ SV22 @ SV36 @ SY174 )
            | ! [SY175: $i] :
                ( ~ ( product @ SV22 @ SV36 @ SY175 )
                | ( SY174 = SY175 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(139,plain,
    ! [SV37: $i,SV23: $i,SV5: $i] :
      ( ( ~ ( product @ SV5 @ SV23 @ SV37 )
        | ( product @ SV23 @ SV5 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(140,plain,
    ! [SV38: $i,SV26: $i,SV12: $i] :
      ( ( ! [SY176: $i] :
            ( ~ ( sum @ SV12 @ SV26 @ SV38 )
            | ! [SY177: $i] :
                ( ~ ( sum @ SV26 @ SY176 @ SY177 )
                | ! [SY178: $i] :
                    ( ~ ( sum @ SV38 @ SY176 @ SY178 )
                    | ( sum @ SV12 @ SY177 @ SY178 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(141,plain,
    ! [SV39: $i,SV27: $i,SV13: $i] :
      ( ( ! [SY179: $i] :
            ( ~ ( sum @ SV13 @ SV27 @ SV39 )
            | ! [SY180: $i] :
                ( ~ ( sum @ SV27 @ SY179 @ SY180 )
                | ! [SY181: $i] :
                    ( ~ ( sum @ SV13 @ SY180 @ SY181 )
                    | ( sum @ SV39 @ SY179 @ SY181 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(142,plain,
    ! [SV40: $i,SV28: $i,SV14: $i] :
      ( ( ~ ( sum @ SV14 @ SV28 @ SV40 )
        | ( sum @ SV28 @ SV14 @ SV40 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(143,plain,
    ! [SV41: $i,SV29: $i,SV15: $i] :
      ( ( ! [SY182: $i] :
            ( ~ ( product @ SV15 @ SV29 @ SV41 )
            | ! [SY183: $i] :
                ( ~ ( product @ SV29 @ SY182 @ SY183 )
                | ! [SY184: $i] :
                    ( ~ ( product @ SV41 @ SY182 @ SY184 )
                    | ( product @ SV15 @ SY183 @ SY184 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(144,plain,
    ! [SV42: $i,SV30: $i,SV16: $i] :
      ( ( ! [SY185: $i] :
            ( ~ ( product @ SV16 @ SV30 @ SV42 )
            | ! [SY186: $i] :
                ( ~ ( product @ SV30 @ SY185 @ SY186 )
                | ! [SY187: $i] :
                    ( ~ ( product @ SV16 @ SY186 @ SY187 )
                    | ( product @ SV42 @ SY185 @ SY187 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(145,plain,
    ! [SV43: $i,SV31: $i,SV17: $i] :
      ( ( ! [SY188: $i,SY189: $i] :
            ( ~ ( product @ SV17 @ SV31 @ SV43 )
            | ~ ( product @ SV17 @ SY188 @ SY189 )
            | ! [SY190: $i] :
                ( ~ ( sum @ SV31 @ SY188 @ SY190 )
                | ! [SY191: $i] :
                    ( ~ ( product @ SV17 @ SY190 @ SY191 )
                    | ( sum @ SV43 @ SY189 @ SY191 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(146,plain,
    ! [SV44: $i,SV32: $i,SV18: $i] :
      ( ( ! [SY192: $i,SY193: $i] :
            ( ~ ( product @ SV18 @ SV32 @ SV44 )
            | ~ ( product @ SV18 @ SY192 @ SY193 )
            | ! [SY194: $i] :
                ( ~ ( sum @ SV32 @ SY192 @ SY194 )
                | ! [SY195: $i] :
                    ( ~ ( sum @ SV44 @ SY193 @ SY195 )
                    | ( product @ SV18 @ SY194 @ SY195 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(147,plain,
    ! [SV45: $i,SV33: $i,SV19: $i] :
      ( ( ! [SY196: $i,SY197: $i] :
            ( ~ ( product @ SV19 @ SV33 @ SV45 )
            | ~ ( product @ SY196 @ SV33 @ SY197 )
            | ! [SY198: $i] :
                ( ~ ( sum @ SV19 @ SY196 @ SY198 )
                | ! [SY199: $i] :
                    ( ~ ( product @ SY198 @ SV33 @ SY199 )
                    | ( sum @ SV45 @ SY197 @ SY199 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(148,plain,
    ! [SV46: $i,SV34: $i,SV20: $i] :
      ( ( ! [SY200: $i,SY201: $i] :
            ( ~ ( product @ SV20 @ SV34 @ SV46 )
            | ~ ( product @ SY200 @ SV34 @ SY201 )
            | ! [SY202: $i] :
                ( ~ ( sum @ SV20 @ SY200 @ SY202 )
                | ! [SY203: $i] :
                    ( ~ ( sum @ SV46 @ SY201 @ SY203 )
                    | ( product @ SY202 @ SV34 @ SY203 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(149,plain,
    ! [SV47: $i,SV35: $i,SV21: $i] :
      ( ( ~ ( sum @ SV21 @ SV35 @ SV47 )
        | ! [SY204: $i] :
            ( ~ ( sum @ SV21 @ SV35 @ SY204 )
            | ( SV47 = SY204 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(150,plain,
    ! [SV48: $i,SV36: $i,SV22: $i] :
      ( ( ~ ( product @ SV22 @ SV36 @ SV48 )
        | ! [SY205: $i] :
            ( ~ ( product @ SV22 @ SV36 @ SY205 )
            | ( SV48 = SY205 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(151,plain,
    ! [SV37: $i,SV23: $i,SV5: $i] :
      ( ( ( ~ ( product @ SV5 @ SV23 @ SV37 ) )
        = $true )
      | ( ( product @ SV23 @ SV5 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[139]) ).

thf(152,plain,
    ! [SV49: $i,SV38: $i,SV26: $i,SV12: $i] :
      ( ( ~ ( sum @ SV12 @ SV26 @ SV38 )
        | ! [SY206: $i] :
            ( ~ ( sum @ SV26 @ SV49 @ SY206 )
            | ! [SY207: $i] :
                ( ~ ( sum @ SV38 @ SV49 @ SY207 )
                | ( sum @ SV12 @ SY206 @ SY207 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(153,plain,
    ! [SV50: $i,SV39: $i,SV27: $i,SV13: $i] :
      ( ( ~ ( sum @ SV13 @ SV27 @ SV39 )
        | ! [SY208: $i] :
            ( ~ ( sum @ SV27 @ SV50 @ SY208 )
            | ! [SY209: $i] :
                ( ~ ( sum @ SV13 @ SY208 @ SY209 )
                | ( sum @ SV39 @ SV50 @ SY209 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(154,plain,
    ! [SV40: $i,SV28: $i,SV14: $i] :
      ( ( ( ~ ( sum @ SV14 @ SV28 @ SV40 ) )
        = $true )
      | ( ( sum @ SV28 @ SV14 @ SV40 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[142]) ).

thf(155,plain,
    ! [SV51: $i,SV41: $i,SV29: $i,SV15: $i] :
      ( ( ~ ( product @ SV15 @ SV29 @ SV41 )
        | ! [SY210: $i] :
            ( ~ ( product @ SV29 @ SV51 @ SY210 )
            | ! [SY211: $i] :
                ( ~ ( product @ SV41 @ SV51 @ SY211 )
                | ( product @ SV15 @ SY210 @ SY211 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(156,plain,
    ! [SV52: $i,SV42: $i,SV30: $i,SV16: $i] :
      ( ( ~ ( product @ SV16 @ SV30 @ SV42 )
        | ! [SY212: $i] :
            ( ~ ( product @ SV30 @ SV52 @ SY212 )
            | ! [SY213: $i] :
                ( ~ ( product @ SV16 @ SY212 @ SY213 )
                | ( product @ SV42 @ SV52 @ SY213 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(157,plain,
    ! [SV53: $i,SV43: $i,SV31: $i,SV17: $i] :
      ( ( ! [SY214: $i] :
            ( ~ ( product @ SV17 @ SV31 @ SV43 )
            | ~ ( product @ SV17 @ SV53 @ SY214 )
            | ! [SY215: $i] :
                ( ~ ( sum @ SV31 @ SV53 @ SY215 )
                | ! [SY191: $i] :
                    ( ~ ( product @ SV17 @ SY215 @ SY191 )
                    | ( sum @ SV43 @ SY214 @ SY191 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[145]) ).

thf(158,plain,
    ! [SV54: $i,SV44: $i,SV32: $i,SV18: $i] :
      ( ( ! [SY217: $i] :
            ( ~ ( product @ SV18 @ SV32 @ SV44 )
            | ~ ( product @ SV18 @ SV54 @ SY217 )
            | ! [SY218: $i] :
                ( ~ ( sum @ SV32 @ SV54 @ SY218 )
                | ! [SY195: $i] :
                    ( ~ ( sum @ SV44 @ SY217 @ SY195 )
                    | ( product @ SV18 @ SY218 @ SY195 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

thf(159,plain,
    ! [SV55: $i,SV45: $i,SV33: $i,SV19: $i] :
      ( ( ! [SY220: $i] :
            ( ~ ( product @ SV19 @ SV33 @ SV45 )
            | ~ ( product @ SV55 @ SV33 @ SY220 )
            | ! [SY221: $i] :
                ( ~ ( sum @ SV19 @ SV55 @ SY221 )
                | ! [SY199: $i] :
                    ( ~ ( product @ SY221 @ SV33 @ SY199 )
                    | ( sum @ SV45 @ SY220 @ SY199 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[147]) ).

thf(160,plain,
    ! [SV56: $i,SV46: $i,SV34: $i,SV20: $i] :
      ( ( ! [SY223: $i] :
            ( ~ ( product @ SV20 @ SV34 @ SV46 )
            | ~ ( product @ SV56 @ SV34 @ SY223 )
            | ! [SY224: $i] :
                ( ~ ( sum @ SV20 @ SV56 @ SY224 )
                | ! [SY203: $i] :
                    ( ~ ( sum @ SV46 @ SY223 @ SY203 )
                    | ( product @ SY224 @ SV34 @ SY203 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[148]) ).

thf(161,plain,
    ! [SV47: $i,SV35: $i,SV21: $i] :
      ( ( ( ~ ( sum @ SV21 @ SV35 @ SV47 ) )
        = $true )
      | ( ( ! [SY204: $i] :
              ( ~ ( sum @ SV21 @ SV35 @ SY204 )
              | ( SV47 = SY204 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(162,plain,
    ! [SV48: $i,SV36: $i,SV22: $i] :
      ( ( ( ~ ( product @ SV22 @ SV36 @ SV48 ) )
        = $true )
      | ( ( ! [SY205: $i] :
              ( ~ ( product @ SV22 @ SV36 @ SY205 )
              | ( SV48 = SY205 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[150]) ).

thf(163,plain,
    ! [SV37: $i,SV23: $i,SV5: $i] :
      ( ( ( product @ SV5 @ SV23 @ SV37 )
        = $false )
      | ( ( product @ SV23 @ SV5 @ SV37 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

thf(164,plain,
    ! [SV49: $i,SV38: $i,SV26: $i,SV12: $i] :
      ( ( ( ~ ( sum @ SV12 @ SV26 @ SV38 ) )
        = $true )
      | ( ( ! [SY206: $i] :
              ( ~ ( sum @ SV26 @ SV49 @ SY206 )
              | ! [SY207: $i] :
                  ( ~ ( sum @ SV38 @ SV49 @ SY207 )
                  | ( sum @ SV12 @ SY206 @ SY207 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(165,plain,
    ! [SV50: $i,SV39: $i,SV27: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV27 @ SV39 ) )
        = $true )
      | ( ( ! [SY208: $i] :
              ( ~ ( sum @ SV27 @ SV50 @ SY208 )
              | ! [SY209: $i] :
                  ( ~ ( sum @ SV13 @ SY208 @ SY209 )
                  | ( sum @ SV39 @ SV50 @ SY209 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(166,plain,
    ! [SV40: $i,SV28: $i,SV14: $i] :
      ( ( ( sum @ SV14 @ SV28 @ SV40 )
        = $false )
      | ( ( sum @ SV28 @ SV14 @ SV40 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(167,plain,
    ! [SV51: $i,SV41: $i,SV29: $i,SV15: $i] :
      ( ( ( ~ ( product @ SV15 @ SV29 @ SV41 ) )
        = $true )
      | ( ( ! [SY210: $i] :
              ( ~ ( product @ SV29 @ SV51 @ SY210 )
              | ! [SY211: $i] :
                  ( ~ ( product @ SV41 @ SV51 @ SY211 )
                  | ( product @ SV15 @ SY210 @ SY211 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(168,plain,
    ! [SV52: $i,SV42: $i,SV30: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV30 @ SV42 ) )
        = $true )
      | ( ( ! [SY212: $i] :
              ( ~ ( product @ SV30 @ SV52 @ SY212 )
              | ! [SY213: $i] :
                  ( ~ ( product @ SV16 @ SY212 @ SY213 )
                  | ( product @ SV42 @ SV52 @ SY213 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

thf(169,plain,
    ! [SV57: $i,SV53: $i,SV43: $i,SV31: $i,SV17: $i] :
      ( ( ~ ( product @ SV17 @ SV31 @ SV43 )
        | ~ ( product @ SV17 @ SV53 @ SV57 )
        | ! [SY226: $i] :
            ( ~ ( sum @ SV31 @ SV53 @ SY226 )
            | ! [SY227: $i] :
                ( ~ ( product @ SV17 @ SY226 @ SY227 )
                | ( sum @ SV43 @ SV57 @ SY227 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(170,plain,
    ! [SV58: $i,SV54: $i,SV44: $i,SV32: $i,SV18: $i] :
      ( ( ~ ( product @ SV18 @ SV32 @ SV44 )
        | ~ ( product @ SV18 @ SV54 @ SV58 )
        | ! [SY228: $i] :
            ( ~ ( sum @ SV32 @ SV54 @ SY228 )
            | ! [SY229: $i] :
                ( ~ ( sum @ SV44 @ SV58 @ SY229 )
                | ( product @ SV18 @ SY228 @ SY229 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(171,plain,
    ! [SV59: $i,SV55: $i,SV45: $i,SV33: $i,SV19: $i] :
      ( ( ~ ( product @ SV19 @ SV33 @ SV45 )
        | ~ ( product @ SV55 @ SV33 @ SV59 )
        | ! [SY230: $i] :
            ( ~ ( sum @ SV19 @ SV55 @ SY230 )
            | ! [SY231: $i] :
                ( ~ ( product @ SY230 @ SV33 @ SY231 )
                | ( sum @ SV45 @ SV59 @ SY231 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

thf(172,plain,
    ! [SV60: $i,SV56: $i,SV46: $i,SV34: $i,SV20: $i] :
      ( ( ~ ( product @ SV20 @ SV34 @ SV46 )
        | ~ ( product @ SV56 @ SV34 @ SV60 )
        | ! [SY232: $i] :
            ( ~ ( sum @ SV20 @ SV56 @ SY232 )
            | ! [SY233: $i] :
                ( ~ ( sum @ SV46 @ SV60 @ SY233 )
                | ( product @ SY232 @ SV34 @ SY233 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[160]) ).

thf(173,plain,
    ! [SV47: $i,SV35: $i,SV21: $i] :
      ( ( ( sum @ SV21 @ SV35 @ SV47 )
        = $false )
      | ( ( ! [SY204: $i] :
              ( ~ ( sum @ SV21 @ SV35 @ SY204 )
              | ( SV47 = SY204 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[161]) ).

thf(174,plain,
    ! [SV48: $i,SV36: $i,SV22: $i] :
      ( ( ( product @ SV22 @ SV36 @ SV48 )
        = $false )
      | ( ( ! [SY205: $i] :
              ( ~ ( product @ SV22 @ SV36 @ SY205 )
              | ( SV48 = SY205 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(175,plain,
    ! [SV49: $i,SV38: $i,SV26: $i,SV12: $i] :
      ( ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false )
      | ( ( ! [SY206: $i] :
              ( ~ ( sum @ SV26 @ SV49 @ SY206 )
              | ! [SY207: $i] :
                  ( ~ ( sum @ SV38 @ SV49 @ SY207 )
                  | ( sum @ SV12 @ SY206 @ SY207 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(176,plain,
    ! [SV50: $i,SV39: $i,SV27: $i,SV13: $i] :
      ( ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false )
      | ( ( ! [SY208: $i] :
              ( ~ ( sum @ SV27 @ SV50 @ SY208 )
              | ! [SY209: $i] :
                  ( ~ ( sum @ SV13 @ SY208 @ SY209 )
                  | ( sum @ SV39 @ SV50 @ SY209 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[165]) ).

thf(177,plain,
    ! [SV51: $i,SV41: $i,SV29: $i,SV15: $i] :
      ( ( ( product @ SV15 @ SV29 @ SV41 )
        = $false )
      | ( ( ! [SY210: $i] :
              ( ~ ( product @ SV29 @ SV51 @ SY210 )
              | ! [SY211: $i] :
                  ( ~ ( product @ SV41 @ SV51 @ SY211 )
                  | ( product @ SV15 @ SY210 @ SY211 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[167]) ).

thf(178,plain,
    ! [SV52: $i,SV42: $i,SV30: $i,SV16: $i] :
      ( ( ( product @ SV16 @ SV30 @ SV42 )
        = $false )
      | ( ( ! [SY212: $i] :
              ( ~ ( product @ SV30 @ SV52 @ SY212 )
              | ! [SY213: $i] :
                  ( ~ ( product @ SV16 @ SY212 @ SY213 )
                  | ( product @ SV42 @ SV52 @ SY213 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[168]) ).

thf(179,plain,
    ! [SV57: $i,SV53: $i,SV43: $i,SV31: $i,SV17: $i] :
      ( ( ( ~ ( product @ SV17 @ SV31 @ SV43 ) )
        = $true )
      | ( ( ~ ( product @ SV17 @ SV53 @ SV57 )
          | ! [SY226: $i] :
              ( ~ ( sum @ SV31 @ SV53 @ SY226 )
              | ! [SY227: $i] :
                  ( ~ ( product @ SV17 @ SY226 @ SY227 )
                  | ( sum @ SV43 @ SV57 @ SY227 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[169]) ).

thf(180,plain,
    ! [SV58: $i,SV54: $i,SV44: $i,SV32: $i,SV18: $i] :
      ( ( ( ~ ( product @ SV18 @ SV32 @ SV44 ) )
        = $true )
      | ( ( ~ ( product @ SV18 @ SV54 @ SV58 )
          | ! [SY228: $i] :
              ( ~ ( sum @ SV32 @ SV54 @ SY228 )
              | ! [SY229: $i] :
                  ( ~ ( sum @ SV44 @ SV58 @ SY229 )
                  | ( product @ SV18 @ SY228 @ SY229 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(181,plain,
    ! [SV59: $i,SV55: $i,SV45: $i,SV33: $i,SV19: $i] :
      ( ( ( ~ ( product @ SV19 @ SV33 @ SV45 ) )
        = $true )
      | ( ( ~ ( product @ SV55 @ SV33 @ SV59 )
          | ! [SY230: $i] :
              ( ~ ( sum @ SV19 @ SV55 @ SY230 )
              | ! [SY231: $i] :
                  ( ~ ( product @ SY230 @ SV33 @ SY231 )
                  | ( sum @ SV45 @ SV59 @ SY231 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[171]) ).

thf(182,plain,
    ! [SV60: $i,SV56: $i,SV46: $i,SV34: $i,SV20: $i] :
      ( ( ( ~ ( product @ SV20 @ SV34 @ SV46 ) )
        = $true )
      | ( ( ~ ( product @ SV56 @ SV34 @ SV60 )
          | ! [SY232: $i] :
              ( ~ ( sum @ SV20 @ SV56 @ SY232 )
              | ! [SY233: $i] :
                  ( ~ ( sum @ SV46 @ SV60 @ SY233 )
                  | ( product @ SY232 @ SV34 @ SY233 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[172]) ).

thf(183,plain,
    ! [SV47: $i,SV61: $i,SV35: $i,SV21: $i] :
      ( ( ( ~ ( sum @ SV21 @ SV35 @ SV61 )
          | ( SV47 = SV61 ) )
        = $true )
      | ( ( sum @ SV21 @ SV35 @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[173]) ).

thf(184,plain,
    ! [SV48: $i,SV62: $i,SV36: $i,SV22: $i] :
      ( ( ( ~ ( product @ SV22 @ SV36 @ SV62 )
          | ( SV48 = SV62 ) )
        = $true )
      | ( ( product @ SV22 @ SV36 @ SV48 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[174]) ).

thf(185,plain,
    ! [SV12: $i,SV38: $i,SV63: $i,SV49: $i,SV26: $i] :
      ( ( ( ~ ( sum @ SV26 @ SV49 @ SV63 )
          | ! [SY234: $i] :
              ( ~ ( sum @ SV38 @ SV49 @ SY234 )
              | ( sum @ SV12 @ SV63 @ SY234 ) ) )
        = $true )
      | ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(186,plain,
    ! [SV39: $i,SV13: $i,SV64: $i,SV50: $i,SV27: $i] :
      ( ( ( ~ ( sum @ SV27 @ SV50 @ SV64 )
          | ! [SY235: $i] :
              ( ~ ( sum @ SV13 @ SV64 @ SY235 )
              | ( sum @ SV39 @ SV50 @ SY235 ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(187,plain,
    ! [SV15: $i,SV41: $i,SV65: $i,SV51: $i,SV29: $i] :
      ( ( ( ~ ( product @ SV29 @ SV51 @ SV65 )
          | ! [SY236: $i] :
              ( ~ ( product @ SV41 @ SV51 @ SY236 )
              | ( product @ SV15 @ SV65 @ SY236 ) ) )
        = $true )
      | ( ( product @ SV15 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(188,plain,
    ! [SV42: $i,SV16: $i,SV66: $i,SV52: $i,SV30: $i] :
      ( ( ( ~ ( product @ SV30 @ SV52 @ SV66 )
          | ! [SY237: $i] :
              ( ~ ( product @ SV16 @ SV66 @ SY237 )
              | ( product @ SV42 @ SV52 @ SY237 ) ) )
        = $true )
      | ( ( product @ SV16 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[178]) ).

thf(189,plain,
    ! [SV57: $i,SV53: $i,SV43: $i,SV31: $i,SV17: $i] :
      ( ( ( product @ SV17 @ SV31 @ SV43 )
        = $false )
      | ( ( ~ ( product @ SV17 @ SV53 @ SV57 )
          | ! [SY226: $i] :
              ( ~ ( sum @ SV31 @ SV53 @ SY226 )
              | ! [SY227: $i] :
                  ( ~ ( product @ SV17 @ SY226 @ SY227 )
                  | ( sum @ SV43 @ SV57 @ SY227 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[179]) ).

thf(190,plain,
    ! [SV58: $i,SV54: $i,SV44: $i,SV32: $i,SV18: $i] :
      ( ( ( product @ SV18 @ SV32 @ SV44 )
        = $false )
      | ( ( ~ ( product @ SV18 @ SV54 @ SV58 )
          | ! [SY228: $i] :
              ( ~ ( sum @ SV32 @ SV54 @ SY228 )
              | ! [SY229: $i] :
                  ( ~ ( sum @ SV44 @ SV58 @ SY229 )
                  | ( product @ SV18 @ SY228 @ SY229 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(191,plain,
    ! [SV59: $i,SV55: $i,SV45: $i,SV33: $i,SV19: $i] :
      ( ( ( product @ SV19 @ SV33 @ SV45 )
        = $false )
      | ( ( ~ ( product @ SV55 @ SV33 @ SV59 )
          | ! [SY230: $i] :
              ( ~ ( sum @ SV19 @ SV55 @ SY230 )
              | ! [SY231: $i] :
                  ( ~ ( product @ SY230 @ SV33 @ SY231 )
                  | ( sum @ SV45 @ SV59 @ SY231 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[181]) ).

thf(192,plain,
    ! [SV60: $i,SV56: $i,SV46: $i,SV34: $i,SV20: $i] :
      ( ( ( product @ SV20 @ SV34 @ SV46 )
        = $false )
      | ( ( ~ ( product @ SV56 @ SV34 @ SV60 )
          | ! [SY232: $i] :
              ( ~ ( sum @ SV20 @ SV56 @ SY232 )
              | ! [SY233: $i] :
                  ( ~ ( sum @ SV46 @ SV60 @ SY233 )
                  | ( product @ SY232 @ SV34 @ SY233 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

thf(193,plain,
    ! [SV47: $i,SV61: $i,SV35: $i,SV21: $i] :
      ( ( ( ~ ( sum @ SV21 @ SV35 @ SV61 ) )
        = $true )
      | ( ( SV47 = SV61 )
        = $true )
      | ( ( sum @ SV21 @ SV35 @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[183]) ).

thf(194,plain,
    ! [SV48: $i,SV62: $i,SV36: $i,SV22: $i] :
      ( ( ( ~ ( product @ SV22 @ SV36 @ SV62 ) )
        = $true )
      | ( ( SV48 = SV62 )
        = $true )
      | ( ( product @ SV22 @ SV36 @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(195,plain,
    ! [SV12: $i,SV38: $i,SV63: $i,SV49: $i,SV26: $i] :
      ( ( ( ~ ( sum @ SV26 @ SV49 @ SV63 ) )
        = $true )
      | ( ( ! [SY234: $i] :
              ( ~ ( sum @ SV38 @ SV49 @ SY234 )
              | ( sum @ SV12 @ SV63 @ SY234 ) ) )
        = $true )
      | ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

thf(196,plain,
    ! [SV39: $i,SV13: $i,SV64: $i,SV50: $i,SV27: $i] :
      ( ( ( ~ ( sum @ SV27 @ SV50 @ SV64 ) )
        = $true )
      | ( ( ! [SY235: $i] :
              ( ~ ( sum @ SV13 @ SV64 @ SY235 )
              | ( sum @ SV39 @ SV50 @ SY235 ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

thf(197,plain,
    ! [SV15: $i,SV41: $i,SV65: $i,SV51: $i,SV29: $i] :
      ( ( ( ~ ( product @ SV29 @ SV51 @ SV65 ) )
        = $true )
      | ( ( ! [SY236: $i] :
              ( ~ ( product @ SV41 @ SV51 @ SY236 )
              | ( product @ SV15 @ SV65 @ SY236 ) ) )
        = $true )
      | ( ( product @ SV15 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[187]) ).

thf(198,plain,
    ! [SV42: $i,SV16: $i,SV66: $i,SV52: $i,SV30: $i] :
      ( ( ( ~ ( product @ SV30 @ SV52 @ SV66 ) )
        = $true )
      | ( ( ! [SY237: $i] :
              ( ~ ( product @ SV16 @ SV66 @ SY237 )
              | ( product @ SV42 @ SV52 @ SY237 ) ) )
        = $true )
      | ( ( product @ SV16 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(199,plain,
    ! [SV43: $i,SV31: $i,SV57: $i,SV53: $i,SV17: $i] :
      ( ( ( ~ ( product @ SV17 @ SV53 @ SV57 ) )
        = $true )
      | ( ( ! [SY226: $i] :
              ( ~ ( sum @ SV31 @ SV53 @ SY226 )
              | ! [SY227: $i] :
                  ( ~ ( product @ SV17 @ SY226 @ SY227 )
                  | ( sum @ SV43 @ SV57 @ SY227 ) ) ) )
        = $true )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(200,plain,
    ! [SV44: $i,SV32: $i,SV58: $i,SV54: $i,SV18: $i] :
      ( ( ( ~ ( product @ SV18 @ SV54 @ SV58 ) )
        = $true )
      | ( ( ! [SY228: $i] :
              ( ~ ( sum @ SV32 @ SV54 @ SY228 )
              | ! [SY229: $i] :
                  ( ~ ( sum @ SV44 @ SV58 @ SY229 )
                  | ( product @ SV18 @ SY228 @ SY229 ) ) ) )
        = $true )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[190]) ).

thf(201,plain,
    ! [SV45: $i,SV19: $i,SV59: $i,SV33: $i,SV55: $i] :
      ( ( ( ~ ( product @ SV55 @ SV33 @ SV59 ) )
        = $true )
      | ( ( ! [SY230: $i] :
              ( ~ ( sum @ SV19 @ SV55 @ SY230 )
              | ! [SY231: $i] :
                  ( ~ ( product @ SY230 @ SV33 @ SY231 )
                  | ( sum @ SV45 @ SV59 @ SY231 ) ) ) )
        = $true )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[191]) ).

thf(202,plain,
    ! [SV46: $i,SV20: $i,SV60: $i,SV34: $i,SV56: $i] :
      ( ( ( ~ ( product @ SV56 @ SV34 @ SV60 ) )
        = $true )
      | ( ( ! [SY232: $i] :
              ( ~ ( sum @ SV20 @ SV56 @ SY232 )
              | ! [SY233: $i] :
                  ( ~ ( sum @ SV46 @ SV60 @ SY233 )
                  | ( product @ SY232 @ SV34 @ SY233 ) ) ) )
        = $true )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[192]) ).

thf(203,plain,
    ! [SV47: $i,SV61: $i,SV35: $i,SV21: $i] :
      ( ( ( sum @ SV21 @ SV35 @ SV61 )
        = $false )
      | ( ( SV47 = SV61 )
        = $true )
      | ( ( sum @ SV21 @ SV35 @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[193]) ).

thf(204,plain,
    ! [SV48: $i,SV62: $i,SV36: $i,SV22: $i] :
      ( ( ( product @ SV22 @ SV36 @ SV62 )
        = $false )
      | ( ( SV48 = SV62 )
        = $true )
      | ( ( product @ SV22 @ SV36 @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(205,plain,
    ! [SV12: $i,SV38: $i,SV63: $i,SV49: $i,SV26: $i] :
      ( ( ( sum @ SV26 @ SV49 @ SV63 )
        = $false )
      | ( ( ! [SY234: $i] :
              ( ~ ( sum @ SV38 @ SV49 @ SY234 )
              | ( sum @ SV12 @ SV63 @ SY234 ) ) )
        = $true )
      | ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(206,plain,
    ! [SV39: $i,SV13: $i,SV64: $i,SV50: $i,SV27: $i] :
      ( ( ( sum @ SV27 @ SV50 @ SV64 )
        = $false )
      | ( ( ! [SY235: $i] :
              ( ~ ( sum @ SV13 @ SV64 @ SY235 )
              | ( sum @ SV39 @ SV50 @ SY235 ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[196]) ).

thf(207,plain,
    ! [SV15: $i,SV41: $i,SV65: $i,SV51: $i,SV29: $i] :
      ( ( ( product @ SV29 @ SV51 @ SV65 )
        = $false )
      | ( ( ! [SY236: $i] :
              ( ~ ( product @ SV41 @ SV51 @ SY236 )
              | ( product @ SV15 @ SV65 @ SY236 ) ) )
        = $true )
      | ( ( product @ SV15 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[197]) ).

thf(208,plain,
    ! [SV42: $i,SV16: $i,SV66: $i,SV52: $i,SV30: $i] :
      ( ( ( product @ SV30 @ SV52 @ SV66 )
        = $false )
      | ( ( ! [SY237: $i] :
              ( ~ ( product @ SV16 @ SV66 @ SY237 )
              | ( product @ SV42 @ SV52 @ SY237 ) ) )
        = $true )
      | ( ( product @ SV16 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

thf(209,plain,
    ! [SV43: $i,SV31: $i,SV57: $i,SV53: $i,SV17: $i] :
      ( ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( ! [SY226: $i] :
              ( ~ ( sum @ SV31 @ SV53 @ SY226 )
              | ! [SY227: $i] :
                  ( ~ ( product @ SV17 @ SY226 @ SY227 )
                  | ( sum @ SV43 @ SV57 @ SY227 ) ) ) )
        = $true )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[199]) ).

thf(210,plain,
    ! [SV44: $i,SV32: $i,SV58: $i,SV54: $i,SV18: $i] :
      ( ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( ! [SY228: $i] :
              ( ~ ( sum @ SV32 @ SV54 @ SY228 )
              | ! [SY229: $i] :
                  ( ~ ( sum @ SV44 @ SV58 @ SY229 )
                  | ( product @ SV18 @ SY228 @ SY229 ) ) ) )
        = $true )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[200]) ).

thf(211,plain,
    ! [SV45: $i,SV19: $i,SV59: $i,SV33: $i,SV55: $i] :
      ( ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( ! [SY230: $i] :
              ( ~ ( sum @ SV19 @ SV55 @ SY230 )
              | ! [SY231: $i] :
                  ( ~ ( product @ SY230 @ SV33 @ SY231 )
                  | ( sum @ SV45 @ SV59 @ SY231 ) ) ) )
        = $true )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(212,plain,
    ! [SV46: $i,SV20: $i,SV60: $i,SV34: $i,SV56: $i] :
      ( ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( ! [SY232: $i] :
              ( ~ ( sum @ SV20 @ SV56 @ SY232 )
              | ! [SY233: $i] :
                  ( ~ ( sum @ SV46 @ SV60 @ SY233 )
                  | ( product @ SY232 @ SV34 @ SY233 ) ) ) )
        = $true )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[202]) ).

thf(213,plain,
    ! [SV26: $i,SV63: $i,SV12: $i,SV67: $i,SV49: $i,SV38: $i] :
      ( ( ( ~ ( sum @ SV38 @ SV49 @ SV67 )
          | ( sum @ SV12 @ SV63 @ SV67 ) )
        = $true )
      | ( ( sum @ SV26 @ SV49 @ SV63 )
        = $false )
      | ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[205]) ).

thf(214,plain,
    ! [SV27: $i,SV50: $i,SV39: $i,SV68: $i,SV64: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV64 @ SV68 )
          | ( sum @ SV39 @ SV50 @ SV68 ) )
        = $true )
      | ( ( sum @ SV27 @ SV50 @ SV64 )
        = $false )
      | ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[206]) ).

thf(215,plain,
    ! [SV29: $i,SV65: $i,SV15: $i,SV69: $i,SV51: $i,SV41: $i] :
      ( ( ( ~ ( product @ SV41 @ SV51 @ SV69 )
          | ( product @ SV15 @ SV65 @ SV69 ) )
        = $true )
      | ( ( product @ SV29 @ SV51 @ SV65 )
        = $false )
      | ( ( product @ SV15 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[207]) ).

thf(216,plain,
    ! [SV30: $i,SV52: $i,SV42: $i,SV70: $i,SV66: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV66 @ SV70 )
          | ( product @ SV42 @ SV52 @ SV70 ) )
        = $true )
      | ( ( product @ SV30 @ SV52 @ SV66 )
        = $false )
      | ( ( product @ SV16 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[208]) ).

thf(217,plain,
    ! [SV57: $i,SV43: $i,SV17: $i,SV71: $i,SV53: $i,SV31: $i] :
      ( ( ( ~ ( sum @ SV31 @ SV53 @ SV71 )
          | ! [SY238: $i] :
              ( ~ ( product @ SV17 @ SV71 @ SY238 )
              | ( sum @ SV43 @ SV57 @ SY238 ) ) )
        = $true )
      | ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(218,plain,
    ! [SV18: $i,SV58: $i,SV44: $i,SV72: $i,SV54: $i,SV32: $i] :
      ( ( ( ~ ( sum @ SV32 @ SV54 @ SV72 )
          | ! [SY239: $i] :
              ( ~ ( sum @ SV44 @ SV58 @ SY239 )
              | ( product @ SV18 @ SV72 @ SY239 ) ) )
        = $true )
      | ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[210]) ).

thf(219,plain,
    ! [SV59: $i,SV45: $i,SV33: $i,SV73: $i,SV55: $i,SV19: $i] :
      ( ( ( ~ ( sum @ SV19 @ SV55 @ SV73 )
          | ! [SY240: $i] :
              ( ~ ( product @ SV73 @ SV33 @ SY240 )
              | ( sum @ SV45 @ SV59 @ SY240 ) ) )
        = $true )
      | ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[211]) ).

thf(220,plain,
    ! [SV34: $i,SV60: $i,SV46: $i,SV74: $i,SV56: $i,SV20: $i] :
      ( ( ( ~ ( sum @ SV20 @ SV56 @ SV74 )
          | ! [SY241: $i] :
              ( ~ ( sum @ SV46 @ SV60 @ SY241 )
              | ( product @ SV74 @ SV34 @ SY241 ) ) )
        = $true )
      | ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[212]) ).

thf(221,plain,
    ! [SV26: $i,SV63: $i,SV12: $i,SV67: $i,SV49: $i,SV38: $i] :
      ( ( ( ~ ( sum @ SV38 @ SV49 @ SV67 ) )
        = $true )
      | ( ( sum @ SV12 @ SV63 @ SV67 )
        = $true )
      | ( ( sum @ SV26 @ SV49 @ SV63 )
        = $false )
      | ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[213]) ).

thf(222,plain,
    ! [SV27: $i,SV50: $i,SV39: $i,SV68: $i,SV64: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV64 @ SV68 ) )
        = $true )
      | ( ( sum @ SV39 @ SV50 @ SV68 )
        = $true )
      | ( ( sum @ SV27 @ SV50 @ SV64 )
        = $false )
      | ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[214]) ).

thf(223,plain,
    ! [SV29: $i,SV65: $i,SV15: $i,SV69: $i,SV51: $i,SV41: $i] :
      ( ( ( ~ ( product @ SV41 @ SV51 @ SV69 ) )
        = $true )
      | ( ( product @ SV15 @ SV65 @ SV69 )
        = $true )
      | ( ( product @ SV29 @ SV51 @ SV65 )
        = $false )
      | ( ( product @ SV15 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[215]) ).

thf(224,plain,
    ! [SV30: $i,SV52: $i,SV42: $i,SV70: $i,SV66: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV66 @ SV70 ) )
        = $true )
      | ( ( product @ SV42 @ SV52 @ SV70 )
        = $true )
      | ( ( product @ SV30 @ SV52 @ SV66 )
        = $false )
      | ( ( product @ SV16 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[216]) ).

thf(225,plain,
    ! [SV57: $i,SV43: $i,SV17: $i,SV71: $i,SV53: $i,SV31: $i] :
      ( ( ( ~ ( sum @ SV31 @ SV53 @ SV71 ) )
        = $true )
      | ( ( ! [SY238: $i] :
              ( ~ ( product @ SV17 @ SV71 @ SY238 )
              | ( sum @ SV43 @ SV57 @ SY238 ) ) )
        = $true )
      | ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(226,plain,
    ! [SV18: $i,SV58: $i,SV44: $i,SV72: $i,SV54: $i,SV32: $i] :
      ( ( ( ~ ( sum @ SV32 @ SV54 @ SV72 ) )
        = $true )
      | ( ( ! [SY239: $i] :
              ( ~ ( sum @ SV44 @ SV58 @ SY239 )
              | ( product @ SV18 @ SV72 @ SY239 ) ) )
        = $true )
      | ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[218]) ).

thf(227,plain,
    ! [SV59: $i,SV45: $i,SV33: $i,SV73: $i,SV55: $i,SV19: $i] :
      ( ( ( ~ ( sum @ SV19 @ SV55 @ SV73 ) )
        = $true )
      | ( ( ! [SY240: $i] :
              ( ~ ( product @ SV73 @ SV33 @ SY240 )
              | ( sum @ SV45 @ SV59 @ SY240 ) ) )
        = $true )
      | ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[219]) ).

thf(228,plain,
    ! [SV34: $i,SV60: $i,SV46: $i,SV74: $i,SV56: $i,SV20: $i] :
      ( ( ( ~ ( sum @ SV20 @ SV56 @ SV74 ) )
        = $true )
      | ( ( ! [SY241: $i] :
              ( ~ ( sum @ SV46 @ SV60 @ SY241 )
              | ( product @ SV74 @ SV34 @ SY241 ) ) )
        = $true )
      | ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[220]) ).

thf(229,plain,
    ! [SV26: $i,SV63: $i,SV12: $i,SV67: $i,SV49: $i,SV38: $i] :
      ( ( ( sum @ SV38 @ SV49 @ SV67 )
        = $false )
      | ( ( sum @ SV12 @ SV63 @ SV67 )
        = $true )
      | ( ( sum @ SV26 @ SV49 @ SV63 )
        = $false )
      | ( ( sum @ SV12 @ SV26 @ SV38 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

thf(230,plain,
    ! [SV27: $i,SV50: $i,SV39: $i,SV68: $i,SV64: $i,SV13: $i] :
      ( ( ( sum @ SV13 @ SV64 @ SV68 )
        = $false )
      | ( ( sum @ SV39 @ SV50 @ SV68 )
        = $true )
      | ( ( sum @ SV27 @ SV50 @ SV64 )
        = $false )
      | ( ( sum @ SV13 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[222]) ).

thf(231,plain,
    ! [SV29: $i,SV65: $i,SV15: $i,SV69: $i,SV51: $i,SV41: $i] :
      ( ( ( product @ SV41 @ SV51 @ SV69 )
        = $false )
      | ( ( product @ SV15 @ SV65 @ SV69 )
        = $true )
      | ( ( product @ SV29 @ SV51 @ SV65 )
        = $false )
      | ( ( product @ SV15 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[223]) ).

thf(232,plain,
    ! [SV30: $i,SV52: $i,SV42: $i,SV70: $i,SV66: $i,SV16: $i] :
      ( ( ( product @ SV16 @ SV66 @ SV70 )
        = $false )
      | ( ( product @ SV42 @ SV52 @ SV70 )
        = $true )
      | ( ( product @ SV30 @ SV52 @ SV66 )
        = $false )
      | ( ( product @ SV16 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[224]) ).

thf(233,plain,
    ! [SV57: $i,SV43: $i,SV17: $i,SV71: $i,SV53: $i,SV31: $i] :
      ( ( ( sum @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( ! [SY238: $i] :
              ( ~ ( product @ SV17 @ SV71 @ SY238 )
              | ( sum @ SV43 @ SV57 @ SY238 ) ) )
        = $true )
      | ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[225]) ).

thf(234,plain,
    ! [SV18: $i,SV58: $i,SV44: $i,SV72: $i,SV54: $i,SV32: $i] :
      ( ( ( sum @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( ! [SY239: $i] :
              ( ~ ( sum @ SV44 @ SV58 @ SY239 )
              | ( product @ SV18 @ SV72 @ SY239 ) ) )
        = $true )
      | ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[226]) ).

thf(235,plain,
    ! [SV59: $i,SV45: $i,SV33: $i,SV73: $i,SV55: $i,SV19: $i] :
      ( ( ( sum @ SV19 @ SV55 @ SV73 )
        = $false )
      | ( ( ! [SY240: $i] :
              ( ~ ( product @ SV73 @ SV33 @ SY240 )
              | ( sum @ SV45 @ SV59 @ SY240 ) ) )
        = $true )
      | ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(236,plain,
    ! [SV34: $i,SV60: $i,SV46: $i,SV74: $i,SV56: $i,SV20: $i] :
      ( ( ( sum @ SV20 @ SV56 @ SV74 )
        = $false )
      | ( ( ! [SY241: $i] :
              ( ~ ( sum @ SV46 @ SV60 @ SY241 )
              | ( product @ SV74 @ SV34 @ SY241 ) ) )
        = $true )
      | ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[228]) ).

thf(237,plain,
    ! [SV53: $i,SV31: $i,SV57: $i,SV43: $i,SV75: $i,SV71: $i,SV17: $i] :
      ( ( ( ~ ( product @ SV17 @ SV71 @ SV75 )
          | ( sum @ SV43 @ SV57 @ SV75 ) )
        = $true )
      | ( ( sum @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[233]) ).

thf(238,plain,
    ! [SV54: $i,SV32: $i,SV72: $i,SV18: $i,SV76: $i,SV58: $i,SV44: $i] :
      ( ( ( ~ ( sum @ SV44 @ SV58 @ SV76 )
          | ( product @ SV18 @ SV72 @ SV76 ) )
        = $true )
      | ( ( sum @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[234]) ).

thf(239,plain,
    ! [SV55: $i,SV19: $i,SV59: $i,SV45: $i,SV77: $i,SV33: $i,SV73: $i] :
      ( ( ( ~ ( product @ SV73 @ SV33 @ SV77 )
          | ( sum @ SV45 @ SV59 @ SV77 ) )
        = $true )
      | ( ( sum @ SV19 @ SV55 @ SV73 )
        = $false )
      | ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

thf(240,plain,
    ! [SV56: $i,SV20: $i,SV34: $i,SV74: $i,SV78: $i,SV60: $i,SV46: $i] :
      ( ( ( ~ ( sum @ SV46 @ SV60 @ SV78 )
          | ( product @ SV74 @ SV34 @ SV78 ) )
        = $true )
      | ( ( sum @ SV20 @ SV56 @ SV74 )
        = $false )
      | ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[236]) ).

thf(241,plain,
    ! [SV53: $i,SV31: $i,SV57: $i,SV43: $i,SV75: $i,SV71: $i,SV17: $i] :
      ( ( ( ~ ( product @ SV17 @ SV71 @ SV75 ) )
        = $true )
      | ( ( sum @ SV43 @ SV57 @ SV75 )
        = $true )
      | ( ( sum @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[237]) ).

thf(242,plain,
    ! [SV54: $i,SV32: $i,SV72: $i,SV18: $i,SV76: $i,SV58: $i,SV44: $i] :
      ( ( ( ~ ( sum @ SV44 @ SV58 @ SV76 ) )
        = $true )
      | ( ( product @ SV18 @ SV72 @ SV76 )
        = $true )
      | ( ( sum @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[238]) ).

thf(243,plain,
    ! [SV55: $i,SV19: $i,SV59: $i,SV45: $i,SV77: $i,SV33: $i,SV73: $i] :
      ( ( ( ~ ( product @ SV73 @ SV33 @ SV77 ) )
        = $true )
      | ( ( sum @ SV45 @ SV59 @ SV77 )
        = $true )
      | ( ( sum @ SV19 @ SV55 @ SV73 )
        = $false )
      | ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[239]) ).

thf(244,plain,
    ! [SV56: $i,SV20: $i,SV34: $i,SV74: $i,SV78: $i,SV60: $i,SV46: $i] :
      ( ( ( ~ ( sum @ SV46 @ SV60 @ SV78 ) )
        = $true )
      | ( ( product @ SV74 @ SV34 @ SV78 )
        = $true )
      | ( ( sum @ SV20 @ SV56 @ SV74 )
        = $false )
      | ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[240]) ).

thf(245,plain,
    ! [SV53: $i,SV31: $i,SV57: $i,SV43: $i,SV75: $i,SV71: $i,SV17: $i] :
      ( ( ( product @ SV17 @ SV71 @ SV75 )
        = $false )
      | ( ( sum @ SV43 @ SV57 @ SV75 )
        = $true )
      | ( ( sum @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( product @ SV17 @ SV53 @ SV57 )
        = $false )
      | ( ( product @ SV17 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[241]) ).

thf(246,plain,
    ! [SV54: $i,SV32: $i,SV72: $i,SV18: $i,SV76: $i,SV58: $i,SV44: $i] :
      ( ( ( sum @ SV44 @ SV58 @ SV76 )
        = $false )
      | ( ( product @ SV18 @ SV72 @ SV76 )
        = $true )
      | ( ( sum @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( product @ SV18 @ SV54 @ SV58 )
        = $false )
      | ( ( product @ SV18 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[242]) ).

thf(247,plain,
    ! [SV55: $i,SV19: $i,SV59: $i,SV45: $i,SV77: $i,SV33: $i,SV73: $i] :
      ( ( ( product @ SV73 @ SV33 @ SV77 )
        = $false )
      | ( ( sum @ SV45 @ SV59 @ SV77 )
        = $true )
      | ( ( sum @ SV19 @ SV55 @ SV73 )
        = $false )
      | ( ( product @ SV55 @ SV33 @ SV59 )
        = $false )
      | ( ( product @ SV19 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[243]) ).

thf(248,plain,
    ! [SV56: $i,SV20: $i,SV34: $i,SV74: $i,SV78: $i,SV60: $i,SV46: $i] :
      ( ( ( sum @ SV46 @ SV60 @ SV78 )
        = $false )
      | ( ( product @ SV74 @ SV34 @ SV78 )
        = $true )
      | ( ( sum @ SV20 @ SV56 @ SV74 )
        = $false )
      | ( ( product @ SV56 @ SV34 @ SV60 )
        = $false )
      | ( ( product @ SV20 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[244]) ).

thf(249,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[71,248,247,246,245,232,231,230,229,204,203,166,163,127,126,124,123,122,110,109,106,105,101,100,99,74,73,72]) ).

thf(250,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[249]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : RNG040-1 : TPTP v8.1.0. Released v1.0.0.
% 0.06/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.33  % Computer : n020.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Mon May 30 12:58:09 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.37  
% 0.13/0.37   No.of.Axioms: 27
% 0.13/0.37  
% 0.13/0.37   Length.of.Defs: 0
% 0.13/0.37  
% 0.13/0.37   Contains.Choice.Funs: false
% 0.19/0.40  .
% 0.19/0.40  (rf:0,axioms:27,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:29,loop_count:0,foatp_calls:0,translation:fof_full).................
% 2.43/2.61  
% 2.43/2.61  ********************************
% 2.43/2.61  *   All subproblems solved!    *
% 2.43/2.61  ********************************
% 2.43/2.61  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:27,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:249,loop_count:0,foatp_calls:1,translation:fof_full)
% 2.43/2.63  
% 2.43/2.63  %**** Beginning of derivation protocol ****
% 2.43/2.63  % SZS output start CNFRefutation
% See solution above
% 2.43/2.63  
% 2.43/2.63  %**** End of derivation protocol ****
% 2.43/2.63  %**** no. of clauses in derivation: 250 ****
% 2.43/2.63  %**** clause counter: 249 ****
% 2.43/2.63  
% 2.43/2.63  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:27,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:249,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------