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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : BOO009-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 : n029.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 : Thu Jul 14 23:43:31 EDT 2022

% Result   : Unsatisfiable 1.60s 1.78s
% Output   : CNFRefutation 1.60s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   33
% Syntax   : Number of formulae    :  255 ( 140 unt;   9 typ;   0 def)
%            Number of atoms       : 1796 ( 463 equ;   0 cnn)
%            Maximal formula atoms :    5 (   7 avg)
%            Number of connectives : 3871 ( 497   ~; 672   |;   0   &;2702   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (  11   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (   9 usr;   6 con; 0-3 aty)
%            Number of variables   : 1260 (   0   ^1260   !;   0   ?;1260   :)

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

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

thf(tp_inverse,type,
    inverse: $i > $i ).

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

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

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

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

thf(tp_x,type,
    x: $i ).

thf(tp_y,type,
    y: $i ).

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,
    ! [X: $i] : ( product @ X @ ( inverse @ X ) @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_inverse2) ).

thf(4,axiom,
    ! [X: $i] : ( product @ ( inverse @ X ) @ X @ additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_inverse1) ).

thf(5,axiom,
    ! [X: $i] : ( sum @ X @ ( inverse @ X ) @ multiplicative_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_inverse2) ).

thf(6,axiom,
    ! [X: $i] : ( sum @ ( inverse @ X ) @ X @ multiplicative_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_inverse1) ).

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

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

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

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

thf(11,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(12,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(13,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(14,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(15,axiom,
    ! [X: $i] : ( product @ X @ multiplicative_identity @ X ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_identity2) ).

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

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

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

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

thf(20,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(21,axiom,
    ! [X: $i,Y: $i] : ( product @ X @ Y @ ( multiply @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_multiplication) ).

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

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,
    ~ ( product @ x @ ( add @ x @ y ) @ x ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_equations) ).

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

thf(27,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(28,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(29,plain,
    ( ( ! [X: $i] : ( product @ X @ ( inverse @ X ) @ additive_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

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

thf(31,plain,
    ( ( ! [X: $i] : ( sum @ X @ ( inverse @ X ) @ multiplicative_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(32,plain,
    ( ( ! [X: $i] : ( sum @ ( inverse @ X ) @ X @ multiplicative_identity ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

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

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

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

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

thf(37,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)],[11]) ).

thf(38,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)],[12]) ).

thf(39,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)],[13]) ).

thf(40,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)],[14]) ).

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

thf(42,plain,
    ( ( ! [X: $i] : ( product @ multiplicative_identity @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

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

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

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

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

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

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

thf(49,plain,
    ( ( ~ ( product @ x @ ( add @ x @ y ) @ x ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

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

thf(51,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)],[27]) ).

thf(52,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)],[28]) ).

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

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

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

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

thf(57,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)],[37]) ).

thf(58,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)],[38]) ).

thf(59,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)],[39]) ).

thf(60,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)],[40]) ).

thf(61,plain,
    ( ( ~ ( product @ x @ ( add @ x @ y ) @ x ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

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

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

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

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

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

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

thf(68,plain,
    ( ( ! [X: $i] : ( product @ multiplicative_identity @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(69,plain,
    ( ( ! [X: $i] : ( product @ X @ multiplicative_identity @ X ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(70,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)],[60]) ).

thf(71,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)],[59]) ).

thf(72,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)],[58]) ).

thf(73,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)],[57]) ).

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

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

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

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

