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

View Problem - Process Solution

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

% Computer : n003.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 : Sat Jul 16 18:17:41 EDT 2022

% Result   : Unsatisfiable 0.47s 0.65s
% Output   : CNFRefutation 0.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   66
% Syntax   : Number of formulae    :  343 ( 148 unt;  23 typ;   0 def)
%            Number of atoms       : 2043 ( 529 equ;   0 cnn)
%            Maximal formula atoms :    5 (   6 avg)
%            Number of connectives : 4134 ( 475   ~; 665   |;   0   &;2994   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   18 (  18   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   26 (  23 usr;  14 con; 0-2 aty)
%            Number of variables   :  376 (   0   ^ 376   !;   0   ?; 376   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_abnormal,type,
    abnormal: $i ).

thf(tp_and,type,
    and: $i ).

thf(tp_and1,type,
    and1: $i > $i ).

thf(tp_and2,type,
    and2: $i > $i ).

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

thf(tp_connection,type,
    connection: $i > $i > $o ).

thf(tp_equal_value,type,
    equal_value: $i > $i > $o ).

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

thf(tp_halfadder,type,
    halfadder: $i ).

thf(tp_in,type,
    in: $i > $i > $i ).

thf(tp_mode,type,
    mode: $i > $i > $o ).

thf(tp_n0,type,
    n0: $i ).

thf(tp_n1,type,
    n1: $i ).

thf(tp_n2,type,
    n2: $i ).

thf(tp_not,type,
    not: $i ).

thf(tp_not1,type,
    not1: $i > $i ).

thf(tp_ok,type,
    ok: $i ).

thf(tp_or,type,
    or: $i ).

thf(tp_or1,type,
    or1: $i > $i ).

thf(tp_out,type,
    out: $i > $i > $i ).

thf(tp_s,type,
    s: $i ).

thf(tp_type,type,
    type: $i > $i > $o ).

thf(tp_value,type,
    value: $i > $i > $o ).

thf(1,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( out @ n1 @ ( not1 @ X ) ) @ ( in @ n2 @ ( and1 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_out1not1_in2and1) ).

thf(2,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( out @ n1 @ ( and2 @ X ) ) @ ( in @ n1 @ ( not1 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_out1and2_in1not1) ).

thf(3,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( out @ n1 @ ( or1 @ X ) ) @ ( in @ n1 @ ( and1 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_out1or1_in1_and1) ).

thf(4,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( out @ c @ X ) @ ( out @ n1 @ ( and2 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_outc_out1and2) ).

thf(5,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( out @ s @ X ) @ ( out @ n1 @ ( and1 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_outs_out1and1) ).

thf(6,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( in @ n2 @ X ) @ ( in @ n2 @ ( and2 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_in2_in2and2) ).

thf(7,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( in @ n1 @ X ) @ ( in @ n1 @ ( and2 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_in1_in1and2) ).

thf(8,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( in @ n2 @ X ) @ ( in @ n2 @ ( or1 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_in2_in2or1) ).

thf(9,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( connection @ ( in @ n1 @ X ) @ ( in @ n1 @ ( or1 @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_connection_in1_in1or1) ).

thf(10,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( type @ ( or1 @ X ) @ or ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_or1) ).

thf(11,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( type @ ( not1 @ X ) @ not ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_not1) ).

thf(12,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( type @ ( and2 @ X ) @ and ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_and2) ).

thf(13,axiom,
    ! [X: $i] :
      ( ~ ( type @ X @ halfadder )
      | ( type @ ( and1 @ X ) @ and ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',halfadder_and1) ).

thf(14,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ not )
      | ~ ( value @ ( out @ n1 @ K ) @ n1 )
      | ( value @ ( in @ n1 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_1_0_bw) ).

thf(15,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ not )
      | ~ ( value @ ( out @ n1 @ K ) @ n0 )
      | ( value @ ( in @ n1 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_0_1_bw) ).

thf(16,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ not )
      | ~ ( value @ ( in @ n1 @ K ) @ n1 )
      | ( value @ ( out @ n1 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_1_0_fw) ).

thf(17,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ not )
      | ~ ( value @ ( in @ n1 @ K ) @ n0 )
      | ( value @ ( out @ n1 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_0_1_fw) ).

thf(18,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ or )
      | ~ ( value @ ( out @ n1 @ K ) @ n0 )
      | ( value @ ( in @ n2 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',or_0_01) ).

thf(19,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ or )
      | ~ ( value @ ( out @ n1 @ K ) @ n0 )
      | ( value @ ( in @ n1 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',or_0_0x) ).

thf(20,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ or )
      | ~ ( value @ ( out @ n1 @ K ) @ n1 )
      | ( value @ ( in @ n1 @ K ) @ n1 )
      | ( value @ ( in @ n2 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',or_1_11) ).

thf(21,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ or )
      | ~ ( value @ ( in @ n1 @ K ) @ n0 )
      | ~ ( value @ ( in @ n2 @ K ) @ n0 )
      | ( value @ ( out @ n1 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',or_00_0) ).

thf(22,axiom,
    ! [K: $i,Any: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ or )
      | ~ ( value @ ( in @ Any @ K ) @ n1 )
      | ( value @ ( out @ n1 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',or_1x_1) ).

thf(23,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ and )
      | ~ ( value @ ( out @ n1 @ K ) @ n1 )
      | ( value @ ( in @ n2 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',and_1_x1) ).

thf(24,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ and )
      | ~ ( value @ ( out @ n1 @ K ) @ n1 )
      | ( value @ ( in @ n1 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',and_1_1x) ).

thf(25,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ and )
      | ~ ( value @ ( out @ n1 @ K ) @ n0 )
      | ( value @ ( in @ n1 @ K ) @ n0 )
      | ( value @ ( in @ n2 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',and_0_00) ).

thf(26,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ and )
      | ~ ( value @ ( in @ n1 @ K ) @ n1 )
      | ~ ( value @ ( in @ n2 @ K ) @ n1 )
      | ( value @ ( out @ n1 @ K ) @ n1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',and_11_1) ).

thf(27,axiom,
    ! [K: $i,Any: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( type @ K @ and )
      | ~ ( value @ ( in @ Any @ K ) @ n0 )
      | ( value @ ( out @ n1 @ K ) @ n0 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',and_0x_0) ).

thf(28,axiom,
    ! [K: $i,Any: $i] :
      ( ~ ( type @ K @ Any )
      | ( mode @ K @ ok )
      | ( mode @ K @ abnormal ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ok_or_abnormal) ).

thf(29,axiom,
    ! [K: $i] :
      ( ~ ( mode @ K @ ok )
      | ~ ( mode @ K @ abnormal ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_ok_and_abnormal) ).

thf(30,axiom,
    ~ ( equal_value @ n1 @ n0 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_value2) ).

thf(31,axiom,
    ~ ( equal_value @ n0 @ n1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',equal_value1) ).

thf(32,axiom,
    ! [P: $i,V1: $i,V2: $i] :
      ( ~ ( value @ P @ V1 )
      | ~ ( value @ P @ V2 )
      | ( equal_value @ V1 @ V2 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unique_value) ).

thf(33,axiom,
    ! [P1: $i,P2: $i,V: $i] :
      ( ~ ( connection @ P1 @ P2 )
      | ~ ( value @ P2 @ V )
      | ( value @ P1 @ V ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',value_propagation2) ).

thf(34,axiom,
    ! [P1: $i,P2: $i,V: $i] :
      ( ~ ( connection @ P1 @ P2 )
      | ~ ( value @ P1 @ V )
      | ( value @ P2 @ V ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',value_propagation1) ).

thf(35,axiom,
    value @ ( out @ c @ h ) @ n0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outc_0) ).

thf(36,axiom,
    value @ ( out @ s @ h ) @ n0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outs_0) ).

thf(37,axiom,
    value @ ( in @ n2 @ h ) @ n0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in2_0) ).

thf(38,axiom,
    value @ ( in @ n1 @ h ) @ n1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in1_1) ).

thf(39,axiom,
    type @ h @ halfadder,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',h_isa_halfadder) ).

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

thf(41,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[40]) ).

thf(42,negated_conjecture,
    ~ ( mode @ ( or1 @ h ) @ abnormal ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_or1) ).

thf(43,negated_conjecture,
    ~ ( mode @ ( not1 @ h ) @ abnormal ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_not1) ).

thf(44,negated_conjecture,
    ~ ( mode @ ( and1 @ h ) @ abnormal ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',diagnosis_and1) ).

thf(45,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[41]) ).

thf(46,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ n1 @ ( not1 @ X ) ) @ ( in @ n2 @ ( and1 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(47,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ n1 @ ( and2 @ X ) ) @ ( in @ n1 @ ( not1 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(48,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ n1 @ ( or1 @ X ) ) @ ( in @ n1 @ ( and1 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(49,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ c @ X ) @ ( out @ n1 @ ( and2 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(50,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ s @ X ) @ ( out @ n1 @ ( and1 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(51,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n2 @ X ) @ ( in @ n2 @ ( and2 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(52,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n1 @ X ) @ ( in @ n1 @ ( and2 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(53,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n2 @ X ) @ ( in @ n2 @ ( or1 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(54,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n1 @ X ) @ ( in @ n1 @ ( or1 @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(55,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( or1 @ X ) @ or ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(56,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( not1 @ X ) @ not ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(57,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( and2 @ X ) @ and ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(58,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( and1 @ X ) @ and ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(59,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(60,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(61,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( in @ n1 @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(62,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( in @ n1 @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(63,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n2 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(64,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(65,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n2 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(66,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( in @ n1 @ K ) @ n0 )
          | ~ ( value @ ( in @ n2 @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(67,plain,
    ( ( ! [K: $i,Any: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( in @ Any @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(68,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n2 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(69,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

thf(70,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n2 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(71,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( in @ n1 @ K ) @ n1 )
          | ~ ( value @ ( in @ n2 @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(72,plain,
    ( ( ! [K: $i,Any: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( in @ Any @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(73,plain,
    ( ( ! [K: $i,Any: $i] :
          ( ~ ( type @ K @ Any )
          | ( mode @ K @ ok )
          | ( mode @ K @ abnormal ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(74,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( mode @ K @ abnormal ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(75,plain,
    ( ( ~ ( equal_value @ n1 @ n0 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

thf(76,plain,
    ( ( ~ ( equal_value @ n0 @ n1 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(77,plain,
    ( ( ! [P: $i,V1: $i,V2: $i] :
          ( ~ ( value @ P @ V1 )
          | ~ ( value @ P @ V2 )
          | ( equal_value @ V1 @ V2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[32]) ).

thf(78,plain,
    ( ( ! [P1: $i,P2: $i,V: $i] :
          ( ~ ( connection @ P1 @ P2 )
          | ~ ( value @ P2 @ V )
          | ( value @ P1 @ V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(79,plain,
    ( ( ! [P1: $i,P2: $i,V: $i] :
          ( ~ ( connection @ P1 @ P2 )
          | ~ ( value @ P1 @ V )
          | ( value @ P2 @ V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(80,plain,
    ( ( value @ ( out @ c @ h ) @ n0 )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(81,plain,
    ( ( value @ ( out @ s @ h ) @ n0 )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

thf(82,plain,
    ( ( value @ ( in @ n2 @ h ) @ n0 )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

thf(83,plain,
    ( ( value @ ( in @ n1 @ h ) @ n1 )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

thf(84,plain,
    ( ( type @ h @ halfadder )
    = $true ),
    inference(unfold_def,[status(thm)],[39]) ).

thf(85,plain,
    ( ( ~ ( mode @ ( or1 @ h ) @ abnormal ) )
    = $true ),
    inference(unfold_def,[status(thm)],[42]) ).

thf(86,plain,
    ( ( ~ ( mode @ ( not1 @ h ) @ abnormal ) )
    = $true ),
    inference(unfold_def,[status(thm)],[43]) ).

thf(87,plain,
    ( ( ~ ( mode @ ( and1 @ h ) @ abnormal ) )
    = $true ),
    inference(unfold_def,[status(thm)],[44]) ).

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

thf(89,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ! [Any: $i] :
              ~ ( value @ ( in @ Any @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[67]) ).

thf(90,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ! [Any: $i] :
              ~ ( value @ ( in @ Any @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[72]) ).

thf(91,plain,
    ( ( ! [K: $i] :
          ( ! [Any: $i] :
              ~ ( type @ K @ Any )
          | ( mode @ K @ ok )
          | ( mode @ K @ abnormal ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[73]) ).

thf(92,plain,
    ( ( ! [P: $i,V1: $i] :
          ( ~ ( value @ P @ V1 )
          | ! [V2: $i] :
              ( ~ ( value @ P @ V2 )
              | ( equal_value @ V1 @ V2 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[77]) ).

thf(93,plain,
    ( ( ! [P1: $i,P2: $i] :
          ( ~ ( connection @ P1 @ P2 )
          | ! [V: $i] :
              ( ~ ( value @ P2 @ V )
              | ( value @ P1 @ V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[78]) ).

thf(94,plain,
    ( ( ! [P1: $i,P2: $i] :
          ( ~ ( connection @ P1 @ P2 )
          | ! [V: $i] :
              ( ~ ( value @ P1 @ V )
              | ( value @ P2 @ V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[79]) ).

thf(95,plain,
    ( ( ~ ( mode @ ( and1 @ h ) @ abnormal ) )
    = $true ),
    inference(copy,[status(thm)],[87]) ).

thf(96,plain,
    ( ( ~ ( mode @ ( not1 @ h ) @ abnormal ) )
    = $true ),
    inference(copy,[status(thm)],[86]) ).

thf(97,plain,
    ( ( ~ ( mode @ ( or1 @ h ) @ abnormal ) )
    = $true ),
    inference(copy,[status(thm)],[85]) ).

thf(98,plain,
    ( ( type @ h @ halfadder )
    = $true ),
    inference(copy,[status(thm)],[84]) ).

thf(99,plain,
    ( ( value @ ( in @ n1 @ h ) @ n1 )
    = $true ),
    inference(copy,[status(thm)],[83]) ).

thf(100,plain,
    ( ( value @ ( in @ n2 @ h ) @ n0 )
    = $true ),
    inference(copy,[status(thm)],[82]) ).

thf(101,plain,
    ( ( value @ ( out @ s @ h ) @ n0 )
    = $true ),
    inference(copy,[status(thm)],[81]) ).

thf(102,plain,
    ( ( value @ ( out @ c @ h ) @ n0 )
    = $true ),
    inference(copy,[status(thm)],[80]) ).

thf(103,plain,
    ( ( ! [P1: $i,P2: $i] :
          ( ~ ( connection @ P1 @ P2 )
          | ! [V: $i] :
              ( ~ ( value @ P1 @ V )
              | ( value @ P2 @ V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(104,plain,
    ( ( ! [P1: $i,P2: $i] :
          ( ~ ( connection @ P1 @ P2 )
          | ! [V: $i] :
              ( ~ ( value @ P2 @ V )
              | ( value @ P1 @ V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[93]) ).

thf(105,plain,
    ( ( ! [P: $i,V1: $i] :
          ( ~ ( value @ P @ V1 )
          | ! [V2: $i] :
              ( ~ ( value @ P @ V2 )
              | ( equal_value @ V1 @ V2 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[92]) ).

thf(106,plain,
    ( ( ~ ( equal_value @ n0 @ n1 ) )
    = $true ),
    inference(copy,[status(thm)],[76]) ).

thf(107,plain,
    ( ( ~ ( equal_value @ n1 @ n0 ) )
    = $true ),
    inference(copy,[status(thm)],[75]) ).

thf(108,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( mode @ K @ abnormal ) ) )
    = $true ),
    inference(copy,[status(thm)],[74]) ).

thf(109,plain,
    ( ( ! [K: $i] :
          ( ! [Any: $i] :
              ~ ( type @ K @ Any )
          | ( mode @ K @ ok )
          | ( mode @ K @ abnormal ) ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

thf(110,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ! [Any: $i] :
              ~ ( value @ ( in @ Any @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[90]) ).

thf(111,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( in @ n1 @ K ) @ n1 )
          | ~ ( value @ ( in @ n2 @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[71]) ).

thf(112,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n2 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(113,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[69]) ).

thf(114,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ and )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n2 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(115,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ! [Any: $i] :
              ~ ( value @ ( in @ Any @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[89]) ).

thf(116,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( in @ n1 @ K ) @ n0 )
          | ~ ( value @ ( in @ n2 @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[66]) ).

thf(117,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n2 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[65]) ).

thf(118,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[64]) ).

thf(119,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ or )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n2 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(120,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( in @ n1 @ K ) @ n0 )
          | ( value @ ( out @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[62]) ).

thf(121,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( in @ n1 @ K ) @ n1 )
          | ( value @ ( out @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[61]) ).

thf(122,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( out @ n1 @ K ) @ n0 )
          | ( value @ ( in @ n1 @ K ) @ n1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[60]) ).

thf(123,plain,
    ( ( ! [K: $i] :
          ( ~ ( mode @ K @ ok )
          | ~ ( type @ K @ not )
          | ~ ( value @ ( out @ n1 @ K ) @ n1 )
          | ( value @ ( in @ n1 @ K ) @ n0 ) ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

thf(124,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( and1 @ X ) @ and ) ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(125,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( and2 @ X ) @ and ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(126,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( not1 @ X ) @ not ) ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(127,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( type @ ( or1 @ X ) @ or ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(128,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n1 @ X ) @ ( in @ n1 @ ( or1 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(129,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n2 @ X ) @ ( in @ n2 @ ( or1 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(130,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n1 @ X ) @ ( in @ n1 @ ( and2 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(131,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( in @ n2 @ X ) @ ( in @ n2 @ ( and2 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(132,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ s @ X ) @ ( out @ n1 @ ( and1 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(133,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ c @ X ) @ ( out @ n1 @ ( and2 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(134,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ n1 @ ( or1 @ X ) ) @ ( in @ n1 @ ( and1 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(135,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ n1 @ ( and2 @ X ) ) @ ( in @ n1 @ ( not1 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(136,plain,
    ( ( ! [X: $i] :
          ( ~ ( type @ X @ halfadder )
          | ( connection @ ( out @ n1 @ ( not1 @ X ) ) @ ( in @ n2 @ ( and1 @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

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

thf(138,plain,
    ( ( mode @ ( and1 @ h ) @ abnormal )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

thf(139,plain,
    ( ( mode @ ( not1 @ h ) @ abnormal )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[96]) ).

thf(140,plain,
    ( ( mode @ ( or1 @ h ) @ abnormal )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[97]) ).

thf(141,plain,
    ! [SV1: $i] :
      ( ( ! [SY41: $i] :
            ( ~ ( connection @ SV1 @ SY41 )
            | ! [SY42: $i] :
                ( ~ ( value @ SV1 @ SY42 )
                | ( value @ SY41 @ SY42 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(142,plain,
    ! [SV2: $i] :
      ( ( ! [SY43: $i] :
            ( ~ ( connection @ SV2 @ SY43 )
            | ! [SY44: $i] :
                ( ~ ( value @ SY43 @ SY44 )
                | ( value @ SV2 @ SY44 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(143,plain,
    ! [SV3: $i] :
      ( ( ! [SY45: $i] :
            ( ~ ( value @ SV3 @ SY45 )
            | ! [SY46: $i] :
                ( ~ ( value @ SV3 @ SY46 )
                | ( equal_value @ SY45 @ SY46 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(144,plain,
    ( ( equal_value @ n0 @ n1 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

thf(145,plain,
    ( ( equal_value @ n1 @ n0 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(146,plain,
    ! [SV4: $i] :
      ( ( ~ ( mode @ SV4 @ ok )
        | ~ ( mode @ SV4 @ abnormal ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(147,plain,
    ! [SV5: $i] :
      ( ( ! [SY47: $i] :
            ~ ( type @ SV5 @ SY47 )
        | ( mode @ SV5 @ ok )
        | ( mode @ SV5 @ abnormal ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(148,plain,
    ! [SV6: $i] :
      ( ( ~ ( mode @ SV6 @ ok )
        | ~ ( type @ SV6 @ and )
        | ! [SY48: $i] :
            ~ ( value @ ( in @ SY48 @ SV6 ) @ n0 )
        | ( value @ ( out @ n1 @ SV6 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(149,plain,
    ! [SV7: $i] :
      ( ( ~ ( mode @ SV7 @ ok )
        | ~ ( type @ SV7 @ and )
        | ~ ( value @ ( in @ n1 @ SV7 ) @ n1 )
        | ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
        | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(150,plain,
    ! [SV8: $i] :
      ( ( ~ ( mode @ SV8 @ ok )
        | ~ ( type @ SV8 @ and )
        | ~ ( value @ ( out @ n1 @ SV8 ) @ n0 )
        | ( value @ ( in @ n1 @ SV8 ) @ n0 )
        | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(151,plain,
    ! [SV9: $i] :
      ( ( ~ ( mode @ SV9 @ ok )
        | ~ ( type @ SV9 @ and )
        | ~ ( value @ ( out @ n1 @ SV9 ) @ n1 )
        | ( value @ ( in @ n1 @ SV9 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(152,plain,
    ! [SV10: $i] :
      ( ( ~ ( mode @ SV10 @ ok )
        | ~ ( type @ SV10 @ and )
        | ~ ( value @ ( out @ n1 @ SV10 ) @ n1 )
        | ( value @ ( in @ n2 @ SV10 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(153,plain,
    ! [SV11: $i] :
      ( ( ~ ( mode @ SV11 @ ok )
        | ~ ( type @ SV11 @ or )
        | ! [SY49: $i] :
            ~ ( value @ ( in @ SY49 @ SV11 ) @ n1 )
        | ( value @ ( out @ n1 @ SV11 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(154,plain,
    ! [SV12: $i] :
      ( ( ~ ( mode @ SV12 @ ok )
        | ~ ( type @ SV12 @ or )
        | ~ ( value @ ( in @ n1 @ SV12 ) @ n0 )
        | ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
        | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[116]) ).

thf(155,plain,
    ! [SV13: $i] :
      ( ( ~ ( mode @ SV13 @ ok )
        | ~ ( type @ SV13 @ or )
        | ~ ( value @ ( out @ n1 @ SV13 ) @ n1 )
        | ( value @ ( in @ n1 @ SV13 ) @ n1 )
        | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(156,plain,
    ! [SV14: $i] :
      ( ( ~ ( mode @ SV14 @ ok )
        | ~ ( type @ SV14 @ or )
        | ~ ( value @ ( out @ n1 @ SV14 ) @ n0 )
        | ( value @ ( in @ n1 @ SV14 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(157,plain,
    ! [SV15: $i] :
      ( ( ~ ( mode @ SV15 @ ok )
        | ~ ( type @ SV15 @ or )
        | ~ ( value @ ( out @ n1 @ SV15 ) @ n0 )
        | ( value @ ( in @ n2 @ SV15 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(158,plain,
    ! [SV16: $i] :
      ( ( ~ ( mode @ SV16 @ ok )
        | ~ ( type @ SV16 @ not )
        | ~ ( value @ ( in @ n1 @ SV16 ) @ n0 )
        | ( value @ ( out @ n1 @ SV16 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(159,plain,
    ! [SV17: $i] :
      ( ( ~ ( mode @ SV17 @ ok )
        | ~ ( type @ SV17 @ not )
        | ~ ( value @ ( in @ n1 @ SV17 ) @ n1 )
        | ( value @ ( out @ n1 @ SV17 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(160,plain,
    ! [SV18: $i] :
      ( ( ~ ( mode @ SV18 @ ok )
        | ~ ( type @ SV18 @ not )
        | ~ ( value @ ( out @ n1 @ SV18 ) @ n0 )
        | ( value @ ( in @ n1 @ SV18 ) @ n1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(161,plain,
    ! [SV19: $i] :
      ( ( ~ ( mode @ SV19 @ ok )
        | ~ ( type @ SV19 @ not )
        | ~ ( value @ ( out @ n1 @ SV19 ) @ n1 )
        | ( value @ ( in @ n1 @ SV19 ) @ n0 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(162,plain,
    ! [SV20: $i] :
      ( ( ~ ( type @ SV20 @ halfadder )
        | ( type @ ( and1 @ SV20 ) @ and ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(163,plain,
    ! [SV21: $i] :
      ( ( ~ ( type @ SV21 @ halfadder )
        | ( type @ ( and2 @ SV21 ) @ and ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(164,plain,
    ! [SV22: $i] :
      ( ( ~ ( type @ SV22 @ halfadder )
        | ( type @ ( not1 @ SV22 ) @ not ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(165,plain,
    ! [SV23: $i] :
      ( ( ~ ( type @ SV23 @ halfadder )
        | ( type @ ( or1 @ SV23 ) @ or ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(166,plain,
    ! [SV24: $i] :
      ( ( ~ ( type @ SV24 @ halfadder )
        | ( connection @ ( in @ n1 @ SV24 ) @ ( in @ n1 @ ( or1 @ SV24 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(167,plain,
    ! [SV25: $i] :
      ( ( ~ ( type @ SV25 @ halfadder )
        | ( connection @ ( in @ n2 @ SV25 ) @ ( in @ n2 @ ( or1 @ SV25 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(168,plain,
    ! [SV26: $i] :
      ( ( ~ ( type @ SV26 @ halfadder )
        | ( connection @ ( in @ n1 @ SV26 ) @ ( in @ n1 @ ( and2 @ SV26 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(169,plain,
    ! [SV27: $i] :
      ( ( ~ ( type @ SV27 @ halfadder )
        | ( connection @ ( in @ n2 @ SV27 ) @ ( in @ n2 @ ( and2 @ SV27 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(170,plain,
    ! [SV28: $i] :
      ( ( ~ ( type @ SV28 @ halfadder )
        | ( connection @ ( out @ s @ SV28 ) @ ( out @ n1 @ ( and1 @ SV28 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(171,plain,
    ! [SV29: $i] :
      ( ( ~ ( type @ SV29 @ halfadder )
        | ( connection @ ( out @ c @ SV29 ) @ ( out @ n1 @ ( and2 @ SV29 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(172,plain,
    ! [SV30: $i] :
      ( ( ~ ( type @ SV30 @ halfadder )
        | ( connection @ ( out @ n1 @ ( or1 @ SV30 ) ) @ ( in @ n1 @ ( and1 @ SV30 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(173,plain,
    ! [SV31: $i] :
      ( ( ~ ( type @ SV31 @ halfadder )
        | ( connection @ ( out @ n1 @ ( and2 @ SV31 ) ) @ ( in @ n1 @ ( not1 @ SV31 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(174,plain,
    ! [SV32: $i] :
      ( ( ~ ( type @ SV32 @ halfadder )
        | ( connection @ ( out @ n1 @ ( not1 @ SV32 ) ) @ ( in @ n2 @ ( and1 @ SV32 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(175,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(176,plain,
    ! [SV33: $i,SV1: $i] :
      ( ( ~ ( connection @ SV1 @ SV33 )
        | ! [SY50: $i] :
            ( ~ ( value @ SV1 @ SY50 )
            | ( value @ SV33 @ SY50 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(177,plain,
    ! [SV34: $i,SV2: $i] :
      ( ( ~ ( connection @ SV2 @ SV34 )
        | ! [SY51: $i] :
            ( ~ ( value @ SV34 @ SY51 )
            | ( value @ SV2 @ SY51 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(178,plain,
    ! [SV35: $i,SV3: $i] :
      ( ( ~ ( value @ SV3 @ SV35 )
        | ! [SY52: $i] :
            ( ~ ( value @ SV3 @ SY52 )
            | ( equal_value @ SV35 @ SY52 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(179,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( mode @ SV4 @ ok ) )
        = $true )
      | ( ( ~ ( mode @ SV4 @ abnormal ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

thf(180,plain,
    ! [SV5: $i] :
      ( ( ( ! [SY47: $i] :
              ~ ( type @ SV5 @ SY47 ) )
        = $true )
      | ( ( ( mode @ SV5 @ ok )
          | ( mode @ SV5 @ abnormal ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[147]) ).

thf(181,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( mode @ SV6 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV6 @ and )
          | ! [SY48: $i] :
              ~ ( value @ ( in @ SY48 @ SV6 ) @ n0 )
          | ( value @ ( out @ n1 @ SV6 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[148]) ).

thf(182,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( mode @ SV7 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV7 @ and )
          | ~ ( value @ ( in @ n1 @ SV7 ) @ n1 )
          | ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
          | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(183,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( mode @ SV8 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV8 @ and )
          | ~ ( value @ ( out @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[150]) ).

thf(184,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( mode @ SV9 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV9 @ and )
          | ~ ( value @ ( out @ n1 @ SV9 ) @ n1 )
          | ( value @ ( in @ n1 @ SV9 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(185,plain,
    ! [SV10: $i] :
      ( ( ( ~ ( mode @ SV10 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV10 @ and )
          | ~ ( value @ ( out @ n1 @ SV10 ) @ n1 )
          | ( value @ ( in @ n2 @ SV10 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(186,plain,
    ! [SV11: $i] :
      ( ( ( ~ ( mode @ SV11 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV11 @ or )
          | ! [SY49: $i] :
              ~ ( value @ ( in @ SY49 @ SV11 ) @ n1 )
          | ( value @ ( out @ n1 @ SV11 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(187,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( mode @ SV12 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV12 @ or )
          | ~ ( value @ ( in @ n1 @ SV12 ) @ n0 )
          | ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
          | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(188,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( mode @ SV13 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV13 @ or )
          | ~ ( value @ ( out @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(189,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( mode @ SV14 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV14 @ or )
          | ~ ( value @ ( out @ n1 @ SV14 ) @ n0 )
          | ( value @ ( in @ n1 @ SV14 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

thf(190,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( mode @ SV15 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV15 @ or )
          | ~ ( value @ ( out @ n1 @ SV15 ) @ n0 )
          | ( value @ ( in @ n2 @ SV15 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[157]) ).

thf(191,plain,
    ! [SV16: $i] :
      ( ( ( ~ ( mode @ SV16 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV16 @ not )
          | ~ ( value @ ( in @ n1 @ SV16 ) @ n0 )
          | ( value @ ( out @ n1 @ SV16 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[158]) ).

thf(192,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( mode @ SV17 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV17 @ not )
          | ~ ( value @ ( in @ n1 @ SV17 ) @ n1 )
          | ( value @ ( out @ n1 @ SV17 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[159]) ).

thf(193,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( mode @ SV18 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV18 @ not )
          | ~ ( value @ ( out @ n1 @ SV18 ) @ n0 )
          | ( value @ ( in @ n1 @ SV18 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(194,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( mode @ SV19 @ ok ) )
        = $true )
      | ( ( ~ ( type @ SV19 @ not )
          | ~ ( value @ ( out @ n1 @ SV19 ) @ n1 )
          | ( value @ ( in @ n1 @ SV19 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[161]) ).

thf(195,plain,
    ! [SV20: $i] :
      ( ( ( ~ ( type @ SV20 @ halfadder ) )
        = $true )
      | ( ( type @ ( and1 @ SV20 ) @ and )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[162]) ).

thf(196,plain,
    ! [SV21: $i] :
      ( ( ( ~ ( type @ SV21 @ halfadder ) )
        = $true )
      | ( ( type @ ( and2 @ SV21 ) @ and )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[163]) ).

thf(197,plain,
    ! [SV22: $i] :
      ( ( ( ~ ( type @ SV22 @ halfadder ) )
        = $true )
      | ( ( type @ ( not1 @ SV22 ) @ not )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[164]) ).

thf(198,plain,
    ! [SV23: $i] :
      ( ( ( ~ ( type @ SV23 @ halfadder ) )
        = $true )
      | ( ( type @ ( or1 @ SV23 ) @ or )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[165]) ).

thf(199,plain,
    ! [SV24: $i] :
      ( ( ( ~ ( type @ SV24 @ halfadder ) )
        = $true )
      | ( ( connection @ ( in @ n1 @ SV24 ) @ ( in @ n1 @ ( or1 @ SV24 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

thf(200,plain,
    ! [SV25: $i] :
      ( ( ( ~ ( type @ SV25 @ halfadder ) )
        = $true )
      | ( ( connection @ ( in @ n2 @ SV25 ) @ ( in @ n2 @ ( or1 @ SV25 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[167]) ).

thf(201,plain,
    ! [SV26: $i] :
      ( ( ( ~ ( type @ SV26 @ halfadder ) )
        = $true )
      | ( ( connection @ ( in @ n1 @ SV26 ) @ ( in @ n1 @ ( and2 @ SV26 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[168]) ).

thf(202,plain,
    ! [SV27: $i] :
      ( ( ( ~ ( type @ SV27 @ halfadder ) )
        = $true )
      | ( ( connection @ ( in @ n2 @ SV27 ) @ ( in @ n2 @ ( and2 @ SV27 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[169]) ).

thf(203,plain,
    ! [SV28: $i] :
      ( ( ( ~ ( type @ SV28 @ halfadder ) )
        = $true )
      | ( ( connection @ ( out @ s @ SV28 ) @ ( out @ n1 @ ( and1 @ SV28 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(204,plain,
    ! [SV29: $i] :
      ( ( ( ~ ( type @ SV29 @ halfadder ) )
        = $true )
      | ( ( connection @ ( out @ c @ SV29 ) @ ( out @ n1 @ ( and2 @ SV29 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[171]) ).

thf(205,plain,
    ! [SV30: $i] :
      ( ( ( ~ ( type @ SV30 @ halfadder ) )
        = $true )
      | ( ( connection @ ( out @ n1 @ ( or1 @ SV30 ) ) @ ( in @ n1 @ ( and1 @ SV30 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[172]) ).

thf(206,plain,
    ! [SV31: $i] :
      ( ( ( ~ ( type @ SV31 @ halfadder ) )
        = $true )
      | ( ( connection @ ( out @ n1 @ ( and2 @ SV31 ) ) @ ( in @ n1 @ ( not1 @ SV31 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[173]) ).

thf(207,plain,
    ! [SV32: $i] :
      ( ( ( ~ ( type @ SV32 @ halfadder ) )
        = $true )
      | ( ( connection @ ( out @ n1 @ ( not1 @ SV32 ) ) @ ( in @ n2 @ ( and1 @ SV32 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[174]) ).

thf(208,plain,
    ! [SV33: $i,SV1: $i] :
      ( ( ( ~ ( connection @ SV1 @ SV33 ) )
        = $true )
      | ( ( ! [SY50: $i] :
              ( ~ ( value @ SV1 @ SY50 )
              | ( value @ SV33 @ SY50 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[176]) ).

thf(209,plain,
    ! [SV34: $i,SV2: $i] :
      ( ( ( ~ ( connection @ SV2 @ SV34 ) )
        = $true )
      | ( ( ! [SY51: $i] :
              ( ~ ( value @ SV34 @ SY51 )
              | ( value @ SV2 @ SY51 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[177]) ).

thf(210,plain,
    ! [SV35: $i,SV3: $i] :
      ( ( ( ~ ( value @ SV3 @ SV35 ) )
        = $true )
      | ( ( ! [SY52: $i] :
              ( ~ ( value @ SV3 @ SY52 )
              | ( equal_value @ SV35 @ SY52 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[178]) ).

thf(211,plain,
    ! [SV4: $i] :
      ( ( ( mode @ SV4 @ ok )
        = $false )
      | ( ( ~ ( mode @ SV4 @ abnormal ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[179]) ).

thf(212,plain,
    ! [SV36: $i,SV5: $i] :
      ( ( ( ~ ( type @ SV5 @ SV36 ) )
        = $true )
      | ( ( ( mode @ SV5 @ ok )
          | ( mode @ SV5 @ abnormal ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(213,plain,
    ! [SV6: $i] :
      ( ( ( mode @ SV6 @ ok )
        = $false )
      | ( ( ~ ( type @ SV6 @ and )
          | ! [SY48: $i] :
              ~ ( value @ ( in @ SY48 @ SV6 ) @ n0 )
          | ( value @ ( out @ n1 @ SV6 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[181]) ).

thf(214,plain,
    ! [SV7: $i] :
      ( ( ( mode @ SV7 @ ok )
        = $false )
      | ( ( ~ ( type @ SV7 @ and )
          | ~ ( value @ ( in @ n1 @ SV7 ) @ n1 )
          | ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
          | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

thf(215,plain,
    ! [SV8: $i] :
      ( ( ( mode @ SV8 @ ok )
        = $false )
      | ( ( ~ ( type @ SV8 @ and )
          | ~ ( value @ ( out @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[183]) ).

thf(216,plain,
    ! [SV9: $i] :
      ( ( ( mode @ SV9 @ ok )
        = $false )
      | ( ( ~ ( type @ SV9 @ and )
          | ~ ( value @ ( out @ n1 @ SV9 ) @ n1 )
          | ( value @ ( in @ n1 @ SV9 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[184]) ).

thf(217,plain,
    ! [SV10: $i] :
      ( ( ( mode @ SV10 @ ok )
        = $false )
      | ( ( ~ ( type @ SV10 @ and )
          | ~ ( value @ ( out @ n1 @ SV10 ) @ n1 )
          | ( value @ ( in @ n2 @ SV10 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[185]) ).

thf(218,plain,
    ! [SV11: $i] :
      ( ( ( mode @ SV11 @ ok )
        = $false )
      | ( ( ~ ( type @ SV11 @ or )
          | ! [SY49: $i] :
              ~ ( value @ ( in @ SY49 @ SV11 ) @ n1 )
          | ( value @ ( out @ n1 @ SV11 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(219,plain,
    ! [SV12: $i] :
      ( ( ( mode @ SV12 @ ok )
        = $false )
      | ( ( ~ ( type @ SV12 @ or )
          | ~ ( value @ ( in @ n1 @ SV12 ) @ n0 )
          | ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
          | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(220,plain,
    ! [SV13: $i] :
      ( ( ( mode @ SV13 @ ok )
        = $false )
      | ( ( ~ ( type @ SV13 @ or )
          | ~ ( value @ ( out @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[188]) ).

thf(221,plain,
    ! [SV14: $i] :
      ( ( ( mode @ SV14 @ ok )
        = $false )
      | ( ( ~ ( type @ SV14 @ or )
          | ~ ( value @ ( out @ n1 @ SV14 ) @ n0 )
          | ( value @ ( in @ n1 @ SV14 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[189]) ).

thf(222,plain,
    ! [SV15: $i] :
      ( ( ( mode @ SV15 @ ok )
        = $false )
      | ( ( ~ ( type @ SV15 @ or )
          | ~ ( value @ ( out @ n1 @ SV15 ) @ n0 )
          | ( value @ ( in @ n2 @ SV15 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[190]) ).

thf(223,plain,
    ! [SV16: $i] :
      ( ( ( mode @ SV16 @ ok )
        = $false )
      | ( ( ~ ( type @ SV16 @ not )
          | ~ ( value @ ( in @ n1 @ SV16 ) @ n0 )
          | ( value @ ( out @ n1 @ SV16 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[191]) ).

thf(224,plain,
    ! [SV17: $i] :
      ( ( ( mode @ SV17 @ ok )
        = $false )
      | ( ( ~ ( type @ SV17 @ not )
          | ~ ( value @ ( in @ n1 @ SV17 ) @ n1 )
          | ( value @ ( out @ n1 @ SV17 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[192]) ).

thf(225,plain,
    ! [SV18: $i] :
      ( ( ( mode @ SV18 @ ok )
        = $false )
      | ( ( ~ ( type @ SV18 @ not )
          | ~ ( value @ ( out @ n1 @ SV18 ) @ n0 )
          | ( value @ ( in @ n1 @ SV18 ) @ n1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[193]) ).

thf(226,plain,
    ! [SV19: $i] :
      ( ( ( mode @ SV19 @ ok )
        = $false )
      | ( ( ~ ( type @ SV19 @ not )
          | ~ ( value @ ( out @ n1 @ SV19 ) @ n1 )
          | ( value @ ( in @ n1 @ SV19 ) @ n0 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(227,plain,
    ! [SV20: $i] :
      ( ( ( type @ SV20 @ halfadder )
        = $false )
      | ( ( type @ ( and1 @ SV20 ) @ and )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(228,plain,
    ! [SV21: $i] :
      ( ( ( type @ SV21 @ halfadder )
        = $false )
      | ( ( type @ ( and2 @ SV21 ) @ and )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[196]) ).

thf(229,plain,
    ! [SV22: $i] :
      ( ( ( type @ SV22 @ halfadder )
        = $false )
      | ( ( type @ ( not1 @ SV22 ) @ not )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[197]) ).

thf(230,plain,
    ! [SV23: $i] :
      ( ( ( type @ SV23 @ halfadder )
        = $false )
      | ( ( type @ ( or1 @ SV23 ) @ or )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

thf(231,plain,
    ! [SV24: $i] :
      ( ( ( type @ SV24 @ halfadder )
        = $false )
      | ( ( connection @ ( in @ n1 @ SV24 ) @ ( in @ n1 @ ( or1 @ SV24 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[199]) ).

thf(232,plain,
    ! [SV25: $i] :
      ( ( ( type @ SV25 @ halfadder )
        = $false )
      | ( ( connection @ ( in @ n2 @ SV25 ) @ ( in @ n2 @ ( or1 @ SV25 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[200]) ).

thf(233,plain,
    ! [SV26: $i] :
      ( ( ( type @ SV26 @ halfadder )
        = $false )
      | ( ( connection @ ( in @ n1 @ SV26 ) @ ( in @ n1 @ ( and2 @ SV26 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(234,plain,
    ! [SV27: $i] :
      ( ( ( type @ SV27 @ halfadder )
        = $false )
      | ( ( connection @ ( in @ n2 @ SV27 ) @ ( in @ n2 @ ( and2 @ SV27 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[202]) ).

thf(235,plain,
    ! [SV28: $i] :
      ( ( ( type @ SV28 @ halfadder )
        = $false )
      | ( ( connection @ ( out @ s @ SV28 ) @ ( out @ n1 @ ( and1 @ SV28 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[203]) ).

thf(236,plain,
    ! [SV29: $i] :
      ( ( ( type @ SV29 @ halfadder )
        = $false )
      | ( ( connection @ ( out @ c @ SV29 ) @ ( out @ n1 @ ( and2 @ SV29 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[204]) ).

thf(237,plain,
    ! [SV30: $i] :
      ( ( ( type @ SV30 @ halfadder )
        = $false )
      | ( ( connection @ ( out @ n1 @ ( or1 @ SV30 ) ) @ ( in @ n1 @ ( and1 @ SV30 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[205]) ).

thf(238,plain,
    ! [SV31: $i] :
      ( ( ( type @ SV31 @ halfadder )
        = $false )
      | ( ( connection @ ( out @ n1 @ ( and2 @ SV31 ) ) @ ( in @ n1 @ ( not1 @ SV31 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[206]) ).

thf(239,plain,
    ! [SV32: $i] :
      ( ( ( type @ SV32 @ halfadder )
        = $false )
      | ( ( connection @ ( out @ n1 @ ( not1 @ SV32 ) ) @ ( in @ n2 @ ( and1 @ SV32 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[207]) ).

thf(240,plain,
    ! [SV33: $i,SV1: $i] :
      ( ( ( connection @ SV1 @ SV33 )
        = $false )
      | ( ( ! [SY50: $i] :
              ( ~ ( value @ SV1 @ SY50 )
              | ( value @ SV33 @ SY50 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(241,plain,
    ! [SV34: $i,SV2: $i] :
      ( ( ( connection @ SV2 @ SV34 )
        = $false )
      | ( ( ! [SY51: $i] :
              ( ~ ( value @ SV34 @ SY51 )
              | ( value @ SV2 @ SY51 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[209]) ).

thf(242,plain,
    ! [SV35: $i,SV3: $i] :
      ( ( ( value @ SV3 @ SV35 )
        = $false )
      | ( ( ! [SY52: $i] :
              ( ~ ( value @ SV3 @ SY52 )
              | ( equal_value @ SV35 @ SY52 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[210]) ).

thf(243,plain,
    ! [SV4: $i] :
      ( ( ( mode @ SV4 @ abnormal )
        = $false )
      | ( ( mode @ SV4 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[211]) ).

thf(244,plain,
    ! [SV36: $i,SV5: $i] :
      ( ( ( type @ SV5 @ SV36 )
        = $false )
      | ( ( ( mode @ SV5 @ ok )
          | ( mode @ SV5 @ abnormal ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(245,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( type @ SV6 @ and ) )
        = $true )
      | ( ( ! [SY48: $i] :
              ~ ( value @ ( in @ SY48 @ SV6 ) @ n0 )
          | ( value @ ( out @ n1 @ SV6 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV6 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[213]) ).

thf(246,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( type @ SV7 @ and ) )
        = $true )
      | ( ( ~ ( value @ ( in @ n1 @ SV7 ) @ n1 )
          | ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
          | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV7 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[214]) ).

thf(247,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( type @ SV8 @ and ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV8 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[215]) ).

thf(248,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( type @ SV9 @ and ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV9 ) @ n1 )
          | ( value @ ( in @ n1 @ SV9 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV9 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[216]) ).

thf(249,plain,
    ! [SV10: $i] :
      ( ( ( ~ ( type @ SV10 @ and ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV10 ) @ n1 )
          | ( value @ ( in @ n2 @ SV10 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV10 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(250,plain,
    ! [SV11: $i] :
      ( ( ( ~ ( type @ SV11 @ or ) )
        = $true )
      | ( ( ! [SY49: $i] :
              ~ ( value @ ( in @ SY49 @ SV11 ) @ n1 )
          | ( value @ ( out @ n1 @ SV11 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV11 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[218]) ).

thf(251,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( type @ SV12 @ or ) )
        = $true )
      | ( ( ~ ( value @ ( in @ n1 @ SV12 ) @ n0 )
          | ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
          | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV12 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[219]) ).

thf(252,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( type @ SV13 @ or ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV13 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[220]) ).

thf(253,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( type @ SV14 @ or ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV14 ) @ n0 )
          | ( value @ ( in @ n1 @ SV14 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV14 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[221]) ).

thf(254,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( type @ SV15 @ or ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV15 ) @ n0 )
          | ( value @ ( in @ n2 @ SV15 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV15 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

thf(255,plain,
    ! [SV16: $i] :
      ( ( ( ~ ( type @ SV16 @ not ) )
        = $true )
      | ( ( ~ ( value @ ( in @ n1 @ SV16 ) @ n0 )
          | ( value @ ( out @ n1 @ SV16 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV16 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[223]) ).

thf(256,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( type @ SV17 @ not ) )
        = $true )
      | ( ( ~ ( value @ ( in @ n1 @ SV17 ) @ n1 )
          | ( value @ ( out @ n1 @ SV17 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV17 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(257,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( type @ SV18 @ not ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV18 ) @ n0 )
          | ( value @ ( in @ n1 @ SV18 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV18 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[225]) ).

thf(258,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( type @ SV19 @ not ) )
        = $true )
      | ( ( ~ ( value @ ( out @ n1 @ SV19 ) @ n1 )
          | ( value @ ( in @ n1 @ SV19 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV19 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(259,plain,
    ! [SV33: $i,SV37: $i,SV1: $i] :
      ( ( ( ~ ( value @ SV1 @ SV37 )
          | ( value @ SV33 @ SV37 ) )
        = $true )
      | ( ( connection @ SV1 @ SV33 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[240]) ).

thf(260,plain,
    ! [SV2: $i,SV38: $i,SV34: $i] :
      ( ( ( ~ ( value @ SV34 @ SV38 )
          | ( value @ SV2 @ SV38 ) )
        = $true )
      | ( ( connection @ SV2 @ SV34 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[241]) ).

thf(261,plain,
    ! [SV35: $i,SV39: $i,SV3: $i] :
      ( ( ( ~ ( value @ SV3 @ SV39 )
          | ( equal_value @ SV35 @ SV39 ) )
        = $true )
      | ( ( value @ SV3 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[242]) ).

thf(262,plain,
    ! [SV36: $i,SV5: $i] :
      ( ( ( mode @ SV5 @ ok )
        = $true )
      | ( ( mode @ SV5 @ abnormal )
        = $true )
      | ( ( type @ SV5 @ SV36 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[244]) ).

thf(263,plain,
    ! [SV6: $i] :
      ( ( ( type @ SV6 @ and )
        = $false )
      | ( ( ! [SY48: $i] :
              ~ ( value @ ( in @ SY48 @ SV6 ) @ n0 )
          | ( value @ ( out @ n1 @ SV6 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV6 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[245]) ).

thf(264,plain,
    ! [SV7: $i] :
      ( ( ( type @ SV7 @ and )
        = $false )
      | ( ( ~ ( value @ ( in @ n1 @ SV7 ) @ n1 )
          | ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
          | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV7 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(265,plain,
    ! [SV8: $i] :
      ( ( ( type @ SV8 @ and )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV8 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(266,plain,
    ! [SV9: $i] :
      ( ( ( type @ SV9 @ and )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV9 ) @ n1 )
          | ( value @ ( in @ n1 @ SV9 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV9 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[248]) ).

thf(267,plain,
    ! [SV10: $i] :
      ( ( ( type @ SV10 @ and )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV10 ) @ n1 )
          | ( value @ ( in @ n2 @ SV10 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV10 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[249]) ).

thf(268,plain,
    ! [SV11: $i] :
      ( ( ( type @ SV11 @ or )
        = $false )
      | ( ( ! [SY49: $i] :
              ~ ( value @ ( in @ SY49 @ SV11 ) @ n1 )
          | ( value @ ( out @ n1 @ SV11 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV11 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[250]) ).

thf(269,plain,
    ! [SV12: $i] :
      ( ( ( type @ SV12 @ or )
        = $false )
      | ( ( ~ ( value @ ( in @ n1 @ SV12 ) @ n0 )
          | ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
          | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV12 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[251]) ).

thf(270,plain,
    ! [SV13: $i] :
      ( ( ( type @ SV13 @ or )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV13 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[252]) ).

thf(271,plain,
    ! [SV14: $i] :
      ( ( ( type @ SV14 @ or )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV14 ) @ n0 )
          | ( value @ ( in @ n1 @ SV14 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV14 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[253]) ).

thf(272,plain,
    ! [SV15: $i] :
      ( ( ( type @ SV15 @ or )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV15 ) @ n0 )
          | ( value @ ( in @ n2 @ SV15 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV15 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[254]) ).

thf(273,plain,
    ! [SV16: $i] :
      ( ( ( type @ SV16 @ not )
        = $false )
      | ( ( ~ ( value @ ( in @ n1 @ SV16 ) @ n0 )
          | ( value @ ( out @ n1 @ SV16 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV16 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[255]) ).

thf(274,plain,
    ! [SV17: $i] :
      ( ( ( type @ SV17 @ not )
        = $false )
      | ( ( ~ ( value @ ( in @ n1 @ SV17 ) @ n1 )
          | ( value @ ( out @ n1 @ SV17 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV17 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[256]) ).

thf(275,plain,
    ! [SV18: $i] :
      ( ( ( type @ SV18 @ not )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV18 ) @ n0 )
          | ( value @ ( in @ n1 @ SV18 ) @ n1 ) )
        = $true )
      | ( ( mode @ SV18 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[257]) ).

thf(276,plain,
    ! [SV19: $i] :
      ( ( ( type @ SV19 @ not )
        = $false )
      | ( ( ~ ( value @ ( out @ n1 @ SV19 ) @ n1 )
          | ( value @ ( in @ n1 @ SV19 ) @ n0 ) )
        = $true )
      | ( ( mode @ SV19 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[258]) ).

thf(277,plain,
    ! [SV33: $i,SV37: $i,SV1: $i] :
      ( ( ( ~ ( value @ SV1 @ SV37 ) )
        = $true )
      | ( ( value @ SV33 @ SV37 )
        = $true )
      | ( ( connection @ SV1 @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[259]) ).

thf(278,plain,
    ! [SV2: $i,SV38: $i,SV34: $i] :
      ( ( ( ~ ( value @ SV34 @ SV38 ) )
        = $true )
      | ( ( value @ SV2 @ SV38 )
        = $true )
      | ( ( connection @ SV2 @ SV34 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[260]) ).

thf(279,plain,
    ! [SV35: $i,SV39: $i,SV3: $i] :
      ( ( ( ~ ( value @ SV3 @ SV39 ) )
        = $true )
      | ( ( equal_value @ SV35 @ SV39 )
        = $true )
      | ( ( value @ SV3 @ SV35 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[261]) ).

thf(280,plain,
    ! [SV6: $i] :
      ( ( ( ! [SY48: $i] :
              ~ ( value @ ( in @ SY48 @ SV6 ) @ n0 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV6 ) @ n0 )
        = $true )
      | ( ( type @ SV6 @ and )
        = $false )
      | ( ( mode @ SV6 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[263]) ).

thf(281,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( value @ ( in @ n1 @ SV7 ) @ n1 ) )
        = $true )
      | ( ( ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
          | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
        = $true )
      | ( ( type @ SV7 @ and )
        = $false )
      | ( ( mode @ SV7 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[264]) ).

thf(282,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV8 ) @ n0 ) )
        = $true )
      | ( ( ( value @ ( in @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
        = $true )
      | ( ( type @ SV8 @ and )
        = $false )
      | ( ( mode @ SV8 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[265]) ).

thf(283,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV9 ) @ n1 ) )
        = $true )
      | ( ( value @ ( in @ n1 @ SV9 ) @ n1 )
        = $true )
      | ( ( type @ SV9 @ and )
        = $false )
      | ( ( mode @ SV9 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[266]) ).

thf(284,plain,
    ! [SV10: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV10 ) @ n1 ) )
        = $true )
      | ( ( value @ ( in @ n2 @ SV10 ) @ n1 )
        = $true )
      | ( ( type @ SV10 @ and )
        = $false )
      | ( ( mode @ SV10 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[267]) ).

thf(285,plain,
    ! [SV11: $i] :
      ( ( ( ! [SY49: $i] :
              ~ ( value @ ( in @ SY49 @ SV11 ) @ n1 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV11 ) @ n1 )
        = $true )
      | ( ( type @ SV11 @ or )
        = $false )
      | ( ( mode @ SV11 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[268]) ).

thf(286,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( value @ ( in @ n1 @ SV12 ) @ n0 ) )
        = $true )
      | ( ( ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
          | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
        = $true )
      | ( ( type @ SV12 @ or )
        = $false )
      | ( ( mode @ SV12 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[269]) ).

thf(287,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV13 ) @ n1 ) )
        = $true )
      | ( ( ( value @ ( in @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
        = $true )
      | ( ( type @ SV13 @ or )
        = $false )
      | ( ( mode @ SV13 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[270]) ).

thf(288,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV14 ) @ n0 ) )
        = $true )
      | ( ( value @ ( in @ n1 @ SV14 ) @ n0 )
        = $true )
      | ( ( type @ SV14 @ or )
        = $false )
      | ( ( mode @ SV14 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[271]) ).

thf(289,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV15 ) @ n0 ) )
        = $true )
      | ( ( value @ ( in @ n2 @ SV15 ) @ n0 )
        = $true )
      | ( ( type @ SV15 @ or )
        = $false )
      | ( ( mode @ SV15 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[272]) ).

thf(290,plain,
    ! [SV16: $i] :
      ( ( ( ~ ( value @ ( in @ n1 @ SV16 ) @ n0 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV16 ) @ n1 )
        = $true )
      | ( ( type @ SV16 @ not )
        = $false )
      | ( ( mode @ SV16 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[273]) ).

thf(291,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( value @ ( in @ n1 @ SV17 ) @ n1 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV17 ) @ n0 )
        = $true )
      | ( ( type @ SV17 @ not )
        = $false )
      | ( ( mode @ SV17 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[274]) ).

thf(292,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV18 ) @ n0 ) )
        = $true )
      | ( ( value @ ( in @ n1 @ SV18 ) @ n1 )
        = $true )
      | ( ( type @ SV18 @ not )
        = $false )
      | ( ( mode @ SV18 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[275]) ).

thf(293,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( value @ ( out @ n1 @ SV19 ) @ n1 ) )
        = $true )
      | ( ( value @ ( in @ n1 @ SV19 ) @ n0 )
        = $true )
      | ( ( type @ SV19 @ not )
        = $false )
      | ( ( mode @ SV19 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[276]) ).

thf(294,plain,
    ! [SV33: $i,SV37: $i,SV1: $i] :
      ( ( ( value @ SV1 @ SV37 )
        = $false )
      | ( ( value @ SV33 @ SV37 )
        = $true )
      | ( ( connection @ SV1 @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[277]) ).

thf(295,plain,
    ! [SV2: $i,SV38: $i,SV34: $i] :
      ( ( ( value @ SV34 @ SV38 )
        = $false )
      | ( ( value @ SV2 @ SV38 )
        = $true )
      | ( ( connection @ SV2 @ SV34 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[278]) ).

thf(296,plain,
    ! [SV35: $i,SV39: $i,SV3: $i] :
      ( ( ( value @ SV3 @ SV39 )
        = $false )
      | ( ( equal_value @ SV35 @ SV39 )
        = $true )
      | ( ( value @ SV3 @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[279]) ).

thf(297,plain,
    ! [SV6: $i,SV40: $i] :
      ( ( ( ~ ( value @ ( in @ SV40 @ SV6 ) @ n0 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV6 ) @ n0 )
        = $true )
      | ( ( type @ SV6 @ and )
        = $false )
      | ( ( mode @ SV6 @ ok )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[280]) ).

thf(298,plain,
    ! [SV7: $i] :
      ( ( ( value @ ( in @ n1 @ SV7 ) @ n1 )
        = $false )
      | ( ( ~ ( value @ ( in @ n2 @ SV7 ) @ n1 )
          | ( value @ ( out @ n1 @ SV7 ) @ n1 ) )
        = $true )
      | ( ( type @ SV7 @ and )
        = $false )
      | ( ( mode @ SV7 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[281]) ).

thf(299,plain,
    ! [SV8: $i] :
      ( ( ( value @ ( out @ n1 @ SV8 ) @ n0 )
        = $false )
      | ( ( ( value @ ( in @ n1 @ SV8 ) @ n0 )
          | ( value @ ( in @ n2 @ SV8 ) @ n0 ) )
        = $true )
      | ( ( type @ SV8 @ and )
        = $false )
      | ( ( mode @ SV8 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[282]) ).

thf(300,plain,
    ! [SV9: $i] :
      ( ( ( value @ ( out @ n1 @ SV9 ) @ n1 )
        = $false )
      | ( ( value @ ( in @ n1 @ SV9 ) @ n1 )
        = $true )
      | ( ( type @ SV9 @ and )
        = $false )
      | ( ( mode @ SV9 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[283]) ).

thf(301,plain,
    ! [SV10: $i] :
      ( ( ( value @ ( out @ n1 @ SV10 ) @ n1 )
        = $false )
      | ( ( value @ ( in @ n2 @ SV10 ) @ n1 )
        = $true )
      | ( ( type @ SV10 @ and )
        = $false )
      | ( ( mode @ SV10 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[284]) ).

thf(302,plain,
    ! [SV11: $i,SV41: $i] :
      ( ( ( ~ ( value @ ( in @ SV41 @ SV11 ) @ n1 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV11 ) @ n1 )
        = $true )
      | ( ( type @ SV11 @ or )
        = $false )
      | ( ( mode @ SV11 @ ok )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[285]) ).

thf(303,plain,
    ! [SV12: $i] :
      ( ( ( value @ ( in @ n1 @ SV12 ) @ n0 )
        = $false )
      | ( ( ~ ( value @ ( in @ n2 @ SV12 ) @ n0 )
          | ( value @ ( out @ n1 @ SV12 ) @ n0 ) )
        = $true )
      | ( ( type @ SV12 @ or )
        = $false )
      | ( ( mode @ SV12 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[286]) ).

thf(304,plain,
    ! [SV13: $i] :
      ( ( ( value @ ( out @ n1 @ SV13 ) @ n1 )
        = $false )
      | ( ( ( value @ ( in @ n1 @ SV13 ) @ n1 )
          | ( value @ ( in @ n2 @ SV13 ) @ n1 ) )
        = $true )
      | ( ( type @ SV13 @ or )
        = $false )
      | ( ( mode @ SV13 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[287]) ).

thf(305,plain,
    ! [SV14: $i] :
      ( ( ( value @ ( out @ n1 @ SV14 ) @ n0 )
        = $false )
      | ( ( value @ ( in @ n1 @ SV14 ) @ n0 )
        = $true )
      | ( ( type @ SV14 @ or )
        = $false )
      | ( ( mode @ SV14 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[288]) ).

thf(306,plain,
    ! [SV15: $i] :
      ( ( ( value @ ( out @ n1 @ SV15 ) @ n0 )
        = $false )
      | ( ( value @ ( in @ n2 @ SV15 ) @ n0 )
        = $true )
      | ( ( type @ SV15 @ or )
        = $false )
      | ( ( mode @ SV15 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[289]) ).

thf(307,plain,
    ! [SV16: $i] :
      ( ( ( value @ ( in @ n1 @ SV16 ) @ n0 )
        = $false )
      | ( ( value @ ( out @ n1 @ SV16 ) @ n1 )
        = $true )
      | ( ( type @ SV16 @ not )
        = $false )
      | ( ( mode @ SV16 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[290]) ).

thf(308,plain,
    ! [SV17: $i] :
      ( ( ( value @ ( in @ n1 @ SV17 ) @ n1 )
        = $false )
      | ( ( value @ ( out @ n1 @ SV17 ) @ n0 )
        = $true )
      | ( ( type @ SV17 @ not )
        = $false )
      | ( ( mode @ SV17 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[291]) ).

thf(309,plain,
    ! [SV18: $i] :
      ( ( ( value @ ( out @ n1 @ SV18 ) @ n0 )
        = $false )
      | ( ( value @ ( in @ n1 @ SV18 ) @ n1 )
        = $true )
      | ( ( type @ SV18 @ not )
        = $false )
      | ( ( mode @ SV18 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[292]) ).

thf(310,plain,
    ! [SV19: $i] :
      ( ( ( value @ ( out @ n1 @ SV19 ) @ n1 )
        = $false )
      | ( ( value @ ( in @ n1 @ SV19 ) @ n0 )
        = $true )
      | ( ( type @ SV19 @ not )
        = $false )
      | ( ( mode @ SV19 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[293]) ).

thf(311,plain,
    ! [SV6: $i,SV40: $i] :
      ( ( ( value @ ( in @ SV40 @ SV6 ) @ n0 )
        = $false )
      | ( ( value @ ( out @ n1 @ SV6 ) @ n0 )
        = $true )
      | ( ( type @ SV6 @ and )
        = $false )
      | ( ( mode @ SV6 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[297]) ).

thf(312,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( value @ ( in @ n2 @ SV7 ) @ n1 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV7 ) @ n1 )
        = $true )
      | ( ( value @ ( in @ n1 @ SV7 ) @ n1 )
        = $false )
      | ( ( type @ SV7 @ and )
        = $false )
      | ( ( mode @ SV7 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[298]) ).

thf(313,plain,
    ! [SV8: $i] :
      ( ( ( value @ ( in @ n1 @ SV8 ) @ n0 )
        = $true )
      | ( ( value @ ( in @ n2 @ SV8 ) @ n0 )
        = $true )
      | ( ( value @ ( out @ n1 @ SV8 ) @ n0 )
        = $false )
      | ( ( type @ SV8 @ and )
        = $false )
      | ( ( mode @ SV8 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[299]) ).

thf(314,plain,
    ! [SV11: $i,SV41: $i] :
      ( ( ( value @ ( in @ SV41 @ SV11 ) @ n1 )
        = $false )
      | ( ( value @ ( out @ n1 @ SV11 ) @ n1 )
        = $true )
      | ( ( type @ SV11 @ or )
        = $false )
      | ( ( mode @ SV11 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[302]) ).

thf(315,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( value @ ( in @ n2 @ SV12 ) @ n0 ) )
        = $true )
      | ( ( value @ ( out @ n1 @ SV12 ) @ n0 )
        = $true )
      | ( ( value @ ( in @ n1 @ SV12 ) @ n0 )
        = $false )
      | ( ( type @ SV12 @ or )
        = $false )
      | ( ( mode @ SV12 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[303]) ).

thf(316,plain,
    ! [SV13: $i] :
      ( ( ( value @ ( in @ n1 @ SV13 ) @ n1 )
        = $true )
      | ( ( value @ ( in @ n2 @ SV13 ) @ n1 )
        = $true )
      | ( ( value @ ( out @ n1 @ SV13 ) @ n1 )
        = $false )
      | ( ( type @ SV13 @ or )
        = $false )
      | ( ( mode @ SV13 @ ok )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[304]) ).

thf(317,plain,
    ! [SV7: $i] :
      ( ( ( value @ ( in @ n2 @ SV7 ) @ n1 )
        = $false )
      | ( ( value @ ( out @ n1 @ SV7 ) @ n1 )
        = $true )
      | ( ( value @ ( in @ n1 @ SV7 ) @ n1 )
        = $false )
      | ( ( type @ SV7 @ and )
        = $false )
      | ( ( mode @ SV7 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[312]) ).

thf(318,plain,
    ! [SV12: $i] :
      ( ( ( value @ ( in @ n2 @ SV12 ) @ n0 )
        = $false )
      | ( ( value @ ( out @ n1 @ SV12 ) @ n0 )
        = $true )
      | ( ( value @ ( in @ n1 @ SV12 ) @ n0 )
        = $false )
      | ( ( type @ SV12 @ or )
        = $false )
      | ( ( mode @ SV12 @ ok )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[315]) ).

thf(319,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[98,318,317,316,314,313,311,310,309,308,307,306,305,301,300,296,295,294,262,243,239,238,237,236,235,234,233,232,231,230,229,228,227,175,145,144,140,139,138,102,101,100,99]) ).

thf(320,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[319]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HWV005-1 : TPTP v8.1.0. Released v2.1.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n003.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Thu Jun 16 23:26:42 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.38  
% 0.13/0.38   No.of.Axioms: 42
% 0.13/0.38  
% 0.13/0.38   Length.of.Defs: 0
% 0.13/0.38  
% 0.13/0.38   Contains.Choice.Funs: false
% 0.13/0.39  .
% 0.13/0.40  (rf:0,axioms:42,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:44,loop_count:0,foatp_calls:0,translation:fof_full)............
% 0.47/0.65  
% 0.47/0.65  ********************************
% 0.47/0.65  *   All subproblems solved!    *
% 0.47/0.65  ********************************
% 0.47/0.65  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:42,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:319,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.47/0.69  
% 0.47/0.69  %**** Beginning of derivation protocol ****
% 0.47/0.69  % SZS output start CNFRefutation
% See solution above
% 0.47/0.69  
% 0.47/0.69  %**** End of derivation protocol ****
% 0.47/0.69  %**** no. of clauses in derivation: 320 ****
% 0.47/0.69  %**** clause counter: 319 ****
% 0.47/0.69  
% 0.47/0.69  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:42,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:319,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------