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

View Problem - Process Solution

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

% Computer : n019.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sun Jul 17 22:17:33 EDT 2022

% Result   : Unsatisfiable 0.20s 0.44s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   33
% Syntax   : Number of formulae    :  201 (  97 unt;  10 typ;   0 def)
%            Number of atoms       : 1062 ( 311 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 1515 ( 198   ~; 331   |;   0   &; 986   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   14 (  14   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  10 usr;   5 con; 0-3 aty)
%            Number of variables   :  418 (   0   ^ 418   !;   0   ?; 418   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_dissimilar,type,
    dissimilar: $i > $i > $i > $o ).

thf(tp_greater,type,
    greater: $i > $i > $o ).

thf(tp_greater_or_equal,type,
    greater_or_equal: $i > $i > $o ).

thf(tp_is_aligned,type,
    is_aligned: $i > $i > $o ).

thf(tp_organization,type,
    organization: $i > $o ).

thf(tp_sk1,type,
    sk1: $i ).

thf(tp_sk2,type,
    sk2: $i ).

thf(tp_sk3,type,
    sk3: $i ).

thf(tp_smaller,type,
    smaller: $i > $i > $o ).

thf(tp_smaller_or_equal,type,
    smaller_or_equal: $i > $i > $o ).

thf(1,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( is_aligned @ A @ B )
      | ( is_aligned @ A @ B )
      | ( dissimilar @ A @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_35) ).

thf(2,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( is_aligned @ A @ B )
      | ( is_aligned @ A @ C )
      | ( dissimilar @ A @ C @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_34) ).

thf(3,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( is_aligned @ A @ B )
      | ( is_aligned @ A @ C )
      | ( dissimilar @ A @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_33) ).

thf(4,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( is_aligned @ A @ B )
      | ( is_aligned @ A @ B )
      | ( dissimilar @ A @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_32) ).

thf(5,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( dissimilar @ A @ B @ C )
      | ~ ( is_aligned @ A @ B )
      | ~ ( is_aligned @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_31) ).

thf(6,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( dissimilar @ A @ B @ C )
      | ( is_aligned @ A @ B )
      | ( is_aligned @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_30) ).

thf(7,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( dissimilar @ A @ B @ C )
      | ( organization @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_2_29) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ( smaller @ A @ B )
      | ( A = B )
      | ( greater @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_comparable_11) ).

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

thf(10,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ~ ( greater @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_strict_9) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( smaller @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_8) ).

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller @ A @ B )
      | ( greater @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_7) ).

thf(13,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal_6) ).

thf(14,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal_5) ).

thf(15,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater_or_equal @ A @ B )
      | ( greater @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal_4) ).

thf(16,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( smaller_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal_3) ).

thf(17,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller @ A @ B )
      | ( smaller_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal_2) ).

thf(18,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller_or_equal @ A @ B )
      | ( smaller @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal_1) ).

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

thf(20,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[19]) ).

thf(21,negated_conjecture,
    ( ~ ( dissimilar @ sk1 @ sk3 @ sk2 )
    | ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_7_39) ).