thf(78,plain,
    ( ( ! [X: $i] : ( sum @ ( inverse @ X ) @ X @ multiplicative_identity ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(79,plain,
    ( ( ! [X: $i] : ( sum @ X @ ( inverse @ X ) @ multiplicative_identity ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(80,plain,
    ( ( ! [X: $i] : ( product @ ( inverse @ X ) @ X @ additive_identity ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

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

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

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

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

thf(85,plain,
    ( ( product @ x @ ( add @ x @ y ) @ x )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(86,plain,
    ! [SV1: $i] :
      ( ( ! [SY82: $i] : ( sum @ SV1 @ SY82 @ ( add @ SV1 @ SY82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(87,plain,
    ! [SV2: $i] :
      ( ( ! [SY83: $i] : ( product @ SV2 @ SY83 @ ( multiply @ SV2 @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(88,plain,
    ! [SV3: $i] :
      ( ( ! [SY84: $i,SY85: $i] :
            ( ~ ( sum @ SV3 @ SY84 @ SY85 )
            | ( sum @ SY84 @ SV3 @ SY85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(89,plain,
    ! [SV4: $i] :
      ( ( ! [SY86: $i,SY87: $i] :
            ( ~ ( product @ SV4 @ SY86 @ SY87 )
            | ( product @ SY86 @ SV4 @ SY87 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(90,plain,
    ! [SV5: $i] :
      ( ( sum @ additive_identity @ SV5 @ SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

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

thf(92,plain,
    ! [SV7: $i] :
      ( ( product @ multiplicative_identity @ SV7 @ SV7 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(93,plain,
    ! [SV8: $i] :
      ( ( product @ SV8 @ multiplicative_identity @ SV8 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(94,plain,
    ! [SV9: $i] :
      ( ( ! [SY88: $i,SY89: $i,SY90: $i,SY91: $i] :
            ( ~ ( product @ SV9 @ SY88 @ SY89 )
            | ~ ( product @ SV9 @ SY90 @ SY91 )
            | ! [SY92: $i] :
                ( ~ ( sum @ SY88 @ SY90 @ SY92 )
                | ! [SY93: $i] :
                    ( ~ ( product @ SV9 @ SY92 @ SY93 )
                    | ( sum @ SY89 @ SY91 @ SY93 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(95,plain,
    ! [SV10: $i] :
      ( ( ! [SY94: $i,SY95: $i,SY96: $i,SY97: $i] :
            ( ~ ( product @ SV10 @ SY94 @ SY95 )
            | ~ ( product @ SV10 @ SY96 @ SY97 )
            | ! [SY98: $i] :
                ( ~ ( sum @ SY94 @ SY96 @ SY98 )
                | ! [SY99: $i] :
                    ( ~ ( sum @ SY95 @ SY97 @ SY99 )
                    | ( product @ SV10 @ SY98 @ SY99 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(96,plain,
    ! [SV11: $i] :
      ( ( ! [SY100: $i,SY101: $i,SY102: $i,SY103: $i] :
            ( ~ ( product @ SV11 @ SY100 @ SY101 )
            | ~ ( product @ SY102 @ SY100 @ SY103 )
            | ! [SY104: $i] :
                ( ~ ( sum @ SV11 @ SY102 @ SY104 )
                | ! [V4: $i] :
                    ( ~ ( product @ SY104 @ SY100 @ V4 )
                    | ( sum @ SY101 @ SY103 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(97,plain,
    ! [SV12: $i] :
      ( ( ! [SY106: $i,SY107: $i,SY108: $i,SY109: $i] :
            ( ~ ( product @ SV12 @ SY106 @ SY107 )
            | ~ ( product @ SY108 @ SY106 @ SY109 )
            | ! [SY110: $i] :
                ( ~ ( sum @ SV12 @ SY108 @ SY110 )
                | ! [V4: $i] :
                    ( ~ ( sum @ SY107 @ SY109 @ V4 )
                    | ( product @ SY110 @ SY106 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(98,plain,
    ! [SV13: $i] :
      ( ( ! [SY112: $i,SY113: $i,SY114: $i,SY115: $i] :
            ( ~ ( sum @ SV13 @ SY112 @ SY113 )
            | ~ ( sum @ SV13 @ SY114 @ SY115 )
            | ! [SY116: $i] :
                ( ~ ( product @ SY112 @ SY114 @ SY116 )
                | ! [SY117: $i] :
                    ( ~ ( sum @ SV13 @ SY116 @ SY117 )
                    | ( product @ SY113 @ SY115 @ SY117 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(99,plain,
    ! [SV14: $i] :
      ( ( ! [SY118: $i,SY119: $i,SY120: $i,SY121: $i] :
            ( ~ ( sum @ SV14 @ SY118 @ SY119 )
            | ~ ( sum @ SV14 @ SY120 @ SY121 )
            | ! [SY122: $i] :
                ( ~ ( product @ SY118 @ SY120 @ SY122 )
                | ! [SY123: $i] :
                    ( ~ ( product @ SY119 @ SY121 @ SY123 )
                    | ( sum @ SV14 @ SY122 @ SY123 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(100,plain,
    ! [SV15: $i] :
      ( ( ! [SY124: $i,SY125: $i,SY126: $i,SY127: $i] :
            ( ~ ( sum @ SV15 @ SY124 @ SY125 )
            | ~ ( sum @ SY126 @ SY124 @ SY127 )
            | ! [SY128: $i] :
                ( ~ ( product @ SV15 @ SY126 @ SY128 )
                | ! [V4: $i] :
                    ( ~ ( sum @ SY128 @ SY124 @ V4 )
                    | ( product @ SY125 @ SY127 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(101,plain,
    ! [SV16: $i] :
      ( ( ! [SY130: $i,SY131: $i,SY132: $i,SY133: $i] :
            ( ~ ( sum @ SV16 @ SY130 @ SY131 )
            | ~ ( sum @ SY132 @ SY130 @ SY133 )
            | ! [SY134: $i] :
                ( ~ ( product @ SV16 @ SY132 @ SY134 )
                | ! [V4: $i] :
                    ( ~ ( product @ SY131 @ SY133 @ V4 )
                    | ( sum @ SY134 @ SY130 @ V4 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(102,plain,
    ! [SV17: $i] :
      ( ( sum @ ( inverse @ SV17 ) @ SV17 @ multiplicative_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(103,plain,
    ! [SV18: $i] :
      ( ( sum @ SV18 @ ( inverse @ SV18 ) @ multiplicative_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(104,plain,
    ! [SV19: $i] :
      ( ( product @ ( inverse @ SV19 ) @ SV19 @ additive_identity )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

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

thf(106,plain,
    ! [SV21: $i] :
      ( ( ! [SY136: $i,SY137: $i] :
            ( ~ ( sum @ SV21 @ SY136 @ SY137 )
            | ! [SY138: $i] :
                ( ~ ( sum @ SV21 @ SY136 @ SY138 )
                | ( SY137 = SY138 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(107,plain,
    ! [SV22: $i] :
      ( ( ! [SY139: $i,SY140: $i] :
            ( ~ ( product @ SV22 @ SY139 @ SY140 )
            | ! [SY141: $i] :
                ( ~ ( product @ SV22 @ SY139 @ SY141 )
                | ( SY140 = SY141 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(108,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[84]) ).

thf(109,plain,
    ! [SV23: $i,SV1: $i] :
      ( ( sum @ SV1 @ SV23 @ ( add @ SV1 @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(110,plain,
    ! [SV24: $i,SV2: $i] :
      ( ( product @ SV2 @ SV24 @ ( multiply @ SV2 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(111,plain,
    ! [SV25: $i,SV3: $i] :
      ( ( ! [SY142: $i] :
            ( ~ ( sum @ SV3 @ SV25 @ SY142 )
            | ( sum @ SV25 @ SV3 @ SY142 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(112,plain,
    ! [SV26: $i,SV4: $i] :
      ( ( ! [SY143: $i] :
            ( ~ ( product @ SV4 @ SV26 @ SY143 )
            | ( product @ SV26 @ SV4 @ SY143 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(113,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ! [SY144: $i,SY145: $i,SY146: $i] :
            ( ~ ( product @ SV9 @ SV27 @ SY144 )
            | ~ ( product @ SV9 @ SY145 @ SY146 )
            | ! [SY147: $i] :
                ( ~ ( sum @ SV27 @ SY145 @ SY147 )
                | ! [SY93: $i] :
                    ( ~ ( product @ SV9 @ SY147 @ SY93 )
                    | ( sum @ SY144 @ SY146 @ SY93 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(114,plain,
    ! [SV28: $i,SV10: $i] :
      ( ( ! [SY149: $i,SY150: $i,SY151: $i] :
            ( ~ ( product @ SV10 @ SV28 @ SY149 )
            | ~ ( product @ SV10 @ SY150 @ SY151 )
            | ! [SY152: $i] :
                ( ~ ( sum @ SV28 @ SY150 @ SY152 )
                | ! [SY99: $i] :
                    ( ~ ( sum @ SY149 @ SY151 @ SY99 )
                    | ( product @ SV10 @ SY152 @ SY99 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(115,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ! [SY154: $i,SY155: $i,SY156: $i] :
            ( ~ ( product @ SV11 @ SV29 @ SY154 )
            | ~ ( product @ SY155 @ SV29 @ SY156 )
            | ! [SY157: $i] :
                ( ~ ( sum @ SV11 @ SY155 @ SY157 )
                | ! [SY158: $i] :
                    ( ~ ( product @ SY157 @ SV29 @ SY158 )
                    | ( sum @ SY154 @ SY156 @ SY158 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(116,plain,
    ! [SV30: $i,SV12: $i] :
      ( ( ! [SY159: $i,SY160: $i,SY161: $i] :
            ( ~ ( product @ SV12 @ SV30 @ SY159 )
            | ~ ( product @ SY160 @ SV30 @ SY161 )
            | ! [SY162: $i] :
                ( ~ ( sum @ SV12 @ SY160 @ SY162 )
                | ! [SY163: $i] :
                    ( ~ ( sum @ SY159 @ SY161 @ SY163 )
                    | ( product @ SY162 @ SV30 @ SY163 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(117,plain,
    ! [SV31: $i,SV13: $i] :
      ( ( ! [SY164: $i,SY165: $i,SY166: $i] :
            ( ~ ( sum @ SV13 @ SV31 @ SY164 )
            | ~ ( sum @ SV13 @ SY165 @ SY166 )
            | ! [SY167: $i] :
                ( ~ ( product @ SV31 @ SY165 @ SY167 )
                | ! [SY117: $i] :
                    ( ~ ( sum @ SV13 @ SY167 @ SY117 )
                    | ( product @ SY164 @ SY166 @ SY117 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(118,plain,
    ! [SV32: $i,SV14: $i] :
      ( ( ! [SY169: $i,SY170: $i,SY171: $i] :
            ( ~ ( sum @ SV14 @ SV32 @ SY169 )
            | ~ ( sum @ SV14 @ SY170 @ SY171 )
            | ! [SY172: $i] :
                ( ~ ( product @ SV32 @ SY170 @ SY172 )
                | ! [SY123: $i] :
                    ( ~ ( product @ SY169 @ SY171 @ SY123 )
                    | ( sum @ SV14 @ SY172 @ SY123 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(119,plain,
    ! [SV33: $i,SV15: $i] :
      ( ( ! [SY174: $i,SY175: $i,SY176: $i] :
            ( ~ ( sum @ SV15 @ SV33 @ SY174 )
            | ~ ( sum @ SY175 @ SV33 @ SY176 )
            | ! [SY177: $i] :
                ( ~ ( product @ SV15 @ SY175 @ SY177 )
                | ! [SY178: $i] :
                    ( ~ ( sum @ SY177 @ SV33 @ SY178 )
                    | ( product @ SY174 @ SY176 @ SY178 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(120,plain,
    ! [SV34: $i,SV16: $i] :
      ( ( ! [SY179: $i,SY180: $i,SY181: $i] :
            ( ~ ( sum @ SV16 @ SV34 @ SY179 )
            | ~ ( sum @ SY180 @ SV34 @ SY181 )
            | ! [SY182: $i] :
                ( ~ ( product @ SV16 @ SY180 @ SY182 )
                | ! [SY183: $i] :
                    ( ~ ( product @ SY179 @ SY181 @ SY183 )
                    | ( sum @ SY182 @ SV34 @ SY183 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(121,plain,
    ! [SV35: $i,SV21: $i] :
      ( ( ! [SY184: $i] :
            ( ~ ( sum @ SV21 @ SV35 @ SY184 )
            | ! [SY185: $i] :
                ( ~ ( sum @ SV21 @ SV35 @ SY185 )
                | ( SY184 = SY185 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(122,plain,
    ! [SV36: $i,SV22: $i] :
      ( ( ! [SY186: $i] :
            ( ~ ( product @ SV22 @ SV36 @ SY186 )
            | ! [SY187: $i] :
                ( ~ ( product @ SV22 @ SV36 @ SY187 )
                | ( SY186 = SY187 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(123,plain,
    ! [SV37: $i,SV25: $i,SV3: $i] :
      ( ( ~ ( sum @ SV3 @ SV25 @ SV37 )
        | ( sum @ SV25 @ SV3 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(124,plain,
    ! [SV38: $i,SV26: $i,SV4: $i] :
      ( ( ~ ( product @ SV4 @ SV26 @ SV38 )
        | ( product @ SV26 @ SV4 @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(125,plain,
    ! [SV39: $i,SV27: $i,SV9: $i] :
      ( ( ! [SY188: $i,SY189: $i] :
            ( ~ ( product @ SV9 @ SV27 @ SV39 )
            | ~ ( product @ SV9 @ SY188 @ SY189 )
            | ! [SY190: $i] :
                ( ~ ( sum @ SV27 @ SY188 @ SY190 )
                | ! [SY191: $i] :
                    ( ~ ( product @ SV9 @ SY190 @ SY191 )
                    | ( sum @ SV39 @ SY189 @ SY191 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(126,plain,
    ! [SV40: $i,SV28: $i,SV10: $i] :
      ( ( ! [SY192: $i,SY193: $i] :
            ( ~ ( product @ SV10 @ SV28 @ SV40 )
            | ~ ( product @ SV10 @ SY192 @ SY193 )
            | ! [SY194: $i] :
                ( ~ ( sum @ SV28 @ SY192 @ SY194 )
                | ! [SY195: $i] :
                    ( ~ ( sum @ SV40 @ SY193 @ SY195 )
                    | ( product @ SV10 @ SY194 @ SY195 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(127,plain,
    ! [SV41: $i,SV29: $i,SV11: $i] :
      ( ( ! [SY196: $i,SY197: $i] :
            ( ~ ( product @ SV11 @ SV29 @ SV41 )
            | ~ ( product @ SY196 @ SV29 @ SY197 )
            | ! [SY198: $i] :
                ( ~ ( sum @ SV11 @ SY196 @ SY198 )
                | ! [SY199: $i] :
                    ( ~ ( product @ SY198 @ SV29 @ SY199 )
                    | ( sum @ SV41 @ SY197 @ SY199 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(128,plain,
    ! [SV42: $i,SV30: $i,SV12: $i] :
      ( ( ! [SY200: $i,SY201: $i] :
            ( ~ ( product @ SV12 @ SV30 @ SV42 )
            | ~ ( product @ SY200 @ SV30 @ SY201 )
            | ! [SY202: $i] :
                ( ~ ( sum @ SV12 @ SY200 @ SY202 )
                | ! [SY203: $i] :
                    ( ~ ( sum @ SV42 @ SY201 @ SY203 )
                    | ( product @ SY202 @ SV30 @ SY203 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[116]) ).

thf(129,plain,
    ! [SV43: $i,SV31: $i,SV13: $i] :
      ( ( ! [SY204: $i,SY205: $i] :
            ( ~ ( sum @ SV13 @ SV31 @ SV43 )
            | ~ ( sum @ SV13 @ SY204 @ SY205 )
            | ! [SY206: $i] :
                ( ~ ( product @ SV31 @ SY204 @ SY206 )
                | ! [SY207: $i] :
                    ( ~ ( sum @ SV13 @ SY206 @ SY207 )
                    | ( product @ SV43 @ SY205 @ SY207 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(130,plain,
    ! [SV44: $i,SV32: $i,SV14: $i] :
      ( ( ! [SY208: $i,SY209: $i] :
            ( ~ ( sum @ SV14 @ SV32 @ SV44 )
            | ~ ( sum @ SV14 @ SY208 @ SY209 )
            | ! [SY210: $i] :
                ( ~ ( product @ SV32 @ SY208 @ SY210 )
                | ! [SY211: $i] :
                    ( ~ ( product @ SV44 @ SY209 @ SY211 )
                    | ( sum @ SV14 @ SY210 @ SY211 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(131,plain,
    ! [SV45: $i,SV33: $i,SV15: $i] :
      ( ( ! [SY212: $i,SY213: $i] :
            ( ~ ( sum @ SV15 @ SV33 @ SV45 )
            | ~ ( sum @ SY212 @ SV33 @ SY213 )
            | ! [SY214: $i] :
                ( ~ ( product @ SV15 @ SY212 @ SY214 )
                | ! [SY215: $i] :
                    ( ~ ( sum @ SY214 @ SV33 @ SY215 )
                    | ( product @ SV45 @ SY213 @ SY215 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(132,plain,
    ! [SV46: $i,SV34: $i,SV16: $i] :
      ( ( ! [SY216: $i,SY217: $i] :
            ( ~ ( sum @ SV16 @ SV34 @ SV46 )
            | ~ ( sum @ SY216 @ SV34 @ SY217 )
            | ! [SY218: $i] :
                ( ~ ( product @ SV16 @ SY216 @ SY218 )
                | ! [SY219: $i] :
                    ( ~ ( product @ SV46 @ SY217 @ SY219 )
                    | ( sum @ SY218 @ SV34 @ SY219 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

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

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

thf(135,plain,
    ! [SV37: $i,SV25: $i,SV3: $i] :
      ( ( ( ~ ( sum @ SV3 @ SV25 @ SV37 ) )
        = $true )
      | ( ( sum @ SV25 @ SV3 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[123]) ).

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

thf(137,plain,
    ! [SV49: $i,SV39: $i,SV27: $i,SV9: $i] :
      ( ( ! [SY222: $i] :
            ( ~ ( product @ SV9 @ SV27 @ SV39 )
            | ~ ( product @ SV9 @ SV49 @ SY222 )
            | ! [SY223: $i] :
                ( ~ ( sum @ SV27 @ SV49 @ SY223 )
                | ! [SY191: $i] :
                    ( ~ ( product @ SV9 @ SY223 @ SY191 )
                    | ( sum @ SV39 @ SY222 @ SY191 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(138,plain,
    ! [SV50: $i,SV40: $i,SV28: $i,SV10: $i] :
      ( ( ! [SY225: $i] :
            ( ~ ( product @ SV10 @ SV28 @ SV40 )
            | ~ ( product @ SV10 @ SV50 @ SY225 )
            | ! [SY226: $i] :
                ( ~ ( sum @ SV28 @ SV50 @ SY226 )
                | ! [SY195: $i] :
                    ( ~ ( sum @ SV40 @ SY225 @ SY195 )
                    | ( product @ SV10 @ SY226 @ SY195 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(139,plain,
    ! [SV51: $i,SV41: $i,SV29: $i,SV11: $i] :
      ( ( ! [SY228: $i] :
            ( ~ ( product @ SV11 @ SV29 @ SV41 )
            | ~ ( product @ SV51 @ SV29 @ SY228 )
            | ! [SY229: $i] :
                ( ~ ( sum @ SV11 @ SV51 @ SY229 )
                | ! [SY199: $i] :
                    ( ~ ( product @ SY229 @ SV29 @ SY199 )
                    | ( sum @ SV41 @ SY228 @ SY199 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(140,plain,
    ! [SV52: $i,SV42: $i,SV30: $i,SV12: $i] :
      ( ( ! [SY231: $i] :
            ( ~ ( product @ SV12 @ SV30 @ SV42 )
            | ~ ( product @ SV52 @ SV30 @ SY231 )
            | ! [SY232: $i] :
                ( ~ ( sum @ SV12 @ SV52 @ SY232 )
                | ! [SY203: $i] :
                    ( ~ ( sum @ SV42 @ SY231 @ SY203 )
                    | ( product @ SY232 @ SV30 @ SY203 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(141,plain,
    ! [SV53: $i,SV43: $i,SV31: $i,SV13: $i] :
      ( ( ! [SY234: $i] :
            ( ~ ( sum @ SV13 @ SV31 @ SV43 )
            | ~ ( sum @ SV13 @ SV53 @ SY234 )
            | ! [SY235: $i] :
                ( ~ ( product @ SV31 @ SV53 @ SY235 )
                | ! [SY207: $i] :
                    ( ~ ( sum @ SV13 @ SY235 @ SY207 )
                    | ( product @ SV43 @ SY234 @ SY207 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(142,plain,
    ! [SV54: $i,SV44: $i,SV32: $i,SV14: $i] :
      ( ( ! [SY237: $i] :
            ( ~ ( sum @ SV14 @ SV32 @ SV44 )
            | ~ ( sum @ SV14 @ SV54 @ SY237 )
            | ! [SY238: $i] :
                ( ~ ( product @ SV32 @ SV54 @ SY238 )
                | ! [SY211: $i] :
                    ( ~ ( product @ SV44 @ SY237 @ SY211 )
                    | ( sum @ SV14 @ SY238 @ SY211 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(143,plain,
    ! [SV55: $i,SV45: $i,SV33: $i,SV15: $i] :
      ( ( ! [SY240: $i] :
            ( ~ ( sum @ SV15 @ SV33 @ SV45 )
            | ~ ( sum @ SV55 @ SV33 @ SY240 )
            | ! [SY241: $i] :
                ( ~ ( product @ SV15 @ SV55 @ SY241 )
                | ! [SY215: $i] :
                    ( ~ ( sum @ SY241 @ SV33 @ SY215 )
                    | ( product @ SV45 @ SY240 @ SY215 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(144,plain,
    ! [SV56: $i,SV46: $i,SV34: $i,SV16: $i] :
      ( ( ! [SY243: $i] :
            ( ~ ( sum @ SV16 @ SV34 @ SV46 )
            | ~ ( sum @ SV56 @ SV34 @ SY243 )
            | ! [SY244: $i] :
                ( ~ ( product @ SV16 @ SV56 @ SY244 )
                | ! [SY219: $i] :
                    ( ~ ( product @ SV46 @ SY243 @ SY219 )
                    | ( sum @ SY244 @ SV34 @ SY219 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

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

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

thf(147,plain,
    ! [SV37: $i,SV25: $i,SV3: $i] :
      ( ( ( sum @ SV3 @ SV25 @ SV37 )
        = $false )
      | ( ( sum @ SV25 @ SV3 @ SV37 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(148,plain,
    ! [SV38: $i,SV26: $i,SV4: $i] :
      ( ( ( product @ SV4 @ SV26 @ SV38 )
        = $false )
      | ( ( product @ SV26 @ SV4 @ SV38 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(149,plain,
    ! [SV57: $i,SV49: $i,SV39: $i,SV27: $i,SV9: $i] :
      ( ( ~ ( product @ SV9 @ SV27 @ SV39 )
        | ~ ( product @ SV9 @ SV49 @ SV57 )
        | ! [SY246: $i] :
            ( ~ ( sum @ SV27 @ SV49 @ SY246 )
            | ! [SY247: $i] :
                ( ~ ( product @ SV9 @ SY246 @ SY247 )
                | ( sum @ SV39 @ SV57 @ SY247 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(150,plain,
    ! [SV58: $i,SV50: $i,SV40: $i,SV28: $i,SV10: $i] :
      ( ( ~ ( product @ SV10 @ SV28 @ SV40 )
        | ~ ( product @ SV10 @ SV50 @ SV58 )
        | ! [SY248: $i] :
            ( ~ ( sum @ SV28 @ SV50 @ SY248 )
            | ! [SY249: $i] :
                ( ~ ( sum @ SV40 @ SV58 @ SY249 )
                | ( product @ SV10 @ SY248 @ SY249 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(151,plain,
    ! [SV59: $i,SV51: $i,SV41: $i,SV29: $i,SV11: $i] :
      ( ( ~ ( product @ SV11 @ SV29 @ SV41 )
        | ~ ( product @ SV51 @ SV29 @ SV59 )
        | ! [SY250: $i] :
            ( ~ ( sum @ SV11 @ SV51 @ SY250 )
            | ! [SY251: $i] :
                ( ~ ( product @ SY250 @ SV29 @ SY251 )
                | ( sum @ SV41 @ SV59 @ SY251 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(152,plain,
    ! [SV60: $i,SV52: $i,SV42: $i,SV30: $i,SV12: $i] :
      ( ( ~ ( product @ SV12 @ SV30 @ SV42 )
        | ~ ( product @ SV52 @ SV30 @ SV60 )
        | ! [SY252: $i] :
            ( ~ ( sum @ SV12 @ SV52 @ SY252 )
            | ! [SY253: $i] :
                ( ~ ( sum @ SV42 @ SV60 @ SY253 )
                | ( product @ SY252 @ SV30 @ SY253 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(153,plain,
    ! [SV61: $i,SV53: $i,SV43: $i,SV31: $i,SV13: $i] :
      ( ( ~ ( sum @ SV13 @ SV31 @ SV43 )
        | ~ ( sum @ SV13 @ SV53 @ SV61 )
        | ! [SY254: $i] :
            ( ~ ( product @ SV31 @ SV53 @ SY254 )
            | ! [SY255: $i] :
                ( ~ ( sum @ SV13 @ SY254 @ SY255 )
                | ( product @ SV43 @ SV61 @ SY255 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(154,plain,
    ! [SV62: $i,SV54: $i,SV44: $i,SV32: $i,SV14: $i] :
      ( ( ~ ( sum @ SV14 @ SV32 @ SV44 )
        | ~ ( sum @ SV14 @ SV54 @ SV62 )
        | ! [SY256: $i] :
            ( ~ ( product @ SV32 @ SV54 @ SY256 )
            | ! [SY257: $i] :
                ( ~ ( product @ SV44 @ SV62 @ SY257 )
                | ( sum @ SV14 @ SY256 @ SY257 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(155,plain,
    ! [SV63: $i,SV55: $i,SV45: $i,SV33: $i,SV15: $i] :
      ( ( ~ ( sum @ SV15 @ SV33 @ SV45 )
        | ~ ( sum @ SV55 @ SV33 @ SV63 )
        | ! [SY258: $i] :
            ( ~ ( product @ SV15 @ SV55 @ SY258 )
            | ! [SY259: $i] :
                ( ~ ( sum @ SY258 @ SV33 @ SY259 )
                | ( product @ SV45 @ SV63 @ SY259 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(156,plain,
    ! [SV64: $i,SV56: $i,SV46: $i,SV34: $i,SV16: $i] :
      ( ( ~ ( sum @ SV16 @ SV34 @ SV46 )
        | ~ ( sum @ SV56 @ SV34 @ SV64 )
        | ! [SY260: $i] :
            ( ~ ( product @ SV16 @ SV56 @ SY260 )
            | ! [SY261: $i] :
                ( ~ ( product @ SV46 @ SV64 @ SY261 )
                | ( sum @ SY260 @ SV34 @ SY261 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

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

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

thf(159,plain,
    ! [SV57: $i,SV49: $i,SV39: $i,SV27: $i,SV9: $i] :
      ( ( ( ~ ( product @ SV9 @ SV27 @ SV39 ) )
        = $true )
      | ( ( ~ ( product @ SV9 @ SV49 @ SV57 )
          | ! [SY246: $i] :
              ( ~ ( sum @ SV27 @ SV49 @ SY246 )
              | ! [SY247: $i] :
                  ( ~ ( product @ SV9 @ SY246 @ SY247 )
                  | ( sum @ SV39 @ SV57 @ SY247 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(160,plain,
    ! [SV58: $i,SV50: $i,SV40: $i,SV28: $i,SV10: $i] :
      ( ( ( ~ ( product @ SV10 @ SV28 @ SV40 ) )
        = $true )
      | ( ( ~ ( product @ SV10 @ SV50 @ SV58 )
          | ! [SY248: $i] :
              ( ~ ( sum @ SV28 @ SV50 @ SY248 )
              | ! [SY249: $i] :
                  ( ~ ( sum @ SV40 @ SV58 @ SY249 )
                  | ( product @ SV10 @ SY248 @ SY249 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[150]) ).

thf(161,plain,
    ! [SV59: $i,SV51: $i,SV41: $i,SV29: $i,SV11: $i] :
      ( ( ( ~ ( product @ SV11 @ SV29 @ SV41 ) )
        = $true )
      | ( ( ~ ( product @ SV51 @ SV29 @ SV59 )
          | ! [SY250: $i] :
              ( ~ ( sum @ SV11 @ SV51 @ SY250 )
              | ! [SY251: $i] :
                  ( ~ ( product @ SY250 @ SV29 @ SY251 )
                  | ( sum @ SV41 @ SV59 @ SY251 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(162,plain,
    ! [SV60: $i,SV52: $i,SV42: $i,SV30: $i,SV12: $i] :
      ( ( ( ~ ( product @ SV12 @ SV30 @ SV42 ) )
        = $true )
      | ( ( ~ ( product @ SV52 @ SV30 @ SV60 )
          | ! [SY252: $i] :
              ( ~ ( sum @ SV12 @ SV52 @ SY252 )
              | ! [SY253: $i] :
                  ( ~ ( sum @ SV42 @ SV60 @ SY253 )
                  | ( product @ SY252 @ SV30 @ SY253 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(163,plain,
    ! [SV61: $i,SV53: $i,SV43: $i,SV31: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV31 @ SV43 ) )
        = $true )
      | ( ( ~ ( sum @ SV13 @ SV53 @ SV61 )
          | ! [SY254: $i] :
              ( ~ ( product @ SV31 @ SV53 @ SY254 )
              | ! [SY255: $i] :
                  ( ~ ( sum @ SV13 @ SY254 @ SY255 )
                  | ( product @ SV43 @ SV61 @ SY255 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(164,plain,
    ! [SV62: $i,SV54: $i,SV44: $i,SV32: $i,SV14: $i] :
      ( ( ( ~ ( sum @ SV14 @ SV32 @ SV44 ) )
        = $true )
      | ( ( ~ ( sum @ SV14 @ SV54 @ SV62 )
          | ! [SY256: $i] :
              ( ~ ( product @ SV32 @ SV54 @ SY256 )
              | ! [SY257: $i] :
                  ( ~ ( product @ SV44 @ SV62 @ SY257 )
                  | ( sum @ SV14 @ SY256 @ SY257 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(165,plain,
    ! [SV63: $i,SV55: $i,SV45: $i,SV33: $i,SV15: $i] :
      ( ( ( ~ ( sum @ SV15 @ SV33 @ SV45 ) )
        = $true )
      | ( ( ~ ( sum @ SV55 @ SV33 @ SV63 )
          | ! [SY258: $i] :
              ( ~ ( product @ SV15 @ SV55 @ SY258 )
              | ! [SY259: $i] :
                  ( ~ ( sum @ SY258 @ SV33 @ SY259 )
                  | ( product @ SV45 @ SV63 @ SY259 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(166,plain,
    ! [SV64: $i,SV56: $i,SV46: $i,SV34: $i,SV16: $i] :
      ( ( ( ~ ( sum @ SV16 @ SV34 @ SV46 ) )
        = $true )
      | ( ( ~ ( sum @ SV56 @ SV34 @ SV64 )
          | ! [SY260: $i] :
              ( ~ ( product @ SV16 @ SV56 @ SY260 )
              | ! [SY261: $i] :
                  ( ~ ( product @ SV46 @ SV64 @ SY261 )
                  | ( sum @ SY260 @ SV34 @ SY261 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

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

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

thf(169,plain,
    ! [SV57: $i,SV49: $i,SV39: $i,SV27: $i,SV9: $i] :
      ( ( ( product @ SV9 @ SV27 @ SV39 )
        = $false )
      | ( ( ~ ( product @ SV9 @ SV49 @ SV57 )
          | ! [SY246: $i] :
              ( ~ ( sum @ SV27 @ SV49 @ SY246 )
              | ! [SY247: $i] :
                  ( ~ ( product @ SV9 @ SY246 @ SY247 )
                  | ( sum @ SV39 @ SV57 @ SY247 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[159]) ).

thf(170,plain,
    ! [SV58: $i,SV50: $i,SV40: $i,SV28: $i,SV10: $i] :
      ( ( ( product @ SV10 @ SV28 @ SV40 )
        = $false )
      | ( ( ~ ( product @ SV10 @ SV50 @ SV58 )
          | ! [SY248: $i] :
              ( ~ ( sum @ SV28 @ SV50 @ SY248 )
              | ! [SY249: $i] :
                  ( ~ ( sum @ SV40 @ SV58 @ SY249 )
                  | ( product @ SV10 @ SY248 @ SY249 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[160]) ).

thf(171,plain,
    ! [SV59: $i,SV51: $i,SV41: $i,SV29: $i,SV11: $i] :
      ( ( ( product @ SV11 @ SV29 @ SV41 )
        = $false )
      | ( ( ~ ( product @ SV51 @ SV29 @ SV59 )
          | ! [SY250: $i] :
              ( ~ ( sum @ SV11 @ SV51 @ SY250 )
              | ! [SY251: $i] :
                  ( ~ ( product @ SY250 @ SV29 @ SY251 )
                  | ( sum @ SV41 @ SV59 @ SY251 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[161]) ).

thf(172,plain,
    ! [SV60: $i,SV52: $i,SV42: $i,SV30: $i,SV12: $i] :
      ( ( ( product @ SV12 @ SV30 @ SV42 )
        = $false )
      | ( ( ~ ( product @ SV52 @ SV30 @ SV60 )
          | ! [SY252: $i] :
              ( ~ ( sum @ SV12 @ SV52 @ SY252 )
              | ! [SY253: $i] :
                  ( ~ ( sum @ SV42 @ SV60 @ SY253 )
                  | ( product @ SY252 @ SV30 @ SY253 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(173,plain,
    ! [SV61: $i,SV53: $i,SV43: $i,SV31: $i,SV13: $i] :
      ( ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false )
      | ( ( ~ ( sum @ SV13 @ SV53 @ SV61 )
          | ! [SY254: $i] :
              ( ~ ( product @ SV31 @ SV53 @ SY254 )
              | ! [SY255: $i] :
                  ( ~ ( sum @ SV13 @ SY254 @ SY255 )
                  | ( product @ SV43 @ SV61 @ SY255 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[163]) ).

thf(174,plain,
    ! [SV62: $i,SV54: $i,SV44: $i,SV32: $i,SV14: $i] :
      ( ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false )
      | ( ( ~ ( sum @ SV14 @ SV54 @ SV62 )
          | ! [SY256: $i] :
              ( ~ ( product @ SV32 @ SV54 @ SY256 )
              | ! [SY257: $i] :
                  ( ~ ( product @ SV44 @ SV62 @ SY257 )
                  | ( sum @ SV14 @ SY256 @ SY257 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(175,plain,
    ! [SV63: $i,SV55: $i,SV45: $i,SV33: $i,SV15: $i] :
      ( ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false )
      | ( ( ~ ( sum @ SV55 @ SV33 @ SV63 )
          | ! [SY258: $i] :
              ( ~ ( product @ SV15 @ SV55 @ SY258 )
              | ! [SY259: $i] :
                  ( ~ ( sum @ SY258 @ SV33 @ SY259 )
                  | ( product @ SV45 @ SV63 @ SY259 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[165]) ).

thf(176,plain,
    ! [SV64: $i,SV56: $i,SV46: $i,SV34: $i,SV16: $i] :
      ( ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false )
      | ( ( ~ ( sum @ SV56 @ SV34 @ SV64 )
          | ! [SY260: $i] :
              ( ~ ( product @ SV16 @ SV56 @ SY260 )
              | ! [SY261: $i] :
                  ( ~ ( product @ SV46 @ SV64 @ SY261 )
                  | ( sum @ SY260 @ SV34 @ SY261 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[166]) ).

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

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

thf(179,plain,
    ! [SV39: $i,SV27: $i,SV57: $i,SV49: $i,SV9: $i] :
      ( ( ( ~ ( product @ SV9 @ SV49 @ SV57 ) )
        = $true )
      | ( ( ! [SY246: $i] :
              ( ~ ( sum @ SV27 @ SV49 @ SY246 )
              | ! [SY247: $i] :
                  ( ~ ( product @ SV9 @ SY246 @ SY247 )
                  | ( sum @ SV39 @ SV57 @ SY247 ) ) ) )
        = $true )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[169]) ).

thf(180,plain,
    ! [SV40: $i,SV28: $i,SV58: $i,SV50: $i,SV10: $i] :
      ( ( ( ~ ( product @ SV10 @ SV50 @ SV58 ) )
        = $true )
      | ( ( ! [SY248: $i] :
              ( ~ ( sum @ SV28 @ SV50 @ SY248 )
              | ! [SY249: $i] :
                  ( ~ ( sum @ SV40 @ SV58 @ SY249 )
                  | ( product @ SV10 @ SY248 @ SY249 ) ) ) )
        = $true )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(181,plain,
    ! [SV41: $i,SV11: $i,SV59: $i,SV29: $i,SV51: $i] :
      ( ( ( ~ ( product @ SV51 @ SV29 @ SV59 ) )
        = $true )
      | ( ( ! [SY250: $i] :
              ( ~ ( sum @ SV11 @ SV51 @ SY250 )
              | ! [SY251: $i] :
                  ( ~ ( product @ SY250 @ SV29 @ SY251 )
                  | ( sum @ SV41 @ SV59 @ SY251 ) ) ) )
        = $true )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[171]) ).

thf(182,plain,
    ! [SV42: $i,SV12: $i,SV60: $i,SV30: $i,SV52: $i] :
      ( ( ( ~ ( product @ SV52 @ SV30 @ SV60 ) )
        = $true )
      | ( ( ! [SY252: $i] :
              ( ~ ( sum @ SV12 @ SV52 @ SY252 )
              | ! [SY253: $i] :
                  ( ~ ( sum @ SV42 @ SV60 @ SY253 )
                  | ( product @ SY252 @ SV30 @ SY253 ) ) ) )
        = $true )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[172]) ).

thf(183,plain,
    ! [SV43: $i,SV31: $i,SV61: $i,SV53: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV53 @ SV61 ) )
        = $true )
      | ( ( ! [SY254: $i] :
              ( ~ ( product @ SV31 @ SV53 @ SY254 )
              | ! [SY255: $i] :
                  ( ~ ( sum @ SV13 @ SY254 @ SY255 )
                  | ( product @ SV43 @ SV61 @ SY255 ) ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[173]) ).

thf(184,plain,
    ! [SV44: $i,SV32: $i,SV62: $i,SV54: $i,SV14: $i] :
      ( ( ( ~ ( sum @ SV14 @ SV54 @ SV62 ) )
        = $true )
      | ( ( ! [SY256: $i] :
              ( ~ ( product @ SV32 @ SV54 @ SY256 )
              | ! [SY257: $i] :
                  ( ~ ( product @ SV44 @ SV62 @ SY257 )
                  | ( sum @ SV14 @ SY256 @ SY257 ) ) ) )
        = $true )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[174]) ).

thf(185,plain,
    ! [SV45: $i,SV15: $i,SV63: $i,SV33: $i,SV55: $i] :
      ( ( ( ~ ( sum @ SV55 @ SV33 @ SV63 ) )
        = $true )
      | ( ( ! [SY258: $i] :
              ( ~ ( product @ SV15 @ SV55 @ SY258 )
              | ! [SY259: $i] :
                  ( ~ ( sum @ SY258 @ SV33 @ SY259 )
                  | ( product @ SV45 @ SV63 @ SY259 ) ) ) )
        = $true )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[175]) ).

thf(186,plain,
    ! [SV46: $i,SV16: $i,SV64: $i,SV34: $i,SV56: $i] :
      ( ( ( ~ ( sum @ SV56 @ SV34 @ SV64 ) )
        = $true )
      | ( ( ! [SY260: $i] :
              ( ~ ( product @ SV16 @ SV56 @ SY260 )
              | ! [SY261: $i] :
                  ( ~ ( product @ SV46 @ SV64 @ SY261 )
                  | ( sum @ SY260 @ SV34 @ SY261 ) ) ) )
        = $true )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[176]) ).

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

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

thf(189,plain,
    ! [SV39: $i,SV27: $i,SV57: $i,SV49: $i,SV9: $i] :
      ( ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( ! [SY246: $i] :
              ( ~ ( sum @ SV27 @ SV49 @ SY246 )
              | ! [SY247: $i] :
                  ( ~ ( product @ SV9 @ SY246 @ SY247 )
                  | ( sum @ SV39 @ SV57 @ SY247 ) ) ) )
        = $true )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[179]) ).

thf(190,plain,
    ! [SV40: $i,SV28: $i,SV58: $i,SV50: $i,SV10: $i] :
      ( ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( ! [SY248: $i] :
              ( ~ ( sum @ SV28 @ SV50 @ SY248 )
              | ! [SY249: $i] :
                  ( ~ ( sum @ SV40 @ SV58 @ SY249 )
                  | ( product @ SV10 @ SY248 @ SY249 ) ) ) )
        = $true )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(191,plain,
    ! [SV41: $i,SV11: $i,SV59: $i,SV29: $i,SV51: $i] :
      ( ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( ! [SY250: $i] :
              ( ~ ( sum @ SV11 @ SV51 @ SY250 )
              | ! [SY251: $i] :
                  ( ~ ( product @ SY250 @ SV29 @ SY251 )
                  | ( sum @ SV41 @ SV59 @ SY251 ) ) ) )
        = $true )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[181]) ).

thf(192,plain,
    ! [SV42: $i,SV12: $i,SV60: $i,SV30: $i,SV52: $i] :
      ( ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( ! [SY252: $i] :
              ( ~ ( sum @ SV12 @ SV52 @ SY252 )
              | ! [SY253: $i] :
                  ( ~ ( sum @ SV42 @ SV60 @ SY253 )
                  | ( product @ SY252 @ SV30 @ SY253 ) ) ) )
        = $true )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

thf(193,plain,
    ! [SV43: $i,SV31: $i,SV61: $i,SV53: $i,SV13: $i] :
      ( ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( ! [SY254: $i] :
              ( ~ ( product @ SV31 @ SV53 @ SY254 )
              | ! [SY255: $i] :
                  ( ~ ( sum @ SV13 @ SY254 @ SY255 )
                  | ( product @ SV43 @ SV61 @ SY255 ) ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[183]) ).

thf(194,plain,
    ! [SV44: $i,SV32: $i,SV62: $i,SV54: $i,SV14: $i] :
      ( ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( ! [SY256: $i] :
              ( ~ ( product @ SV32 @ SV54 @ SY256 )
              | ! [SY257: $i] :
                  ( ~ ( product @ SV44 @ SV62 @ SY257 )
                  | ( sum @ SV14 @ SY256 @ SY257 ) ) ) )
        = $true )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[184]) ).

thf(195,plain,
    ! [SV45: $i,SV15: $i,SV63: $i,SV33: $i,SV55: $i] :
      ( ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( ! [SY258: $i] :
              ( ~ ( product @ SV15 @ SV55 @ SY258 )
              | ! [SY259: $i] :
                  ( ~ ( sum @ SY258 @ SV33 @ SY259 )
                  | ( product @ SV45 @ SV63 @ SY259 ) ) ) )
        = $true )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[185]) ).

thf(196,plain,
    ! [SV46: $i,SV16: $i,SV64: $i,SV34: $i,SV56: $i] :
      ( ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( ! [SY260: $i] :
              ( ~ ( product @ SV16 @ SV56 @ SY260 )
              | ! [SY261: $i] :
                  ( ~ ( product @ SV46 @ SV64 @ SY261 )
                  | ( sum @ SY260 @ SV34 @ SY261 ) ) ) )
        = $true )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(197,plain,
    ! [SV57: $i,SV39: $i,SV9: $i,SV67: $i,SV49: $i,SV27: $i] :
      ( ( ( ~ ( sum @ SV27 @ SV49 @ SV67 )
          | ! [SY262: $i] :
              ( ~ ( product @ SV9 @ SV67 @ SY262 )
              | ( sum @ SV39 @ SV57 @ SY262 ) ) )
        = $true )
      | ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[189]) ).

thf(198,plain,
    ! [SV10: $i,SV58: $i,SV40: $i,SV68: $i,SV50: $i,SV28: $i] :
      ( ( ( ~ ( sum @ SV28 @ SV50 @ SV68 )
          | ! [SY263: $i] :
              ( ~ ( sum @ SV40 @ SV58 @ SY263 )
              | ( product @ SV10 @ SV68 @ SY263 ) ) )
        = $true )
      | ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[190]) ).

thf(199,plain,
    ! [SV59: $i,SV41: $i,SV29: $i,SV69: $i,SV51: $i,SV11: $i] :
      ( ( ( ~ ( sum @ SV11 @ SV51 @ SV69 )
          | ! [SY264: $i] :
              ( ~ ( product @ SV69 @ SV29 @ SY264 )
              | ( sum @ SV41 @ SV59 @ SY264 ) ) )
        = $true )
      | ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(200,plain,
    ! [SV30: $i,SV60: $i,SV42: $i,SV70: $i,SV52: $i,SV12: $i] :
      ( ( ( ~ ( sum @ SV12 @ SV52 @ SV70 )
          | ! [SY265: $i] :
              ( ~ ( sum @ SV42 @ SV60 @ SY265 )
              | ( product @ SV70 @ SV30 @ SY265 ) ) )
        = $true )
      | ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(201,plain,
    ! [SV61: $i,SV43: $i,SV13: $i,SV71: $i,SV53: $i,SV31: $i] :
      ( ( ( ~ ( product @ SV31 @ SV53 @ SV71 )
          | ! [SY266: $i] :
              ( ~ ( sum @ SV13 @ SV71 @ SY266 )
              | ( product @ SV43 @ SV61 @ SY266 ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(202,plain,
    ! [SV14: $i,SV62: $i,SV44: $i,SV72: $i,SV54: $i,SV32: $i] :
      ( ( ( ~ ( product @ SV32 @ SV54 @ SV72 )
          | ! [SY267: $i] :
              ( ~ ( product @ SV44 @ SV62 @ SY267 )
              | ( sum @ SV14 @ SV72 @ SY267 ) ) )
        = $true )
      | ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(203,plain,
    ! [SV63: $i,SV45: $i,SV33: $i,SV73: $i,SV55: $i,SV15: $i] :
      ( ( ( ~ ( product @ SV15 @ SV55 @ SV73 )
          | ! [SY268: $i] :
              ( ~ ( sum @ SV73 @ SV33 @ SY268 )
              | ( product @ SV45 @ SV63 @ SY268 ) ) )
        = $true )
      | ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(204,plain,
    ! [SV34: $i,SV64: $i,SV46: $i,SV74: $i,SV56: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV56 @ SV74 )
          | ! [SY269: $i] :
              ( ~ ( product @ SV46 @ SV64 @ SY269 )
              | ( sum @ SV74 @ SV34 @ SY269 ) ) )
        = $true )
      | ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(205,plain,
    ! [SV57: $i,SV39: $i,SV9: $i,SV67: $i,SV49: $i,SV27: $i] :
      ( ( ( ~ ( sum @ SV27 @ SV49 @ SV67 ) )
        = $true )
      | ( ( ! [SY262: $i] :
              ( ~ ( product @ SV9 @ SV67 @ SY262 )
              | ( sum @ SV39 @ SV57 @ SY262 ) ) )
        = $true )
      | ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[197]) ).

thf(206,plain,
    ! [SV10: $i,SV58: $i,SV40: $i,SV68: $i,SV50: $i,SV28: $i] :
      ( ( ( ~ ( sum @ SV28 @ SV50 @ SV68 ) )
        = $true )
      | ( ( ! [SY263: $i] :
              ( ~ ( sum @ SV40 @ SV58 @ SY263 )
              | ( product @ SV10 @ SV68 @ SY263 ) ) )
        = $true )
      | ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[198]) ).

thf(207,plain,
    ! [SV59: $i,SV41: $i,SV29: $i,SV69: $i,SV51: $i,SV11: $i] :
      ( ( ( ~ ( sum @ SV11 @ SV51 @ SV69 ) )
        = $true )
      | ( ( ! [SY264: $i] :
              ( ~ ( product @ SV69 @ SV29 @ SY264 )
              | ( sum @ SV41 @ SV59 @ SY264 ) ) )
        = $true )
      | ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[199]) ).

thf(208,plain,
    ! [SV30: $i,SV60: $i,SV42: $i,SV70: $i,SV52: $i,SV12: $i] :
      ( ( ( ~ ( sum @ SV12 @ SV52 @ SV70 ) )
        = $true )
      | ( ( ! [SY265: $i] :
              ( ~ ( sum @ SV42 @ SV60 @ SY265 )
              | ( product @ SV70 @ SV30 @ SY265 ) ) )
        = $true )
      | ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[200]) ).

thf(209,plain,
    ! [SV61: $i,SV43: $i,SV13: $i,SV71: $i,SV53: $i,SV31: $i] :
      ( ( ( ~ ( product @ SV31 @ SV53 @ SV71 ) )
        = $true )
      | ( ( ! [SY266: $i] :
              ( ~ ( sum @ SV13 @ SV71 @ SY266 )
              | ( product @ SV43 @ SV61 @ SY266 ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[201]) ).

thf(210,plain,
    ! [SV14: $i,SV62: $i,SV44: $i,SV72: $i,SV54: $i,SV32: $i] :
      ( ( ( ~ ( product @ SV32 @ SV54 @ SV72 ) )
        = $true )
      | ( ( ! [SY267: $i] :
              ( ~ ( product @ SV44 @ SV62 @ SY267 )
              | ( sum @ SV14 @ SV72 @ SY267 ) ) )
        = $true )
      | ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[202]) ).

thf(211,plain,
    ! [SV63: $i,SV45: $i,SV33: $i,SV73: $i,SV55: $i,SV15: $i] :
      ( ( ( ~ ( product @ SV15 @ SV55 @ SV73 ) )
        = $true )
      | ( ( ! [SY268: $i] :
              ( ~ ( sum @ SV73 @ SV33 @ SY268 )
              | ( product @ SV45 @ SV63 @ SY268 ) ) )
        = $true )
      | ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[203]) ).

thf(212,plain,
    ! [SV34: $i,SV64: $i,SV46: $i,SV74: $i,SV56: $i,SV16: $i] :
      ( ( ( ~ ( product @ SV16 @ SV56 @ SV74 ) )
        = $true )
      | ( ( ! [SY269: $i] :
              ( ~ ( product @ SV46 @ SV64 @ SY269 )
              | ( sum @ SV74 @ SV34 @ SY269 ) ) )
        = $true )
      | ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[204]) ).

thf(213,plain,
    ! [SV57: $i,SV39: $i,SV9: $i,SV67: $i,SV49: $i,SV27: $i] :
      ( ( ( sum @ SV27 @ SV49 @ SV67 )
        = $false )
      | ( ( ! [SY262: $i] :
              ( ~ ( product @ SV9 @ SV67 @ SY262 )
              | ( sum @ SV39 @ SV57 @ SY262 ) ) )
        = $true )
      | ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[205]) ).

thf(214,plain,
    ! [SV10: $i,SV58: $i,SV40: $i,SV68: $i,SV50: $i,SV28: $i] :
      ( ( ( sum @ SV28 @ SV50 @ SV68 )
        = $false )
      | ( ( ! [SY263: $i] :
              ( ~ ( sum @ SV40 @ SV58 @ SY263 )
              | ( product @ SV10 @ SV68 @ SY263 ) ) )
        = $true )
      | ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[206]) ).

thf(215,plain,
    ! [SV59: $i,SV41: $i,SV29: $i,SV69: $i,SV51: $i,SV11: $i] :
      ( ( ( sum @ SV11 @ SV51 @ SV69 )
        = $false )
      | ( ( ! [SY264: $i] :
              ( ~ ( product @ SV69 @ SV29 @ SY264 )
              | ( sum @ SV41 @ SV59 @ SY264 ) ) )
        = $true )
      | ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[207]) ).

thf(216,plain,
    ! [SV30: $i,SV60: $i,SV42: $i,SV70: $i,SV52: $i,SV12: $i] :
      ( ( ( sum @ SV12 @ SV52 @ SV70 )
        = $false )
      | ( ( ! [SY265: $i] :
              ( ~ ( sum @ SV42 @ SV60 @ SY265 )
              | ( product @ SV70 @ SV30 @ SY265 ) ) )
        = $true )
      | ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(217,plain,
    ! [SV61: $i,SV43: $i,SV13: $i,SV71: $i,SV53: $i,SV31: $i] :
      ( ( ( product @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( ! [SY266: $i] :
              ( ~ ( sum @ SV13 @ SV71 @ SY266 )
              | ( product @ SV43 @ SV61 @ SY266 ) ) )
        = $true )
      | ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[209]) ).

thf(218,plain,
    ! [SV14: $i,SV62: $i,SV44: $i,SV72: $i,SV54: $i,SV32: $i] :
      ( ( ( product @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( ! [SY267: $i] :
              ( ~ ( product @ SV44 @ SV62 @ SY267 )
              | ( sum @ SV14 @ SV72 @ SY267 ) ) )
        = $true )
      | ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[210]) ).

thf(219,plain,
    ! [SV63: $i,SV45: $i,SV33: $i,SV73: $i,SV55: $i,SV15: $i] :
      ( ( ( product @ SV15 @ SV55 @ SV73 )
        = $false )
      | ( ( ! [SY268: $i] :
              ( ~ ( sum @ SV73 @ SV33 @ SY268 )
              | ( product @ SV45 @ SV63 @ SY268 ) ) )
        = $true )
      | ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[211]) ).

thf(220,plain,
    ! [SV34: $i,SV64: $i,SV46: $i,SV74: $i,SV56: $i,SV16: $i] :
      ( ( ( product @ SV16 @ SV56 @ SV74 )
        = $false )
      | ( ( ! [SY269: $i] :
              ( ~ ( product @ SV46 @ SV64 @ SY269 )
              | ( sum @ SV74 @ SV34 @ SY269 ) ) )
        = $true )
      | ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(221,plain,
    ! [SV49: $i,SV27: $i,SV57: $i,SV39: $i,SV75: $i,SV67: $i,SV9: $i] :
      ( ( ( ~ ( product @ SV9 @ SV67 @ SV75 )
          | ( sum @ SV39 @ SV57 @ SV75 ) )
        = $true )
      | ( ( sum @ SV27 @ SV49 @ SV67 )
        = $false )
      | ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(222,plain,
    ! [SV50: $i,SV28: $i,SV68: $i,SV10: $i,SV76: $i,SV58: $i,SV40: $i] :
      ( ( ( ~ ( sum @ SV40 @ SV58 @ SV76 )
          | ( product @ SV10 @ SV68 @ SV76 ) )
        = $true )
      | ( ( sum @ SV28 @ SV50 @ SV68 )
        = $false )
      | ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

thf(223,plain,
    ! [SV51: $i,SV11: $i,SV59: $i,SV41: $i,SV77: $i,SV29: $i,SV69: $i] :
      ( ( ( ~ ( product @ SV69 @ SV29 @ SV77 )
          | ( sum @ SV41 @ SV59 @ SV77 ) )
        = $true )
      | ( ( sum @ SV11 @ SV51 @ SV69 )
        = $false )
      | ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

thf(224,plain,
    ! [SV52: $i,SV12: $i,SV30: $i,SV70: $i,SV78: $i,SV60: $i,SV42: $i] :
      ( ( ( ~ ( sum @ SV42 @ SV60 @ SV78 )
          | ( product @ SV70 @ SV30 @ SV78 ) )
        = $true )
      | ( ( sum @ SV12 @ SV52 @ SV70 )
        = $false )
      | ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[216]) ).

thf(225,plain,
    ! [SV53: $i,SV31: $i,SV61: $i,SV43: $i,SV79: $i,SV71: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV71 @ SV79 )
          | ( product @ SV43 @ SV61 @ SV79 ) )
        = $true )
      | ( ( product @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[217]) ).

thf(226,plain,
    ! [SV54: $i,SV32: $i,SV72: $i,SV14: $i,SV80: $i,SV62: $i,SV44: $i] :
      ( ( ( ~ ( product @ SV44 @ SV62 @ SV80 )
          | ( sum @ SV14 @ SV72 @ SV80 ) )
        = $true )
      | ( ( product @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[218]) ).

thf(227,plain,
    ! [SV55: $i,SV15: $i,SV63: $i,SV45: $i,SV81: $i,SV33: $i,SV73: $i] :
      ( ( ( ~ ( sum @ SV73 @ SV33 @ SV81 )
          | ( product @ SV45 @ SV63 @ SV81 ) )
        = $true )
      | ( ( product @ SV15 @ SV55 @ SV73 )
        = $false )
      | ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[219]) ).

thf(228,plain,
    ! [SV56: $i,SV16: $i,SV34: $i,SV74: $i,SV82: $i,SV64: $i,SV46: $i] :
      ( ( ( ~ ( product @ SV46 @ SV64 @ SV82 )
          | ( sum @ SV74 @ SV34 @ SV82 ) )
        = $true )
      | ( ( product @ SV16 @ SV56 @ SV74 )
        = $false )
      | ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(229,plain,
    ! [SV49: $i,SV27: $i,SV57: $i,SV39: $i,SV75: $i,SV67: $i,SV9: $i] :
      ( ( ( ~ ( product @ SV9 @ SV67 @ SV75 ) )
        = $true )
      | ( ( sum @ SV39 @ SV57 @ SV75 )
        = $true )
      | ( ( sum @ SV27 @ SV49 @ SV67 )
        = $false )
      | ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[221]) ).

thf(230,plain,
    ! [SV50: $i,SV28: $i,SV68: $i,SV10: $i,SV76: $i,SV58: $i,SV40: $i] :
      ( ( ( ~ ( sum @ SV40 @ SV58 @ SV76 ) )
        = $true )
      | ( ( product @ SV10 @ SV68 @ SV76 )
        = $true )
      | ( ( sum @ SV28 @ SV50 @ SV68 )
        = $false )
      | ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

thf(231,plain,
    ! [SV51: $i,SV11: $i,SV59: $i,SV41: $i,SV77: $i,SV29: $i,SV69: $i] :
      ( ( ( ~ ( product @ SV69 @ SV29 @ SV77 ) )
        = $true )
      | ( ( sum @ SV41 @ SV59 @ SV77 )
        = $true )
      | ( ( sum @ SV11 @ SV51 @ SV69 )
        = $false )
      | ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[223]) ).

thf(232,plain,
    ! [SV52: $i,SV12: $i,SV30: $i,SV70: $i,SV78: $i,SV60: $i,SV42: $i] :
      ( ( ( ~ ( sum @ SV42 @ SV60 @ SV78 ) )
        = $true )
      | ( ( product @ SV70 @ SV30 @ SV78 )
        = $true )
      | ( ( sum @ SV12 @ SV52 @ SV70 )
        = $false )
      | ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(233,plain,
    ! [SV53: $i,SV31: $i,SV61: $i,SV43: $i,SV79: $i,SV71: $i,SV13: $i] :
      ( ( ( ~ ( sum @ SV13 @ SV71 @ SV79 ) )
        = $true )
      | ( ( product @ SV43 @ SV61 @ SV79 )
        = $true )
      | ( ( product @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[225]) ).

thf(234,plain,
    ! [SV54: $i,SV32: $i,SV72: $i,SV14: $i,SV80: $i,SV62: $i,SV44: $i] :
      ( ( ( ~ ( product @ SV44 @ SV62 @ SV80 ) )
        = $true )
      | ( ( sum @ SV14 @ SV72 @ SV80 )
        = $true )
      | ( ( product @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(235,plain,
    ! [SV55: $i,SV15: $i,SV63: $i,SV45: $i,SV81: $i,SV33: $i,SV73: $i] :
      ( ( ( ~ ( sum @ SV73 @ SV33 @ SV81 ) )
        = $true )
      | ( ( product @ SV45 @ SV63 @ SV81 )
        = $true )
      | ( ( product @ SV15 @ SV55 @ SV73 )
        = $false )
      | ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[227]) ).

thf(236,plain,
    ! [SV56: $i,SV16: $i,SV34: $i,SV74: $i,SV82: $i,SV64: $i,SV46: $i] :
      ( ( ( ~ ( product @ SV46 @ SV64 @ SV82 ) )
        = $true )
      | ( ( sum @ SV74 @ SV34 @ SV82 )
        = $true )
      | ( ( product @ SV16 @ SV56 @ SV74 )
        = $false )
      | ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[228]) ).

thf(237,plain,
    ! [SV49: $i,SV27: $i,SV57: $i,SV39: $i,SV75: $i,SV67: $i,SV9: $i] :
      ( ( ( product @ SV9 @ SV67 @ SV75 )
        = $false )
      | ( ( sum @ SV39 @ SV57 @ SV75 )
        = $true )
      | ( ( sum @ SV27 @ SV49 @ SV67 )
        = $false )
      | ( ( product @ SV9 @ SV49 @ SV57 )
        = $false )
      | ( ( product @ SV9 @ SV27 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[229]) ).

thf(238,plain,
    ! [SV50: $i,SV28: $i,SV68: $i,SV10: $i,SV76: $i,SV58: $i,SV40: $i] :
      ( ( ( sum @ SV40 @ SV58 @ SV76 )
        = $false )
      | ( ( product @ SV10 @ SV68 @ SV76 )
        = $true )
      | ( ( sum @ SV28 @ SV50 @ SV68 )
        = $false )
      | ( ( product @ SV10 @ SV50 @ SV58 )
        = $false )
      | ( ( product @ SV10 @ SV28 @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

thf(239,plain,
    ! [SV51: $i,SV11: $i,SV59: $i,SV41: $i,SV77: $i,SV29: $i,SV69: $i] :
      ( ( ( product @ SV69 @ SV29 @ SV77 )
        = $false )
      | ( ( sum @ SV41 @ SV59 @ SV77 )
        = $true )
      | ( ( sum @ SV11 @ SV51 @ SV69 )
        = $false )
      | ( ( product @ SV51 @ SV29 @ SV59 )
        = $false )
      | ( ( product @ SV11 @ SV29 @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[231]) ).

thf(240,plain,
    ! [SV52: $i,SV12: $i,SV30: $i,SV70: $i,SV78: $i,SV60: $i,SV42: $i] :
      ( ( ( sum @ SV42 @ SV60 @ SV78 )
        = $false )
      | ( ( product @ SV70 @ SV30 @ SV78 )
        = $true )
      | ( ( sum @ SV12 @ SV52 @ SV70 )
        = $false )
      | ( ( product @ SV52 @ SV30 @ SV60 )
        = $false )
      | ( ( product @ SV12 @ SV30 @ SV42 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[232]) ).

thf(241,plain,
    ! [SV53: $i,SV31: $i,SV61: $i,SV43: $i,SV79: $i,SV71: $i,SV13: $i] :
      ( ( ( sum @ SV13 @ SV71 @ SV79 )
        = $false )
      | ( ( product @ SV43 @ SV61 @ SV79 )
        = $true )
      | ( ( product @ SV31 @ SV53 @ SV71 )
        = $false )
      | ( ( sum @ SV13 @ SV53 @ SV61 )
        = $false )
      | ( ( sum @ SV13 @ SV31 @ SV43 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(242,plain,
    ! [SV54: $i,SV32: $i,SV72: $i,SV14: $i,SV80: $i,SV62: $i,SV44: $i] :
      ( ( ( product @ SV44 @ SV62 @ SV80 )
        = $false )
      | ( ( sum @ SV14 @ SV72 @ SV80 )
        = $true )
      | ( ( product @ SV32 @ SV54 @ SV72 )
        = $false )
      | ( ( sum @ SV14 @ SV54 @ SV62 )
        = $false )
      | ( ( sum @ SV14 @ SV32 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(243,plain,
    ! [SV55: $i,SV15: $i,SV63: $i,SV45: $i,SV81: $i,SV33: $i,SV73: $i] :
      ( ( ( sum @ SV73 @ SV33 @ SV81 )
        = $false )
      | ( ( product @ SV45 @ SV63 @ SV81 )
        = $true )
      | ( ( product @ SV15 @ SV55 @ SV73 )
        = $false )
      | ( ( sum @ SV55 @ SV33 @ SV63 )
        = $false )
      | ( ( sum @ SV15 @ SV33 @ SV45 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[235]) ).

thf(244,plain,
    ! [SV56: $i,SV16: $i,SV34: $i,SV74: $i,SV82: $i,SV64: $i,SV46: $i] :
      ( ( ( product @ SV46 @ SV64 @ SV82 )
        = $false )
      | ( ( sum @ SV74 @ SV34 @ SV82 )
        = $true )
      | ( ( product @ SV16 @ SV56 @ SV74 )
        = $false )
      | ( ( sum @ SV56 @ SV34 @ SV64 )
        = $false )
      | ( ( sum @ SV16 @ SV34 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[236]) ).

thf(245,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[85,244,243,242,241,240,239,238,237,188,187,148,147,110,109,108,105,104,103,102,93,92,91,90]) ).

thf(246,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[245]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : BOO009-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n029.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Wed Jun  1 21:31:31 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.39  
% 0.20/0.39   No.of.Axioms: 23
% 0.20/0.39  
% 0.20/0.39   Length.of.Defs: 0
% 0.20/0.39  
% 0.20/0.39   Contains.Choice.Funs: false
% 0.20/0.43  .
% 0.20/0.43  (rf:0,axioms:23,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:25,loop_count:0,foatp_calls:0,translation:fof_full)..................
% 1.60/1.78  
% 1.60/1.78  ********************************
% 1.60/1.78  *   All subproblems solved!    *
% 1.60/1.78  ********************************
% 1.60/1.78  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:23,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:245,loop_count:0,foatp_calls:1,translation:fof_full)
% 1.60/1.81  
% 1.60/1.81  %**** Beginning of derivation protocol ****
% 1.60/1.81  % SZS output start CNFRefutation
% See solution above
% 1.60/1.81  
% 1.60/1.81  %**** End of derivation protocol ****
% 1.60/1.81  %**** no. of clauses in derivation: 246 ****
% 1.60/1.81  %**** clause counter: 245 ****
% 1.60/1.81  
% 1.60/1.81  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:23,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:245,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------