thf(22,negated_conjecture,
    ( ~ ( dissimilar @ sk1 @ sk3 @ sk2 )
    | ( dissimilar @ sk1 @ sk3 @ sk2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_7_38) ).

thf(23,negated_conjecture,
    ( ( dissimilar @ sk1 @ sk2 @ sk3 )
    | ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_7_37) ).

thf(24,negated_conjecture,
    ( ( dissimilar @ sk1 @ sk2 @ sk3 )
    | ( dissimilar @ sk1 @ sk3 @ sk2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_7_36) ).

thf(25,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[20]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( is_aligned @ A @ B )
          | ( is_aligned @ A @ B )
          | ( dissimilar @ A @ C @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(27,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( is_aligned @ A @ B )
          | ( is_aligned @ A @ C )
          | ( dissimilar @ A @ C @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(28,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( is_aligned @ A @ B )
          | ( is_aligned @ A @ C )
          | ( dissimilar @ A @ B @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(29,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( is_aligned @ A @ B )
          | ( is_aligned @ A @ B )
          | ( dissimilar @ A @ B @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(30,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( dissimilar @ A @ B @ C )
          | ~ ( is_aligned @ A @ B )
          | ~ ( is_aligned @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(31,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( dissimilar @ A @ B @ C )
          | ( is_aligned @ A @ B )
          | ( is_aligned @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(32,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( dissimilar @ A @ B @ C )
          | ( organization @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(33,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( smaller @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

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

thf(35,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(36,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( smaller @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(37,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( greater @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(38,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(39,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(40,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( greater @ A @ B )
          | ( A = B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(41,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(42,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

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

thf(44,plain,
    ( ( ~ ( dissimilar @ sk1 @ sk3 @ sk2 )
      | ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(45,plain,
    ( ( ~ ( dissimilar @ sk1 @ sk3 @ sk2 )
      | ( dissimilar @ sk1 @ sk3 @ sk2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(46,plain,
    ( ( ( dissimilar @ sk1 @ sk2 @ sk3 )
      | ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(47,plain,
    ( ( ( dissimilar @ sk1 @ sk2 @ sk3 )
      | ( dissimilar @ sk1 @ sk3 @ sk2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

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

thf(49,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] : ( dissimilar @ A @ C @ B )
              | ( is_aligned @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(50,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] :
                  ( ( dissimilar @ A @ C @ B )
                  | ( is_aligned @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(51,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] :
                  ( ( dissimilar @ A @ B @ C )
                  | ( is_aligned @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[28]) ).

thf(52,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] : ( dissimilar @ A @ B @ C )
              | ( is_aligned @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(53,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ~ ( dissimilar @ A @ B @ C )
          | ( organization @ A ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(54,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(55,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[38]) ).

thf(56,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(57,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(58,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( A = B )
          | ( smaller @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(59,plain,
    $true = $true,
    inference(extcnf_combined,[status(esa)],[45]) ).

thf(60,plain,
    $true = $true,
    inference(extcnf_combined,[status(esa)],[46]) ).

thf(61,plain,
    ( ( ( dissimilar @ sk1 @ sk2 @ sk3 )
      | ( dissimilar @ sk1 @ sk3 @ sk2 ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(62,plain,
    $true = $true,
    inference(copy,[status(thm)],[60]) ).

thf(63,plain,
    $true = $true,
    inference(copy,[status(thm)],[59]) ).

thf(64,plain,
    ( ( ~ ( dissimilar @ sk1 @ sk3 @ sk2 )
      | ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(65,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( A = B )
          | ( smaller @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(66,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(67,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(68,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(69,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(70,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(71,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( greater @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(72,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( smaller @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(73,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

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

thf(75,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( smaller @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(76,plain,
    ( ( ! [A: $i] :
          ( ! [B: $i,C: $i] :
              ~ ( dissimilar @ A @ B @ C )
          | ( organization @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(77,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( dissimilar @ A @ B @ C )
          | ( is_aligned @ A @ B )
          | ( is_aligned @ A @ C ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(78,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( dissimilar @ A @ B @ C )
          | ~ ( is_aligned @ A @ B )
          | ~ ( is_aligned @ A @ C ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(79,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] : ( dissimilar @ A @ B @ C )
              | ( is_aligned @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

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

thf(81,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] :
                  ( ( dissimilar @ A @ C @ B )
                  | ( is_aligned @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(82,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( is_aligned @ A @ B )
              | ! [C: $i] : ( dissimilar @ A @ C @ B )
              | ( is_aligned @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

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

thf(84,plain,
    ( ( ( dissimilar @ sk1 @ sk2 @ sk3 )
      = $true )
    | ( ( dissimilar @ sk1 @ sk3 @ sk2 )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[61]) ).

thf(85,plain,
    ( ( ( ~ ( dissimilar @ sk1 @ sk3 @ sk2 ) )
      = $true )
    | ( ( ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[64]) ).

thf(86,plain,
    ! [SV1: $i] :
      ( ( ! [SY44: $i] :
            ( ~ ( smaller_or_equal @ SV1 @ SY44 )
            | ( SV1 = SY44 )
            | ( smaller @ SV1 @ SY44 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(87,plain,
    ! [SV2: $i] :
      ( ( ! [SY45: $i] :
            ( ~ ( smaller @ SV2 @ SY45 )
            | ( smaller_or_equal @ SV2 @ SY45 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(88,plain,
    ! [SV3: $i] :
      ( ( ! [SY46: $i] :
            ( ( SV3 != SY46 )
            | ( smaller_or_equal @ SV3 @ SY46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(89,plain,
    ! [SV4: $i] :
      ( ( ! [SY47: $i] :
            ( ~ ( greater_or_equal @ SV4 @ SY47 )
            | ( SV4 = SY47 )
            | ( greater @ SV4 @ SY47 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(90,plain,
    ! [SV5: $i] :
      ( ( ! [SY48: $i] :
            ( ~ ( greater @ SV5 @ SY48 )
            | ( greater_or_equal @ SV5 @ SY48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(91,plain,
    ! [SV6: $i] :
      ( ( ! [SY49: $i] :
            ( ( SV6 != SY49 )
            | ( greater_or_equal @ SV6 @ SY49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(92,plain,
    ! [SV7: $i] :
      ( ( ! [SY50: $i] :
            ( ~ ( smaller @ SV7 @ SY50 )
            | ( greater @ SY50 @ SV7 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(93,plain,
    ! [SV8: $i] :
      ( ( ! [SY51: $i] :
            ( ~ ( greater @ SV8 @ SY51 )
            | ( smaller @ SY51 @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(94,plain,
    ! [SV9: $i] :
      ( ( ! [SY52: $i] :
            ( ~ ( greater @ SV9 @ SY52 )
            | ~ ( greater @ SY52 @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(95,plain,
    ! [SV10: $i] :
      ( ( ! [SY53: $i] :
            ( ~ ( greater @ SV10 @ SY53 )
            | ! [SY54: $i] :
                ( ~ ( greater @ SY53 @ SY54 )
                | ( greater @ SV10 @ SY54 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(96,plain,
    ! [SV11: $i] :
      ( ( ! [SY55: $i] :
            ( ( smaller @ SV11 @ SY55 )
            | ( SV11 = SY55 )
            | ( greater @ SV11 @ SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(97,plain,
    ! [SV12: $i] :
      ( ( ! [SY56: $i,SY57: $i] :
            ~ ( dissimilar @ SV12 @ SY56 @ SY57 )
        | ( organization @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(98,plain,
    ! [SV13: $i] :
      ( ( ! [SY58: $i,SY59: $i] :
            ( ~ ( dissimilar @ SV13 @ SY58 @ SY59 )
            | ( is_aligned @ SV13 @ SY58 )
            | ( is_aligned @ SV13 @ SY59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(99,plain,
    ! [SV14: $i] :
      ( ( ! [SY60: $i,SY61: $i] :
            ( ~ ( dissimilar @ SV14 @ SY60 @ SY61 )
            | ~ ( is_aligned @ SV14 @ SY60 )
            | ~ ( is_aligned @ SV14 @ SY61 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(100,plain,
    ! [SV15: $i] :
      ( ( ~ ( organization @ SV15 )
        | ! [SY62: $i] :
            ( ~ ( is_aligned @ SV15 @ SY62 )
            | ! [SY63: $i] : ( dissimilar @ SV15 @ SY62 @ SY63 )
            | ( is_aligned @ SV15 @ SY62 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(101,plain,
    ! [SV16: $i] :
      ( ( ~ ( organization @ SV16 )
        | ! [SY64: $i] :
            ( ~ ( is_aligned @ SV16 @ SY64 )
            | ! [SY65: $i] :
                ( ( dissimilar @ SV16 @ SY64 @ SY65 )
                | ( is_aligned @ SV16 @ SY65 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(102,plain,
    ! [SV17: $i] :
      ( ( ~ ( organization @ SV17 )
        | ! [SY66: $i] :
            ( ~ ( is_aligned @ SV17 @ SY66 )
            | ! [SY67: $i] :
                ( ( dissimilar @ SV17 @ SY67 @ SY66 )
                | ( is_aligned @ SV17 @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(103,plain,
    ! [SV18: $i] :
      ( ( ~ ( organization @ SV18 )
        | ! [SY68: $i] :
            ( ~ ( is_aligned @ SV18 @ SY68 )
            | ! [SY69: $i] : ( dissimilar @ SV18 @ SY69 @ SY68 )
            | ( is_aligned @ SV18 @ SY68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(104,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[83]) ).

thf(105,plain,
    ( ( ( dissimilar @ sk1 @ sk3 @ sk2 )
      = $false )
    | ( ( ~ ( dissimilar @ sk1 @ sk2 @ sk3 ) )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(106,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ~ ( smaller_or_equal @ SV1 @ SV19 )
        | ( SV1 = SV19 )
        | ( smaller @ SV1 @ SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(107,plain,
    ! [SV20: $i,SV2: $i] :
      ( ( ~ ( smaller @ SV2 @ SV20 )
        | ( smaller_or_equal @ SV2 @ SV20 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(108,plain,
    ! [SV21: $i,SV3: $i] :
      ( ( ( SV3 != SV21 )
        | ( smaller_or_equal @ SV3 @ SV21 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(109,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ~ ( greater_or_equal @ SV4 @ SV22 )
        | ( SV4 = SV22 )
        | ( greater @ SV4 @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(110,plain,
    ! [SV23: $i,SV5: $i] :
      ( ( ~ ( greater @ SV5 @ SV23 )
        | ( greater_or_equal @ SV5 @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(111,plain,
    ! [SV24: $i,SV6: $i] :
      ( ( ( SV6 != SV24 )
        | ( greater_or_equal @ SV6 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(112,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ~ ( smaller @ SV7 @ SV25 )
        | ( greater @ SV25 @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(113,plain,
    ! [SV26: $i,SV8: $i] :
      ( ( ~ ( greater @ SV8 @ SV26 )
        | ( smaller @ SV26 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(114,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ~ ( greater @ SV9 @ SV27 )
        | ~ ( greater @ SV27 @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(115,plain,
    ! [SV28: $i,SV10: $i] :
      ( ( ~ ( greater @ SV10 @ SV28 )
        | ! [SY70: $i] :
            ( ~ ( greater @ SV28 @ SY70 )
            | ( greater @ SV10 @ SY70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(116,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ( smaller @ SV11 @ SV29 )
        | ( SV11 = SV29 )
        | ( greater @ SV11 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(117,plain,
    ! [SV12: $i] :
      ( ( ( ! [SY56: $i,SY57: $i] :
              ~ ( dissimilar @ SV12 @ SY56 @ SY57 ) )
        = $true )
      | ( ( organization @ SV12 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(118,plain,
    ! [SV30: $i,SV13: $i] :
      ( ( ! [SY71: $i] :
            ( ~ ( dissimilar @ SV13 @ SV30 @ SY71 )
            | ( is_aligned @ SV13 @ SV30 )
            | ( is_aligned @ SV13 @ SY71 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(119,plain,
    ! [SV31: $i,SV14: $i] :
      ( ( ! [SY72: $i] :
            ( ~ ( dissimilar @ SV14 @ SV31 @ SY72 )
            | ~ ( is_aligned @ SV14 @ SV31 )
            | ~ ( is_aligned @ SV14 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(120,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( organization @ SV15 ) )
        = $true )
      | ( ( ! [SY62: $i] :
              ( ~ ( is_aligned @ SV15 @ SY62 )
              | ! [SY63: $i] : ( dissimilar @ SV15 @ SY62 @ SY63 )
              | ( is_aligned @ SV15 @ SY62 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(121,plain,
    ! [SV16: $i] :
      ( ( ( ~ ( organization @ SV16 ) )
        = $true )
      | ( ( ! [SY64: $i] :
              ( ~ ( is_aligned @ SV16 @ SY64 )
              | ! [SY65: $i] :
                  ( ( dissimilar @ SV16 @ SY64 @ SY65 )
                  | ( is_aligned @ SV16 @ SY65 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[101]) ).

thf(122,plain,
    ! [SV17: $i] :
      ( ( ( ~ ( organization @ SV17 ) )
        = $true )
      | ( ( ! [SY66: $i] :
              ( ~ ( is_aligned @ SV17 @ SY66 )
              | ! [SY67: $i] :
                  ( ( dissimilar @ SV17 @ SY67 @ SY66 )
                  | ( is_aligned @ SV17 @ SY67 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(123,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( ! [SY68: $i] :
              ( ~ ( is_aligned @ SV18 @ SY68 )
              | ! [SY69: $i] : ( dissimilar @ SV18 @ SY69 @ SY68 )
              | ( is_aligned @ SV18 @ SY68 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(124,plain,
    ( ( ( dissimilar @ sk1 @ sk2 @ sk3 )
      = $false )
    | ( ( dissimilar @ sk1 @ sk3 @ sk2 )
      = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(125,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV1 @ SV19 ) )
        = $true )
      | ( ( ( SV1 = SV19 )
          | ( smaller @ SV1 @ SV19 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[106]) ).

thf(126,plain,
    ! [SV20: $i,SV2: $i] :
      ( ( ( ~ ( smaller @ SV2 @ SV20 ) )
        = $true )
      | ( ( smaller_or_equal @ SV2 @ SV20 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[107]) ).

thf(127,plain,
    ! [SV21: $i,SV3: $i] :
      ( ( ( ( SV3 != SV21 ) )
        = $true )
      | ( ( smaller_or_equal @ SV3 @ SV21 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(128,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ( ~ ( greater_or_equal @ SV4 @ SV22 ) )
        = $true )
      | ( ( ( SV4 = SV22 )
          | ( greater @ SV4 @ SV22 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(129,plain,
    ! [SV23: $i,SV5: $i] :
      ( ( ( ~ ( greater @ SV5 @ SV23 ) )
        = $true )
      | ( ( greater_or_equal @ SV5 @ SV23 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[110]) ).

thf(130,plain,
    ! [SV24: $i,SV6: $i] :
      ( ( ( ( SV6 != SV24 ) )
        = $true )
      | ( ( greater_or_equal @ SV6 @ SV24 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

thf(131,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ( ~ ( smaller @ SV7 @ SV25 ) )
        = $true )
      | ( ( greater @ SV25 @ SV7 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(132,plain,
    ! [SV26: $i,SV8: $i] :
      ( ( ( ~ ( greater @ SV8 @ SV26 ) )
        = $true )
      | ( ( smaller @ SV26 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(133,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( ~ ( greater @ SV9 @ SV27 ) )
        = $true )
      | ( ( ~ ( greater @ SV27 @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(134,plain,
    ! [SV28: $i,SV10: $i] :
      ( ( ( ~ ( greater @ SV10 @ SV28 ) )
        = $true )
      | ( ( ! [SY70: $i] :
              ( ~ ( greater @ SV28 @ SY70 )
              | ( greater @ SV10 @ SY70 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[115]) ).

thf(135,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ( smaller @ SV11 @ SV29 )
        = $true )
      | ( ( ( SV11 = SV29 )
          | ( greater @ SV11 @ SV29 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(136,plain,
    ! [SV32: $i,SV12: $i] :
      ( ( ( ! [SY73: $i] :
              ~ ( dissimilar @ SV12 @ SV32 @ SY73 ) )
        = $true )
      | ( ( organization @ SV12 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(137,plain,
    ! [SV33: $i,SV30: $i,SV13: $i] :
      ( ( ~ ( dissimilar @ SV13 @ SV30 @ SV33 )
        | ( is_aligned @ SV13 @ SV30 )
        | ( is_aligned @ SV13 @ SV33 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(138,plain,
    ! [SV34: $i,SV31: $i,SV14: $i] :
      ( ( ~ ( dissimilar @ SV14 @ SV31 @ SV34 )
        | ~ ( is_aligned @ SV14 @ SV31 )
        | ~ ( is_aligned @ SV14 @ SV34 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(139,plain,
    ! [SV15: $i] :
      ( ( ( organization @ SV15 )
        = $false )
      | ( ( ! [SY62: $i] :
              ( ~ ( is_aligned @ SV15 @ SY62 )
              | ! [SY63: $i] : ( dissimilar @ SV15 @ SY62 @ SY63 )
              | ( is_aligned @ SV15 @ SY62 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(140,plain,
    ! [SV16: $i] :
      ( ( ( organization @ SV16 )
        = $false )
      | ( ( ! [SY64: $i] :
              ( ~ ( is_aligned @ SV16 @ SY64 )
              | ! [SY65: $i] :
                  ( ( dissimilar @ SV16 @ SY64 @ SY65 )
                  | ( is_aligned @ SV16 @ SY65 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(141,plain,
    ! [SV17: $i] :
      ( ( ( organization @ SV17 )
        = $false )
      | ( ( ! [SY66: $i] :
              ( ~ ( is_aligned @ SV17 @ SY66 )
              | ! [SY67: $i] :
                  ( ( dissimilar @ SV17 @ SY67 @ SY66 )
                  | ( is_aligned @ SV17 @ SY67 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[122]) ).

thf(142,plain,
    ! [SV18: $i] :
      ( ( ( organization @ SV18 )
        = $false )
      | ( ( ! [SY68: $i] :
              ( ~ ( is_aligned @ SV18 @ SY68 )
              | ! [SY69: $i] : ( dissimilar @ SV18 @ SY69 @ SY68 )
              | ( is_aligned @ SV18 @ SY68 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[123]) ).

thf(143,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ( smaller_or_equal @ SV1 @ SV19 )
        = $false )
      | ( ( ( SV1 = SV19 )
          | ( smaller @ SV1 @ SV19 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(144,plain,
    ! [SV20: $i,SV2: $i] :
      ( ( ( smaller @ SV2 @ SV20 )
        = $false )
      | ( ( smaller_or_equal @ SV2 @ SV20 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[126]) ).

thf(145,plain,
    ! [SV21: $i,SV3: $i] :
      ( ( ( SV3 = SV21 )
        = $false )
      | ( ( smaller_or_equal @ SV3 @ SV21 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(146,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ( greater_or_equal @ SV4 @ SV22 )
        = $false )
      | ( ( ( SV4 = SV22 )
          | ( greater @ SV4 @ SV22 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(147,plain,
    ! [SV23: $i,SV5: $i] :
      ( ( ( greater @ SV5 @ SV23 )
        = $false )
      | ( ( greater_or_equal @ SV5 @ SV23 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(148,plain,
    ! [SV24: $i,SV6: $i] :
      ( ( ( SV6 = SV24 )
        = $false )
      | ( ( greater_or_equal @ SV6 @ SV24 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(149,plain,
    ! [SV25: $i,SV7: $i] :
      ( ( ( smaller @ SV7 @ SV25 )
        = $false )
      | ( ( greater @ SV25 @ SV7 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(150,plain,
    ! [SV26: $i,SV8: $i] :
      ( ( ( greater @ SV8 @ SV26 )
        = $false )
      | ( ( smaller @ SV26 @ SV8 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(151,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( greater @ SV9 @ SV27 )
        = $false )
      | ( ( ~ ( greater @ SV27 @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[133]) ).

thf(152,plain,
    ! [SV28: $i,SV10: $i] :
      ( ( ( greater @ SV10 @ SV28 )
        = $false )
      | ( ( ! [SY70: $i] :
              ( ~ ( greater @ SV28 @ SY70 )
              | ( greater @ SV10 @ SY70 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(153,plain,
    ! [SV29: $i,SV11: $i] :
      ( ( ( SV11 = SV29 )
        = $true )
      | ( ( greater @ SV11 @ SV29 )
        = $true )
      | ( ( smaller @ SV11 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[135]) ).

thf(154,plain,
    ! [SV35: $i,SV32: $i,SV12: $i] :
      ( ( ( ~ ( dissimilar @ SV12 @ SV32 @ SV35 ) )
        = $true )
      | ( ( organization @ SV12 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(155,plain,
    ! [SV33: $i,SV30: $i,SV13: $i] :
      ( ( ( ~ ( dissimilar @ SV13 @ SV30 @ SV33 ) )
        = $true )
      | ( ( ( is_aligned @ SV13 @ SV30 )
          | ( is_aligned @ SV13 @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[137]) ).

thf(156,plain,
    ! [SV34: $i,SV31: $i,SV14: $i] :
      ( ( ( ~ ( dissimilar @ SV14 @ SV31 @ SV34 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV14 @ SV31 )
          | ~ ( is_aligned @ SV14 @ SV34 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[138]) ).

thf(157,plain,
    ! [SV36: $i,SV15: $i] :
      ( ( ( ~ ( is_aligned @ SV15 @ SV36 )
          | ! [SY74: $i] : ( dissimilar @ SV15 @ SV36 @ SY74 )
          | ( is_aligned @ SV15 @ SV36 ) )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(158,plain,
    ! [SV37: $i,SV16: $i] :
      ( ( ( ~ ( is_aligned @ SV16 @ SV37 )
          | ! [SY75: $i] :
              ( ( dissimilar @ SV16 @ SV37 @ SY75 )
              | ( is_aligned @ SV16 @ SY75 ) ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(159,plain,
    ! [SV38: $i,SV17: $i] :
      ( ( ( ~ ( is_aligned @ SV17 @ SV38 )
          | ! [SY76: $i] :
              ( ( dissimilar @ SV17 @ SY76 @ SV38 )
              | ( is_aligned @ SV17 @ SY76 ) ) )
        = $true )
      | ( ( organization @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(160,plain,
    ! [SV39: $i,SV18: $i] :
      ( ( ( ~ ( is_aligned @ SV18 @ SV39 )
          | ! [SY77: $i] : ( dissimilar @ SV18 @ SY77 @ SV39 )
          | ( is_aligned @ SV18 @ SV39 ) )
        = $true )
      | ( ( organization @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(161,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ( SV1 = SV19 )
        = $true )
      | ( ( smaller @ SV1 @ SV19 )
        = $true )
      | ( ( smaller_or_equal @ SV1 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[143]) ).

thf(162,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ( SV4 = SV22 )
        = $true )
      | ( ( greater @ SV4 @ SV22 )
        = $true )
      | ( ( greater_or_equal @ SV4 @ SV22 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

thf(163,plain,
    ! [SV9: $i,SV27: $i] :
      ( ( ( greater @ SV27 @ SV9 )
        = $false )
      | ( ( greater @ SV9 @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

thf(164,plain,
    ! [SV10: $i,SV40: $i,SV28: $i] :
      ( ( ( ~ ( greater @ SV28 @ SV40 )
          | ( greater @ SV10 @ SV40 ) )
        = $true )
      | ( ( greater @ SV10 @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(165,plain,
    ! [SV35: $i,SV32: $i,SV12: $i] :
      ( ( ( dissimilar @ SV12 @ SV32 @ SV35 )
        = $false )
      | ( ( organization @ SV12 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(166,plain,
    ! [SV33: $i,SV30: $i,SV13: $i] :
      ( ( ( dissimilar @ SV13 @ SV30 @ SV33 )
        = $false )
      | ( ( ( is_aligned @ SV13 @ SV30 )
          | ( is_aligned @ SV13 @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[155]) ).

thf(167,plain,
    ! [SV34: $i,SV31: $i,SV14: $i] :
      ( ( ( dissimilar @ SV14 @ SV31 @ SV34 )
        = $false )
      | ( ( ~ ( is_aligned @ SV14 @ SV31 )
          | ~ ( is_aligned @ SV14 @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(168,plain,
    ! [SV36: $i,SV15: $i] :
      ( ( ( ~ ( is_aligned @ SV15 @ SV36 ) )
        = $true )
      | ( ( ! [SY74: $i] : ( dissimilar @ SV15 @ SV36 @ SY74 )
          | ( is_aligned @ SV15 @ SV36 ) )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[157]) ).

thf(169,plain,
    ! [SV37: $i,SV16: $i] :
      ( ( ( ~ ( is_aligned @ SV16 @ SV37 ) )
        = $true )
      | ( ( ! [SY75: $i] :
              ( ( dissimilar @ SV16 @ SV37 @ SY75 )
              | ( is_aligned @ SV16 @ SY75 ) ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[158]) ).

thf(170,plain,
    ! [SV38: $i,SV17: $i] :
      ( ( ( ~ ( is_aligned @ SV17 @ SV38 ) )
        = $true )
      | ( ( ! [SY76: $i] :
              ( ( dissimilar @ SV17 @ SY76 @ SV38 )
              | ( is_aligned @ SV17 @ SY76 ) ) )
        = $true )
      | ( ( organization @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[159]) ).

thf(171,plain,
    ! [SV39: $i,SV18: $i] :
      ( ( ( ~ ( is_aligned @ SV18 @ SV39 ) )
        = $true )
      | ( ( ! [SY77: $i] : ( dissimilar @ SV18 @ SY77 @ SV39 )
          | ( is_aligned @ SV18 @ SV39 ) )
        = $true )
      | ( ( organization @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(172,plain,
    ! [SV10: $i,SV40: $i,SV28: $i] :
      ( ( ( ~ ( greater @ SV28 @ SV40 ) )
        = $true )
      | ( ( greater @ SV10 @ SV40 )
        = $true )
      | ( ( greater @ SV10 @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[164]) ).

thf(173,plain,
    ! [SV33: $i,SV30: $i,SV13: $i] :
      ( ( ( is_aligned @ SV13 @ SV30 )
        = $true )
      | ( ( is_aligned @ SV13 @ SV33 )
        = $true )
      | ( ( dissimilar @ SV13 @ SV30 @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

thf(174,plain,
    ! [SV34: $i,SV31: $i,SV14: $i] :
      ( ( ( ~ ( is_aligned @ SV14 @ SV31 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV14 @ SV34 ) )
        = $true )
      | ( ( dissimilar @ SV14 @ SV31 @ SV34 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[167]) ).

thf(175,plain,
    ! [SV36: $i,SV15: $i] :
      ( ( ( is_aligned @ SV15 @ SV36 )
        = $false )
      | ( ( ! [SY74: $i] : ( dissimilar @ SV15 @ SV36 @ SY74 )
          | ( is_aligned @ SV15 @ SV36 ) )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[168]) ).

thf(176,plain,
    ! [SV37: $i,SV16: $i] :
      ( ( ( is_aligned @ SV16 @ SV37 )
        = $false )
      | ( ( ! [SY75: $i] :
              ( ( dissimilar @ SV16 @ SV37 @ SY75 )
              | ( is_aligned @ SV16 @ SY75 ) ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

thf(177,plain,
    ! [SV38: $i,SV17: $i] :
      ( ( ( is_aligned @ SV17 @ SV38 )
        = $false )
      | ( ( ! [SY76: $i] :
              ( ( dissimilar @ SV17 @ SY76 @ SV38 )
              | ( is_aligned @ SV17 @ SY76 ) ) )
        = $true )
      | ( ( organization @ SV17 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(178,plain,
    ! [SV39: $i,SV18: $i] :
      ( ( ( is_aligned @ SV18 @ SV39 )
        = $false )
      | ( ( ! [SY77: $i] : ( dissimilar @ SV18 @ SY77 @ SV39 )
          | ( is_aligned @ SV18 @ SV39 ) )
        = $true )
      | ( ( organization @ SV18 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(179,plain,
    ! [SV10: $i,SV40: $i,SV28: $i] :
      ( ( ( greater @ SV28 @ SV40 )
        = $false )
      | ( ( greater @ SV10 @ SV40 )
        = $true )
      | ( ( greater @ SV10 @ SV28 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(180,plain,
    ! [SV34: $i,SV31: $i,SV14: $i] :
      ( ( ( is_aligned @ SV14 @ SV31 )
        = $false )
      | ( ( ~ ( is_aligned @ SV14 @ SV34 ) )
        = $true )
      | ( ( dissimilar @ SV14 @ SV31 @ SV34 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(181,plain,
    ! [SV36: $i,SV15: $i] :
      ( ( ( ! [SY74: $i] : ( dissimilar @ SV15 @ SV36 @ SY74 ) )
        = $true )
      | ( ( is_aligned @ SV15 @ SV36 )
        = $true )
      | ( ( is_aligned @ SV15 @ SV36 )
        = $false )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[175]) ).

thf(182,plain,
    ! [SV41: $i,SV37: $i,SV16: $i] :
      ( ( ( ( dissimilar @ SV16 @ SV37 @ SV41 )
          | ( is_aligned @ SV16 @ SV41 ) )
        = $true )
      | ( ( is_aligned @ SV16 @ SV37 )
        = $false )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(183,plain,
    ! [SV38: $i,SV42: $i,SV17: $i] :
      ( ( ( ( dissimilar @ SV17 @ SV42 @ SV38 )
          | ( is_aligned @ SV17 @ SV42 ) )
        = $true )
      | ( ( is_aligned @ SV17 @ SV38 )
        = $false )
      | ( ( organization @ SV17 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(184,plain,
    ! [SV39: $i,SV18: $i] :
      ( ( ( ! [SY77: $i] : ( dissimilar @ SV18 @ SY77 @ SV39 ) )
        = $true )
      | ( ( is_aligned @ SV18 @ SV39 )
        = $true )
      | ( ( is_aligned @ SV18 @ SV39 )
        = $false )
      | ( ( organization @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[178]) ).

thf(185,plain,
    ! [SV31: $i,SV34: $i,SV14: $i] :
      ( ( ( is_aligned @ SV14 @ SV34 )
        = $false )
      | ( ( is_aligned @ SV14 @ SV31 )
        = $false )
      | ( ( dissimilar @ SV14 @ SV31 @ SV34 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(186,plain,
    ! [SV43: $i,SV36: $i,SV15: $i] :
      ( ( ( dissimilar @ SV15 @ SV36 @ SV43 )
        = $true )
      | ( ( is_aligned @ SV15 @ SV36 )
        = $true )
      | ( ( is_aligned @ SV15 @ SV36 )
        = $false )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(187,plain,
    ! [SV41: $i,SV37: $i,SV16: $i] :
      ( ( ( dissimilar @ SV16 @ SV37 @ SV41 )
        = $true )
      | ( ( is_aligned @ SV16 @ SV41 )
        = $true )
      | ( ( is_aligned @ SV16 @ SV37 )
        = $false )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(188,plain,
    ! [SV38: $i,SV42: $i,SV17: $i] :
      ( ( ( dissimilar @ SV17 @ SV42 @ SV38 )
        = $true )
      | ( ( is_aligned @ SV17 @ SV42 )
        = $true )
      | ( ( is_aligned @ SV17 @ SV38 )
        = $false )
      | ( ( organization @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[183]) ).

thf(189,plain,
    ! [SV39: $i,SV44: $i,SV18: $i] :
      ( ( ( dissimilar @ SV18 @ SV44 @ SV39 )
        = $true )
      | ( ( is_aligned @ SV18 @ SV39 )
        = $true )
      | ( ( is_aligned @ SV18 @ SV39 )
        = $false )
      | ( ( organization @ SV18 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(190,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[62,189,188,187,186,185,179,173,165,163,162,161,153,150,149,148,147,145,144,124,104,84,63]) ).

thf(191,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[190]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : MGT053-1 : TPTP v8.1.0. Released v2.4.0.
% 0.07/0.14  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n019.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  9 11:29:10 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  
% 0.13/0.36   No.of.Axioms: 22
% 0.13/0.36  
% 0.13/0.36   Length.of.Defs: 0
% 0.13/0.36  
% 0.13/0.36   Contains.Choice.Funs: false
% 0.13/0.37  (rf:0,axioms:22,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:24,loop_count:0,foatp_calls:0,translation:fof_full).........
% 0.20/0.44  
% 0.20/0.44  ********************************
% 0.20/0.44  *   All subproblems solved!    *
% 0.20/0.44  ********************************
% 0.20/0.44  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:22,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:190,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.45  
% 0.20/0.45  %**** Beginning of derivation protocol ****
% 0.20/0.45  % SZS output start CNFRefutation
% See solution above
% 0.20/0.45  
% 0.20/0.45  %**** End of derivation protocol ****
% 0.20/0.45  %**** no. of clauses in derivation: 191 ****
% 0.20/0.45  %**** clause counter: 190 ****
% 0.20/0.45  
% 0.20/0.45  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:22,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:190,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------