TSTP Solution File: AGT001+2 by iProverMo---2.5-0.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProverMo---2.5-0.1
% Problem  : AGT001+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : iprover_modulo %s %d

% Computer : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Thu Jul 14 11:59:15 EDT 2022

% Result   : Theorem 0.20s 0.52s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named input)

% Comments : 
%------------------------------------------------------------------------------
% Axioms transformation by autotheo
% Orienting (remaining) axiom formulas using strategy Equiv(ClausalAll)
% Orienting axioms whose shape is orientable
fof(less_successor,axiom,
    ! [X,Y,Z] :
      ( ( sum(X,n1,Y)
        & less(Z,Y) )
     => less_or_equal(Z,X) ),
    input ).

fof(less_successor_0,plain,
    ! [X,Y,Z] :
      ( less_or_equal(Z,X)
      | ~ ( sum(X,n1,Y)
          & less(Z,Y) ) ),
    inference(orientation,[status(thm)],[less_successor]) ).

fof(less_or_equal,axiom,
    ! [X,Y] :
      ( less_or_equal(X,Y)
    <=> ( less(X,Y)
        | X = Y ) ),
    input ).

fof(less_or_equal_0,plain,
    ! [X,Y] :
      ( less_or_equal(X,Y)
      | ~ ( less(X,Y)
          | X = Y ) ),
    inference(orientation,[status(thm)],[less_or_equal]) ).

fof(less_or_equal_1,plain,
    ! [X,Y] :
      ( ~ less_or_equal(X,Y)
      | less(X,Y)
      | X = Y ),
    inference(orientation,[status(thm)],[less_or_equal]) ).

fof(less_property,axiom,
    ! [X,Y] :
      ( less(X,Y)
    <=> ( ~ less(Y,X)
        & Y != X ) ),
    input ).

fof(less_property_0,plain,
    ! [X,Y] :
      ( less(X,Y)
      | ~ ( ~ less(Y,X)
          & Y != X ) ),
    inference(orientation,[status(thm)],[less_property]) ).

fof(less_property_1,plain,
    ! [X,Y] :
      ( ~ less(X,Y)
      | ( ~ less(Y,X)
        & Y != X ) ),
    inference(orientation,[status(thm)],[less_property]) ).

fof(less_entry_point_neg_neg,axiom,
    ! [X,Y,RDN_X,RDN_Y] :
      ( ( rdn_translate(X,rdn_neg(RDN_X))
        & rdn_translate(Y,rdn_neg(RDN_Y))
        & rdn_positive_less(RDN_Y,RDN_X) )
     => less(X,Y) ),
    input ).

fof(less_entry_point_neg_neg_0,plain,
    ! [RDN_X,RDN_Y,X,Y] :
      ( less(X,Y)
      | ~ ( rdn_translate(X,rdn_neg(RDN_X))
          & rdn_translate(Y,rdn_neg(RDN_Y))
          & rdn_positive_less(RDN_Y,RDN_X) ) ),
    inference(orientation,[status(thm)],[less_entry_point_neg_neg]) ).

fof(less_entry_point_neg_pos,axiom,
    ! [X,Y,RDN_X,RDN_Y] :
      ( ( rdn_translate(X,rdn_neg(RDN_X))
        & rdn_translate(Y,rdn_pos(RDN_Y)) )
     => less(X,Y) ),
    input ).

fof(less_entry_point_neg_pos_0,plain,
    ! [RDN_X,RDN_Y,X,Y] :
      ( less(X,Y)
      | ~ ( rdn_translate(X,rdn_neg(RDN_X))
          & rdn_translate(Y,rdn_pos(RDN_Y)) ) ),
    inference(orientation,[status(thm)],[less_entry_point_neg_pos]) ).

fof(less_entry_point_pos_pos,axiom,
    ! [X,Y,RDN_X,RDN_Y] :
      ( ( rdn_translate(X,rdn_pos(RDN_X))
        & rdn_translate(Y,rdn_pos(RDN_Y))
        & rdn_positive_less(RDN_X,RDN_Y) )
     => less(X,Y) ),
    input ).

fof(less_entry_point_pos_pos_0,plain,
    ! [RDN_X,RDN_Y,X,Y] :
      ( less(X,Y)
      | ~ ( rdn_translate(X,rdn_pos(RDN_X))
          & rdn_translate(Y,rdn_pos(RDN_Y))
          & rdn_positive_less(RDN_X,RDN_Y) ) ),
    inference(orientation,[status(thm)],[less_entry_point_pos_pos]) ).

fof(rdn_non_zero_by_structure,axiom,
    ! [D,O] :
      ( rdn_non_zero(O)
     => rdn_non_zero(rdn(rdnn(D),O)) ),
    input ).

fof(rdn_non_zero_by_structure_0,plain,
    ! [D,O] :
      ( ~ rdn_non_zero(O)
      | rdn_non_zero(rdn(rdnn(D),O)) ),
    inference(orientation,[status(thm)],[rdn_non_zero_by_structure]) ).

fof(rdn_non_zero_by_digit,axiom,
    ! [X] :
      ( rdn_non_zero_digit(rdnn(X))
     => rdn_non_zero(rdnn(X)) ),
    input ).

fof(rdn_non_zero_by_digit_0,plain,
    ! [X] :
      ( ~ rdn_non_zero_digit(rdnn(X))
      | rdn_non_zero(rdnn(X)) ),
    inference(orientation,[status(thm)],[rdn_non_zero_by_digit]) ).

fof(rdn_extra_digits_positive_less,axiom,
    ! [D,Db,Ob] :
      ( rdn_non_zero(Ob)
     => rdn_positive_less(rdnn(D),rdn(rdnn(Db),Ob)) ),
    input ).

fof(rdn_extra_digits_positive_less_0,plain,
    ! [D,Db,Ob] :
      ( ~ rdn_non_zero(Ob)
      | rdn_positive_less(rdnn(D),rdn(rdnn(Db),Ob)) ),
    inference(orientation,[status(thm)],[rdn_extra_digits_positive_less]) ).

fof(rdn_positive_less_multi_digit_low,axiom,
    ! [Ds,O,Db] :
      ( ( rdn_positive_less(rdnn(Ds),rdnn(Db))
        & rdn_non_zero(O) )
     => rdn_positive_less(rdn(rdnn(Ds),O),rdn(rdnn(Db),O)) ),
    input ).

fof(rdn_positive_less_multi_digit_low_0,plain,
    ! [Db,Ds,O] :
      ( rdn_positive_less(rdn(rdnn(Ds),O),rdn(rdnn(Db),O))
      | ~ ( rdn_positive_less(rdnn(Ds),rdnn(Db))
          & rdn_non_zero(O) ) ),
    inference(orientation,[status(thm)],[rdn_positive_less_multi_digit_low]) ).

fof(rdn_positive_less_multi_digit_high,axiom,
    ! [Ds,Os,Db,Ob] :
      ( rdn_positive_less(Os,Ob)
     => rdn_positive_less(rdn(rdnn(Ds),Os),rdn(rdnn(Db),Ob)) ),
    input ).

fof(rdn_positive_less_multi_digit_high_0,plain,
    ! [Db,Ds,Ob,Os] :
      ( ~ rdn_positive_less(Os,Ob)
      | rdn_positive_less(rdn(rdnn(Ds),Os),rdn(rdnn(Db),Ob)) ),
    inference(orientation,[status(thm)],[rdn_positive_less_multi_digit_high]) ).

fof(rdn_positive_less_transitivity,axiom,
    ! [X,Y,Z] :
      ( ( rdn_positive_less(rdnn(X),rdnn(Y))
        & rdn_positive_less(rdnn(Y),rdnn(Z)) )
     => rdn_positive_less(rdnn(X),rdnn(Z)) ),
    input ).

fof(rdn_positive_less_transitivity_0,plain,
    ! [X,Y,Z] :
      ( rdn_positive_less(rdnn(X),rdnn(Z))
      | ~ ( rdn_positive_less(rdnn(X),rdnn(Y))
          & rdn_positive_less(rdnn(Y),rdnn(Z)) ) ),
    inference(orientation,[status(thm)],[rdn_positive_less_transitivity]) ).

fof(rdn_positive_less89,axiom,
    rdn_positive_less(rdnn(n8),rdnn(n9)),
    input ).

fof(rdn_positive_less89_0,plain,
    ( rdn_positive_less(rdnn(n8),rdnn(n9))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less89]) ).

fof(rdn_positive_less78,axiom,
    rdn_positive_less(rdnn(n7),rdnn(n8)),
    input ).

fof(rdn_positive_less78_0,plain,
    ( rdn_positive_less(rdnn(n7),rdnn(n8))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less78]) ).

fof(rdn_positive_less67,axiom,
    rdn_positive_less(rdnn(n6),rdnn(n7)),
    input ).

fof(rdn_positive_less67_0,plain,
    ( rdn_positive_less(rdnn(n6),rdnn(n7))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less67]) ).

fof(rdn_positive_less56,axiom,
    rdn_positive_less(rdnn(n5),rdnn(n6)),
    input ).

fof(rdn_positive_less56_0,plain,
    ( rdn_positive_less(rdnn(n5),rdnn(n6))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less56]) ).

fof(rdn_positive_less45,axiom,
    rdn_positive_less(rdnn(n4),rdnn(n5)),
    input ).

fof(rdn_positive_less45_0,plain,
    ( rdn_positive_less(rdnn(n4),rdnn(n5))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less45]) ).

fof(rdn_positive_less34,axiom,
    rdn_positive_less(rdnn(n3),rdnn(n4)),
    input ).

fof(rdn_positive_less34_0,plain,
    ( rdn_positive_less(rdnn(n3),rdnn(n4))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less34]) ).

fof(rdn_positive_less23,axiom,
    rdn_positive_less(rdnn(n2),rdnn(n3)),
    input ).

fof(rdn_positive_less23_0,plain,
    ( rdn_positive_less(rdnn(n2),rdnn(n3))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less23]) ).

fof(rdn_positive_less12,axiom,
    rdn_positive_less(rdnn(n1),rdnn(n2)),
    input ).

fof(rdn_positive_less12_0,plain,
    ( rdn_positive_less(rdnn(n1),rdnn(n2))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less12]) ).

fof(rdn_positive_less01,axiom,
    rdn_positive_less(rdnn(n0),rdnn(n1)),
    input ).

fof(rdn_positive_less01_0,plain,
    ( rdn_positive_less(rdnn(n0),rdnn(n1))
    | $false ),
    inference(orientation,[status(thm)],[rdn_positive_less01]) ).

fof(rdn_digit9,axiom,
    rdn_non_zero_digit(rdnn(n9)),
    input ).

fof(rdn_digit9_0,plain,
    ( rdn_non_zero_digit(rdnn(n9))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit9]) ).

fof(rdn_digit8,axiom,
    rdn_non_zero_digit(rdnn(n8)),
    input ).

fof(rdn_digit8_0,plain,
    ( rdn_non_zero_digit(rdnn(n8))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit8]) ).

fof(rdn_digit7,axiom,
    rdn_non_zero_digit(rdnn(n7)),
    input ).

fof(rdn_digit7_0,plain,
    ( rdn_non_zero_digit(rdnn(n7))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit7]) ).

fof(rdn_digit6,axiom,
    rdn_non_zero_digit(rdnn(n6)),
    input ).

fof(rdn_digit6_0,plain,
    ( rdn_non_zero_digit(rdnn(n6))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit6]) ).

fof(rdn_digit5,axiom,
    rdn_non_zero_digit(rdnn(n5)),
    input ).

fof(rdn_digit5_0,plain,
    ( rdn_non_zero_digit(rdnn(n5))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit5]) ).

fof(rdn_digit4,axiom,
    rdn_non_zero_digit(rdnn(n4)),
    input ).

fof(rdn_digit4_0,plain,
    ( rdn_non_zero_digit(rdnn(n4))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit4]) ).

fof(rdn_digit3,axiom,
    rdn_non_zero_digit(rdnn(n3)),
    input ).

fof(rdn_digit3_0,plain,
    ( rdn_non_zero_digit(rdnn(n3))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit3]) ).

fof(rdn_digit2,axiom,
    rdn_non_zero_digit(rdnn(n2)),
    input ).

fof(rdn_digit2_0,plain,
    ( rdn_non_zero_digit(rdnn(n2))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit2]) ).

fof(rdn_digit1,axiom,
    rdn_non_zero_digit(rdnn(n1)),
    input ).

fof(rdn_digit1_0,plain,
    ( rdn_non_zero_digit(rdnn(n1))
    | $false ),
    inference(orientation,[status(thm)],[rdn_digit1]) ).

fof(rdnn128,axiom,
    rdn_translate(nn128,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn128_0,plain,
    ( rdn_translate(nn128,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn128]) ).

fof(rdnn127,axiom,
    rdn_translate(nn127,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn127_0,plain,
    ( rdn_translate(nn127,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn127]) ).

fof(rdnn126,axiom,
    rdn_translate(nn126,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn126_0,plain,
    ( rdn_translate(nn126,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn126]) ).

fof(rdnn125,axiom,
    rdn_translate(nn125,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn125_0,plain,
    ( rdn_translate(nn125,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn125]) ).

fof(rdnn124,axiom,
    rdn_translate(nn124,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn124_0,plain,
    ( rdn_translate(nn124,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn124]) ).

fof(rdnn123,axiom,
    rdn_translate(nn123,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn123_0,plain,
    ( rdn_translate(nn123,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn123]) ).

fof(rdnn122,axiom,
    rdn_translate(nn122,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn122_0,plain,
    ( rdn_translate(nn122,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn122]) ).

fof(rdnn121,axiom,
    rdn_translate(nn121,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn121_0,plain,
    ( rdn_translate(nn121,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn121]) ).

fof(rdnn120,axiom,
    rdn_translate(nn120,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdnn120_0,plain,
    ( rdn_translate(nn120,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn120]) ).

fof(rdnn119,axiom,
    rdn_translate(nn119,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn119_0,plain,
    ( rdn_translate(nn119,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn119]) ).

fof(rdnn118,axiom,
    rdn_translate(nn118,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn118_0,plain,
    ( rdn_translate(nn118,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn118]) ).

fof(rdnn117,axiom,
    rdn_translate(nn117,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn117_0,plain,
    ( rdn_translate(nn117,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn117]) ).

fof(rdnn116,axiom,
    rdn_translate(nn116,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn116_0,plain,
    ( rdn_translate(nn116,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn116]) ).

fof(rdnn115,axiom,
    rdn_translate(nn115,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn115_0,plain,
    ( rdn_translate(nn115,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn115]) ).

fof(rdnn114,axiom,
    rdn_translate(nn114,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn114_0,plain,
    ( rdn_translate(nn114,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn114]) ).

fof(rdnn113,axiom,
    rdn_translate(nn113,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn113_0,plain,
    ( rdn_translate(nn113,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn113]) ).

fof(rdnn112,axiom,
    rdn_translate(nn112,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn112_0,plain,
    ( rdn_translate(nn112,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn112]) ).

fof(rdnn111,axiom,
    rdn_translate(nn111,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn111_0,plain,
    ( rdn_translate(nn111,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn111]) ).

fof(rdnn110,axiom,
    rdn_translate(nn110,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdnn110_0,plain,
    ( rdn_translate(nn110,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn110]) ).

fof(rdnn109,axiom,
    rdn_translate(nn109,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn109_0,plain,
    ( rdn_translate(nn109,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn109]) ).

fof(rdnn108,axiom,
    rdn_translate(nn108,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn108_0,plain,
    ( rdn_translate(nn108,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn108]) ).

fof(rdnn107,axiom,
    rdn_translate(nn107,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn107_0,plain,
    ( rdn_translate(nn107,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn107]) ).

fof(rdnn106,axiom,
    rdn_translate(nn106,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn106_0,plain,
    ( rdn_translate(nn106,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn106]) ).

fof(rdnn105,axiom,
    rdn_translate(nn105,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn105_0,plain,
    ( rdn_translate(nn105,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn105]) ).

fof(rdnn104,axiom,
    rdn_translate(nn104,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn104_0,plain,
    ( rdn_translate(nn104,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn104]) ).

fof(rdnn103,axiom,
    rdn_translate(nn103,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn103_0,plain,
    ( rdn_translate(nn103,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn103]) ).

fof(rdnn102,axiom,
    rdn_translate(nn102,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn102_0,plain,
    ( rdn_translate(nn102,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn102]) ).

fof(rdnn101,axiom,
    rdn_translate(nn101,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn101_0,plain,
    ( rdn_translate(nn101,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn101]) ).

fof(rdnn100,axiom,
    rdn_translate(nn100,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdnn100_0,plain,
    ( rdn_translate(nn100,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn100]) ).

fof(rdnn99,axiom,
    rdn_translate(nn99,rdn_neg(rdn(rdnn(n9),rdnn(n9)))),
    input ).

fof(rdnn99_0,plain,
    ( rdn_translate(nn99,rdn_neg(rdn(rdnn(n9),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn99]) ).

fof(rdnn98,axiom,
    rdn_translate(nn98,rdn_neg(rdn(rdnn(n8),rdnn(n9)))),
    input ).

fof(rdnn98_0,plain,
    ( rdn_translate(nn98,rdn_neg(rdn(rdnn(n8),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn98]) ).

fof(rdnn97,axiom,
    rdn_translate(nn97,rdn_neg(rdn(rdnn(n7),rdnn(n9)))),
    input ).

fof(rdnn97_0,plain,
    ( rdn_translate(nn97,rdn_neg(rdn(rdnn(n7),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn97]) ).

fof(rdnn96,axiom,
    rdn_translate(nn96,rdn_neg(rdn(rdnn(n6),rdnn(n9)))),
    input ).

fof(rdnn96_0,plain,
    ( rdn_translate(nn96,rdn_neg(rdn(rdnn(n6),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn96]) ).

fof(rdnn95,axiom,
    rdn_translate(nn95,rdn_neg(rdn(rdnn(n5),rdnn(n9)))),
    input ).

fof(rdnn95_0,plain,
    ( rdn_translate(nn95,rdn_neg(rdn(rdnn(n5),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn95]) ).

fof(rdnn94,axiom,
    rdn_translate(nn94,rdn_neg(rdn(rdnn(n4),rdnn(n9)))),
    input ).

fof(rdnn94_0,plain,
    ( rdn_translate(nn94,rdn_neg(rdn(rdnn(n4),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn94]) ).

fof(rdnn93,axiom,
    rdn_translate(nn93,rdn_neg(rdn(rdnn(n3),rdnn(n9)))),
    input ).

fof(rdnn93_0,plain,
    ( rdn_translate(nn93,rdn_neg(rdn(rdnn(n3),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn93]) ).

fof(rdnn92,axiom,
    rdn_translate(nn92,rdn_neg(rdn(rdnn(n2),rdnn(n9)))),
    input ).

fof(rdnn92_0,plain,
    ( rdn_translate(nn92,rdn_neg(rdn(rdnn(n2),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn92]) ).

fof(rdnn91,axiom,
    rdn_translate(nn91,rdn_neg(rdn(rdnn(n1),rdnn(n9)))),
    input ).

fof(rdnn91_0,plain,
    ( rdn_translate(nn91,rdn_neg(rdn(rdnn(n1),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn91]) ).

fof(rdnn90,axiom,
    rdn_translate(nn90,rdn_neg(rdn(rdnn(n0),rdnn(n9)))),
    input ).

fof(rdnn90_0,plain,
    ( rdn_translate(nn90,rdn_neg(rdn(rdnn(n0),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn90]) ).

fof(rdnn89,axiom,
    rdn_translate(nn89,rdn_neg(rdn(rdnn(n9),rdnn(n8)))),
    input ).

fof(rdnn89_0,plain,
    ( rdn_translate(nn89,rdn_neg(rdn(rdnn(n9),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn89]) ).

fof(rdnn88,axiom,
    rdn_translate(nn88,rdn_neg(rdn(rdnn(n8),rdnn(n8)))),
    input ).

fof(rdnn88_0,plain,
    ( rdn_translate(nn88,rdn_neg(rdn(rdnn(n8),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn88]) ).

fof(rdnn87,axiom,
    rdn_translate(nn87,rdn_neg(rdn(rdnn(n7),rdnn(n8)))),
    input ).

fof(rdnn87_0,plain,
    ( rdn_translate(nn87,rdn_neg(rdn(rdnn(n7),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn87]) ).

fof(rdnn86,axiom,
    rdn_translate(nn86,rdn_neg(rdn(rdnn(n6),rdnn(n8)))),
    input ).

fof(rdnn86_0,plain,
    ( rdn_translate(nn86,rdn_neg(rdn(rdnn(n6),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn86]) ).

fof(rdnn85,axiom,
    rdn_translate(nn85,rdn_neg(rdn(rdnn(n5),rdnn(n8)))),
    input ).

fof(rdnn85_0,plain,
    ( rdn_translate(nn85,rdn_neg(rdn(rdnn(n5),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn85]) ).

fof(rdnn84,axiom,
    rdn_translate(nn84,rdn_neg(rdn(rdnn(n4),rdnn(n8)))),
    input ).

fof(rdnn84_0,plain,
    ( rdn_translate(nn84,rdn_neg(rdn(rdnn(n4),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn84]) ).

fof(rdnn83,axiom,
    rdn_translate(nn83,rdn_neg(rdn(rdnn(n3),rdnn(n8)))),
    input ).

fof(rdnn83_0,plain,
    ( rdn_translate(nn83,rdn_neg(rdn(rdnn(n3),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn83]) ).

fof(rdnn82,axiom,
    rdn_translate(nn82,rdn_neg(rdn(rdnn(n2),rdnn(n8)))),
    input ).

fof(rdnn82_0,plain,
    ( rdn_translate(nn82,rdn_neg(rdn(rdnn(n2),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn82]) ).

fof(rdnn81,axiom,
    rdn_translate(nn81,rdn_neg(rdn(rdnn(n1),rdnn(n8)))),
    input ).

fof(rdnn81_0,plain,
    ( rdn_translate(nn81,rdn_neg(rdn(rdnn(n1),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn81]) ).

fof(rdnn80,axiom,
    rdn_translate(nn80,rdn_neg(rdn(rdnn(n0),rdnn(n8)))),
    input ).

fof(rdnn80_0,plain,
    ( rdn_translate(nn80,rdn_neg(rdn(rdnn(n0),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn80]) ).

fof(rdnn79,axiom,
    rdn_translate(nn79,rdn_neg(rdn(rdnn(n9),rdnn(n7)))),
    input ).

fof(rdnn79_0,plain,
    ( rdn_translate(nn79,rdn_neg(rdn(rdnn(n9),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn79]) ).

fof(rdnn78,axiom,
    rdn_translate(nn78,rdn_neg(rdn(rdnn(n8),rdnn(n7)))),
    input ).

fof(rdnn78_0,plain,
    ( rdn_translate(nn78,rdn_neg(rdn(rdnn(n8),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn78]) ).

fof(rdnn77,axiom,
    rdn_translate(nn77,rdn_neg(rdn(rdnn(n7),rdnn(n7)))),
    input ).

fof(rdnn77_0,plain,
    ( rdn_translate(nn77,rdn_neg(rdn(rdnn(n7),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn77]) ).

fof(rdnn76,axiom,
    rdn_translate(nn76,rdn_neg(rdn(rdnn(n6),rdnn(n7)))),
    input ).

fof(rdnn76_0,plain,
    ( rdn_translate(nn76,rdn_neg(rdn(rdnn(n6),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn76]) ).

fof(rdnn75,axiom,
    rdn_translate(nn75,rdn_neg(rdn(rdnn(n5),rdnn(n7)))),
    input ).

fof(rdnn75_0,plain,
    ( rdn_translate(nn75,rdn_neg(rdn(rdnn(n5),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn75]) ).

fof(rdnn74,axiom,
    rdn_translate(nn74,rdn_neg(rdn(rdnn(n4),rdnn(n7)))),
    input ).

fof(rdnn74_0,plain,
    ( rdn_translate(nn74,rdn_neg(rdn(rdnn(n4),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn74]) ).

fof(rdnn73,axiom,
    rdn_translate(nn73,rdn_neg(rdn(rdnn(n3),rdnn(n7)))),
    input ).

fof(rdnn73_0,plain,
    ( rdn_translate(nn73,rdn_neg(rdn(rdnn(n3),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn73]) ).

fof(rdnn72,axiom,
    rdn_translate(nn72,rdn_neg(rdn(rdnn(n2),rdnn(n7)))),
    input ).

fof(rdnn72_0,plain,
    ( rdn_translate(nn72,rdn_neg(rdn(rdnn(n2),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn72]) ).

fof(rdnn71,axiom,
    rdn_translate(nn71,rdn_neg(rdn(rdnn(n1),rdnn(n7)))),
    input ).

fof(rdnn71_0,plain,
    ( rdn_translate(nn71,rdn_neg(rdn(rdnn(n1),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn71]) ).

fof(rdnn70,axiom,
    rdn_translate(nn70,rdn_neg(rdn(rdnn(n0),rdnn(n7)))),
    input ).

fof(rdnn70_0,plain,
    ( rdn_translate(nn70,rdn_neg(rdn(rdnn(n0),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn70]) ).

fof(rdnn69,axiom,
    rdn_translate(nn69,rdn_neg(rdn(rdnn(n9),rdnn(n6)))),
    input ).

fof(rdnn69_0,plain,
    ( rdn_translate(nn69,rdn_neg(rdn(rdnn(n9),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn69]) ).

fof(rdnn68,axiom,
    rdn_translate(nn68,rdn_neg(rdn(rdnn(n8),rdnn(n6)))),
    input ).

fof(rdnn68_0,plain,
    ( rdn_translate(nn68,rdn_neg(rdn(rdnn(n8),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn68]) ).

fof(rdnn67,axiom,
    rdn_translate(nn67,rdn_neg(rdn(rdnn(n7),rdnn(n6)))),
    input ).

fof(rdnn67_0,plain,
    ( rdn_translate(nn67,rdn_neg(rdn(rdnn(n7),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn67]) ).

fof(rdnn66,axiom,
    rdn_translate(nn66,rdn_neg(rdn(rdnn(n6),rdnn(n6)))),
    input ).

fof(rdnn66_0,plain,
    ( rdn_translate(nn66,rdn_neg(rdn(rdnn(n6),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn66]) ).

fof(rdnn65,axiom,
    rdn_translate(nn65,rdn_neg(rdn(rdnn(n5),rdnn(n6)))),
    input ).

fof(rdnn65_0,plain,
    ( rdn_translate(nn65,rdn_neg(rdn(rdnn(n5),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn65]) ).

fof(rdnn64,axiom,
    rdn_translate(nn64,rdn_neg(rdn(rdnn(n4),rdnn(n6)))),
    input ).

fof(rdnn64_0,plain,
    ( rdn_translate(nn64,rdn_neg(rdn(rdnn(n4),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn64]) ).

fof(rdnn63,axiom,
    rdn_translate(nn63,rdn_neg(rdn(rdnn(n3),rdnn(n6)))),
    input ).

fof(rdnn63_0,plain,
    ( rdn_translate(nn63,rdn_neg(rdn(rdnn(n3),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn63]) ).

fof(rdnn62,axiom,
    rdn_translate(nn62,rdn_neg(rdn(rdnn(n2),rdnn(n6)))),
    input ).

fof(rdnn62_0,plain,
    ( rdn_translate(nn62,rdn_neg(rdn(rdnn(n2),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn62]) ).

fof(rdnn61,axiom,
    rdn_translate(nn61,rdn_neg(rdn(rdnn(n1),rdnn(n6)))),
    input ).

fof(rdnn61_0,plain,
    ( rdn_translate(nn61,rdn_neg(rdn(rdnn(n1),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn61]) ).

fof(rdnn60,axiom,
    rdn_translate(nn60,rdn_neg(rdn(rdnn(n0),rdnn(n6)))),
    input ).

fof(rdnn60_0,plain,
    ( rdn_translate(nn60,rdn_neg(rdn(rdnn(n0),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn60]) ).

fof(rdnn59,axiom,
    rdn_translate(nn59,rdn_neg(rdn(rdnn(n9),rdnn(n5)))),
    input ).

fof(rdnn59_0,plain,
    ( rdn_translate(nn59,rdn_neg(rdn(rdnn(n9),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn59]) ).

fof(rdnn58,axiom,
    rdn_translate(nn58,rdn_neg(rdn(rdnn(n8),rdnn(n5)))),
    input ).

fof(rdnn58_0,plain,
    ( rdn_translate(nn58,rdn_neg(rdn(rdnn(n8),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn58]) ).

fof(rdnn57,axiom,
    rdn_translate(nn57,rdn_neg(rdn(rdnn(n7),rdnn(n5)))),
    input ).

fof(rdnn57_0,plain,
    ( rdn_translate(nn57,rdn_neg(rdn(rdnn(n7),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn57]) ).

fof(rdnn56,axiom,
    rdn_translate(nn56,rdn_neg(rdn(rdnn(n6),rdnn(n5)))),
    input ).

fof(rdnn56_0,plain,
    ( rdn_translate(nn56,rdn_neg(rdn(rdnn(n6),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn56]) ).

fof(rdnn55,axiom,
    rdn_translate(nn55,rdn_neg(rdn(rdnn(n5),rdnn(n5)))),
    input ).

fof(rdnn55_0,plain,
    ( rdn_translate(nn55,rdn_neg(rdn(rdnn(n5),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn55]) ).

fof(rdnn54,axiom,
    rdn_translate(nn54,rdn_neg(rdn(rdnn(n4),rdnn(n5)))),
    input ).

fof(rdnn54_0,plain,
    ( rdn_translate(nn54,rdn_neg(rdn(rdnn(n4),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn54]) ).

fof(rdnn53,axiom,
    rdn_translate(nn53,rdn_neg(rdn(rdnn(n3),rdnn(n5)))),
    input ).

fof(rdnn53_0,plain,
    ( rdn_translate(nn53,rdn_neg(rdn(rdnn(n3),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn53]) ).

fof(rdnn52,axiom,
    rdn_translate(nn52,rdn_neg(rdn(rdnn(n2),rdnn(n5)))),
    input ).

fof(rdnn52_0,plain,
    ( rdn_translate(nn52,rdn_neg(rdn(rdnn(n2),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn52]) ).

fof(rdnn51,axiom,
    rdn_translate(nn51,rdn_neg(rdn(rdnn(n1),rdnn(n5)))),
    input ).

fof(rdnn51_0,plain,
    ( rdn_translate(nn51,rdn_neg(rdn(rdnn(n1),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn51]) ).

fof(rdnn50,axiom,
    rdn_translate(nn50,rdn_neg(rdn(rdnn(n0),rdnn(n5)))),
    input ).

fof(rdnn50_0,plain,
    ( rdn_translate(nn50,rdn_neg(rdn(rdnn(n0),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn50]) ).

fof(rdnn49,axiom,
    rdn_translate(nn49,rdn_neg(rdn(rdnn(n9),rdnn(n4)))),
    input ).

fof(rdnn49_0,plain,
    ( rdn_translate(nn49,rdn_neg(rdn(rdnn(n9),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn49]) ).

fof(rdnn48,axiom,
    rdn_translate(nn48,rdn_neg(rdn(rdnn(n8),rdnn(n4)))),
    input ).

fof(rdnn48_0,plain,
    ( rdn_translate(nn48,rdn_neg(rdn(rdnn(n8),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn48]) ).

fof(rdnn47,axiom,
    rdn_translate(nn47,rdn_neg(rdn(rdnn(n7),rdnn(n4)))),
    input ).

fof(rdnn47_0,plain,
    ( rdn_translate(nn47,rdn_neg(rdn(rdnn(n7),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn47]) ).

fof(rdnn46,axiom,
    rdn_translate(nn46,rdn_neg(rdn(rdnn(n6),rdnn(n4)))),
    input ).

fof(rdnn46_0,plain,
    ( rdn_translate(nn46,rdn_neg(rdn(rdnn(n6),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn46]) ).

fof(rdnn45,axiom,
    rdn_translate(nn45,rdn_neg(rdn(rdnn(n5),rdnn(n4)))),
    input ).

fof(rdnn45_0,plain,
    ( rdn_translate(nn45,rdn_neg(rdn(rdnn(n5),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn45]) ).

fof(rdnn44,axiom,
    rdn_translate(nn44,rdn_neg(rdn(rdnn(n4),rdnn(n4)))),
    input ).

fof(rdnn44_0,plain,
    ( rdn_translate(nn44,rdn_neg(rdn(rdnn(n4),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn44]) ).

fof(rdnn43,axiom,
    rdn_translate(nn43,rdn_neg(rdn(rdnn(n3),rdnn(n4)))),
    input ).

fof(rdnn43_0,plain,
    ( rdn_translate(nn43,rdn_neg(rdn(rdnn(n3),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn43]) ).

fof(rdnn42,axiom,
    rdn_translate(nn42,rdn_neg(rdn(rdnn(n2),rdnn(n4)))),
    input ).

fof(rdnn42_0,plain,
    ( rdn_translate(nn42,rdn_neg(rdn(rdnn(n2),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn42]) ).

fof(rdnn41,axiom,
    rdn_translate(nn41,rdn_neg(rdn(rdnn(n1),rdnn(n4)))),
    input ).

fof(rdnn41_0,plain,
    ( rdn_translate(nn41,rdn_neg(rdn(rdnn(n1),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn41]) ).

fof(rdnn40,axiom,
    rdn_translate(nn40,rdn_neg(rdn(rdnn(n0),rdnn(n4)))),
    input ).

fof(rdnn40_0,plain,
    ( rdn_translate(nn40,rdn_neg(rdn(rdnn(n0),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn40]) ).

fof(rdnn39,axiom,
    rdn_translate(nn39,rdn_neg(rdn(rdnn(n9),rdnn(n3)))),
    input ).

fof(rdnn39_0,plain,
    ( rdn_translate(nn39,rdn_neg(rdn(rdnn(n9),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn39]) ).

fof(rdnn38,axiom,
    rdn_translate(nn38,rdn_neg(rdn(rdnn(n8),rdnn(n3)))),
    input ).

fof(rdnn38_0,plain,
    ( rdn_translate(nn38,rdn_neg(rdn(rdnn(n8),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn38]) ).

fof(rdnn37,axiom,
    rdn_translate(nn37,rdn_neg(rdn(rdnn(n7),rdnn(n3)))),
    input ).

fof(rdnn37_0,plain,
    ( rdn_translate(nn37,rdn_neg(rdn(rdnn(n7),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn37]) ).

fof(rdnn36,axiom,
    rdn_translate(nn36,rdn_neg(rdn(rdnn(n6),rdnn(n3)))),
    input ).

fof(rdnn36_0,plain,
    ( rdn_translate(nn36,rdn_neg(rdn(rdnn(n6),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn36]) ).

fof(rdnn35,axiom,
    rdn_translate(nn35,rdn_neg(rdn(rdnn(n5),rdnn(n3)))),
    input ).

fof(rdnn35_0,plain,
    ( rdn_translate(nn35,rdn_neg(rdn(rdnn(n5),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn35]) ).

fof(rdnn34,axiom,
    rdn_translate(nn34,rdn_neg(rdn(rdnn(n4),rdnn(n3)))),
    input ).

fof(rdnn34_0,plain,
    ( rdn_translate(nn34,rdn_neg(rdn(rdnn(n4),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn34]) ).

fof(rdnn33,axiom,
    rdn_translate(nn33,rdn_neg(rdn(rdnn(n3),rdnn(n3)))),
    input ).

fof(rdnn33_0,plain,
    ( rdn_translate(nn33,rdn_neg(rdn(rdnn(n3),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn33]) ).

fof(rdnn32,axiom,
    rdn_translate(nn32,rdn_neg(rdn(rdnn(n2),rdnn(n3)))),
    input ).

fof(rdnn32_0,plain,
    ( rdn_translate(nn32,rdn_neg(rdn(rdnn(n2),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn32]) ).

fof(rdnn31,axiom,
    rdn_translate(nn31,rdn_neg(rdn(rdnn(n1),rdnn(n3)))),
    input ).

fof(rdnn31_0,plain,
    ( rdn_translate(nn31,rdn_neg(rdn(rdnn(n1),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn31]) ).

fof(rdnn30,axiom,
    rdn_translate(nn30,rdn_neg(rdn(rdnn(n0),rdnn(n3)))),
    input ).

fof(rdnn30_0,plain,
    ( rdn_translate(nn30,rdn_neg(rdn(rdnn(n0),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn30]) ).

fof(rdnn29,axiom,
    rdn_translate(nn29,rdn_neg(rdn(rdnn(n9),rdnn(n2)))),
    input ).

fof(rdnn29_0,plain,
    ( rdn_translate(nn29,rdn_neg(rdn(rdnn(n9),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn29]) ).

fof(rdnn28,axiom,
    rdn_translate(nn28,rdn_neg(rdn(rdnn(n8),rdnn(n2)))),
    input ).

fof(rdnn28_0,plain,
    ( rdn_translate(nn28,rdn_neg(rdn(rdnn(n8),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn28]) ).

fof(rdnn27,axiom,
    rdn_translate(nn27,rdn_neg(rdn(rdnn(n7),rdnn(n2)))),
    input ).

fof(rdnn27_0,plain,
    ( rdn_translate(nn27,rdn_neg(rdn(rdnn(n7),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn27]) ).

fof(rdnn26,axiom,
    rdn_translate(nn26,rdn_neg(rdn(rdnn(n6),rdnn(n2)))),
    input ).

fof(rdnn26_0,plain,
    ( rdn_translate(nn26,rdn_neg(rdn(rdnn(n6),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn26]) ).

fof(rdnn25,axiom,
    rdn_translate(nn25,rdn_neg(rdn(rdnn(n5),rdnn(n2)))),
    input ).

fof(rdnn25_0,plain,
    ( rdn_translate(nn25,rdn_neg(rdn(rdnn(n5),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn25]) ).

fof(rdnn24,axiom,
    rdn_translate(nn24,rdn_neg(rdn(rdnn(n4),rdnn(n2)))),
    input ).

fof(rdnn24_0,plain,
    ( rdn_translate(nn24,rdn_neg(rdn(rdnn(n4),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn24]) ).

fof(rdnn23,axiom,
    rdn_translate(nn23,rdn_neg(rdn(rdnn(n3),rdnn(n2)))),
    input ).

fof(rdnn23_0,plain,
    ( rdn_translate(nn23,rdn_neg(rdn(rdnn(n3),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn23]) ).

fof(rdnn22,axiom,
    rdn_translate(nn22,rdn_neg(rdn(rdnn(n2),rdnn(n2)))),
    input ).

fof(rdnn22_0,plain,
    ( rdn_translate(nn22,rdn_neg(rdn(rdnn(n2),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn22]) ).

fof(rdnn21,axiom,
    rdn_translate(nn21,rdn_neg(rdn(rdnn(n1),rdnn(n2)))),
    input ).

fof(rdnn21_0,plain,
    ( rdn_translate(nn21,rdn_neg(rdn(rdnn(n1),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn21]) ).

fof(rdnn20,axiom,
    rdn_translate(nn20,rdn_neg(rdn(rdnn(n0),rdnn(n2)))),
    input ).

fof(rdnn20_0,plain,
    ( rdn_translate(nn20,rdn_neg(rdn(rdnn(n0),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn20]) ).

fof(rdnn19,axiom,
    rdn_translate(nn19,rdn_neg(rdn(rdnn(n9),rdnn(n1)))),
    input ).

fof(rdnn19_0,plain,
    ( rdn_translate(nn19,rdn_neg(rdn(rdnn(n9),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn19]) ).

fof(rdnn18,axiom,
    rdn_translate(nn18,rdn_neg(rdn(rdnn(n8),rdnn(n1)))),
    input ).

fof(rdnn18_0,plain,
    ( rdn_translate(nn18,rdn_neg(rdn(rdnn(n8),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn18]) ).

fof(rdnn17,axiom,
    rdn_translate(nn17,rdn_neg(rdn(rdnn(n7),rdnn(n1)))),
    input ).

fof(rdnn17_0,plain,
    ( rdn_translate(nn17,rdn_neg(rdn(rdnn(n7),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn17]) ).

fof(rdnn16,axiom,
    rdn_translate(nn16,rdn_neg(rdn(rdnn(n6),rdnn(n1)))),
    input ).

fof(rdnn16_0,plain,
    ( rdn_translate(nn16,rdn_neg(rdn(rdnn(n6),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn16]) ).

fof(rdnn15,axiom,
    rdn_translate(nn15,rdn_neg(rdn(rdnn(n5),rdnn(n1)))),
    input ).

fof(rdnn15_0,plain,
    ( rdn_translate(nn15,rdn_neg(rdn(rdnn(n5),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn15]) ).

fof(rdnn14,axiom,
    rdn_translate(nn14,rdn_neg(rdn(rdnn(n4),rdnn(n1)))),
    input ).

fof(rdnn14_0,plain,
    ( rdn_translate(nn14,rdn_neg(rdn(rdnn(n4),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn14]) ).

fof(rdnn13,axiom,
    rdn_translate(nn13,rdn_neg(rdn(rdnn(n3),rdnn(n1)))),
    input ).

fof(rdnn13_0,plain,
    ( rdn_translate(nn13,rdn_neg(rdn(rdnn(n3),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn13]) ).

fof(rdnn12,axiom,
    rdn_translate(nn12,rdn_neg(rdn(rdnn(n2),rdnn(n1)))),
    input ).

fof(rdnn12_0,plain,
    ( rdn_translate(nn12,rdn_neg(rdn(rdnn(n2),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn12]) ).

fof(rdnn11,axiom,
    rdn_translate(nn11,rdn_neg(rdn(rdnn(n1),rdnn(n1)))),
    input ).

fof(rdnn11_0,plain,
    ( rdn_translate(nn11,rdn_neg(rdn(rdnn(n1),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn11]) ).

fof(rdnn10,axiom,
    rdn_translate(nn10,rdn_neg(rdn(rdnn(n0),rdnn(n1)))),
    input ).

fof(rdnn10_0,plain,
    ( rdn_translate(nn10,rdn_neg(rdn(rdnn(n0),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdnn10]) ).

fof(rdnn9,axiom,
    rdn_translate(nn9,rdn_neg(rdnn(n9))),
    input ).

fof(rdnn9_0,plain,
    ( rdn_translate(nn9,rdn_neg(rdnn(n9)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn9]) ).

fof(rdnn8,axiom,
    rdn_translate(nn8,rdn_neg(rdnn(n8))),
    input ).

fof(rdnn8_0,plain,
    ( rdn_translate(nn8,rdn_neg(rdnn(n8)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn8]) ).

fof(rdnn7,axiom,
    rdn_translate(nn7,rdn_neg(rdnn(n7))),
    input ).

fof(rdnn7_0,plain,
    ( rdn_translate(nn7,rdn_neg(rdnn(n7)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn7]) ).

fof(rdnn6,axiom,
    rdn_translate(nn6,rdn_neg(rdnn(n6))),
    input ).

fof(rdnn6_0,plain,
    ( rdn_translate(nn6,rdn_neg(rdnn(n6)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn6]) ).

fof(rdnn5,axiom,
    rdn_translate(nn5,rdn_neg(rdnn(n5))),
    input ).

fof(rdnn5_0,plain,
    ( rdn_translate(nn5,rdn_neg(rdnn(n5)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn5]) ).

fof(rdnn4,axiom,
    rdn_translate(nn4,rdn_neg(rdnn(n4))),
    input ).

fof(rdnn4_0,plain,
    ( rdn_translate(nn4,rdn_neg(rdnn(n4)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn4]) ).

fof(rdnn3,axiom,
    rdn_translate(nn3,rdn_neg(rdnn(n3))),
    input ).

fof(rdnn3_0,plain,
    ( rdn_translate(nn3,rdn_neg(rdnn(n3)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn3]) ).

fof(rdnn2,axiom,
    rdn_translate(nn2,rdn_neg(rdnn(n2))),
    input ).

fof(rdnn2_0,plain,
    ( rdn_translate(nn2,rdn_neg(rdnn(n2)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn2]) ).

fof(rdnn1,axiom,
    rdn_translate(nn1,rdn_neg(rdnn(n1))),
    input ).

fof(rdnn1_0,plain,
    ( rdn_translate(nn1,rdn_neg(rdnn(n1)))
    | $false ),
    inference(orientation,[status(thm)],[rdnn1]) ).

fof(rdn127,axiom,
    rdn_translate(n127,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn127_0,plain,
    ( rdn_translate(n127,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn127]) ).

fof(rdn126,axiom,
    rdn_translate(n126,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn126_0,plain,
    ( rdn_translate(n126,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn126]) ).

fof(rdn125,axiom,
    rdn_translate(n125,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn125_0,plain,
    ( rdn_translate(n125,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn125]) ).

fof(rdn124,axiom,
    rdn_translate(n124,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn124_0,plain,
    ( rdn_translate(n124,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn124]) ).

fof(rdn123,axiom,
    rdn_translate(n123,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn123_0,plain,
    ( rdn_translate(n123,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn123]) ).

fof(rdn122,axiom,
    rdn_translate(n122,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn122_0,plain,
    ( rdn_translate(n122,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn122]) ).

fof(rdn121,axiom,
    rdn_translate(n121,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn121_0,plain,
    ( rdn_translate(n121,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn121]) ).

fof(rdn120,axiom,
    rdn_translate(n120,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1))))),
    input ).

fof(rdn120_0,plain,
    ( rdn_translate(n120,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn120]) ).

fof(rdn119,axiom,
    rdn_translate(n119,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn119_0,plain,
    ( rdn_translate(n119,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn119]) ).

fof(rdn118,axiom,
    rdn_translate(n118,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn118_0,plain,
    ( rdn_translate(n118,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn118]) ).

fof(rdn117,axiom,
    rdn_translate(n117,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn117_0,plain,
    ( rdn_translate(n117,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn117]) ).

fof(rdn116,axiom,
    rdn_translate(n116,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn116_0,plain,
    ( rdn_translate(n116,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn116]) ).

fof(rdn115,axiom,
    rdn_translate(n115,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn115_0,plain,
    ( rdn_translate(n115,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn115]) ).

fof(rdn114,axiom,
    rdn_translate(n114,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn114_0,plain,
    ( rdn_translate(n114,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn114]) ).

fof(rdn113,axiom,
    rdn_translate(n113,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn113_0,plain,
    ( rdn_translate(n113,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn113]) ).

fof(rdn112,axiom,
    rdn_translate(n112,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn112_0,plain,
    ( rdn_translate(n112,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn112]) ).

fof(rdn111,axiom,
    rdn_translate(n111,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn111_0,plain,
    ( rdn_translate(n111,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn111]) ).

fof(rdn110,axiom,
    rdn_translate(n110,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1))))),
    input ).

fof(rdn110_0,plain,
    ( rdn_translate(n110,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn110]) ).

fof(rdn109,axiom,
    rdn_translate(n109,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn109_0,plain,
    ( rdn_translate(n109,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn109]) ).

fof(rdn108,axiom,
    rdn_translate(n108,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn108_0,plain,
    ( rdn_translate(n108,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn108]) ).

fof(rdn107,axiom,
    rdn_translate(n107,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn107_0,plain,
    ( rdn_translate(n107,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn107]) ).

fof(rdn106,axiom,
    rdn_translate(n106,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn106_0,plain,
    ( rdn_translate(n106,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn106]) ).

fof(rdn105,axiom,
    rdn_translate(n105,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn105_0,plain,
    ( rdn_translate(n105,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn105]) ).

fof(rdn104,axiom,
    rdn_translate(n104,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn104_0,plain,
    ( rdn_translate(n104,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn104]) ).

fof(rdn103,axiom,
    rdn_translate(n103,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn103_0,plain,
    ( rdn_translate(n103,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn103]) ).

fof(rdn102,axiom,
    rdn_translate(n102,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn102_0,plain,
    ( rdn_translate(n102,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn102]) ).

fof(rdn101,axiom,
    rdn_translate(n101,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn101_0,plain,
    ( rdn_translate(n101,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn101]) ).

fof(rdn100,axiom,
    rdn_translate(n100,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1))))),
    input ).

fof(rdn100_0,plain,
    ( rdn_translate(n100,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1)))))
    | $false ),
    inference(orientation,[status(thm)],[rdn100]) ).

fof(rdn99,axiom,
    rdn_translate(n99,rdn_pos(rdn(rdnn(n9),rdnn(n9)))),
    input ).

fof(rdn99_0,plain,
    ( rdn_translate(n99,rdn_pos(rdn(rdnn(n9),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn99]) ).

fof(rdn98,axiom,
    rdn_translate(n98,rdn_pos(rdn(rdnn(n8),rdnn(n9)))),
    input ).

fof(rdn98_0,plain,
    ( rdn_translate(n98,rdn_pos(rdn(rdnn(n8),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn98]) ).

fof(rdn97,axiom,
    rdn_translate(n97,rdn_pos(rdn(rdnn(n7),rdnn(n9)))),
    input ).

fof(rdn97_0,plain,
    ( rdn_translate(n97,rdn_pos(rdn(rdnn(n7),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn97]) ).

fof(rdn96,axiom,
    rdn_translate(n96,rdn_pos(rdn(rdnn(n6),rdnn(n9)))),
    input ).

fof(rdn96_0,plain,
    ( rdn_translate(n96,rdn_pos(rdn(rdnn(n6),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn96]) ).

fof(rdn95,axiom,
    rdn_translate(n95,rdn_pos(rdn(rdnn(n5),rdnn(n9)))),
    input ).

fof(rdn95_0,plain,
    ( rdn_translate(n95,rdn_pos(rdn(rdnn(n5),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn95]) ).

fof(rdn94,axiom,
    rdn_translate(n94,rdn_pos(rdn(rdnn(n4),rdnn(n9)))),
    input ).

fof(rdn94_0,plain,
    ( rdn_translate(n94,rdn_pos(rdn(rdnn(n4),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn94]) ).

fof(rdn93,axiom,
    rdn_translate(n93,rdn_pos(rdn(rdnn(n3),rdnn(n9)))),
    input ).

fof(rdn93_0,plain,
    ( rdn_translate(n93,rdn_pos(rdn(rdnn(n3),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn93]) ).

fof(rdn92,axiom,
    rdn_translate(n92,rdn_pos(rdn(rdnn(n2),rdnn(n9)))),
    input ).

fof(rdn92_0,plain,
    ( rdn_translate(n92,rdn_pos(rdn(rdnn(n2),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn92]) ).

fof(rdn91,axiom,
    rdn_translate(n91,rdn_pos(rdn(rdnn(n1),rdnn(n9)))),
    input ).

fof(rdn91_0,plain,
    ( rdn_translate(n91,rdn_pos(rdn(rdnn(n1),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn91]) ).

fof(rdn90,axiom,
    rdn_translate(n90,rdn_pos(rdn(rdnn(n0),rdnn(n9)))),
    input ).

fof(rdn90_0,plain,
    ( rdn_translate(n90,rdn_pos(rdn(rdnn(n0),rdnn(n9))))
    | $false ),
    inference(orientation,[status(thm)],[rdn90]) ).

fof(rdn89,axiom,
    rdn_translate(n89,rdn_pos(rdn(rdnn(n9),rdnn(n8)))),
    input ).

fof(rdn89_0,plain,
    ( rdn_translate(n89,rdn_pos(rdn(rdnn(n9),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn89]) ).

fof(rdn88,axiom,
    rdn_translate(n88,rdn_pos(rdn(rdnn(n8),rdnn(n8)))),
    input ).

fof(rdn88_0,plain,
    ( rdn_translate(n88,rdn_pos(rdn(rdnn(n8),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn88]) ).

fof(rdn87,axiom,
    rdn_translate(n87,rdn_pos(rdn(rdnn(n7),rdnn(n8)))),
    input ).

fof(rdn87_0,plain,
    ( rdn_translate(n87,rdn_pos(rdn(rdnn(n7),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn87]) ).

fof(rdn86,axiom,
    rdn_translate(n86,rdn_pos(rdn(rdnn(n6),rdnn(n8)))),
    input ).

fof(rdn86_0,plain,
    ( rdn_translate(n86,rdn_pos(rdn(rdnn(n6),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn86]) ).

fof(rdn85,axiom,
    rdn_translate(n85,rdn_pos(rdn(rdnn(n5),rdnn(n8)))),
    input ).

fof(rdn85_0,plain,
    ( rdn_translate(n85,rdn_pos(rdn(rdnn(n5),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn85]) ).

fof(rdn84,axiom,
    rdn_translate(n84,rdn_pos(rdn(rdnn(n4),rdnn(n8)))),
    input ).

fof(rdn84_0,plain,
    ( rdn_translate(n84,rdn_pos(rdn(rdnn(n4),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn84]) ).

fof(rdn83,axiom,
    rdn_translate(n83,rdn_pos(rdn(rdnn(n3),rdnn(n8)))),
    input ).

fof(rdn83_0,plain,
    ( rdn_translate(n83,rdn_pos(rdn(rdnn(n3),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn83]) ).

fof(rdn82,axiom,
    rdn_translate(n82,rdn_pos(rdn(rdnn(n2),rdnn(n8)))),
    input ).

fof(rdn82_0,plain,
    ( rdn_translate(n82,rdn_pos(rdn(rdnn(n2),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn82]) ).

fof(rdn81,axiom,
    rdn_translate(n81,rdn_pos(rdn(rdnn(n1),rdnn(n8)))),
    input ).

fof(rdn81_0,plain,
    ( rdn_translate(n81,rdn_pos(rdn(rdnn(n1),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn81]) ).

fof(rdn80,axiom,
    rdn_translate(n80,rdn_pos(rdn(rdnn(n0),rdnn(n8)))),
    input ).

fof(rdn80_0,plain,
    ( rdn_translate(n80,rdn_pos(rdn(rdnn(n0),rdnn(n8))))
    | $false ),
    inference(orientation,[status(thm)],[rdn80]) ).

fof(rdn79,axiom,
    rdn_translate(n79,rdn_pos(rdn(rdnn(n9),rdnn(n7)))),
    input ).

fof(rdn79_0,plain,
    ( rdn_translate(n79,rdn_pos(rdn(rdnn(n9),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn79]) ).

fof(rdn78,axiom,
    rdn_translate(n78,rdn_pos(rdn(rdnn(n8),rdnn(n7)))),
    input ).

fof(rdn78_0,plain,
    ( rdn_translate(n78,rdn_pos(rdn(rdnn(n8),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn78]) ).

fof(rdn77,axiom,
    rdn_translate(n77,rdn_pos(rdn(rdnn(n7),rdnn(n7)))),
    input ).

fof(rdn77_0,plain,
    ( rdn_translate(n77,rdn_pos(rdn(rdnn(n7),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn77]) ).

fof(rdn76,axiom,
    rdn_translate(n76,rdn_pos(rdn(rdnn(n6),rdnn(n7)))),
    input ).

fof(rdn76_0,plain,
    ( rdn_translate(n76,rdn_pos(rdn(rdnn(n6),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn76]) ).

fof(rdn75,axiom,
    rdn_translate(n75,rdn_pos(rdn(rdnn(n5),rdnn(n7)))),
    input ).

fof(rdn75_0,plain,
    ( rdn_translate(n75,rdn_pos(rdn(rdnn(n5),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn75]) ).

fof(rdn74,axiom,
    rdn_translate(n74,rdn_pos(rdn(rdnn(n4),rdnn(n7)))),
    input ).

fof(rdn74_0,plain,
    ( rdn_translate(n74,rdn_pos(rdn(rdnn(n4),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn74]) ).

fof(rdn73,axiom,
    rdn_translate(n73,rdn_pos(rdn(rdnn(n3),rdnn(n7)))),
    input ).

fof(rdn73_0,plain,
    ( rdn_translate(n73,rdn_pos(rdn(rdnn(n3),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn73]) ).

fof(rdn72,axiom,
    rdn_translate(n72,rdn_pos(rdn(rdnn(n2),rdnn(n7)))),
    input ).

fof(rdn72_0,plain,
    ( rdn_translate(n72,rdn_pos(rdn(rdnn(n2),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn72]) ).

fof(rdn71,axiom,
    rdn_translate(n71,rdn_pos(rdn(rdnn(n1),rdnn(n7)))),
    input ).

fof(rdn71_0,plain,
    ( rdn_translate(n71,rdn_pos(rdn(rdnn(n1),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn71]) ).

fof(rdn70,axiom,
    rdn_translate(n70,rdn_pos(rdn(rdnn(n0),rdnn(n7)))),
    input ).

fof(rdn70_0,plain,
    ( rdn_translate(n70,rdn_pos(rdn(rdnn(n0),rdnn(n7))))
    | $false ),
    inference(orientation,[status(thm)],[rdn70]) ).

fof(rdn69,axiom,
    rdn_translate(n69,rdn_pos(rdn(rdnn(n9),rdnn(n6)))),
    input ).

fof(rdn69_0,plain,
    ( rdn_translate(n69,rdn_pos(rdn(rdnn(n9),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn69]) ).

fof(rdn68,axiom,
    rdn_translate(n68,rdn_pos(rdn(rdnn(n8),rdnn(n6)))),
    input ).

fof(rdn68_0,plain,
    ( rdn_translate(n68,rdn_pos(rdn(rdnn(n8),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn68]) ).

fof(rdn67,axiom,
    rdn_translate(n67,rdn_pos(rdn(rdnn(n7),rdnn(n6)))),
    input ).

fof(rdn67_0,plain,
    ( rdn_translate(n67,rdn_pos(rdn(rdnn(n7),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn67]) ).

fof(rdn66,axiom,
    rdn_translate(n66,rdn_pos(rdn(rdnn(n6),rdnn(n6)))),
    input ).

fof(rdn66_0,plain,
    ( rdn_translate(n66,rdn_pos(rdn(rdnn(n6),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn66]) ).

fof(rdn65,axiom,
    rdn_translate(n65,rdn_pos(rdn(rdnn(n5),rdnn(n6)))),
    input ).

fof(rdn65_0,plain,
    ( rdn_translate(n65,rdn_pos(rdn(rdnn(n5),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn65]) ).

fof(rdn64,axiom,
    rdn_translate(n64,rdn_pos(rdn(rdnn(n4),rdnn(n6)))),
    input ).

fof(rdn64_0,plain,
    ( rdn_translate(n64,rdn_pos(rdn(rdnn(n4),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn64]) ).

fof(rdn63,axiom,
    rdn_translate(n63,rdn_pos(rdn(rdnn(n3),rdnn(n6)))),
    input ).

fof(rdn63_0,plain,
    ( rdn_translate(n63,rdn_pos(rdn(rdnn(n3),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn63]) ).

fof(rdn62,axiom,
    rdn_translate(n62,rdn_pos(rdn(rdnn(n2),rdnn(n6)))),
    input ).

fof(rdn62_0,plain,
    ( rdn_translate(n62,rdn_pos(rdn(rdnn(n2),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn62]) ).

fof(rdn61,axiom,
    rdn_translate(n61,rdn_pos(rdn(rdnn(n1),rdnn(n6)))),
    input ).

fof(rdn61_0,plain,
    ( rdn_translate(n61,rdn_pos(rdn(rdnn(n1),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn61]) ).

fof(rdn60,axiom,
    rdn_translate(n60,rdn_pos(rdn(rdnn(n0),rdnn(n6)))),
    input ).

fof(rdn60_0,plain,
    ( rdn_translate(n60,rdn_pos(rdn(rdnn(n0),rdnn(n6))))
    | $false ),
    inference(orientation,[status(thm)],[rdn60]) ).

fof(rdn59,axiom,
    rdn_translate(n59,rdn_pos(rdn(rdnn(n9),rdnn(n5)))),
    input ).

fof(rdn59_0,plain,
    ( rdn_translate(n59,rdn_pos(rdn(rdnn(n9),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn59]) ).

fof(rdn58,axiom,
    rdn_translate(n58,rdn_pos(rdn(rdnn(n8),rdnn(n5)))),
    input ).

fof(rdn58_0,plain,
    ( rdn_translate(n58,rdn_pos(rdn(rdnn(n8),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn58]) ).

fof(rdn57,axiom,
    rdn_translate(n57,rdn_pos(rdn(rdnn(n7),rdnn(n5)))),
    input ).

fof(rdn57_0,plain,
    ( rdn_translate(n57,rdn_pos(rdn(rdnn(n7),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn57]) ).

fof(rdn56,axiom,
    rdn_translate(n56,rdn_pos(rdn(rdnn(n6),rdnn(n5)))),
    input ).

fof(rdn56_0,plain,
    ( rdn_translate(n56,rdn_pos(rdn(rdnn(n6),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn56]) ).

fof(rdn55,axiom,
    rdn_translate(n55,rdn_pos(rdn(rdnn(n5),rdnn(n5)))),
    input ).

fof(rdn55_0,plain,
    ( rdn_translate(n55,rdn_pos(rdn(rdnn(n5),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn55]) ).

fof(rdn54,axiom,
    rdn_translate(n54,rdn_pos(rdn(rdnn(n4),rdnn(n5)))),
    input ).

fof(rdn54_0,plain,
    ( rdn_translate(n54,rdn_pos(rdn(rdnn(n4),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn54]) ).

fof(rdn53,axiom,
    rdn_translate(n53,rdn_pos(rdn(rdnn(n3),rdnn(n5)))),
    input ).

fof(rdn53_0,plain,
    ( rdn_translate(n53,rdn_pos(rdn(rdnn(n3),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn53]) ).

fof(rdn52,axiom,
    rdn_translate(n52,rdn_pos(rdn(rdnn(n2),rdnn(n5)))),
    input ).

fof(rdn52_0,plain,
    ( rdn_translate(n52,rdn_pos(rdn(rdnn(n2),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn52]) ).

fof(rdn51,axiom,
    rdn_translate(n51,rdn_pos(rdn(rdnn(n1),rdnn(n5)))),
    input ).

fof(rdn51_0,plain,
    ( rdn_translate(n51,rdn_pos(rdn(rdnn(n1),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn51]) ).

fof(rdn50,axiom,
    rdn_translate(n50,rdn_pos(rdn(rdnn(n0),rdnn(n5)))),
    input ).

fof(rdn50_0,plain,
    ( rdn_translate(n50,rdn_pos(rdn(rdnn(n0),rdnn(n5))))
    | $false ),
    inference(orientation,[status(thm)],[rdn50]) ).

fof(rdn49,axiom,
    rdn_translate(n49,rdn_pos(rdn(rdnn(n9),rdnn(n4)))),
    input ).

fof(rdn49_0,plain,
    ( rdn_translate(n49,rdn_pos(rdn(rdnn(n9),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn49]) ).

fof(rdn48,axiom,
    rdn_translate(n48,rdn_pos(rdn(rdnn(n8),rdnn(n4)))),
    input ).

fof(rdn48_0,plain,
    ( rdn_translate(n48,rdn_pos(rdn(rdnn(n8),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn48]) ).

fof(rdn47,axiom,
    rdn_translate(n47,rdn_pos(rdn(rdnn(n7),rdnn(n4)))),
    input ).

fof(rdn47_0,plain,
    ( rdn_translate(n47,rdn_pos(rdn(rdnn(n7),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn47]) ).

fof(rdn46,axiom,
    rdn_translate(n46,rdn_pos(rdn(rdnn(n6),rdnn(n4)))),
    input ).

fof(rdn46_0,plain,
    ( rdn_translate(n46,rdn_pos(rdn(rdnn(n6),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn46]) ).

fof(rdn45,axiom,
    rdn_translate(n45,rdn_pos(rdn(rdnn(n5),rdnn(n4)))),
    input ).

fof(rdn45_0,plain,
    ( rdn_translate(n45,rdn_pos(rdn(rdnn(n5),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn45]) ).

fof(rdn44,axiom,
    rdn_translate(n44,rdn_pos(rdn(rdnn(n4),rdnn(n4)))),
    input ).

fof(rdn44_0,plain,
    ( rdn_translate(n44,rdn_pos(rdn(rdnn(n4),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn44]) ).

fof(rdn43,axiom,
    rdn_translate(n43,rdn_pos(rdn(rdnn(n3),rdnn(n4)))),
    input ).

fof(rdn43_0,plain,
    ( rdn_translate(n43,rdn_pos(rdn(rdnn(n3),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn43]) ).

fof(rdn42,axiom,
    rdn_translate(n42,rdn_pos(rdn(rdnn(n2),rdnn(n4)))),
    input ).

fof(rdn42_0,plain,
    ( rdn_translate(n42,rdn_pos(rdn(rdnn(n2),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn42]) ).

fof(rdn41,axiom,
    rdn_translate(n41,rdn_pos(rdn(rdnn(n1),rdnn(n4)))),
    input ).

fof(rdn41_0,plain,
    ( rdn_translate(n41,rdn_pos(rdn(rdnn(n1),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn41]) ).

fof(rdn40,axiom,
    rdn_translate(n40,rdn_pos(rdn(rdnn(n0),rdnn(n4)))),
    input ).

fof(rdn40_0,plain,
    ( rdn_translate(n40,rdn_pos(rdn(rdnn(n0),rdnn(n4))))
    | $false ),
    inference(orientation,[status(thm)],[rdn40]) ).

fof(rdn39,axiom,
    rdn_translate(n39,rdn_pos(rdn(rdnn(n9),rdnn(n3)))),
    input ).

fof(rdn39_0,plain,
    ( rdn_translate(n39,rdn_pos(rdn(rdnn(n9),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn39]) ).

fof(rdn38,axiom,
    rdn_translate(n38,rdn_pos(rdn(rdnn(n8),rdnn(n3)))),
    input ).

fof(rdn38_0,plain,
    ( rdn_translate(n38,rdn_pos(rdn(rdnn(n8),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn38]) ).

fof(rdn37,axiom,
    rdn_translate(n37,rdn_pos(rdn(rdnn(n7),rdnn(n3)))),
    input ).

fof(rdn37_0,plain,
    ( rdn_translate(n37,rdn_pos(rdn(rdnn(n7),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn37]) ).

fof(rdn36,axiom,
    rdn_translate(n36,rdn_pos(rdn(rdnn(n6),rdnn(n3)))),
    input ).

fof(rdn36_0,plain,
    ( rdn_translate(n36,rdn_pos(rdn(rdnn(n6),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn36]) ).

fof(rdn35,axiom,
    rdn_translate(n35,rdn_pos(rdn(rdnn(n5),rdnn(n3)))),
    input ).

fof(rdn35_0,plain,
    ( rdn_translate(n35,rdn_pos(rdn(rdnn(n5),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn35]) ).

fof(rdn34,axiom,
    rdn_translate(n34,rdn_pos(rdn(rdnn(n4),rdnn(n3)))),
    input ).

fof(rdn34_0,plain,
    ( rdn_translate(n34,rdn_pos(rdn(rdnn(n4),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn34]) ).

fof(rdn33,axiom,
    rdn_translate(n33,rdn_pos(rdn(rdnn(n3),rdnn(n3)))),
    input ).

fof(rdn33_0,plain,
    ( rdn_translate(n33,rdn_pos(rdn(rdnn(n3),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn33]) ).

fof(rdn32,axiom,
    rdn_translate(n32,rdn_pos(rdn(rdnn(n2),rdnn(n3)))),
    input ).

fof(rdn32_0,plain,
    ( rdn_translate(n32,rdn_pos(rdn(rdnn(n2),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn32]) ).

fof(rdn31,axiom,
    rdn_translate(n31,rdn_pos(rdn(rdnn(n1),rdnn(n3)))),
    input ).

fof(rdn31_0,plain,
    ( rdn_translate(n31,rdn_pos(rdn(rdnn(n1),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn31]) ).

fof(rdn30,axiom,
    rdn_translate(n30,rdn_pos(rdn(rdnn(n0),rdnn(n3)))),
    input ).

fof(rdn30_0,plain,
    ( rdn_translate(n30,rdn_pos(rdn(rdnn(n0),rdnn(n3))))
    | $false ),
    inference(orientation,[status(thm)],[rdn30]) ).

fof(rdn29,axiom,
    rdn_translate(n29,rdn_pos(rdn(rdnn(n9),rdnn(n2)))),
    input ).

fof(rdn29_0,plain,
    ( rdn_translate(n29,rdn_pos(rdn(rdnn(n9),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn29]) ).

fof(rdn28,axiom,
    rdn_translate(n28,rdn_pos(rdn(rdnn(n8),rdnn(n2)))),
    input ).

fof(rdn28_0,plain,
    ( rdn_translate(n28,rdn_pos(rdn(rdnn(n8),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn28]) ).

fof(rdn27,axiom,
    rdn_translate(n27,rdn_pos(rdn(rdnn(n7),rdnn(n2)))),
    input ).

fof(rdn27_0,plain,
    ( rdn_translate(n27,rdn_pos(rdn(rdnn(n7),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn27]) ).

fof(rdn26,axiom,
    rdn_translate(n26,rdn_pos(rdn(rdnn(n6),rdnn(n2)))),
    input ).

fof(rdn26_0,plain,
    ( rdn_translate(n26,rdn_pos(rdn(rdnn(n6),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn26]) ).

fof(rdn25,axiom,
    rdn_translate(n25,rdn_pos(rdn(rdnn(n5),rdnn(n2)))),
    input ).

fof(rdn25_0,plain,
    ( rdn_translate(n25,rdn_pos(rdn(rdnn(n5),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn25]) ).

fof(rdn24,axiom,
    rdn_translate(n24,rdn_pos(rdn(rdnn(n4),rdnn(n2)))),
    input ).

fof(rdn24_0,plain,
    ( rdn_translate(n24,rdn_pos(rdn(rdnn(n4),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn24]) ).

fof(rdn23,axiom,
    rdn_translate(n23,rdn_pos(rdn(rdnn(n3),rdnn(n2)))),
    input ).

fof(rdn23_0,plain,
    ( rdn_translate(n23,rdn_pos(rdn(rdnn(n3),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn23]) ).

fof(rdn22,axiom,
    rdn_translate(n22,rdn_pos(rdn(rdnn(n2),rdnn(n2)))),
    input ).

fof(rdn22_0,plain,
    ( rdn_translate(n22,rdn_pos(rdn(rdnn(n2),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn22]) ).

fof(rdn21,axiom,
    rdn_translate(n21,rdn_pos(rdn(rdnn(n1),rdnn(n2)))),
    input ).

fof(rdn21_0,plain,
    ( rdn_translate(n21,rdn_pos(rdn(rdnn(n1),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn21]) ).

fof(rdn20,axiom,
    rdn_translate(n20,rdn_pos(rdn(rdnn(n0),rdnn(n2)))),
    input ).

fof(rdn20_0,plain,
    ( rdn_translate(n20,rdn_pos(rdn(rdnn(n0),rdnn(n2))))
    | $false ),
    inference(orientation,[status(thm)],[rdn20]) ).

fof(rdn19,axiom,
    rdn_translate(n19,rdn_pos(rdn(rdnn(n9),rdnn(n1)))),
    input ).

fof(rdn19_0,plain,
    ( rdn_translate(n19,rdn_pos(rdn(rdnn(n9),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn19]) ).

fof(rdn18,axiom,
    rdn_translate(n18,rdn_pos(rdn(rdnn(n8),rdnn(n1)))),
    input ).

fof(rdn18_0,plain,
    ( rdn_translate(n18,rdn_pos(rdn(rdnn(n8),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn18]) ).

fof(rdn17,axiom,
    rdn_translate(n17,rdn_pos(rdn(rdnn(n7),rdnn(n1)))),
    input ).

fof(rdn17_0,plain,
    ( rdn_translate(n17,rdn_pos(rdn(rdnn(n7),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn17]) ).

fof(rdn16,axiom,
    rdn_translate(n16,rdn_pos(rdn(rdnn(n6),rdnn(n1)))),
    input ).

fof(rdn16_0,plain,
    ( rdn_translate(n16,rdn_pos(rdn(rdnn(n6),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn16]) ).

fof(rdn15,axiom,
    rdn_translate(n15,rdn_pos(rdn(rdnn(n5),rdnn(n1)))),
    input ).

fof(rdn15_0,plain,
    ( rdn_translate(n15,rdn_pos(rdn(rdnn(n5),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn15]) ).

fof(rdn14,axiom,
    rdn_translate(n14,rdn_pos(rdn(rdnn(n4),rdnn(n1)))),
    input ).

fof(rdn14_0,plain,
    ( rdn_translate(n14,rdn_pos(rdn(rdnn(n4),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn14]) ).

fof(rdn13,axiom,
    rdn_translate(n13,rdn_pos(rdn(rdnn(n3),rdnn(n1)))),
    input ).

fof(rdn13_0,plain,
    ( rdn_translate(n13,rdn_pos(rdn(rdnn(n3),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn13]) ).

fof(rdn12,axiom,
    rdn_translate(n12,rdn_pos(rdn(rdnn(n2),rdnn(n1)))),
    input ).

fof(rdn12_0,plain,
    ( rdn_translate(n12,rdn_pos(rdn(rdnn(n2),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn12]) ).

fof(rdn11,axiom,
    rdn_translate(n11,rdn_pos(rdn(rdnn(n1),rdnn(n1)))),
    input ).

fof(rdn11_0,plain,
    ( rdn_translate(n11,rdn_pos(rdn(rdnn(n1),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn11]) ).

fof(rdn10,axiom,
    rdn_translate(n10,rdn_pos(rdn(rdnn(n0),rdnn(n1)))),
    input ).

fof(rdn10_0,plain,
    ( rdn_translate(n10,rdn_pos(rdn(rdnn(n0),rdnn(n1))))
    | $false ),
    inference(orientation,[status(thm)],[rdn10]) ).

fof(rdn9,axiom,
    rdn_translate(n9,rdn_pos(rdnn(n9))),
    input ).

fof(rdn9_0,plain,
    ( rdn_translate(n9,rdn_pos(rdnn(n9)))
    | $false ),
    inference(orientation,[status(thm)],[rdn9]) ).

fof(rdn8,axiom,
    rdn_translate(n8,rdn_pos(rdnn(n8))),
    input ).

fof(rdn8_0,plain,
    ( rdn_translate(n8,rdn_pos(rdnn(n8)))
    | $false ),
    inference(orientation,[status(thm)],[rdn8]) ).

fof(rdn7,axiom,
    rdn_translate(n7,rdn_pos(rdnn(n7))),
    input ).

fof(rdn7_0,plain,
    ( rdn_translate(n7,rdn_pos(rdnn(n7)))
    | $false ),
    inference(orientation,[status(thm)],[rdn7]) ).

fof(rdn6,axiom,
    rdn_translate(n6,rdn_pos(rdnn(n6))),
    input ).

fof(rdn6_0,plain,
    ( rdn_translate(n6,rdn_pos(rdnn(n6)))
    | $false ),
    inference(orientation,[status(thm)],[rdn6]) ).

fof(rdn5,axiom,
    rdn_translate(n5,rdn_pos(rdnn(n5))),
    input ).

fof(rdn5_0,plain,
    ( rdn_translate(n5,rdn_pos(rdnn(n5)))
    | $false ),
    inference(orientation,[status(thm)],[rdn5]) ).

fof(rdn4,axiom,
    rdn_translate(n4,rdn_pos(rdnn(n4))),
    input ).

fof(rdn4_0,plain,
    ( rdn_translate(n4,rdn_pos(rdnn(n4)))
    | $false ),
    inference(orientation,[status(thm)],[rdn4]) ).

fof(rdn3,axiom,
    rdn_translate(n3,rdn_pos(rdnn(n3))),
    input ).

fof(rdn3_0,plain,
    ( rdn_translate(n3,rdn_pos(rdnn(n3)))
    | $false ),
    inference(orientation,[status(thm)],[rdn3]) ).

fof(rdn2,axiom,
    rdn_translate(n2,rdn_pos(rdnn(n2))),
    input ).

fof(rdn2_0,plain,
    ( rdn_translate(n2,rdn_pos(rdnn(n2)))
    | $false ),
    inference(orientation,[status(thm)],[rdn2]) ).

fof(rdn1,axiom,
    rdn_translate(n1,rdn_pos(rdnn(n1))),
    input ).

fof(rdn1_0,plain,
    ( rdn_translate(n1,rdn_pos(rdnn(n1)))
    | $false ),
    inference(orientation,[status(thm)],[rdn1]) ).

fof(rdn0,axiom,
    rdn_translate(n0,rdn_pos(rdnn(n0))),
    input ).

fof(rdn0_0,plain,
    ( rdn_translate(n0,rdn_pos(rdnn(n0)))
    | $false ),
    inference(orientation,[status(thm)],[rdn0]) ).

fof(deduced_367,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,sufferterragovernment),
    input ).

fof(deduced_367_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_367]) ).

fof(deduced_366,axiom,
    ~ accept_city(muslimcountrybhumanitarianorganization,towna),
    input ).

fof(deduced_366_0,plain,
    ( ~ accept_city(muslimcountrybhumanitarianorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_366]) ).

fof(deduced_365,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n6),
    input ).

fof(deduced_365_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_365]) ).

fof(deduced_364,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n1),
    input ).

fof(deduced_364_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_364]) ).

fof(deduced_363,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n2),
    input ).

fof(deduced_363_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_363]) ).

fof(deduced_362,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n3),
    input ).

fof(deduced_362_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_362]) ).

fof(deduced_361,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n4),
    input ).

fof(deduced_361_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_361]) ).

fof(deduced_360,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n5),
    input ).

fof(deduced_360_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_360]) ).

fof(deduced_359,axiom,
    accept_number(countrycmedicalorganization,n6),
    input ).

fof(deduced_359_0,plain,
    ( accept_number(countrycmedicalorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_359]) ).

fof(deduced_358,axiom,
    accept_number(countrycmedicalorganization,n1),
    input ).

fof(deduced_358_0,plain,
    ( accept_number(countrycmedicalorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_358]) ).

fof(deduced_357,axiom,
    accept_number(countrycmedicalorganization,n2),
    input ).

fof(deduced_357_0,plain,
    ( accept_number(countrycmedicalorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_357]) ).

fof(deduced_356,axiom,
    accept_number(countrycmedicalorganization,n3),
    input ).

fof(deduced_356_0,plain,
    ( accept_number(countrycmedicalorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_356]) ).

fof(deduced_355,axiom,
    accept_number(countrycmedicalorganization,n4),
    input ).

fof(deduced_355_0,plain,
    ( accept_number(countrycmedicalorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_355]) ).

fof(deduced_354,axiom,
    accept_number(countrycmedicalorganization,n5),
    input ).

fof(deduced_354_0,plain,
    ( accept_number(countrycmedicalorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_354]) ).

fof(deduced_353,axiom,
    accept_leader(christiancountrychumanitarianorganization,sufferterragovernment),
    input ).

fof(deduced_353_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_353]) ).

fof(deduced_352,axiom,
    accept_city(christiancountrychumanitarianorganization,towna),
    input ).

fof(deduced_352_0,plain,
    ( accept_city(christiancountrychumanitarianorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_352]) ).

fof(deduced_351,axiom,
    accept_population(christiancountrychumanitarianorganization,atheist,n75),
    input ).

fof(deduced_351_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_351]) ).

fof(deduced_350,axiom,
    accept_population(christiancountrychumanitarianorganization,christian,n24),
    input ).

fof(deduced_350_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_350]) ).

fof(deduced_349,axiom,
    accept_population(christiancountrychumanitarianorganization,muslim,n1),
    input ).

fof(deduced_349_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_349]) ).

fof(deduced_348,axiom,
    accept_population(christiancountrychumanitarianorganization,native,n0),
    input ).

fof(deduced_348_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_348]) ).

fof(deduced_347,axiom,
    accept_population(christiancountrychumanitarianorganization,other,n0),
    input ).

fof(deduced_347_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_347]) ).

fof(deduced_346,axiom,
    accept_number(christiancountrychumanitarianorganization,n6),
    input ).

fof(deduced_346_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_346]) ).

fof(deduced_345,axiom,
    accept_number(christiancountrychumanitarianorganization,n1),
    input ).

fof(deduced_345_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_345]) ).

fof(deduced_344,axiom,
    accept_number(christiancountrychumanitarianorganization,n2),
    input ).

fof(deduced_344_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_344]) ).

fof(deduced_343,axiom,
    accept_number(christiancountrychumanitarianorganization,n3),
    input ).

fof(deduced_343_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_343]) ).

fof(deduced_342,axiom,
    accept_number(christiancountrychumanitarianorganization,n4),
    input ).

fof(deduced_342_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_342]) ).

fof(deduced_341,axiom,
    accept_number(christiancountrychumanitarianorganization,n5),
    input ).

fof(deduced_341_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_341]) ).

fof(deduced_340,axiom,
    accept_leader(christiancountrychumanitarianorganization,countrycmedicalorganization),
    input ).

fof(deduced_340_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,countrycmedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_340]) ).

fof(deduced_339,axiom,
    accept_leader(christiancountrychumanitarianorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_339_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_339]) ).

fof(deduced_338,axiom,
    accept_number(countrybhumanitarianorganization,n6),
    input ).

fof(deduced_338_0,plain,
    ( accept_number(countrybhumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_338]) ).

fof(deduced_337,axiom,
    accept_number(countrybhumanitarianorganization,n1),
    input ).

fof(deduced_337_0,plain,
    ( accept_number(countrybhumanitarianorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_337]) ).

fof(deduced_336,axiom,
    accept_number(countrybhumanitarianorganization,n2),
    input ).

fof(deduced_336_0,plain,
    ( accept_number(countrybhumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_336]) ).

fof(deduced_335,axiom,
    accept_number(countrybhumanitarianorganization,n3),
    input ).

fof(deduced_335_0,plain,
    ( accept_number(countrybhumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_335]) ).

fof(deduced_334,axiom,
    accept_number(countrybhumanitarianorganization,n4),
    input ).

fof(deduced_334_0,plain,
    ( accept_number(countrybhumanitarianorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_334]) ).

fof(deduced_333,axiom,
    accept_number(countrybhumanitarianorganization,n5),
    input ).

fof(deduced_333_0,plain,
    ( accept_number(countrybhumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_333]) ).

fof(deduced_332,axiom,
    accept_leader(christiancountrychumanitarianorganization,countrybcivilorganization),
    input ).

fof(deduced_332_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,countrybcivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_332]) ).

fof(deduced_331,axiom,
    accept_number(countrybcivilorganization,n6),
    input ).

fof(deduced_331_0,plain,
    ( accept_number(countrybcivilorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_331]) ).

fof(deduced_330,axiom,
    accept_number(countrybcivilorganization,n1),
    input ).

fof(deduced_330_0,plain,
    ( accept_number(countrybcivilorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_330]) ).

fof(deduced_329,axiom,
    accept_number(countrybcivilorganization,n2),
    input ).

fof(deduced_329_0,plain,
    ( accept_number(countrybcivilorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_329]) ).

fof(deduced_328,axiom,
    accept_number(countrybcivilorganization,n3),
    input ).

fof(deduced_328_0,plain,
    ( accept_number(countrybcivilorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_328]) ).

fof(deduced_327,axiom,
    accept_number(countrybcivilorganization,n4),
    input ).

fof(deduced_327_0,plain,
    ( accept_number(countrybcivilorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_327]) ).

fof(deduced_326,axiom,
    accept_number(countrybcivilorganization,n5),
    input ).

fof(deduced_326_0,plain,
    ( accept_number(countrybcivilorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_326]) ).

fof(deduced_325,axiom,
    accept_leader(christiancountrychumanitarianorganization,countryccivilorganization),
    input ).

fof(deduced_325_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,countryccivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_325]) ).

fof(deduced_324,axiom,
    accept_number(countryccivilorganization,n4),
    input ).

fof(deduced_324_0,plain,
    ( accept_number(countryccivilorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_324]) ).

fof(deduced_323,axiom,
    accept_number(countryccivilorganization,n1),
    input ).

fof(deduced_323_0,plain,
    ( accept_number(countryccivilorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_323]) ).

fof(deduced_322,axiom,
    accept_number(countryccivilorganization,n2),
    input ).

fof(deduced_322_0,plain,
    ( accept_number(countryccivilorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_322]) ).

fof(deduced_321,axiom,
    accept_number(countryccivilorganization,n3),
    input ).

fof(deduced_321_0,plain,
    ( accept_number(countryccivilorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_321]) ).

fof(deduced_320,axiom,
    accept_city(countryacivilorganization,towna),
    input ).

fof(deduced_320_0,plain,
    ( accept_city(countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_320]) ).

fof(deduced_319,axiom,
    accept_leader(countryacivilorganization,sufferterragovernment),
    input ).

fof(deduced_319_0,plain,
    ( accept_leader(countryacivilorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_319]) ).

fof(deduced_318,axiom,
    accept_number(countryacivilorganization,n6),
    input ).

fof(deduced_318_0,plain,
    ( accept_number(countryacivilorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_318]) ).

fof(deduced_317,axiom,
    accept_population(countryacivilorganization,atheist,n75),
    input ).

fof(deduced_317_0,plain,
    ( accept_population(countryacivilorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_317]) ).

fof(deduced_316,axiom,
    accept_population(countryacivilorganization,christian,n24),
    input ).

fof(deduced_316_0,plain,
    ( accept_population(countryacivilorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_316]) ).

fof(deduced_315,axiom,
    accept_population(countryacivilorganization,muslim,n1),
    input ).

fof(deduced_315_0,plain,
    ( accept_population(countryacivilorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_315]) ).

fof(deduced_314,axiom,
    accept_population(countryacivilorganization,native,n0),
    input ).

fof(deduced_314_0,plain,
    ( accept_population(countryacivilorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_314]) ).

fof(deduced_313,axiom,
    accept_population(countryacivilorganization,other,n0),
    input ).

fof(deduced_313_0,plain,
    ( accept_population(countryacivilorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_313]) ).

fof(deduced_312,axiom,
    accept_number(countryacivilorganization,n1),
    input ).

fof(deduced_312_0,plain,
    ( accept_number(countryacivilorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_312]) ).

fof(deduced_311,axiom,
    accept_number(countryacivilorganization,n2),
    input ).

fof(deduced_311_0,plain,
    ( accept_number(countryacivilorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_311]) ).

fof(deduced_310,axiom,
    accept_number(countryacivilorganization,n3),
    input ).

fof(deduced_310_0,plain,
    ( accept_number(countryacivilorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_310]) ).

fof(deduced_309,axiom,
    accept_number(countryacivilorganization,n4),
    input ).

fof(deduced_309_0,plain,
    ( accept_number(countryacivilorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_309]) ).

fof(deduced_308,axiom,
    accept_number(countryacivilorganization,n5),
    input ).

fof(deduced_308_0,plain,
    ( accept_number(countryacivilorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_308]) ).

fof(deduced_307,axiom,
    accept_number(sufferterragovernment,n6),
    input ).

fof(deduced_307_0,plain,
    ( accept_number(sufferterragovernment,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_307]) ).

fof(deduced_306,axiom,
    accept_number(sufferterragovernment,n1),
    input ).

fof(deduced_306_0,plain,
    ( accept_number(sufferterragovernment,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_306]) ).

fof(deduced_305,axiom,
    accept_number(sufferterragovernment,n2),
    input ).

fof(deduced_305_0,plain,
    ( accept_number(sufferterragovernment,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_305]) ).

fof(deduced_304,axiom,
    accept_number(sufferterragovernment,n3),
    input ).

fof(deduced_304_0,plain,
    ( accept_number(sufferterragovernment,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_304]) ).

fof(deduced_303,axiom,
    accept_number(sufferterragovernment,n4),
    input ).

fof(deduced_303_0,plain,
    ( accept_number(sufferterragovernment,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_303]) ).

fof(deduced_302,axiom,
    accept_number(sufferterragovernment,n5),
    input ).

fof(deduced_302_0,plain,
    ( accept_number(sufferterragovernment,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_302]) ).

fof(deduced_301,axiom,
    accept_leader(countrybcivilorganization,sufferterragovernment),
    input ).

fof(deduced_301_0,plain,
    ( accept_leader(countrybcivilorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_301]) ).

fof(deduced_300,axiom,
    accept_city(countrybcivilorganization,towna),
    input ).

fof(deduced_300_0,plain,
    ( accept_city(countrybcivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_300]) ).

fof(deduced_299,axiom,
    accept_population(countrybcivilorganization,atheist,n75),
    input ).

fof(deduced_299_0,plain,
    ( accept_population(countrybcivilorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_299]) ).

fof(deduced_298,axiom,
    accept_population(countrybcivilorganization,christian,n24),
    input ).

fof(deduced_298_0,plain,
    ( accept_population(countrybcivilorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_298]) ).

fof(deduced_297,axiom,
    accept_population(countrybcivilorganization,muslim,n1),
    input ).

fof(deduced_297_0,plain,
    ( accept_population(countrybcivilorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_297]) ).

fof(deduced_296,axiom,
    accept_population(countrybcivilorganization,native,n0),
    input ).

fof(deduced_296_0,plain,
    ( accept_population(countrybcivilorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_296]) ).

fof(deduced_295,axiom,
    accept_population(countrybcivilorganization,other,n0),
    input ).

fof(deduced_295_0,plain,
    ( accept_population(countrybcivilorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_295]) ).

fof(deduced_294,axiom,
    accept_leader(countrybcivilorganization,countrycmedicalorganization),
    input ).

fof(deduced_294_0,plain,
    ( accept_leader(countrybcivilorganization,countrycmedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_294]) ).

fof(deduced_293,axiom,
    accept_leader(countrybcivilorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_293_0,plain,
    ( accept_leader(countrybcivilorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_293]) ).

fof(deduced_292,axiom,
    accept_leader(countrybcivilorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_292_0,plain,
    ( accept_leader(countrybcivilorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_292]) ).

fof(deduced_291,axiom,
    accept_leader(countrybcivilorganization,countryccivilorganization),
    input ).

fof(deduced_291_0,plain,
    ( accept_leader(countrybcivilorganization,countryccivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_291]) ).

fof(deduced_290,axiom,
    accept_leader(countrycmedicalorganization,sufferterragovernment),
    input ).

fof(deduced_290_0,plain,
    ( accept_leader(countrycmedicalorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_290]) ).

fof(deduced_289,axiom,
    accept_city(countrycmedicalorganization,towna),
    input ).

fof(deduced_289_0,plain,
    ( accept_city(countrycmedicalorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_289]) ).

fof(deduced_288,axiom,
    accept_population(countrycmedicalorganization,atheist,n75),
    input ).

fof(deduced_288_0,plain,
    ( accept_population(countrycmedicalorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_288]) ).

fof(deduced_287,axiom,
    accept_population(countrycmedicalorganization,christian,n24),
    input ).

fof(deduced_287_0,plain,
    ( accept_population(countrycmedicalorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_287]) ).

fof(deduced_286,axiom,
    accept_population(countrycmedicalorganization,muslim,n1),
    input ).

fof(deduced_286_0,plain,
    ( accept_population(countrycmedicalorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_286]) ).

fof(deduced_285,axiom,
    accept_population(countrycmedicalorganization,native,n0),
    input ).

fof(deduced_285_0,plain,
    ( accept_population(countrycmedicalorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_285]) ).

fof(deduced_284,axiom,
    accept_population(countrycmedicalorganization,other,n0),
    input ).

fof(deduced_284_0,plain,
    ( accept_population(countrycmedicalorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_284]) ).

fof(deduced_283,axiom,
    accept_leader(countrycmedicalorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_283_0,plain,
    ( accept_leader(countrycmedicalorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_283]) ).

fof(deduced_282,axiom,
    accept_leader(countrycmedicalorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_282_0,plain,
    ( accept_leader(countrycmedicalorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_282]) ).

fof(deduced_281,axiom,
    accept_leader(countrycmedicalorganization,countrybcivilorganization),
    input ).

fof(deduced_281_0,plain,
    ( accept_leader(countrycmedicalorganization,countrybcivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_281]) ).

fof(deduced_280,axiom,
    accept_leader(countrycmedicalorganization,countryccivilorganization),
    input ).

fof(deduced_280_0,plain,
    ( accept_leader(countrycmedicalorganization,countryccivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_280]) ).

fof(deduced_279,axiom,
    accept_city(countryafirstaidorganization,towna),
    input ).

fof(deduced_279_0,plain,
    ( accept_city(countryafirstaidorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_279]) ).

fof(deduced_278,axiom,
    accept_leader(countryafirstaidorganization,sufferterragovernment),
    input ).

fof(deduced_278_0,plain,
    ( accept_leader(countryafirstaidorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_278]) ).

fof(deduced_277,axiom,
    accept_number(countryafirstaidorganization,n6),
    input ).

fof(deduced_277_0,plain,
    ( accept_number(countryafirstaidorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_277]) ).

fof(deduced_276,axiom,
    accept_population(countryafirstaidorganization,atheist,n75),
    input ).

fof(deduced_276_0,plain,
    ( accept_population(countryafirstaidorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_276]) ).

fof(deduced_275,axiom,
    accept_population(countryafirstaidorganization,christian,n24),
    input ).

fof(deduced_275_0,plain,
    ( accept_population(countryafirstaidorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_275]) ).

fof(deduced_274,axiom,
    accept_population(countryafirstaidorganization,muslim,n1),
    input ).

fof(deduced_274_0,plain,
    ( accept_population(countryafirstaidorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_274]) ).

fof(deduced_273,axiom,
    accept_population(countryafirstaidorganization,native,n0),
    input ).

fof(deduced_273_0,plain,
    ( accept_population(countryafirstaidorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_273]) ).

fof(deduced_272,axiom,
    accept_population(countryafirstaidorganization,other,n0),
    input ).

fof(deduced_272_0,plain,
    ( accept_population(countryafirstaidorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_272]) ).

fof(deduced_271,axiom,
    accept_number(countryafirstaidorganization,n1),
    input ).

fof(deduced_271_0,plain,
    ( accept_number(countryafirstaidorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_271]) ).

fof(deduced_270,axiom,
    accept_number(countryafirstaidorganization,n2),
    input ).

fof(deduced_270_0,plain,
    ( accept_number(countryafirstaidorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_270]) ).

fof(deduced_269,axiom,
    accept_number(countryafirstaidorganization,n3),
    input ).

fof(deduced_269_0,plain,
    ( accept_number(countryafirstaidorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_269]) ).

fof(deduced_268,axiom,
    accept_number(countryafirstaidorganization,n4),
    input ).

fof(deduced_268_0,plain,
    ( accept_number(countryafirstaidorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_268]) ).

fof(deduced_267,axiom,
    accept_number(countryafirstaidorganization,n5),
    input ).

fof(deduced_267_0,plain,
    ( accept_number(countryafirstaidorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_267]) ).

fof(deduced_266,axiom,
    accept_leader(countryccivilorganization,sufferterragovernment),
    input ).

fof(deduced_266_0,plain,
    ( accept_leader(countryccivilorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_266]) ).

fof(deduced_265,axiom,
    accept_city(countryccivilorganization,towna),
    input ).

fof(deduced_265_0,plain,
    ( accept_city(countryccivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_265]) ).

fof(deduced_264,axiom,
    accept_population(countryccivilorganization,atheist,n75),
    input ).

fof(deduced_264_0,plain,
    ( accept_population(countryccivilorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_264]) ).

fof(deduced_263,axiom,
    accept_population(countryccivilorganization,christian,n24),
    input ).

fof(deduced_263_0,plain,
    ( accept_population(countryccivilorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_263]) ).

fof(deduced_262,axiom,
    accept_population(countryccivilorganization,muslim,n1),
    input ).

fof(deduced_262_0,plain,
    ( accept_population(countryccivilorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_262]) ).

fof(deduced_261,axiom,
    accept_population(countryccivilorganization,native,n0),
    input ).

fof(deduced_261_0,plain,
    ( accept_population(countryccivilorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_261]) ).

fof(deduced_260,axiom,
    accept_population(countryccivilorganization,other,n0),
    input ).

fof(deduced_260_0,plain,
    ( accept_population(countryccivilorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_260]) ).

fof(deduced_259,axiom,
    accept_leader(sufferterragovernment,countrybhumanitarianorganization),
    input ).

fof(deduced_259_0,plain,
    ( accept_leader(sufferterragovernment,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_259]) ).

fof(deduced_258,axiom,
    accept_city(sufferterragovernment,cityb),
    input ).

fof(deduced_258_0,plain,
    ( accept_city(sufferterragovernment,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_258]) ).

fof(deduced_257,axiom,
    accept_population(sufferterragovernment,atheist,n78),
    input ).

fof(deduced_257_0,plain,
    ( accept_population(sufferterragovernment,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_257]) ).

fof(deduced_256,axiom,
    accept_population(sufferterragovernment,christian,n20),
    input ).

fof(deduced_256_0,plain,
    ( accept_population(sufferterragovernment,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_256]) ).

fof(deduced_255,axiom,
    accept_population(sufferterragovernment,muslim,n1),
    input ).

fof(deduced_255_0,plain,
    ( accept_population(sufferterragovernment,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_255]) ).

fof(deduced_254,axiom,
    accept_population(sufferterragovernment,native,n0),
    input ).

fof(deduced_254_0,plain,
    ( accept_population(sufferterragovernment,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_254]) ).

fof(deduced_253,axiom,
    accept_population(sufferterragovernment,other,n1),
    input ).

fof(deduced_253_0,plain,
    ( accept_population(sufferterragovernment,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_253]) ).

fof(deduced_252,axiom,
    accept_leader(sufferterragovernment,countryacivilorganization),
    input ).

fof(deduced_252_0,plain,
    ( accept_leader(sufferterragovernment,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_252]) ).

fof(deduced_251,axiom,
    accept_city(countryahumanitarianorganization,towna),
    input ).

fof(deduced_251_0,plain,
    ( accept_city(countryahumanitarianorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_251]) ).

fof(deduced_250,axiom,
    accept_leader(countryahumanitarianorganization,sufferterragovernment),
    input ).

fof(deduced_250_0,plain,
    ( accept_leader(countryahumanitarianorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_250]) ).

fof(deduced_249,axiom,
    accept_number(countryahumanitarianorganization,n6),
    input ).

fof(deduced_249_0,plain,
    ( accept_number(countryahumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_249]) ).

fof(deduced_248,axiom,
    accept_population(countryahumanitarianorganization,atheist,n75),
    input ).

fof(deduced_248_0,plain,
    ( accept_population(countryahumanitarianorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_248]) ).

fof(deduced_247,axiom,
    accept_population(countryahumanitarianorganization,christian,n24),
    input ).

fof(deduced_247_0,plain,
    ( accept_population(countryahumanitarianorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_247]) ).

fof(deduced_246,axiom,
    accept_population(countryahumanitarianorganization,muslim,n1),
    input ).

fof(deduced_246_0,plain,
    ( accept_population(countryahumanitarianorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_246]) ).

fof(deduced_245,axiom,
    accept_population(countryahumanitarianorganization,native,n0),
    input ).

fof(deduced_245_0,plain,
    ( accept_population(countryahumanitarianorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_245]) ).

fof(deduced_244,axiom,
    accept_population(countryahumanitarianorganization,other,n0),
    input ).

fof(deduced_244_0,plain,
    ( accept_population(countryahumanitarianorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_244]) ).

fof(deduced_243,axiom,
    accept_number(countryahumanitarianorganization,n1),
    input ).

fof(deduced_243_0,plain,
    ( accept_number(countryahumanitarianorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_243]) ).

fof(deduced_242,axiom,
    accept_number(countryahumanitarianorganization,n2),
    input ).

fof(deduced_242_0,plain,
    ( accept_number(countryahumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_242]) ).

fof(deduced_241,axiom,
    accept_number(countryahumanitarianorganization,n3),
    input ).

fof(deduced_241_0,plain,
    ( accept_number(countryahumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_241]) ).

fof(deduced_240,axiom,
    accept_number(countryahumanitarianorganization,n4),
    input ).

fof(deduced_240_0,plain,
    ( accept_number(countryahumanitarianorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_240]) ).

fof(deduced_239,axiom,
    accept_number(countryahumanitarianorganization,n5),
    input ).

fof(deduced_239_0,plain,
    ( accept_number(countryahumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_239]) ).

fof(deduced_238,axiom,
    accept_leader(countryahumanitarianorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_238_0,plain,
    ( accept_leader(countryahumanitarianorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_238]) ).

fof(deduced_237,axiom,
    accept_city(countryahumanitarianorganization,cityb),
    input ).

fof(deduced_237_0,plain,
    ( accept_city(countryahumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_237]) ).

fof(deduced_236,axiom,
    accept_population(countryahumanitarianorganization,atheist,n78),
    input ).

fof(deduced_236_0,plain,
    ( accept_population(countryahumanitarianorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_236]) ).

fof(deduced_235,axiom,
    accept_population(countryahumanitarianorganization,christian,n20),
    input ).

fof(deduced_235_0,plain,
    ( accept_population(countryahumanitarianorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_235]) ).

fof(deduced_234,axiom,
    accept_population(countryahumanitarianorganization,other,n1),
    input ).

fof(deduced_234_0,plain,
    ( accept_population(countryahumanitarianorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_234]) ).

fof(deduced_233,axiom,
    accept_leader(countryahumanitarianorganization,countryacivilorganization),
    input ).

fof(deduced_233_0,plain,
    ( accept_leader(countryahumanitarianorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_233]) ).

fof(deduced_232,axiom,
    accept_leader(countryacivilorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_232_0,plain,
    ( accept_leader(countryacivilorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_232]) ).

fof(deduced_231,axiom,
    accept_city(countryacivilorganization,cityb),
    input ).

fof(deduced_231_0,plain,
    ( accept_city(countryacivilorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_231]) ).

fof(deduced_230,axiom,
    accept_population(countryacivilorganization,atheist,n78),
    input ).

fof(deduced_230_0,plain,
    ( accept_population(countryacivilorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_230]) ).

fof(deduced_229,axiom,
    accept_population(countryacivilorganization,christian,n20),
    input ).

fof(deduced_229_0,plain,
    ( accept_population(countryacivilorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_229]) ).

fof(deduced_228,axiom,
    accept_population(countryacivilorganization,other,n1),
    input ).

fof(deduced_228_0,plain,
    ( accept_population(countryacivilorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_228]) ).

fof(deduced_227,axiom,
    accept_city(countryamedicalorganization,towna),
    input ).

fof(deduced_227_0,plain,
    ( accept_city(countryamedicalorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_227]) ).

fof(deduced_226,axiom,
    accept_leader(countryamedicalorganization,sufferterragovernment),
    input ).

fof(deduced_226_0,plain,
    ( accept_leader(countryamedicalorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_226]) ).

fof(deduced_225,axiom,
    accept_number(countryamedicalorganization,n6),
    input ).

fof(deduced_225_0,plain,
    ( accept_number(countryamedicalorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_225]) ).

fof(deduced_224,axiom,
    accept_population(countryamedicalorganization,atheist,n75),
    input ).

fof(deduced_224_0,plain,
    ( accept_population(countryamedicalorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_224]) ).

fof(deduced_223,axiom,
    accept_population(countryamedicalorganization,christian,n24),
    input ).

fof(deduced_223_0,plain,
    ( accept_population(countryamedicalorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_223]) ).

fof(deduced_222,axiom,
    accept_population(countryamedicalorganization,muslim,n1),
    input ).

fof(deduced_222_0,plain,
    ( accept_population(countryamedicalorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_222]) ).

fof(deduced_221,axiom,
    accept_population(countryamedicalorganization,native,n0),
    input ).

fof(deduced_221_0,plain,
    ( accept_population(countryamedicalorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_221]) ).

fof(deduced_220,axiom,
    accept_population(countryamedicalorganization,other,n0),
    input ).

fof(deduced_220_0,plain,
    ( accept_population(countryamedicalorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_220]) ).

fof(deduced_219,axiom,
    accept_number(countryamedicalorganization,n1),
    input ).

fof(deduced_219_0,plain,
    ( accept_number(countryamedicalorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_219]) ).

fof(deduced_218,axiom,
    accept_number(countryamedicalorganization,n2),
    input ).

fof(deduced_218_0,plain,
    ( accept_number(countryamedicalorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_218]) ).

fof(deduced_217,axiom,
    accept_number(countryamedicalorganization,n3),
    input ).

fof(deduced_217_0,plain,
    ( accept_number(countryamedicalorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_217]) ).

fof(deduced_216,axiom,
    accept_number(countryamedicalorganization,n4),
    input ).

fof(deduced_216_0,plain,
    ( accept_number(countryamedicalorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_216]) ).

fof(deduced_215,axiom,
    accept_number(countryamedicalorganization,n5),
    input ).

fof(deduced_215_0,plain,
    ( accept_number(countryamedicalorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_215]) ).

fof(deduced_214,axiom,
    accept_leader(countryamedicalorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_214_0,plain,
    ( accept_leader(countryamedicalorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_214]) ).

fof(deduced_213,axiom,
    accept_city(countryamedicalorganization,cityb),
    input ).

fof(deduced_213_0,plain,
    ( accept_city(countryamedicalorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_213]) ).

fof(deduced_212,axiom,
    accept_population(countryamedicalorganization,atheist,n78),
    input ).

fof(deduced_212_0,plain,
    ( accept_population(countryamedicalorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_212]) ).

fof(deduced_211,axiom,
    accept_population(countryamedicalorganization,christian,n20),
    input ).

fof(deduced_211_0,plain,
    ( accept_population(countryamedicalorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_211]) ).

fof(deduced_210,axiom,
    accept_population(countryamedicalorganization,other,n1),
    input ).

fof(deduced_210_0,plain,
    ( accept_population(countryamedicalorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_210]) ).

fof(deduced_209,axiom,
    accept_leader(countryamedicalorganization,countryacivilorganization),
    input ).

fof(deduced_209_0,plain,
    ( accept_leader(countryamedicalorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_209]) ).

fof(deduced_208,axiom,
    accept_city(muslimcountrybhumanitarianorganization,cityb),
    input ).

fof(deduced_208_0,plain,
    ( accept_city(muslimcountrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_208]) ).

fof(deduced_207,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_207_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_207]) ).

fof(deduced_206,axiom,
    accept_population(muslimcountrybhumanitarianorganization,atheist,n78),
    input ).

fof(deduced_206_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_206]) ).

fof(deduced_205,axiom,
    accept_population(muslimcountrybhumanitarianorganization,christian,n20),
    input ).

fof(deduced_205_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_205]) ).

fof(deduced_204,axiom,
    accept_population(muslimcountrybhumanitarianorganization,muslim,n1),
    input ).

fof(deduced_204_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_204]) ).

fof(deduced_203,axiom,
    accept_population(muslimcountrybhumanitarianorganization,native,n0),
    input ).

fof(deduced_203_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_203]) ).

fof(deduced_202,axiom,
    accept_population(muslimcountrybhumanitarianorganization,other,n1),
    input ).

fof(deduced_202_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_202]) ).

fof(deduced_201,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countryahumanitarianorganization),
    input ).

fof(deduced_201_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_201]) ).

fof(deduced_200,axiom,
    accept_city(muslimcountrybhumanitarianorganization,townc),
    input ).

fof(deduced_200_0,plain,
    ( accept_city(muslimcountrybhumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_200]) ).

fof(deduced_199,axiom,
    accept_population(muslimcountrybhumanitarianorganization,atheist,n30),
    input ).

fof(deduced_199_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_199]) ).

fof(deduced_198,axiom,
    accept_population(muslimcountrybhumanitarianorganization,christian,n0),
    input ).

fof(deduced_198_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_198]) ).

fof(deduced_197,axiom,
    accept_population(muslimcountrybhumanitarianorganization,muslim,n65),
    input ).

fof(deduced_197_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_197]) ).

fof(deduced_196,axiom,
    accept_population(muslimcountrybhumanitarianorganization,other,n5),
    input ).

fof(deduced_196_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_196]) ).

fof(deduced_195,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_195_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_195]) ).

fof(deduced_194,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countrycmedicalorganization),
    input ).

fof(deduced_194_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,countrycmedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_194]) ).

fof(deduced_193,axiom,
    accept_city(countrycmedicalorganization,cityb),
    input ).

fof(deduced_193_0,plain,
    ( accept_city(countrycmedicalorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_193]) ).

fof(deduced_192,axiom,
    accept_population(countrycmedicalorganization,atheist,n78),
    input ).

fof(deduced_192_0,plain,
    ( accept_population(countrycmedicalorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_192]) ).

fof(deduced_191,axiom,
    accept_population(countrycmedicalorganization,christian,n20),
    input ).

fof(deduced_191_0,plain,
    ( accept_population(countrycmedicalorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_191]) ).

fof(deduced_190,axiom,
    accept_population(countrycmedicalorganization,other,n1),
    input ).

fof(deduced_190_0,plain,
    ( accept_population(countrycmedicalorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_190]) ).

fof(deduced_189,axiom,
    accept_leader(countrycmedicalorganization,countryahumanitarianorganization),
    input ).

fof(deduced_189_0,plain,
    ( accept_leader(countrycmedicalorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_189]) ).

fof(deduced_188,axiom,
    accept_city(countrycmedicalorganization,townc),
    input ).

fof(deduced_188_0,plain,
    ( accept_city(countrycmedicalorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_188]) ).

fof(deduced_187,axiom,
    accept_population(countrycmedicalorganization,atheist,n30),
    input ).

fof(deduced_187_0,plain,
    ( accept_population(countrycmedicalorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_187]) ).

fof(deduced_186,axiom,
    accept_population(countrycmedicalorganization,christian,n0),
    input ).

fof(deduced_186_0,plain,
    ( accept_population(countrycmedicalorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_186]) ).

fof(deduced_185,axiom,
    accept_population(countrycmedicalorganization,muslim,n65),
    input ).

fof(deduced_185_0,plain,
    ( accept_population(countrycmedicalorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_185]) ).

fof(deduced_184,axiom,
    accept_population(countrycmedicalorganization,other,n5),
    input ).

fof(deduced_184_0,plain,
    ( accept_population(countrycmedicalorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_184]) ).

fof(deduced_183,axiom,
    accept_leader(countrycmedicalorganization,muslimcountrybhumanitarianorganization),
    input ).

fof(deduced_183_0,plain,
    ( accept_leader(countrycmedicalorganization,muslimcountrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_183]) ).

fof(deduced_182,axiom,
    accept_leader(countryccivilorganization,countryahumanitarianorganization),
    input ).

fof(deduced_182_0,plain,
    ( accept_leader(countryccivilorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_182]) ).

fof(deduced_181,axiom,
    accept_city(countryccivilorganization,townc),
    input ).

fof(deduced_181_0,plain,
    ( accept_city(countryccivilorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_181]) ).

fof(deduced_180,axiom,
    accept_population(countryccivilorganization,atheist,n30),
    input ).

fof(deduced_180_0,plain,
    ( accept_population(countryccivilorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_180]) ).

fof(deduced_179,axiom,
    accept_population(countryccivilorganization,christian,n0),
    input ).

fof(deduced_179_0,plain,
    ( accept_population(countryccivilorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_179]) ).

fof(deduced_178,axiom,
    accept_population(countryccivilorganization,muslim,n65),
    input ).

fof(deduced_178_0,plain,
    ( accept_population(countryccivilorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_178]) ).

fof(deduced_177,axiom,
    accept_population(countryccivilorganization,other,n5),
    input ).

fof(deduced_177_0,plain,
    ( accept_population(countryccivilorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_177]) ).

fof(deduced_176,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_176_0,plain,
    ( accept_leader(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_176]) ).

fof(deduced_175,axiom,
    accept_city(christiansufferterrahumanitarianorganization,cityb),
    input ).

fof(deduced_175_0,plain,
    ( accept_city(christiansufferterrahumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_175]) ).

fof(deduced_174,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n78),
    input ).

fof(deduced_174_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_174]) ).

fof(deduced_173,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n20),
    input ).

fof(deduced_173_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_173]) ).

fof(deduced_172,axiom,
    accept_population(christiansufferterrahumanitarianorganization,muslim,n1),
    input ).

fof(deduced_172_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_172]) ).

fof(deduced_171,axiom,
    accept_population(christiansufferterrahumanitarianorganization,native,n0),
    input ).

fof(deduced_171_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_171]) ).

fof(deduced_170,axiom,
    accept_population(christiansufferterrahumanitarianorganization,other,n1),
    input ).

fof(deduced_170_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_170]) ).

fof(deduced_169,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n6),
    input ).

fof(deduced_169_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_169]) ).

fof(deduced_168,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n1),
    input ).

fof(deduced_168_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_168]) ).

fof(deduced_167,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n2),
    input ).

fof(deduced_167_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[deduced_167]) ).

fof(deduced_166,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n3),
    input ).

fof(deduced_166_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_166]) ).

fof(deduced_165,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n4),
    input ).

fof(deduced_165_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[deduced_165]) ).

fof(deduced_164,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n5),
    input ).

fof(deduced_164_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_164]) ).

fof(deduced_163,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryacivilorganization),
    input ).

fof(deduced_163_0,plain,
    ( accept_leader(christiansufferterrahumanitarianorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_163]) ).

fof(deduced_162,axiom,
    accept_city(christiansufferterrahumanitarianorganization,townc),
    input ).

fof(deduced_162_0,plain,
    ( accept_city(christiansufferterrahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_162]) ).

fof(deduced_161,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryahumanitarianorganization),
    input ).

fof(deduced_161_0,plain,
    ( accept_leader(christiansufferterrahumanitarianorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_161]) ).

fof(deduced_160,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n30),
    input ).

fof(deduced_160_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_160]) ).

fof(deduced_159,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n0),
    input ).

fof(deduced_159_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_159]) ).

fof(deduced_158,axiom,
    accept_population(christiansufferterrahumanitarianorganization,muslim,n65),
    input ).

fof(deduced_158_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_158]) ).

fof(deduced_157,axiom,
    accept_population(christiansufferterrahumanitarianorganization,other,n5),
    input ).

fof(deduced_157_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_157]) ).

fof(deduced_156,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countrybcivilorganization),
    input ).

fof(deduced_156_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,countrybcivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_156]) ).

fof(deduced_155,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countryccivilorganization),
    input ).

fof(deduced_155_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,countryccivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_155]) ).

fof(deduced_154,axiom,
    accept_city(sufferterragovernment,townc),
    input ).

fof(deduced_154_0,plain,
    ( accept_city(sufferterragovernment,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_154]) ).

fof(deduced_153,axiom,
    accept_leader(sufferterragovernment,countryahumanitarianorganization),
    input ).

fof(deduced_153_0,plain,
    ( accept_leader(sufferterragovernment,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_153]) ).

fof(deduced_152,axiom,
    accept_population(sufferterragovernment,atheist,n30),
    input ).

fof(deduced_152_0,plain,
    ( accept_population(sufferterragovernment,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_152]) ).

fof(deduced_151,axiom,
    accept_population(sufferterragovernment,christian,n0),
    input ).

fof(deduced_151_0,plain,
    ( accept_population(sufferterragovernment,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_151]) ).

fof(deduced_150,axiom,
    accept_population(sufferterragovernment,muslim,n65),
    input ).

fof(deduced_150_0,plain,
    ( accept_population(sufferterragovernment,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_150]) ).

fof(deduced_149,axiom,
    accept_population(sufferterragovernment,other,n5),
    input ).

fof(deduced_149_0,plain,
    ( accept_population(sufferterragovernment,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_149]) ).

fof(deduced_148,axiom,
    accept_leader(sufferterragovernment,christiancountrychumanitarianorganization),
    input ).

fof(deduced_148_0,plain,
    ( accept_leader(sufferterragovernment,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_148]) ).

fof(deduced_147,axiom,
    accept_city(sufferterragovernment,coastvillage),
    input ).

fof(deduced_147_0,plain,
    ( accept_city(sufferterragovernment,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_147]) ).

fof(deduced_146,axiom,
    accept_population(sufferterragovernment,atheist,n12),
    input ).

fof(deduced_146_0,plain,
    ( accept_population(sufferterragovernment,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_146]) ).

fof(deduced_145,axiom,
    accept_population(sufferterragovernment,christian,n3),
    input ).

fof(deduced_145_0,plain,
    ( accept_population(sufferterragovernment,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_145]) ).

fof(deduced_144,axiom,
    accept_population(sufferterragovernment,muslim,n0),
    input ).

fof(deduced_144_0,plain,
    ( accept_population(sufferterragovernment,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_144]) ).

fof(deduced_143,axiom,
    accept_population(sufferterragovernment,native,n85),
    input ).

fof(deduced_143_0,plain,
    ( accept_population(sufferterragovernment,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_143]) ).

fof(deduced_142,axiom,
    accept_population(sufferterragovernment,other,n0),
    input ).

fof(deduced_142_0,plain,
    ( accept_population(sufferterragovernment,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_142]) ).

fof(deduced_141,axiom,
    accept_leader(sufferterragovernment,countryafirstaidorganization),
    input ).

fof(deduced_141_0,plain,
    ( accept_leader(sufferterragovernment,countryafirstaidorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_141]) ).

fof(deduced_140,axiom,
    accept_leader(countrybhumanitarianorganization,sufferterragovernment),
    input ).

fof(deduced_140_0,plain,
    ( accept_leader(countrybhumanitarianorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_140]) ).

fof(deduced_139,axiom,
    accept_city(countrybhumanitarianorganization,towna),
    input ).

fof(deduced_139_0,plain,
    ( accept_city(countrybhumanitarianorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_139]) ).

fof(deduced_138,axiom,
    accept_population(countrybhumanitarianorganization,atheist,n75),
    input ).

fof(deduced_138_0,plain,
    ( accept_population(countrybhumanitarianorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_138]) ).

fof(deduced_137,axiom,
    accept_population(countrybhumanitarianorganization,christian,n24),
    input ).

fof(deduced_137_0,plain,
    ( accept_population(countrybhumanitarianorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_137]) ).

fof(deduced_136,axiom,
    accept_population(countrybhumanitarianorganization,muslim,n1),
    input ).

fof(deduced_136_0,plain,
    ( accept_population(countrybhumanitarianorganization,muslim,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_136]) ).

fof(deduced_135,axiom,
    accept_population(countrybhumanitarianorganization,native,n0),
    input ).

fof(deduced_135_0,plain,
    ( accept_population(countrybhumanitarianorganization,native,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_135]) ).

fof(deduced_134,axiom,
    accept_population(countrybhumanitarianorganization,other,n0),
    input ).

fof(deduced_134_0,plain,
    ( accept_population(countrybhumanitarianorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_134]) ).

fof(deduced_133,axiom,
    accept_leader(countrybhumanitarianorganization,countrycmedicalorganization),
    input ).

fof(deduced_133_0,plain,
    ( accept_leader(countrybhumanitarianorganization,countrycmedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_133]) ).

fof(deduced_132,axiom,
    accept_leader(countrybhumanitarianorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_132_0,plain,
    ( accept_leader(countrybhumanitarianorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_132]) ).

fof(deduced_131,axiom,
    accept_leader(countrybhumanitarianorganization,countrybcivilorganization),
    input ).

fof(deduced_131_0,plain,
    ( accept_leader(countrybhumanitarianorganization,countrybcivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_131]) ).

fof(deduced_130,axiom,
    accept_leader(countrybhumanitarianorganization,countryccivilorganization),
    input ).

fof(deduced_130_0,plain,
    ( accept_leader(countrybhumanitarianorganization,countryccivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_130]) ).

fof(deduced_129,axiom,
    accept_leader(countrybhumanitarianorganization,countryahumanitarianorganization),
    input ).

fof(deduced_129_0,plain,
    ( accept_leader(countrybhumanitarianorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_129]) ).

fof(deduced_128,axiom,
    accept_city(countrybhumanitarianorganization,townc),
    input ).

fof(deduced_128_0,plain,
    ( accept_city(countrybhumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_128]) ).

fof(deduced_127,axiom,
    accept_population(countrybhumanitarianorganization,atheist,n30),
    input ).

fof(deduced_127_0,plain,
    ( accept_population(countrybhumanitarianorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_127]) ).

fof(deduced_126,axiom,
    accept_population(countrybhumanitarianorganization,christian,n0),
    input ).

fof(deduced_126_0,plain,
    ( accept_population(countrybhumanitarianorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_126]) ).

fof(deduced_125,axiom,
    accept_population(countrybhumanitarianorganization,muslim,n65),
    input ).

fof(deduced_125_0,plain,
    ( accept_population(countrybhumanitarianorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_125]) ).

fof(deduced_124,axiom,
    accept_population(countrybhumanitarianorganization,other,n5),
    input ).

fof(deduced_124_0,plain,
    ( accept_population(countrybhumanitarianorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_124]) ).

fof(deduced_123,axiom,
    accept_leader(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization),
    input ).

fof(deduced_123_0,plain,
    ( accept_leader(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_123]) ).

fof(deduced_122,axiom,
    accept_city(countrybhumanitarianorganization,coastvillage),
    input ).

fof(deduced_122_0,plain,
    ( accept_city(countrybhumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_122]) ).

fof(deduced_121,axiom,
    accept_population(countrybhumanitarianorganization,atheist,n12),
    input ).

fof(deduced_121_0,plain,
    ( accept_population(countrybhumanitarianorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_121]) ).

fof(deduced_120,axiom,
    accept_population(countrybhumanitarianorganization,christian,n3),
    input ).

fof(deduced_120_0,plain,
    ( accept_population(countrybhumanitarianorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_120]) ).

fof(deduced_119,axiom,
    accept_population(countrybhumanitarianorganization,muslim,n0),
    input ).

fof(deduced_119_0,plain,
    ( accept_population(countrybhumanitarianorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_119]) ).

fof(deduced_118,axiom,
    accept_population(countrybhumanitarianorganization,native,n85),
    input ).

fof(deduced_118_0,plain,
    ( accept_population(countrybhumanitarianorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_118]) ).

fof(deduced_117,axiom,
    accept_leader(countrybhumanitarianorganization,countryacivilorganization),
    input ).

fof(deduced_117_0,plain,
    ( accept_leader(countrybhumanitarianorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_117]) ).

fof(deduced_116,axiom,
    accept_leader(countryafirstaidorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_116_0,plain,
    ( accept_leader(countryafirstaidorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_116]) ).

fof(deduced_115,axiom,
    accept_city(countryafirstaidorganization,cityb),
    input ).

fof(deduced_115_0,plain,
    ( accept_city(countryafirstaidorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_115]) ).

fof(deduced_114,axiom,
    accept_population(countryafirstaidorganization,atheist,n78),
    input ).

fof(deduced_114_0,plain,
    ( accept_population(countryafirstaidorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_114]) ).

fof(deduced_113,axiom,
    accept_population(countryafirstaidorganization,christian,n20),
    input ).

fof(deduced_113_0,plain,
    ( accept_population(countryafirstaidorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_113]) ).

fof(deduced_112,axiom,
    accept_population(countryafirstaidorganization,other,n1),
    input ).

fof(deduced_112_0,plain,
    ( accept_population(countryafirstaidorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_112]) ).

fof(deduced_111,axiom,
    accept_leader(countryafirstaidorganization,countryacivilorganization),
    input ).

fof(deduced_111_0,plain,
    ( accept_leader(countryafirstaidorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_111]) ).

fof(deduced_110,axiom,
    accept_city(countryafirstaidorganization,townc),
    input ).

fof(deduced_110_0,plain,
    ( accept_city(countryafirstaidorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_110]) ).

fof(deduced_109,axiom,
    accept_leader(countryafirstaidorganization,countryahumanitarianorganization),
    input ).

fof(deduced_109_0,plain,
    ( accept_leader(countryafirstaidorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_109]) ).

fof(deduced_108,axiom,
    accept_population(countryafirstaidorganization,atheist,n30),
    input ).

fof(deduced_108_0,plain,
    ( accept_population(countryafirstaidorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_108]) ).

fof(deduced_107,axiom,
    accept_population(countryafirstaidorganization,christian,n0),
    input ).

fof(deduced_107_0,plain,
    ( accept_population(countryafirstaidorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_107]) ).

fof(deduced_106,axiom,
    accept_population(countryafirstaidorganization,muslim,n65),
    input ).

fof(deduced_106_0,plain,
    ( accept_population(countryafirstaidorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_106]) ).

fof(deduced_105,axiom,
    accept_population(countryafirstaidorganization,other,n5),
    input ).

fof(deduced_105_0,plain,
    ( accept_population(countryafirstaidorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_105]) ).

fof(deduced_104,axiom,
    accept_leader(countryafirstaidorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_104_0,plain,
    ( accept_leader(countryafirstaidorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_104]) ).

fof(deduced_103,axiom,
    accept_city(countryafirstaidorganization,coastvillage),
    input ).

fof(deduced_103_0,plain,
    ( accept_city(countryafirstaidorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_103]) ).

fof(deduced_102,axiom,
    accept_population(countryafirstaidorganization,atheist,n12),
    input ).

fof(deduced_102_0,plain,
    ( accept_population(countryafirstaidorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_102]) ).

fof(deduced_101,axiom,
    accept_population(countryafirstaidorganization,christian,n3),
    input ).

fof(deduced_101_0,plain,
    ( accept_population(countryafirstaidorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_101]) ).

fof(deduced_100,axiom,
    accept_population(countryafirstaidorganization,muslim,n0),
    input ).

fof(deduced_100_0,plain,
    ( accept_population(countryafirstaidorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_100]) ).

fof(deduced_99,axiom,
    accept_population(countryafirstaidorganization,native,n85),
    input ).

fof(deduced_99_0,plain,
    ( accept_population(countryafirstaidorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_99]) ).

fof(deduced_98,axiom,
    accept_city(muslimcountrybhumanitarianorganization,coastvillage),
    input ).

fof(deduced_98_0,plain,
    ( accept_city(muslimcountrybhumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_98]) ).

fof(deduced_97,axiom,
    accept_population(muslimcountrybhumanitarianorganization,atheist,n12),
    input ).

fof(deduced_97_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_97]) ).

fof(deduced_96,axiom,
    accept_population(muslimcountrybhumanitarianorganization,christian,n3),
    input ).

fof(deduced_96_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_96]) ).

fof(deduced_95,axiom,
    accept_population(muslimcountrybhumanitarianorganization,muslim,n0),
    input ).

fof(deduced_95_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_95]) ).

fof(deduced_94,axiom,
    accept_population(muslimcountrybhumanitarianorganization,native,n85),
    input ).

fof(deduced_94_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_94]) ).

fof(deduced_93,axiom,
    accept_population(muslimcountrybhumanitarianorganization,other,n0),
    input ).

fof(deduced_93_0,plain,
    ( accept_population(muslimcountrybhumanitarianorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_93]) ).

fof(deduced_92,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countryacivilorganization),
    input ).

fof(deduced_92_0,plain,
    ( accept_leader(muslimcountrybhumanitarianorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_92]) ).

fof(deduced_91,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_91_0,plain,
    ( accept_leader(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_91]) ).

fof(deduced_90,axiom,
    accept_city(christiansufferterrahumanitarianorganization,coastvillage),
    input ).

fof(deduced_90_0,plain,
    ( accept_city(christiansufferterrahumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_90]) ).

fof(deduced_89,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n12),
    input ).

fof(deduced_89_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_89]) ).

fof(deduced_88,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n3),
    input ).

fof(deduced_88_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_88]) ).

fof(deduced_87,axiom,
    accept_population(christiansufferterrahumanitarianorganization,muslim,n0),
    input ).

fof(deduced_87_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_87]) ).

fof(deduced_86,axiom,
    accept_population(christiansufferterrahumanitarianorganization,native,n85),
    input ).

fof(deduced_86_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_86]) ).

fof(deduced_85,axiom,
    accept_population(christiansufferterrahumanitarianorganization,other,n0),
    input ).

fof(deduced_85_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,other,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_85]) ).

fof(deduced_84,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryafirstaidorganization),
    input ).

fof(deduced_84_0,plain,
    ( accept_leader(christiansufferterrahumanitarianorganization,countryafirstaidorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_84]) ).

fof(deduced_83,axiom,
    accept_city(christiansufferterrahumanitarianorganization,towna),
    input ).

fof(deduced_83_0,plain,
    ( accept_city(christiansufferterrahumanitarianorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_83]) ).

fof(deduced_82,axiom,
    ~ accept_leader(christiansufferterrahumanitarianorganization,sufferterragovernment),
    input ).

fof(deduced_82_0,plain,
    ( ~ accept_leader(christiansufferterrahumanitarianorganization,sufferterragovernment)
    | $false ),
    inference(orientation,[status(thm)],[deduced_82]) ).

fof(deduced_81,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n75),
    input ).

fof(deduced_81_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_81]) ).

fof(deduced_80,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n24),
    input ).

fof(deduced_80_0,plain,
    ( accept_population(christiansufferterrahumanitarianorganization,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_80]) ).

fof(deduced_79,axiom,
    accept_city(countryacivilorganization,townc),
    input ).

fof(deduced_79_0,plain,
    ( accept_city(countryacivilorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_79]) ).

fof(deduced_78,axiom,
    accept_leader(countryacivilorganization,countryahumanitarianorganization),
    input ).

fof(deduced_78_0,plain,
    ( accept_leader(countryacivilorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_78]) ).

fof(deduced_77,axiom,
    accept_population(countryacivilorganization,atheist,n30),
    input ).

fof(deduced_77_0,plain,
    ( accept_population(countryacivilorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_77]) ).

fof(deduced_76,axiom,
    accept_population(countryacivilorganization,christian,n0),
    input ).

fof(deduced_76_0,plain,
    ( accept_population(countryacivilorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_76]) ).

fof(deduced_75,axiom,
    accept_population(countryacivilorganization,muslim,n65),
    input ).

fof(deduced_75_0,plain,
    ( accept_population(countryacivilorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_75]) ).

fof(deduced_74,axiom,
    accept_population(countryacivilorganization,other,n5),
    input ).

fof(deduced_74_0,plain,
    ( accept_population(countryacivilorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_74]) ).

fof(deduced_73,axiom,
    accept_leader(countryacivilorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_73_0,plain,
    ( accept_leader(countryacivilorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_73]) ).

fof(deduced_72,axiom,
    accept_city(countryacivilorganization,coastvillage),
    input ).

fof(deduced_72_0,plain,
    ( accept_city(countryacivilorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_72]) ).

fof(deduced_71,axiom,
    accept_population(countryacivilorganization,atheist,n12),
    input ).

fof(deduced_71_0,plain,
    ( accept_population(countryacivilorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_71]) ).

fof(deduced_70,axiom,
    accept_population(countryacivilorganization,christian,n3),
    input ).

fof(deduced_70_0,plain,
    ( accept_population(countryacivilorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_70]) ).

fof(deduced_69,axiom,
    accept_population(countryacivilorganization,muslim,n0),
    input ).

fof(deduced_69_0,plain,
    ( accept_population(countryacivilorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_69]) ).

fof(deduced_68,axiom,
    accept_population(countryacivilorganization,native,n85),
    input ).

fof(deduced_68_0,plain,
    ( accept_population(countryacivilorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_68]) ).

fof(deduced_67,axiom,
    accept_leader(countryacivilorganization,countryafirstaidorganization),
    input ).

fof(deduced_67_0,plain,
    ( accept_leader(countryacivilorganization,countryafirstaidorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_67]) ).

fof(deduced_66,axiom,
    accept_leader(countryacivilorganization,countryamedicalorganization),
    input ).

fof(deduced_66_0,plain,
    ( accept_leader(countryacivilorganization,countryamedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_66]) ).

fof(deduced_65,axiom,
    accept_leader(countryccivilorganization,countryacivilorganization),
    input ).

fof(deduced_65_0,plain,
    ( accept_leader(countryccivilorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_65]) ).

fof(deduced_64,axiom,
    accept_city(countryccivilorganization,cityb),
    input ).

fof(deduced_64_0,plain,
    ( accept_city(countryccivilorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_64]) ).

fof(deduced_63,axiom,
    accept_leader(countryccivilorganization,countrybhumanitarianorganization),
    input ).

fof(deduced_63_0,plain,
    ( accept_leader(countryccivilorganization,countrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_63]) ).

fof(deduced_62,axiom,
    ~ accept_number(countryccivilorganization,n6),
    input ).

fof(deduced_62_0,plain,
    ( ~ accept_number(countryccivilorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[deduced_62]) ).

fof(deduced_61,axiom,
    accept_population(countryccivilorganization,atheist,n78),
    input ).

fof(deduced_61_0,plain,
    ( accept_population(countryccivilorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_61]) ).

fof(deduced_60,axiom,
    accept_population(countryccivilorganization,christian,n20),
    input ).

fof(deduced_60_0,plain,
    ( accept_population(countryccivilorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_60]) ).

fof(deduced_59,axiom,
    accept_population(countryccivilorganization,other,n1),
    input ).

fof(deduced_59_0,plain,
    ( accept_population(countryccivilorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_59]) ).

fof(deduced_58,axiom,
    ~ accept_number(countryccivilorganization,n5),
    input ).

fof(deduced_58_0,plain,
    ( ~ accept_number(countryccivilorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_58]) ).

fof(deduced_57,axiom,
    accept_city(sufferterragovernment,towna),
    input ).

fof(deduced_57_0,plain,
    ( accept_city(sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[deduced_57]) ).

fof(deduced_56,axiom,
    accept_population(sufferterragovernment,atheist,n75),
    input ).

fof(deduced_56_0,plain,
    ( accept_population(sufferterragovernment,atheist,n75)
    | $false ),
    inference(orientation,[status(thm)],[deduced_56]) ).

fof(deduced_55,axiom,
    accept_population(sufferterragovernment,christian,n24),
    input ).

fof(deduced_55_0,plain,
    ( accept_population(sufferterragovernment,christian,n24)
    | $false ),
    inference(orientation,[status(thm)],[deduced_55]) ).

fof(deduced_54,axiom,
    accept_leader(sufferterragovernment,countryamedicalorganization),
    input ).

fof(deduced_54_0,plain,
    ( accept_leader(sufferterragovernment,countryamedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_54]) ).

fof(deduced_53,axiom,
    accept_city(countrybcivilorganization,cityb),
    input ).

fof(deduced_53_0,plain,
    ( accept_city(countrybcivilorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_53]) ).

fof(deduced_52,axiom,
    accept_population(countrybcivilorganization,atheist,n78),
    input ).

fof(deduced_52_0,plain,
    ( accept_population(countrybcivilorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_52]) ).

fof(deduced_51,axiom,
    accept_population(countrybcivilorganization,christian,n20),
    input ).

fof(deduced_51_0,plain,
    ( accept_population(countrybcivilorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_51]) ).

fof(deduced_50,axiom,
    accept_population(countrybcivilorganization,other,n1),
    input ).

fof(deduced_50_0,plain,
    ( accept_population(countrybcivilorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_50]) ).

fof(deduced_49,axiom,
    accept_leader(countrybcivilorganization,countryahumanitarianorganization),
    input ).

fof(deduced_49_0,plain,
    ( accept_leader(countrybcivilorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_49]) ).

fof(deduced_48,axiom,
    accept_city(countrybcivilorganization,townc),
    input ).

fof(deduced_48_0,plain,
    ( accept_city(countrybcivilorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_48]) ).

fof(deduced_47,axiom,
    accept_population(countrybcivilorganization,atheist,n30),
    input ).

fof(deduced_47_0,plain,
    ( accept_population(countrybcivilorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_47]) ).

fof(deduced_46,axiom,
    accept_population(countrybcivilorganization,christian,n0),
    input ).

fof(deduced_46_0,plain,
    ( accept_population(countrybcivilorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_46]) ).

fof(deduced_45,axiom,
    accept_population(countrybcivilorganization,muslim,n65),
    input ).

fof(deduced_45_0,plain,
    ( accept_population(countrybcivilorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_45]) ).

fof(deduced_44,axiom,
    accept_population(countrybcivilorganization,other,n5),
    input ).

fof(deduced_44_0,plain,
    ( accept_population(countrybcivilorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_44]) ).

fof(deduced_43,axiom,
    accept_leader(countrybcivilorganization,muslimcountrybhumanitarianorganization),
    input ).

fof(deduced_43_0,plain,
    ( accept_leader(countrybcivilorganization,muslimcountrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_43]) ).

fof(deduced_42,axiom,
    accept_city(countrybcivilorganization,coastvillage),
    input ).

fof(deduced_42_0,plain,
    ( accept_city(countrybcivilorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_42]) ).

fof(deduced_41,axiom,
    accept_population(countrybcivilorganization,atheist,n12),
    input ).

fof(deduced_41_0,plain,
    ( accept_population(countrybcivilorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_41]) ).

fof(deduced_40,axiom,
    accept_population(countrybcivilorganization,christian,n3),
    input ).

fof(deduced_40_0,plain,
    ( accept_population(countrybcivilorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_40]) ).

fof(deduced_39,axiom,
    accept_population(countrybcivilorganization,muslim,n0),
    input ).

fof(deduced_39_0,plain,
    ( accept_population(countrybcivilorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_39]) ).

fof(deduced_38,axiom,
    accept_population(countrybcivilorganization,native,n85),
    input ).

fof(deduced_38_0,plain,
    ( accept_population(countrybcivilorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_38]) ).

fof(deduced_37,axiom,
    accept_leader(countrybcivilorganization,countryacivilorganization),
    input ).

fof(deduced_37_0,plain,
    ( accept_leader(countrybcivilorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_37]) ).

fof(deduced_36,axiom,
    accept_city(countrycmedicalorganization,coastvillage),
    input ).

fof(deduced_36_0,plain,
    ( accept_city(countrycmedicalorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_36]) ).

fof(deduced_35,axiom,
    accept_population(countrycmedicalorganization,atheist,n12),
    input ).

fof(deduced_35_0,plain,
    ( accept_population(countrycmedicalorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_35]) ).

fof(deduced_34,axiom,
    accept_population(countrycmedicalorganization,christian,n3),
    input ).

fof(deduced_34_0,plain,
    ( accept_population(countrycmedicalorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_34]) ).

fof(deduced_33,axiom,
    accept_population(countrycmedicalorganization,muslim,n0),
    input ).

fof(deduced_33_0,plain,
    ( accept_population(countrycmedicalorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_33]) ).

fof(deduced_32,axiom,
    accept_population(countrycmedicalorganization,native,n85),
    input ).

fof(deduced_32_0,plain,
    ( accept_population(countrycmedicalorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_32]) ).

fof(deduced_31,axiom,
    accept_leader(countrycmedicalorganization,countryacivilorganization),
    input ).

fof(deduced_31_0,plain,
    ( accept_leader(countrycmedicalorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_31]) ).

fof(deduced_30,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryamedicalorganization),
    input ).

fof(deduced_30_0,plain,
    ( accept_leader(christiansufferterrahumanitarianorganization,countryamedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_30]) ).

fof(deduced_29,axiom,
    accept_leader(countryafirstaidorganization,countryamedicalorganization),
    input ).

fof(deduced_29_0,plain,
    ( accept_leader(countryafirstaidorganization,countryamedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_29]) ).

fof(deduced_28,axiom,
    accept_leader(countryahumanitarianorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_28_0,plain,
    ( accept_leader(countryahumanitarianorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_28]) ).

fof(deduced_27,axiom,
    accept_city(countryahumanitarianorganization,coastvillage),
    input ).

fof(deduced_27_0,plain,
    ( accept_city(countryahumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_27]) ).

fof(deduced_26,axiom,
    accept_population(countryahumanitarianorganization,atheist,n12),
    input ).

fof(deduced_26_0,plain,
    ( accept_population(countryahumanitarianorganization,atheist,n12)
    | $false ),
    inference(orientation,[status(thm)],[deduced_26]) ).

fof(deduced_25,axiom,
    accept_population(countryahumanitarianorganization,christian,n3),
    input ).

fof(deduced_25_0,plain,
    ( accept_population(countryahumanitarianorganization,christian,n3)
    | $false ),
    inference(orientation,[status(thm)],[deduced_25]) ).

fof(deduced_24,axiom,
    accept_population(countryahumanitarianorganization,muslim,n0),
    input ).

fof(deduced_24_0,plain,
    ( accept_population(countryahumanitarianorganization,muslim,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_24]) ).

fof(deduced_23,axiom,
    accept_population(countryahumanitarianorganization,native,n85),
    input ).

fof(deduced_23_0,plain,
    ( accept_population(countryahumanitarianorganization,native,n85)
    | $false ),
    inference(orientation,[status(thm)],[deduced_23]) ).

fof(deduced_22,axiom,
    accept_leader(countryahumanitarianorganization,countryafirstaidorganization),
    input ).

fof(deduced_22_0,plain,
    ( accept_leader(countryahumanitarianorganization,countryafirstaidorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_22]) ).

fof(deduced_21,axiom,
    accept_leader(countryahumanitarianorganization,countryamedicalorganization),
    input ).

fof(deduced_21_0,plain,
    ( accept_leader(countryahumanitarianorganization,countryamedicalorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_21]) ).

fof(deduced_20,axiom,
    accept_city(countryamedicalorganization,townc),
    input ).

fof(deduced_20_0,plain,
    ( accept_city(countryamedicalorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_20]) ).

fof(deduced_19,axiom,
    accept_leader(countryamedicalorganization,countryahumanitarianorganization),
    input ).

fof(deduced_19_0,plain,
    ( accept_leader(countryamedicalorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_19]) ).

fof(deduced_18,axiom,
    accept_population(countryamedicalorganization,atheist,n30),
    input ).

fof(deduced_18_0,plain,
    ( accept_population(countryamedicalorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_18]) ).

fof(deduced_17,axiom,
    accept_population(countryamedicalorganization,christian,n0),
    input ).

fof(deduced_17_0,plain,
    ( accept_population(countryamedicalorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_17]) ).

fof(deduced_16,axiom,
    accept_population(countryamedicalorganization,muslim,n65),
    input ).

fof(deduced_16_0,plain,
    ( accept_population(countryamedicalorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_16]) ).

fof(deduced_15,axiom,
    accept_population(countryamedicalorganization,other,n5),
    input ).

fof(deduced_15_0,plain,
    ( accept_population(countryamedicalorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_15]) ).

fof(deduced_14,axiom,
    accept_leader(countryamedicalorganization,christiancountrychumanitarianorganization),
    input ).

fof(deduced_14_0,plain,
    ( accept_leader(countryamedicalorganization,christiancountrychumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_14]) ).

fof(deduced_13,axiom,
    ~ accept_city(countryamedicalorganization,coastvillage),
    input ).

fof(deduced_13_0,plain,
    ( ~ accept_city(countryamedicalorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[deduced_13]) ).

fof(deduced_12,axiom,
    accept_city(christiancountrychumanitarianorganization,cityb),
    input ).

fof(deduced_12_0,plain,
    ( accept_city(christiancountrychumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[deduced_12]) ).

fof(deduced_11,axiom,
    accept_population(christiancountrychumanitarianorganization,atheist,n78),
    input ).

fof(deduced_11_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,atheist,n78)
    | $false ),
    inference(orientation,[status(thm)],[deduced_11]) ).

fof(deduced_10,axiom,
    accept_population(christiancountrychumanitarianorganization,christian,n20),
    input ).

fof(deduced_10_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,christian,n20)
    | $false ),
    inference(orientation,[status(thm)],[deduced_10]) ).

fof(deduced_9,axiom,
    accept_population(christiancountrychumanitarianorganization,other,n1),
    input ).

fof(deduced_9_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,other,n1)
    | $false ),
    inference(orientation,[status(thm)],[deduced_9]) ).

fof(deduced_8,axiom,
    accept_leader(christiancountrychumanitarianorganization,countryahumanitarianorganization),
    input ).

fof(deduced_8_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,countryahumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_8]) ).

fof(deduced_7,axiom,
    accept_city(christiancountrychumanitarianorganization,townc),
    input ).

fof(deduced_7_0,plain,
    ( accept_city(christiancountrychumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[deduced_7]) ).

fof(deduced_6,axiom,
    accept_population(christiancountrychumanitarianorganization,atheist,n30),
    input ).

fof(deduced_6_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,atheist,n30)
    | $false ),
    inference(orientation,[status(thm)],[deduced_6]) ).

fof(deduced_5,axiom,
    accept_population(christiancountrychumanitarianorganization,christian,n0),
    input ).

fof(deduced_5_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,christian,n0)
    | $false ),
    inference(orientation,[status(thm)],[deduced_5]) ).

fof(deduced_4,axiom,
    accept_population(christiancountrychumanitarianorganization,muslim,n65),
    input ).

fof(deduced_4_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,muslim,n65)
    | $false ),
    inference(orientation,[status(thm)],[deduced_4]) ).

fof(deduced_3,axiom,
    accept_population(christiancountrychumanitarianorganization,other,n5),
    input ).

fof(deduced_3_0,plain,
    ( accept_population(christiancountrychumanitarianorganization,other,n5)
    | $false ),
    inference(orientation,[status(thm)],[deduced_3]) ).

fof(deduced_2,axiom,
    accept_leader(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization),
    input ).

fof(deduced_2_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_2]) ).

fof(deduced_1,axiom,
    accept_leader(christiancountrychumanitarianorganization,countryacivilorganization),
    input ).

fof(deduced_1_0,plain,
    ( accept_leader(christiancountrychumanitarianorganization,countryacivilorganization)
    | $false ),
    inference(orientation,[status(thm)],[deduced_1]) ).

fof(event_249,axiom,
    any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna),
    input ).

fof(event_249_0,plain,
    ( any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_249]) ).

fof(event_248,axiom,
    the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna),
    input ).

fof(event_248_0,plain,
    ( the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_248]) ).

fof(event_247,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n6),
    input ).

fof(event_247_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_247]) ).

fof(event_246,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n6),
    input ).

fof(event_246_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_246]) ).

fof(event_245,axiom,
    accept_number(countrycmedicalorganization,n6),
    input ).

fof(event_245_0,plain,
    ( accept_number(countrycmedicalorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_245]) ).

fof(event_244,axiom,
    any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna),
    input ).

fof(event_244_0,plain,
    ( any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_244]) ).

fof(event_243,axiom,
    the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna),
    input ).

fof(event_243_0,plain,
    ( the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_243]) ).

fof(event_242,axiom,
    accept_number(christiancountrychumanitarianorganization,n6),
    input ).

fof(event_242_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_242]) ).

fof(event_241,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n6),
    input ).

fof(event_241_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_241]) ).

fof(event_240,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,towna,n6),
    input ).

fof(event_240_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_240]) ).

fof(event_239,axiom,
    accept_number(countrybhumanitarianorganization,n6),
    input ).

fof(event_239_0,plain,
    ( accept_number(countrybhumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_239]) ).

fof(event_238,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,towna,n6),
    input ).

fof(event_238_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_238]) ).

fof(event_237,axiom,
    accept_number(countrybcivilorganization,n6),
    input ).

fof(event_237_0,plain,
    ( accept_number(countrybcivilorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_237]) ).

fof(event_236,axiom,
    accept_team(christiancountrychumanitarianorganization,countryccivilorganization,towna,n4),
    input ).

fof(event_236_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countryccivilorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_236]) ).

fof(event_235,axiom,
    accept_number(countryccivilorganization,n4),
    input ).

fof(event_235_0,plain,
    ( accept_number(countryccivilorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_235]) ).

fof(event_234,axiom,
    accept_number(christiancountrychumanitarianorganization,n3),
    input ).

fof(event_234_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_234]) ).

fof(event_233,axiom,
    any_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna),
    input ).

fof(event_233_0,plain,
    ( any_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_233]) ).

fof(event_232,axiom,
    the_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna),
    input ).

fof(event_232_0,plain,
    ( the_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_232]) ).

fof(event_231,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,towna,n6),
    input ).

fof(event_231_0,plain,
    ( accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_231]) ).

fof(event_230,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,towna,n6),
    input ).

fof(event_230_0,plain,
    ( accept_team(countrycmedicalorganization,countrybhumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_230]) ).

fof(event_229,axiom,
    accept_team(countrycmedicalorganization,countrybcivilorganization,towna,n6),
    input ).

fof(event_229_0,plain,
    ( accept_team(countrycmedicalorganization,countrybcivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_229]) ).

fof(event_228,axiom,
    accept_team(countrycmedicalorganization,countryccivilorganization,towna,n4),
    input ).

fof(event_228_0,plain,
    ( accept_team(countrycmedicalorganization,countryccivilorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_228]) ).

fof(event_227,axiom,
    accept_number(countrycmedicalorganization,n3),
    input ).

fof(event_227_0,plain,
    ( accept_number(countrycmedicalorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_227]) ).

fof(event_226,axiom,
    accept_number(countrycmedicalorganization,n2),
    input ).

fof(event_226_0,plain,
    ( accept_number(countrycmedicalorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_226]) ).

fof(event_225,axiom,
    accept_team(countryacivilorganization,sufferterragovernment,towna,n6),
    input ).

fof(event_225_0,plain,
    ( accept_team(countryacivilorganization,sufferterragovernment,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_225]) ).

fof(event_224,axiom,
    accept_number(sufferterragovernment,n6),
    input ).

fof(event_224_0,plain,
    ( accept_number(sufferterragovernment,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_224]) ).

fof(event_223,axiom,
    accept_team(countryacivilorganization,sufferterragovernment,towna,n5),
    input ).

fof(event_223_0,plain,
    ( accept_team(countryacivilorganization,sufferterragovernment,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_223]) ).

fof(event_222,axiom,
    accept_number(sufferterragovernment,n5),
    input ).

fof(event_222_0,plain,
    ( accept_number(sufferterragovernment,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_222]) ).

fof(event_221,axiom,
    any_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna),
    input ).

fof(event_221_0,plain,
    ( any_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_221]) ).

fof(event_220,axiom,
    the_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna),
    input ).

fof(event_220_0,plain,
    ( the_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_220]) ).

fof(event_219,axiom,
    ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n6),
    input ).

fof(event_219_0,plain,
    ( ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_219]) ).

fof(event_218,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,towna,n6),
    input ).

fof(event_218_0,plain,
    ( ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_218]) ).

fof(event_217,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,towna,n6),
    input ).

fof(event_217_0,plain,
    ( ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_217]) ).

fof(event_216,axiom,
    ~ accept_team(countryccivilorganization,countrybcivilorganization,towna,n6),
    input ).

fof(event_216_0,plain,
    ( ~ accept_team(countryccivilorganization,countrybcivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_216]) ).

fof(event_215,axiom,
    accept_number(countryccivilorganization,n3),
    input ).

fof(event_215_0,plain,
    ( accept_number(countryccivilorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_215]) ).

fof(event_214,axiom,
    accept_number(countryccivilorganization,n2),
    input ).

fof(event_214_0,plain,
    ( accept_number(countryccivilorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_214]) ).

fof(event_213,axiom,
    ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n6),
    input ).

fof(event_213_0,plain,
    ( ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_213]) ).

fof(event_212,axiom,
    ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n2),
    input ).

fof(event_212_0,plain,
    ( ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_212]) ).

fof(event_211,axiom,
    accept_number(sufferterragovernment,n2),
    input ).

fof(event_211_0,plain,
    ( accept_number(sufferterragovernment,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_211]) ).

fof(event_210,axiom,
    any_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna),
    input ).

fof(event_210_0,plain,
    ( any_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_210]) ).

fof(event_209,axiom,
    the_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna),
    input ).

fof(event_209_0,plain,
    ( the_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_209]) ).

fof(event_208,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n6),
    input ).

fof(event_208_0,plain,
    ( accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_208]) ).

fof(event_207,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,towna,n6),
    input ).

fof(event_207_0,plain,
    ( accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_207]) ).

fof(event_206,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,towna,n6),
    input ).

fof(event_206_0,plain,
    ( accept_team(countrybcivilorganization,countrybhumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_206]) ).

fof(event_205,axiom,
    accept_team(countrybcivilorganization,countryccivilorganization,towna,n4),
    input ).

fof(event_205_0,plain,
    ( accept_team(countrybcivilorganization,countryccivilorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_205]) ).

fof(event_204,axiom,
    accept_number(countrybcivilorganization,n3),
    input ).

fof(event_204_0,plain,
    ( accept_number(countrybcivilorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_204]) ).

fof(event_203,axiom,
    accept_number(countrybcivilorganization,n2),
    input ).

fof(event_203_0,plain,
    ( accept_number(countrybcivilorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_203]) ).

fof(event_202,axiom,
    any_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna),
    input ).

fof(event_202_0,plain,
    ( any_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_202]) ).

fof(event_201,axiom,
    the_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna),
    input ).

fof(event_201_0,plain,
    ( the_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_201]) ).

fof(event_200,axiom,
    accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n6),
    input ).

fof(event_200_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_200]) ).

fof(event_199,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6),
    input ).

fof(event_199_0,plain,
    ( accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_199]) ).

fof(event_198,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n6),
    input ).

fof(event_198_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_198]) ).

fof(event_197,axiom,
    accept_number(countrybhumanitarianorganization,n2),
    input ).

fof(event_197_0,plain,
    ( accept_number(countrybhumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_197]) ).

fof(event_196,axiom,
    accept_team(countrybhumanitarianorganization,countryccivilorganization,towna,n3),
    input ).

fof(event_196_0,plain,
    ( accept_team(countrybhumanitarianorganization,countryccivilorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_196]) ).

fof(event_195,axiom,
    accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n3),
    input ).

fof(event_195_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_195]) ).

fof(event_194,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3),
    input ).

fof(event_194_0,plain,
    ( accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_194]) ).

fof(event_193,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n3),
    input ).

fof(event_193_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_193]) ).

fof(event_192,axiom,
    accept_number(christiancountrychumanitarianorganization,n2),
    input ).

fof(event_192_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_192]) ).

fof(event_191,axiom,
    accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n6),
    input ).

fof(event_191_0,plain,
    ( accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_191]) ).

fof(event_190,axiom,
    accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n5),
    input ).

fof(event_190_0,plain,
    ( accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_190]) ).

fof(event_189,axiom,
    accept_team(countryamedicalorganization,sufferterragovernment,towna,n6),
    input ).

fof(event_189_0,plain,
    ( accept_team(countryamedicalorganization,sufferterragovernment,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_189]) ).

fof(event_188,axiom,
    accept_team(countryamedicalorganization,sufferterragovernment,towna,n5),
    input ).

fof(event_188_0,plain,
    ( accept_team(countryamedicalorganization,sufferterragovernment,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_188]) ).

fof(event_187,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6),
    input ).

fof(event_187_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_187]) ).

fof(event_186,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n6),
    input ).

fof(event_186_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_186]) ).

fof(event_185,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n6),
    input ).

fof(event_185_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_185]) ).

fof(event_184,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n4),
    input ).

fof(event_184_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_184]) ).

fof(event_183,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n2),
    input ).

fof(event_183_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_183]) ).

fof(event_182,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n2),
    input ).

fof(event_182_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_182]) ).

fof(event_181,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n3),
    input ).

fof(event_181_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_181]) ).

fof(event_180,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n3),
    input ).

fof(event_180_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_180]) ).

fof(event_179,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3),
    input ).

fof(event_179_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_179]) ).

fof(event_178,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n3),
    input ).

fof(event_178_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_178]) ).

fof(event_177,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n2),
    input ).

fof(event_177_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_177]) ).

fof(event_176,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n2),
    input ).

fof(event_176_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_176]) ).

fof(event_175,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n2),
    input ).

fof(event_175_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_175]) ).

fof(event_174,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n2),
    input ).

fof(event_174_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_174]) ).

fof(event_173,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n6),
    input ).

fof(event_173_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_173]) ).

fof(event_172,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n5),
    input ).

fof(event_172_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_172]) ).

fof(event_171,axiom,
    accept_number(countrybhumanitarianorganization,n5),
    input ).

fof(event_171_0,plain,
    ( accept_number(countrybhumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_171]) ).

fof(event_170,axiom,
    any_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_170_0,plain,
    ( any_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_170]) ).

fof(event_169,axiom,
    the_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_169_0,plain,
    ( the_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_169]) ).

fof(event_168,axiom,
    accept_number(countryacivilorganization,n6),
    input ).

fof(event_168_0,plain,
    ( accept_number(countryacivilorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_168]) ).

fof(event_167,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,cityb,n6),
    input ).

fof(event_167_0,plain,
    ( accept_team(countryacivilorganization,countryahumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_167]) ).

fof(event_166,axiom,
    accept_number(countryahumanitarianorganization,n6),
    input ).

fof(event_166_0,plain,
    ( accept_number(countryahumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_166]) ).

fof(event_165,axiom,
    any_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_165_0,plain,
    ( any_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_165]) ).

fof(event_164,axiom,
    the_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_164_0,plain,
    ( the_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_164]) ).

fof(event_163,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n6),
    input ).

fof(event_163_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_163]) ).

fof(event_162,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n5),
    input ).

fof(event_162_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_162]) ).

fof(event_161,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n6),
    input ).

fof(event_161_0,plain,
    ( accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_161]) ).

fof(event_160,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n5),
    input ).

fof(event_160_0,plain,
    ( accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_160]) ).

fof(event_159,axiom,
    any_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_159_0,plain,
    ( any_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_159]) ).

fof(event_158,axiom,
    the_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_158_0,plain,
    ( the_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_158]) ).

fof(event_157,axiom,
    accept_number(countryamedicalorganization,n6),
    input ).

fof(event_157_0,plain,
    ( accept_number(countryamedicalorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_157]) ).

fof(event_156,axiom,
    accept_team(countryamedicalorganization,countryahumanitarianorganization,cityb,n6),
    input ).

fof(event_156_0,plain,
    ( accept_team(countryamedicalorganization,countryahumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_156]) ).

fof(event_155,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n6),
    input ).

fof(event_155_0,plain,
    ( accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_155]) ).

fof(event_154,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n5),
    input ).

fof(event_154_0,plain,
    ( accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_154]) ).

fof(event_153,axiom,
    accept_team(countryafirstaidorganization,sufferterragovernment,towna,n6),
    input ).

fof(event_153_0,plain,
    ( accept_team(countryafirstaidorganization,sufferterragovernment,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_153]) ).

fof(event_152,axiom,
    accept_team(countryafirstaidorganization,sufferterragovernment,towna,n5),
    input ).

fof(event_152_0,plain,
    ( accept_team(countryafirstaidorganization,sufferterragovernment,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_152]) ).

fof(event_151,axiom,
    any_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_151_0,plain,
    ( any_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_151]) ).

fof(event_150,axiom,
    the_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_150_0,plain,
    ( the_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_150]) ).

fof(event_149,axiom,
    accept_number(countryafirstaidorganization,n6),
    input ).

fof(event_149_0,plain,
    ( accept_number(countryafirstaidorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_149]) ).

fof(event_148,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,cityb,n6),
    input ).

fof(event_148_0,plain,
    ( accept_team(countryafirstaidorganization,countryahumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_148]) ).

fof(event_147,axiom,
    any_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb),
    input ).

fof(event_147_0,plain,
    ( any_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_147]) ).

fof(event_146,axiom,
    the_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb),
    input ).

fof(event_146_0,plain,
    ( the_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_146]) ).

fof(event_145,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,cityb,n6),
    input ).

fof(event_145_0,plain,
    ( accept_team(sufferterragovernment,countryahumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_145]) ).

fof(event_144,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n6),
    input ).

fof(event_144_0,plain,
    ( ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_144]) ).

fof(event_143,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n5),
    input ).

fof(event_143_0,plain,
    ( ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_143]) ).

fof(event_142,axiom,
    any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_142_0,plain,
    ( any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_142]) ).

fof(event_141,axiom,
    the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb),
    input ).

fof(event_141_0,plain,
    ( the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb)
    | $false ),
    inference(orientation,[status(thm)],[event_141]) ).

fof(event_140,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n6),
    input ).

fof(event_140_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_140]) ).

fof(event_139,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,cityb,n6),
    input ).

fof(event_139_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_139]) ).

fof(event_138,axiom,
    any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_138_0,plain,
    ( any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_138]) ).

fof(event_137,axiom,
    the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_137_0,plain,
    ( the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_137]) ).

fof(event_136,axiom,
    accept_team(countrybhumanitarianorganization,countrycmedicalorganization,townc,n6),
    input ).

fof(event_136_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrycmedicalorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_136]) ).

fof(event_135,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6),
    input ).

fof(event_135_0,plain,
    ( accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_135]) ).

fof(event_134,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n6),
    input ).

fof(event_134_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_134]) ).

fof(event_133,axiom,
    any_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_133_0,plain,
    ( any_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_133]) ).

fof(event_132,axiom,
    the_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_132_0,plain,
    ( the_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_132]) ).

fof(event_131,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,townc,n6),
    input ).

fof(event_131_0,plain,
    ( accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_131]) ).

fof(event_130,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,townc,n6),
    input ).

fof(event_130_0,plain,
    ( accept_team(countrycmedicalorganization,countrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_130]) ).

fof(event_129,axiom,
    accept_team(countrycmedicalorganization,countrybcivilorganization,townc,n6),
    input ).

fof(event_129_0,plain,
    ( accept_team(countrycmedicalorganization,countrybcivilorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_129]) ).

fof(event_128,axiom,
    accept_team(countrycmedicalorganization,muslimcountrybhumanitarianorganization,townc,n6),
    input ).

fof(event_128_0,plain,
    ( accept_team(countrycmedicalorganization,muslimcountrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_128]) ).

fof(event_127,axiom,
    accept_team(countrycmedicalorganization,countryccivilorganization,townc,n4),
    input ).

fof(event_127_0,plain,
    ( accept_team(countrycmedicalorganization,countryccivilorganization,townc,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_127]) ).

fof(event_126,axiom,
    accept_team(countryamedicalorganization,countryahumanitarianorganization,townc,n6),
    input ).

fof(event_126_0,plain,
    ( accept_team(countryamedicalorganization,countryahumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_126]) ).

fof(event_125,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,townc,n6),
    input ).

fof(event_125_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_125]) ).

fof(event_124,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,townc,n6),
    input ).

fof(event_124_0,plain,
    ( accept_team(sufferterragovernment,countryahumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_124]) ).

fof(event_123,axiom,
    accept_team(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6),
    input ).

fof(event_123_0,plain,
    ( accept_team(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_123]) ).

fof(event_122,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n2),
    input ).

fof(event_122_0,plain,
    ( accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_122]) ).

fof(event_121,axiom,
    any_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_121_0,plain,
    ( any_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_121]) ).

fof(event_120,axiom,
    the_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_120_0,plain,
    ( the_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_120]) ).

fof(event_119,axiom,
    ~ accept_team(countryccivilorganization,countrycmedicalorganization,townc,n6),
    input ).

fof(event_119_0,plain,
    ( ~ accept_team(countryccivilorganization,countrycmedicalorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_119]) ).

fof(event_118,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,townc,n6),
    input ).

fof(event_118_0,plain,
    ( ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_118]) ).

fof(event_117,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,townc,n6),
    input ).

fof(event_117_0,plain,
    ( ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_117]) ).

fof(event_116,axiom,
    ~ accept_team(countryccivilorganization,countrybcivilorganization,townc,n6),
    input ).

fof(event_116_0,plain,
    ( ~ accept_team(countryccivilorganization,countrybcivilorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_116]) ).

fof(event_115,axiom,
    ~ accept_team(countryccivilorganization,muslimcountrybhumanitarianorganization,townc,n6),
    input ).

fof(event_115_0,plain,
    ( ~ accept_team(countryccivilorganization,muslimcountrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_115]) ).

fof(event_114,axiom,
    any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_114_0,plain,
    ( any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_114]) ).

fof(event_113,axiom,
    the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_113_0,plain,
    ( the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_113]) ).

fof(event_112,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,townc,n6),
    input ).

fof(event_112_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_112]) ).

fof(event_111,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,townc,n6),
    input ).

fof(event_111_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_111]) ).

fof(event_110,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,townc,n6),
    input ).

fof(event_110_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_110]) ).

fof(event_109,axiom,
    accept_team(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6),
    input ).

fof(event_109_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_109]) ).

fof(event_108,axiom,
    accept_team(christiancountrychumanitarianorganization,countryccivilorganization,townc,n4),
    input ).

fof(event_108_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countryccivilorganization,townc,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_108]) ).

fof(event_107,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,townc,n6),
    input ).

fof(event_107_0,plain,
    ( accept_team(countryafirstaidorganization,countryahumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_107]) ).

fof(event_106,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,townc,n6),
    input ).

fof(event_106_0,plain,
    ( accept_team(countryacivilorganization,countryahumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_106]) ).

fof(event_105,axiom,
    any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_105_0,plain,
    ( any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_105]) ).

fof(event_104,axiom,
    the_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_104_0,plain,
    ( the_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_104]) ).

fof(event_103,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,townc,n6),
    input ).

fof(event_103_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_103]) ).

fof(event_102,axiom,
    accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6),
    input ).

fof(event_102_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_102]) ).

fof(event_101,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,townc,n6),
    input ).

fof(event_101_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_101]) ).

fof(event_100,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,townc,n6),
    input ).

fof(event_100_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_100]) ).

fof(event_99,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,townc,n4),
    input ).

fof(event_99_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,townc,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_99]) ).

fof(event_98,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n3),
    input ).

fof(event_98_0,plain,
    ( accept_number(muslimcountrybhumanitarianorganization,n3)
    | $false ),
    inference(orientation,[status(thm)],[event_98]) ).

fof(event_97,axiom,
    accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    input ).

fof(event_97_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_97]) ).

fof(event_96,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    input ).

fof(event_96_0,plain,
    ( accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_96]) ).

fof(event_95,axiom,
    any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_95_0,plain,
    ( any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_95]) ).

fof(event_94,axiom,
    the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_94_0,plain,
    ( the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_94]) ).

fof(event_93,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryafirstaidorganization,coastvillage,n6),
    input ).

fof(event_93_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryafirstaidorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_93]) ).

fof(event_92,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,coastvillage,n6),
    input ).

fof(event_92_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_92]) ).

fof(event_91,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n6),
    input ).

fof(event_91_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_91]) ).

fof(event_90,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n5),
    input ).

fof(event_90_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_90]) ).

fof(event_89,axiom,
    accept_number(countryahumanitarianorganization,n5),
    input ).

fof(event_89_0,plain,
    ( accept_number(countryahumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_89]) ).

fof(event_88,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n2),
    input ).

fof(event_88_0,plain,
    ( accept_number(christiansufferterrahumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_88]) ).

fof(event_87,axiom,
    any_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_87_0,plain,
    ( any_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_87]) ).

fof(event_86,axiom,
    the_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_86_0,plain,
    ( the_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_86]) ).

fof(event_85,axiom,
    accept_team(sufferterragovernment,countryafirstaidorganization,coastvillage,n6),
    input ).

fof(event_85_0,plain,
    ( accept_team(sufferterragovernment,countryafirstaidorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_85]) ).

fof(event_84,axiom,
    accept_team(sufferterragovernment,countryacivilorganization,coastvillage,n6),
    input ).

fof(event_84_0,plain,
    ( accept_team(sufferterragovernment,countryacivilorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_84]) ).

fof(event_83,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n6),
    input ).

fof(event_83_0,plain,
    ( accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_83]) ).

fof(event_82,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n5),
    input ).

fof(event_82_0,plain,
    ( accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_82]) ).

fof(event_81,axiom,
    any_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_81_0,plain,
    ( any_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_81]) ).

fof(event_80,axiom,
    the_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc),
    input ).

fof(event_80_0,plain,
    ( the_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc)
    | $false ),
    inference(orientation,[status(thm)],[event_80]) ).

fof(event_79,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,townc,n6),
    input ).

fof(event_79_0,plain,
    ( accept_team(countrybcivilorganization,countrycmedicalorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_79]) ).

fof(event_78,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,townc,n6),
    input ).

fof(event_78_0,plain,
    ( accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_78]) ).

fof(event_77,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,townc,n6),
    input ).

fof(event_77_0,plain,
    ( accept_team(countrybcivilorganization,countrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_77]) ).

fof(event_76,axiom,
    accept_team(countrybcivilorganization,muslimcountrybhumanitarianorganization,townc,n6),
    input ).

fof(event_76_0,plain,
    ( accept_team(countrybcivilorganization,muslimcountrybhumanitarianorganization,townc,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_76]) ).

fof(event_75,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    input ).

fof(event_75_0,plain,
    ( accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_75]) ).

fof(event_74,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    input ).

fof(event_74_0,plain,
    ( accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_74]) ).

fof(event_73,axiom,
    accept_number(christiancountrychumanitarianorganization,n5),
    input ).

fof(event_73_0,plain,
    ( accept_number(christiancountrychumanitarianorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_73]) ).

fof(event_72,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    input ).

fof(event_72_0,plain,
    ( ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_72]) ).

fof(event_71,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    input ).

fof(event_71_0,plain,
    ( ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_71]) ).

fof(event_70,axiom,
    any_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_70_0,plain,
    ( any_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_70]) ).

fof(event_69,axiom,
    the_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_69_0,plain,
    ( the_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_69]) ).

fof(event_68,axiom,
    accept_team(countryafirstaidorganization,countryacivilorganization,coastvillage,n6),
    input ).

fof(event_68_0,plain,
    ( accept_team(countryafirstaidorganization,countryacivilorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_68]) ).

fof(event_67,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n6),
    input ).

fof(event_67_0,plain,
    ( accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_67]) ).

fof(event_66,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n5),
    input ).

fof(event_66_0,plain,
    ( accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_66]) ).

fof(event_65,axiom,
    accept_number(countryafirstaidorganization,n2),
    input ).

fof(event_65_0,plain,
    ( accept_number(countryafirstaidorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_65]) ).

fof(event_64,axiom,
    any_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_64_0,plain,
    ( any_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_64]) ).

fof(event_63,axiom,
    the_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_63_0,plain,
    ( the_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_63]) ).

fof(event_62,axiom,
    accept_team(countryacivilorganization,countryafirstaidorganization,coastvillage,n6),
    input ).

fof(event_62_0,plain,
    ( accept_team(countryacivilorganization,countryafirstaidorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_62]) ).

fof(event_61,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n6),
    input ).

fof(event_61_0,plain,
    ( accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_61]) ).

fof(event_60,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n5),
    input ).

fof(event_60_0,plain,
    ( accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_60]) ).

fof(event_59,axiom,
    accept_number(countryacivilorganization,n2),
    input ).

fof(event_59_0,plain,
    ( accept_number(countryacivilorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_59]) ).

fof(event_58,axiom,
    accept_team(countryafirstaidorganization,countryacivilorganization,towna,n6),
    input ).

fof(event_58_0,plain,
    ( accept_team(countryafirstaidorganization,countryacivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_58]) ).

fof(event_57,axiom,
    any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna),
    input ).

fof(event_57_0,plain,
    ( any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_57]) ).

fof(event_56,axiom,
    the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna),
    input ).

fof(event_56_0,plain,
    ( the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_56]) ).

fof(event_55,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n5),
    input ).

fof(event_55_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_55]) ).

fof(event_54,axiom,
    accept_number(countrycmedicalorganization,n5),
    input ).

fof(event_54_0,plain,
    ( accept_number(countrycmedicalorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_54]) ).

fof(event_53,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n4),
    input ).

fof(event_53_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_53]) ).

fof(event_52,axiom,
    accept_number(countrycmedicalorganization,n4),
    input ).

fof(event_52_0,plain,
    ( accept_number(countrycmedicalorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_52]) ).

fof(event_51,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    input ).

fof(event_51_0,plain,
    ( accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_51]) ).

fof(event_50,axiom,
    any_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna),
    input ).

fof(event_50_0,plain,
    ( any_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_50]) ).

fof(event_49,axiom,
    the_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna),
    input ).

fof(event_49_0,plain,
    ( the_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_49]) ).

fof(event_48,axiom,
    accept_team(sufferterragovernment,countryacivilorganization,towna,n6),
    input ).

fof(event_48_0,plain,
    ( accept_team(sufferterragovernment,countryacivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_48]) ).

fof(event_47,axiom,
    any_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna),
    input ).

fof(event_47_0,plain,
    ( any_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_47]) ).

fof(event_46,axiom,
    the_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna),
    input ).

fof(event_46_0,plain,
    ( the_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_46]) ).

fof(event_45,axiom,
    accept_number(countrybcivilorganization,n5),
    input ).

fof(event_45_0,plain,
    ( accept_number(countrybcivilorganization,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_45]) ).

fof(event_44,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n5),
    input ).

fof(event_44_0,plain,
    ( accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_44]) ).

fof(event_43,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n4),
    input ).

fof(event_43_0,plain,
    ( accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_43]) ).

fof(event_42,axiom,
    any_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna),
    input ).

fof(event_42_0,plain,
    ( any_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_42]) ).

fof(event_41,axiom,
    the_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna),
    input ).

fof(event_41_0,plain,
    ( the_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_41]) ).

fof(event_40,axiom,
    ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n5),
    input ).

fof(event_40_0,plain,
    ( ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_40]) ).

fof(event_39,axiom,
    accept_team(countryccivilorganization,countrycmedicalorganization,towna,n4),
    input ).

fof(event_39_0,plain,
    ( accept_team(countryccivilorganization,countrycmedicalorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_39]) ).

fof(event_38,axiom,
    any_agent_in_all_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_38_0,plain,
    ( any_agent_in_all_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_38]) ).

fof(event_37,axiom,
    the_agent_not_in_any_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_37_0,plain,
    ( the_agent_not_in_any_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_37]) ).

fof(event_36,axiom,
    ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n6),
    input ).

fof(event_36_0,plain,
    ( ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_36]) ).

fof(event_35,axiom,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n6),
    input ).

fof(event_35_0,plain,
    ( ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_35]) ).

fof(event_34,axiom,
    ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n6),
    input ).

fof(event_34_0,plain,
    ( ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_34]) ).

fof(event_33,axiom,
    ~ accept_team(countryamedicalorganization,sufferterragovernment,coastvillage,n2),
    input ).

fof(event_33_0,plain,
    ( ~ accept_team(countryamedicalorganization,sufferterragovernment,coastvillage,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_33]) ).

fof(event_32,axiom,
    ~ accept_team(countryamedicalorganization,christiansufferterrahumanitarianorganization,coastvillage,n2),
    input ).

fof(event_32_0,plain,
    ( ~ accept_team(countryamedicalorganization,christiansufferterrahumanitarianorganization,coastvillage,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_32]) ).

fof(event_31,axiom,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n2),
    input ).

fof(event_31_0,plain,
    ( ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_31]) ).

fof(event_30,axiom,
    ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n2),
    input ).

fof(event_30_0,plain,
    ( ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_30]) ).

fof(event_29,axiom,
    ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n2),
    input ).

fof(event_29_0,plain,
    ( ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_29]) ).

fof(event_28,axiom,
    accept_number(countryahumanitarianorganization,n2),
    input ).

fof(event_28_0,plain,
    ( accept_number(countryahumanitarianorganization,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_28]) ).

fof(event_27,axiom,
    accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    input ).

fof(event_27_0,plain,
    ( accept_team(countryamedicalorganization,countryacivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_27]) ).

fof(event_26,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,towna,n6),
    input ).

fof(event_26_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_26]) ).

fof(event_25,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    input ).

fof(event_25_0,plain,
    ( accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_25]) ).

fof(event_24,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    input ).

fof(event_24_0,plain,
    ( accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_24]) ).

fof(event_23,axiom,
    any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna),
    input ).

fof(event_23_0,plain,
    ( any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_23]) ).

fof(event_22,axiom,
    the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna),
    input ).

fof(event_22_0,plain,
    ( the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_22]) ).

fof(event_21,axiom,
    accept_number(countrybhumanitarianorganization,n1),
    input ).

fof(event_21_0,plain,
    ( accept_number(countrybhumanitarianorganization,n1)
    | $false ),
    inference(orientation,[status(thm)],[event_21]) ).

fof(event_20,axiom,
    accept_team(sufferterragovernment,countryacivilorganization,cityb,n6),
    input ).

fof(event_20_0,plain,
    ( accept_team(sufferterragovernment,countryacivilorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_20]) ).

fof(event_19,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,cityb,n6),
    input ).

fof(event_19_0,plain,
    ( accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_19]) ).

fof(event_18,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n4),
    input ).

fof(event_18_0,plain,
    ( accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_18]) ).

fof(event_17,axiom,
    accept_number(countrybhumanitarianorganization,n4),
    input ).

fof(event_17_0,plain,
    ( accept_number(countrybhumanitarianorganization,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_17]) ).

fof(event_16,axiom,
    accept_team(countryafirstaidorganization,countryacivilorganization,cityb,n6),
    input ).

fof(event_16_0,plain,
    ( accept_team(countryafirstaidorganization,countryacivilorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_16]) ).

fof(event_15,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n4),
    input ).

fof(event_15_0,plain,
    ( accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_15]) ).

fof(event_14,axiom,
    accept_team(countryamedicalorganization,countryacivilorganization,cityb,n6),
    input ).

fof(event_14_0,plain,
    ( accept_team(countryamedicalorganization,countryacivilorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_14]) ).

fof(event_13,axiom,
    accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    input ).

fof(event_13_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_13]) ).

fof(event_12,axiom,
    any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna),
    input ).

fof(event_12_0,plain,
    ( any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_12]) ).

fof(event_11,axiom,
    the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna),
    input ).

fof(event_11_0,plain,
    ( the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna)
    | $false ),
    inference(orientation,[status(thm)],[event_11]) ).

fof(event_10,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n5),
    input ).

fof(event_10_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n5)
    | $false ),
    inference(orientation,[status(thm)],[event_10]) ).

fof(event_9,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n4),
    input ).

fof(event_9_0,plain,
    ( ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_9]) ).

fof(event_8,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n4),
    input ).

fof(event_8_0,plain,
    ( accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n4)
    | $false ),
    inference(orientation,[status(thm)],[event_8]) ).

fof(event_7,axiom,
    accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n2),
    input ).

fof(event_7_0,plain,
    ( accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n2)
    | $false ),
    inference(orientation,[status(thm)],[event_7]) ).

fof(event_6,axiom,
    any_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_6_0,plain,
    ( any_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_6]) ).

fof(event_5,axiom,
    the_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    input ).

fof(event_5_0,plain,
    ( the_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage)
    | $false ),
    inference(orientation,[status(thm)],[event_5]) ).

fof(event_4,axiom,
    accept_team(countryahumanitarianorganization,countryafirstaidorganization,coastvillage,n6),
    input ).

fof(event_4_0,plain,
    ( accept_team(countryahumanitarianorganization,countryafirstaidorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_4]) ).

fof(event_3,axiom,
    accept_team(countryahumanitarianorganization,countryacivilorganization,coastvillage,n6),
    input ).

fof(event_3_0,plain,
    ( accept_team(countryahumanitarianorganization,countryacivilorganization,coastvillage,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_3]) ).

fof(event_2,axiom,
    accept_team(countryahumanitarianorganization,countryacivilorganization,towna,n6),
    input ).

fof(event_2_0,plain,
    ( accept_team(countryahumanitarianorganization,countryacivilorganization,towna,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_2]) ).

fof(event_1,axiom,
    accept_team(countryahumanitarianorganization,countryacivilorganization,cityb,n6),
    input ).

fof(event_1_0,plain,
    ( accept_team(countryahumanitarianorganization,countryacivilorganization,cityb,n6)
    | $false ),
    inference(orientation,[status(thm)],[event_1]) ).

fof(a2_13,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n30)
        & accept_population(A,christian,n0)
        & accept_population(A,muslim,n65)
        & accept_population(A,native,n0)
        & accept_population(A,other,n5) )
    <=> accept_city(A,townc) ),
    input ).

fof(a2_13_0,plain,
    ! [A] :
      ( accept_city(A,townc)
      | ~ ( accept_population(A,atheist,n30)
          & accept_population(A,christian,n0)
          & accept_population(A,muslim,n65)
          & accept_population(A,native,n0)
          & accept_population(A,other,n5) ) ),
    inference(orientation,[status(thm)],[a2_13]) ).

fof(a2_13_1,plain,
    ! [A] :
      ( ~ accept_city(A,townc)
      | ( accept_population(A,atheist,n30)
        & accept_population(A,christian,n0)
        & accept_population(A,muslim,n65)
        & accept_population(A,native,n0)
        & accept_population(A,other,n5) ) ),
    inference(orientation,[status(thm)],[a2_13]) ).

fof(a2_12,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n78)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n0)
        & accept_population(A,other,n1) )
    <=> accept_city(A,cityb) ),
    input ).

fof(a2_12_0,plain,
    ! [A] :
      ( accept_city(A,cityb)
      | ~ ( accept_population(A,atheist,n78)
          & accept_population(A,christian,n20)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n0)
          & accept_population(A,other,n1) ) ),
    inference(orientation,[status(thm)],[a2_12]) ).

fof(a2_12_1,plain,
    ! [A] :
      ( ~ accept_city(A,cityb)
      | ( accept_population(A,atheist,n78)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n0)
        & accept_population(A,other,n1) ) ),
    inference(orientation,[status(thm)],[a2_12]) ).

fof(a2_11,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n8)
        & accept_population(A,native,n0)
        & accept_population(A,other,n2) )
    <=> accept_city(A,townb) ),
    input ).

fof(a2_11_0,plain,
    ! [A] :
      ( accept_city(A,townb)
      | ~ ( accept_population(A,atheist,n70)
          & accept_population(A,christian,n20)
          & accept_population(A,muslim,n8)
          & accept_population(A,native,n0)
          & accept_population(A,other,n2) ) ),
    inference(orientation,[status(thm)],[a2_11]) ).

fof(a2_11_1,plain,
    ! [A] :
      ( ~ accept_city(A,townb)
      | ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n8)
        & accept_population(A,native,n0)
        & accept_population(A,other,n2) ) ),
    inference(orientation,[status(thm)],[a2_11]) ).

fof(a2_10,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n75)
        & accept_population(A,christian,n25)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n0)
        & accept_population(A,other,n0) )
    <=> accept_city(A,citya) ),
    input ).

fof(a2_10_0,plain,
    ! [A] :
      ( accept_city(A,citya)
      | ~ ( accept_population(A,atheist,n75)
          & accept_population(A,christian,n25)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n0)
          & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_10]) ).

fof(a2_10_1,plain,
    ! [A] :
      ( ~ accept_city(A,citya)
      | ( accept_population(A,atheist,n75)
        & accept_population(A,christian,n25)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n0)
        & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_10]) ).

fof(a2_9,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n75)
        & accept_population(A,christian,n24)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n0)
        & accept_population(A,other,n0) )
    <=> accept_city(A,towna) ),
    input ).

fof(a2_9_0,plain,
    ! [A] :
      ( accept_city(A,towna)
      | ~ ( accept_population(A,atheist,n75)
          & accept_population(A,christian,n24)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n0)
          & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_9]) ).

fof(a2_9_1,plain,
    ! [A] :
      ( ~ accept_city(A,towna)
      | ( accept_population(A,atheist,n75)
        & accept_population(A,christian,n24)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n0)
        & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_9]) ).

fof(a2_8,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n0)
        & accept_population(A,christian,n0)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n100)
        & accept_population(A,other,n0) )
    <=> accept_city(A,sunsetpoint) ),
    input ).

fof(a2_8_0,plain,
    ! [A] :
      ( accept_city(A,sunsetpoint)
      | ~ ( accept_population(A,atheist,n0)
          & accept_population(A,christian,n0)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n100)
          & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_8]) ).

fof(a2_8_1,plain,
    ! [A] :
      ( ~ accept_city(A,sunsetpoint)
      | ( accept_population(A,atheist,n0)
        & accept_population(A,christian,n0)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n100)
        & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_8]) ).

fof(a2_7,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n12)
        & accept_population(A,christian,n3)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n85)
        & accept_population(A,other,n0) )
    <=> accept_city(A,coastvillage) ),
    input ).

fof(a2_7_0,plain,
    ! [A] :
      ( accept_city(A,coastvillage)
      | ~ ( accept_population(A,atheist,n12)
          & accept_population(A,christian,n3)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n85)
          & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_7]) ).

fof(a2_7_1,plain,
    ! [A] :
      ( ~ accept_city(A,coastvillage)
      | ( accept_population(A,atheist,n12)
        & accept_population(A,christian,n3)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n85)
        & accept_population(A,other,n0) ) ),
    inference(orientation,[status(thm)],[a2_7]) ).

fof(a2_6,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n13)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n15)
        & accept_population(A,other,n2) )
    <=> accept_city(A,northport) ),
    input ).

fof(a2_6_0,plain,
    ! [A] :
      ( accept_city(A,northport)
      | ~ ( accept_population(A,atheist,n70)
          & accept_population(A,christian,n13)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n15)
          & accept_population(A,other,n2) ) ),
    inference(orientation,[status(thm)],[a2_6]) ).

fof(a2_6_1,plain,
    ! [A] :
      ( ~ accept_city(A,northport)
      | ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n13)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n15)
        & accept_population(A,other,n2) ) ),
    inference(orientation,[status(thm)],[a2_6]) ).

fof(a2_5,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n68)
        & accept_population(A,christian,n16)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n11)
        & accept_population(A,other,n4) )
    <=> accept_city(A,stjosephburgh) ),
    input ).

fof(a2_5_0,plain,
    ! [A] :
      ( accept_city(A,stjosephburgh)
      | ~ ( accept_population(A,atheist,n68)
          & accept_population(A,christian,n16)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n11)
          & accept_population(A,other,n4) ) ),
    inference(orientation,[status(thm)],[a2_5]) ).

fof(a2_5_1,plain,
    ! [A] :
      ( ~ accept_city(A,stjosephburgh)
      | ( accept_population(A,atheist,n68)
        & accept_population(A,christian,n16)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n11)
        & accept_population(A,other,n4) ) ),
    inference(orientation,[status(thm)],[a2_5]) ).

fof(a2_4,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n15)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n10)
        & accept_population(A,other,n4) )
    <=> accept_city(A,centrallakecity) ),
    input ).

fof(a2_4_0,plain,
    ! [A] :
      ( accept_city(A,centrallakecity)
      | ~ ( accept_population(A,atheist,n70)
          & accept_population(A,christian,n15)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n10)
          & accept_population(A,other,n4) ) ),
    inference(orientation,[status(thm)],[a2_4]) ).

fof(a2_4_1,plain,
    ! [A] :
      ( ~ accept_city(A,centrallakecity)
      | ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n15)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n10)
        & accept_population(A,other,n4) ) ),
    inference(orientation,[status(thm)],[a2_4]) ).

fof(a2_3,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n30)
        & accept_population(A,christian,n8)
        & accept_population(A,muslim,n60)
        & accept_population(A,native,n1)
        & accept_population(A,other,n1) )
    <=> accept_city(A,sunnysideport) ),
    input ).

fof(a2_3_0,plain,
    ! [A] :
      ( accept_city(A,sunnysideport)
      | ~ ( accept_population(A,atheist,n30)
          & accept_population(A,christian,n8)
          & accept_population(A,muslim,n60)
          & accept_population(A,native,n1)
          & accept_population(A,other,n1) ) ),
    inference(orientation,[status(thm)],[a2_3]) ).

fof(a2_3_1,plain,
    ! [A] :
      ( ~ accept_city(A,sunnysideport)
      | ( accept_population(A,atheist,n30)
        & accept_population(A,christian,n8)
        & accept_population(A,muslim,n60)
        & accept_population(A,native,n1)
        & accept_population(A,other,n1) ) ),
    inference(orientation,[status(thm)],[a2_3]) ).

fof(a2_2,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n54)
        & accept_population(A,christian,n23)
        & accept_population(A,muslim,n3)
        & accept_population(A,native,n1)
        & accept_population(A,other,n9) )
    <=> accept_city(A,centraltown) ),
    input ).

fof(a2_2_0,plain,
    ! [A] :
      ( accept_city(A,centraltown)
      | ~ ( accept_population(A,atheist,n54)
          & accept_population(A,christian,n23)
          & accept_population(A,muslim,n3)
          & accept_population(A,native,n1)
          & accept_population(A,other,n9) ) ),
    inference(orientation,[status(thm)],[a2_2]) ).

fof(a2_2_1,plain,
    ! [A] :
      ( ~ accept_city(A,centraltown)
      | ( accept_population(A,atheist,n54)
        & accept_population(A,christian,n23)
        & accept_population(A,muslim,n3)
        & accept_population(A,native,n1)
        & accept_population(A,other,n9) ) ),
    inference(orientation,[status(thm)],[a2_2]) ).

fof(a2_1,axiom,
    ! [A] :
      ( ( accept_population(A,atheist,n65)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n7)
        & accept_population(A,native,n4)
        & accept_population(A,other,n4) )
    <=> accept_city(A,suffertown) ),
    input ).

fof(a2_1_0,plain,
    ! [A] :
      ( accept_city(A,suffertown)
      | ~ ( accept_population(A,atheist,n65)
          & accept_population(A,christian,n20)
          & accept_population(A,muslim,n7)
          & accept_population(A,native,n4)
          & accept_population(A,other,n4) ) ),
    inference(orientation,[status(thm)],[a2_1]) ).

fof(a2_1_1,plain,
    ! [A] :
      ( ~ accept_city(A,suffertown)
      | ( accept_population(A,atheist,n65)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n7)
        & accept_population(A,native,n4)
        & accept_population(A,other,n4) ) ),
    inference(orientation,[status(thm)],[a2_1]) ).

fof(a1_7,axiom,
    ! [A,N] :
      ( min_number_of_proposed_agents(A,N)
     => accept_number(A,N) ),
    input ).

fof(a1_7_0,plain,
    ! [A,N] :
      ( ~ min_number_of_proposed_agents(A,N)
      | accept_number(A,N) ),
    inference(orientation,[status(thm)],[a1_7]) ).

fof(a1_6,axiom,
    ! [A,L,C] :
      ( the_agent_not_in_any_proposed_teams(A,L,C)
     => ~ ( accept_city(A,C)
          & accept_leader(A,L) ) ),
    input ).

fof(a1_6_0,plain,
    ! [A,C,L] :
      ( ~ the_agent_not_in_any_proposed_teams(A,L,C)
      | ~ ( accept_city(A,C)
          & accept_leader(A,L) ) ),
    inference(orientation,[status(thm)],[a1_6]) ).

fof(a1_5,axiom,
    ! [A,L,C] :
      ( any_agent_in_all_proposed_teams(A,L,C)
     => accept_leader(A,L) ),
    input ).

fof(a1_5_0,plain,
    ! [A,C,L] :
      ( ~ any_agent_in_all_proposed_teams(A,L,C)
      | accept_leader(A,L) ),
    inference(orientation,[status(thm)],[a1_5]) ).

fof(a1_4,axiom,
    ! [A,L,C] :
      ( the_agent_in_all_proposed_teams(A,L,C)
     => ( accept_leader(A,L)
        & accept_city(A,C) ) ),
    input ).

fof(a1_4_0,plain,
    ! [A,C,L] :
      ( ~ the_agent_in_all_proposed_teams(A,L,C)
      | ( accept_leader(A,L)
        & accept_city(A,C) ) ),
    inference(orientation,[status(thm)],[a1_4]) ).

fof(a1_3,axiom,
    ! [A,N,M,P] :
      ( ( accept_population(A,P,N)
        & less(M,N) )
     => accept_population(A,P,M) ),
    input ).

fof(a1_3_0,plain,
    ! [A,M,N,P] :
      ( accept_population(A,P,M)
      | ~ ( accept_population(A,P,N)
          & less(M,N) ) ),
    inference(orientation,[status(thm)],[a1_3]) ).

fof(a1_2,axiom,
    ! [A,N,M] :
      ( ( accept_number(A,N)
        & less(M,N) )
     => accept_number(A,M) ),
    input ).

fof(a1_2_0,plain,
    ! [A,M,N] :
      ( accept_number(A,M)
      | ~ ( accept_number(A,N)
          & less(M,N) ) ),
    inference(orientation,[status(thm)],[a1_2]) ).

fof(a1_1,axiom,
    ! [A,C,N,L] :
      ( accept_team(A,L,C,N)
    <=> ( accept_city(A,C)
        & accept_leader(A,L)
        & accept_number(A,N) ) ),
    input ).

fof(a1_1_0,plain,
    ! [A,C,L,N] :
      ( accept_team(A,L,C,N)
      | ~ ( accept_city(A,C)
          & accept_leader(A,L)
          & accept_number(A,N) ) ),
    inference(orientation,[status(thm)],[a1_1]) ).

fof(a1_1_1,plain,
    ! [A,C,L,N] :
      ( ~ accept_team(A,L,C,N)
      | ( accept_city(A,C)
        & accept_leader(A,L)
        & accept_number(A,N) ) ),
    inference(orientation,[status(thm)],[a1_1]) ).

fof(def_lhs_atom1,axiom,
    ! [N,L,C,A] :
      ( lhs_atom1(N,L,C,A)
    <=> ~ accept_team(A,L,C,N) ),
    inference(definition,[],]) ).

fof(to_be_clausified_0,plain,
    ! [A,C,L,N] :
      ( lhs_atom1(N,L,C,A)
      | ( accept_city(A,C)
        & accept_leader(A,L)
        & accept_number(A,N) ) ),
    inference(fold_definition,[status(thm)],[a1_1_1,def_lhs_atom1]) ).

fof(def_lhs_atom2,axiom,
    ! [N,L,C,A] :
      ( lhs_atom2(N,L,C,A)
    <=> accept_team(A,L,C,N) ),
    inference(definition,[],]) ).

fof(to_be_clausified_1,plain,
    ! [A,C,L,N] :
      ( lhs_atom2(N,L,C,A)
      | ~ ( accept_city(A,C)
          & accept_leader(A,L)
          & accept_number(A,N) ) ),
    inference(fold_definition,[status(thm)],[a1_1_0,def_lhs_atom2]) ).

fof(def_lhs_atom3,axiom,
    ! [M,A] :
      ( lhs_atom3(M,A)
    <=> accept_number(A,M) ),
    inference(definition,[],]) ).

fof(to_be_clausified_2,plain,
    ! [A,M,N] :
      ( lhs_atom3(M,A)
      | ~ ( accept_number(A,N)
          & less(M,N) ) ),
    inference(fold_definition,[status(thm)],[a1_2_0,def_lhs_atom3]) ).

fof(def_lhs_atom4,axiom,
    ! [P,M,A] :
      ( lhs_atom4(P,M,A)
    <=> accept_population(A,P,M) ),
    inference(definition,[],]) ).

fof(to_be_clausified_3,plain,
    ! [A,M,N,P] :
      ( lhs_atom4(P,M,A)
      | ~ ( accept_population(A,P,N)
          & less(M,N) ) ),
    inference(fold_definition,[status(thm)],[a1_3_0,def_lhs_atom4]) ).

fof(def_lhs_atom5,axiom,
    ! [L,C,A] :
      ( lhs_atom5(L,C,A)
    <=> ~ the_agent_in_all_proposed_teams(A,L,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_4,plain,
    ! [A,C,L] :
      ( lhs_atom5(L,C,A)
      | ( accept_leader(A,L)
        & accept_city(A,C) ) ),
    inference(fold_definition,[status(thm)],[a1_4_0,def_lhs_atom5]) ).

fof(def_lhs_atom6,axiom,
    ! [L,C,A] :
      ( lhs_atom6(L,C,A)
    <=> ~ any_agent_in_all_proposed_teams(A,L,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_5,plain,
    ! [A,C,L] :
      ( lhs_atom6(L,C,A)
      | accept_leader(A,L) ),
    inference(fold_definition,[status(thm)],[a1_5_0,def_lhs_atom6]) ).

fof(def_lhs_atom7,axiom,
    ! [L,C,A] :
      ( lhs_atom7(L,C,A)
    <=> ~ the_agent_not_in_any_proposed_teams(A,L,C) ),
    inference(definition,[],]) ).

fof(to_be_clausified_6,plain,
    ! [A,C,L] :
      ( lhs_atom7(L,C,A)
      | ~ ( accept_city(A,C)
          & accept_leader(A,L) ) ),
    inference(fold_definition,[status(thm)],[a1_6_0,def_lhs_atom7]) ).

fof(def_lhs_atom8,axiom,
    ! [N,A] :
      ( lhs_atom8(N,A)
    <=> ~ min_number_of_proposed_agents(A,N) ),
    inference(definition,[],]) ).

fof(to_be_clausified_7,plain,
    ! [A,N] :
      ( lhs_atom8(N,A)
      | accept_number(A,N) ),
    inference(fold_definition,[status(thm)],[a1_7_0,def_lhs_atom8]) ).

fof(def_lhs_atom9,axiom,
    ! [A] :
      ( lhs_atom9(A)
    <=> ~ accept_city(A,suffertown) ),
    inference(definition,[],]) ).

fof(to_be_clausified_8,plain,
    ! [A] :
      ( lhs_atom9(A)
      | ( accept_population(A,atheist,n65)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n7)
        & accept_population(A,native,n4)
        & accept_population(A,other,n4) ) ),
    inference(fold_definition,[status(thm)],[a2_1_1,def_lhs_atom9]) ).

fof(def_lhs_atom10,axiom,
    ! [A] :
      ( lhs_atom10(A)
    <=> accept_city(A,suffertown) ),
    inference(definition,[],]) ).

fof(to_be_clausified_9,plain,
    ! [A] :
      ( lhs_atom10(A)
      | ~ ( accept_population(A,atheist,n65)
          & accept_population(A,christian,n20)
          & accept_population(A,muslim,n7)
          & accept_population(A,native,n4)
          & accept_population(A,other,n4) ) ),
    inference(fold_definition,[status(thm)],[a2_1_0,def_lhs_atom10]) ).

fof(def_lhs_atom11,axiom,
    ! [A] :
      ( lhs_atom11(A)
    <=> ~ accept_city(A,centraltown) ),
    inference(definition,[],]) ).

fof(to_be_clausified_10,plain,
    ! [A] :
      ( lhs_atom11(A)
      | ( accept_population(A,atheist,n54)
        & accept_population(A,christian,n23)
        & accept_population(A,muslim,n3)
        & accept_population(A,native,n1)
        & accept_population(A,other,n9) ) ),
    inference(fold_definition,[status(thm)],[a2_2_1,def_lhs_atom11]) ).

fof(def_lhs_atom12,axiom,
    ! [A] :
      ( lhs_atom12(A)
    <=> accept_city(A,centraltown) ),
    inference(definition,[],]) ).

fof(to_be_clausified_11,plain,
    ! [A] :
      ( lhs_atom12(A)
      | ~ ( accept_population(A,atheist,n54)
          & accept_population(A,christian,n23)
          & accept_population(A,muslim,n3)
          & accept_population(A,native,n1)
          & accept_population(A,other,n9) ) ),
    inference(fold_definition,[status(thm)],[a2_2_0,def_lhs_atom12]) ).

fof(def_lhs_atom13,axiom,
    ! [A] :
      ( lhs_atom13(A)
    <=> ~ accept_city(A,sunnysideport) ),
    inference(definition,[],]) ).

fof(to_be_clausified_12,plain,
    ! [A] :
      ( lhs_atom13(A)
      | ( accept_population(A,atheist,n30)
        & accept_population(A,christian,n8)
        & accept_population(A,muslim,n60)
        & accept_population(A,native,n1)
        & accept_population(A,other,n1) ) ),
    inference(fold_definition,[status(thm)],[a2_3_1,def_lhs_atom13]) ).

fof(def_lhs_atom14,axiom,
    ! [A] :
      ( lhs_atom14(A)
    <=> accept_city(A,sunnysideport) ),
    inference(definition,[],]) ).

fof(to_be_clausified_13,plain,
    ! [A] :
      ( lhs_atom14(A)
      | ~ ( accept_population(A,atheist,n30)
          & accept_population(A,christian,n8)
          & accept_population(A,muslim,n60)
          & accept_population(A,native,n1)
          & accept_population(A,other,n1) ) ),
    inference(fold_definition,[status(thm)],[a2_3_0,def_lhs_atom14]) ).

fof(def_lhs_atom15,axiom,
    ! [A] :
      ( lhs_atom15(A)
    <=> ~ accept_city(A,centrallakecity) ),
    inference(definition,[],]) ).

fof(to_be_clausified_14,plain,
    ! [A] :
      ( lhs_atom15(A)
      | ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n15)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n10)
        & accept_population(A,other,n4) ) ),
    inference(fold_definition,[status(thm)],[a2_4_1,def_lhs_atom15]) ).

fof(def_lhs_atom16,axiom,
    ! [A] :
      ( lhs_atom16(A)
    <=> accept_city(A,centrallakecity) ),
    inference(definition,[],]) ).

fof(to_be_clausified_15,plain,
    ! [A] :
      ( lhs_atom16(A)
      | ~ ( accept_population(A,atheist,n70)
          & accept_population(A,christian,n15)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n10)
          & accept_population(A,other,n4) ) ),
    inference(fold_definition,[status(thm)],[a2_4_0,def_lhs_atom16]) ).

fof(def_lhs_atom17,axiom,
    ! [A] :
      ( lhs_atom17(A)
    <=> ~ accept_city(A,stjosephburgh) ),
    inference(definition,[],]) ).

fof(to_be_clausified_16,plain,
    ! [A] :
      ( lhs_atom17(A)
      | ( accept_population(A,atheist,n68)
        & accept_population(A,christian,n16)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n11)
        & accept_population(A,other,n4) ) ),
    inference(fold_definition,[status(thm)],[a2_5_1,def_lhs_atom17]) ).

fof(def_lhs_atom18,axiom,
    ! [A] :
      ( lhs_atom18(A)
    <=> accept_city(A,stjosephburgh) ),
    inference(definition,[],]) ).

fof(to_be_clausified_17,plain,
    ! [A] :
      ( lhs_atom18(A)
      | ~ ( accept_population(A,atheist,n68)
          & accept_population(A,christian,n16)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n11)
          & accept_population(A,other,n4) ) ),
    inference(fold_definition,[status(thm)],[a2_5_0,def_lhs_atom18]) ).

fof(def_lhs_atom19,axiom,
    ! [A] :
      ( lhs_atom19(A)
    <=> ~ accept_city(A,northport) ),
    inference(definition,[],]) ).

fof(to_be_clausified_18,plain,
    ! [A] :
      ( lhs_atom19(A)
      | ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n13)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n15)
        & accept_population(A,other,n2) ) ),
    inference(fold_definition,[status(thm)],[a2_6_1,def_lhs_atom19]) ).

fof(def_lhs_atom20,axiom,
    ! [A] :
      ( lhs_atom20(A)
    <=> accept_city(A,northport) ),
    inference(definition,[],]) ).

fof(to_be_clausified_19,plain,
    ! [A] :
      ( lhs_atom20(A)
      | ~ ( accept_population(A,atheist,n70)
          & accept_population(A,christian,n13)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n15)
          & accept_population(A,other,n2) ) ),
    inference(fold_definition,[status(thm)],[a2_6_0,def_lhs_atom20]) ).

fof(def_lhs_atom21,axiom,
    ! [A] :
      ( lhs_atom21(A)
    <=> ~ accept_city(A,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_20,plain,
    ! [A] :
      ( lhs_atom21(A)
      | ( accept_population(A,atheist,n12)
        & accept_population(A,christian,n3)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n85)
        & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_7_1,def_lhs_atom21]) ).

fof(def_lhs_atom22,axiom,
    ! [A] :
      ( lhs_atom22(A)
    <=> accept_city(A,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_21,plain,
    ! [A] :
      ( lhs_atom22(A)
      | ~ ( accept_population(A,atheist,n12)
          & accept_population(A,christian,n3)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n85)
          & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_7_0,def_lhs_atom22]) ).

fof(def_lhs_atom23,axiom,
    ! [A] :
      ( lhs_atom23(A)
    <=> ~ accept_city(A,sunsetpoint) ),
    inference(definition,[],]) ).

fof(to_be_clausified_22,plain,
    ! [A] :
      ( lhs_atom23(A)
      | ( accept_population(A,atheist,n0)
        & accept_population(A,christian,n0)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n100)
        & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_8_1,def_lhs_atom23]) ).

fof(def_lhs_atom24,axiom,
    ! [A] :
      ( lhs_atom24(A)
    <=> accept_city(A,sunsetpoint) ),
    inference(definition,[],]) ).

fof(to_be_clausified_23,plain,
    ! [A] :
      ( lhs_atom24(A)
      | ~ ( accept_population(A,atheist,n0)
          & accept_population(A,christian,n0)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n100)
          & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_8_0,def_lhs_atom24]) ).

fof(def_lhs_atom25,axiom,
    ! [A] :
      ( lhs_atom25(A)
    <=> ~ accept_city(A,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_24,plain,
    ! [A] :
      ( lhs_atom25(A)
      | ( accept_population(A,atheist,n75)
        & accept_population(A,christian,n24)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n0)
        & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_9_1,def_lhs_atom25]) ).

fof(def_lhs_atom26,axiom,
    ! [A] :
      ( lhs_atom26(A)
    <=> accept_city(A,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_25,plain,
    ! [A] :
      ( lhs_atom26(A)
      | ~ ( accept_population(A,atheist,n75)
          & accept_population(A,christian,n24)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n0)
          & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_9_0,def_lhs_atom26]) ).

fof(def_lhs_atom27,axiom,
    ! [A] :
      ( lhs_atom27(A)
    <=> ~ accept_city(A,citya) ),
    inference(definition,[],]) ).

fof(to_be_clausified_26,plain,
    ! [A] :
      ( lhs_atom27(A)
      | ( accept_population(A,atheist,n75)
        & accept_population(A,christian,n25)
        & accept_population(A,muslim,n0)
        & accept_population(A,native,n0)
        & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_10_1,def_lhs_atom27]) ).

fof(def_lhs_atom28,axiom,
    ! [A] :
      ( lhs_atom28(A)
    <=> accept_city(A,citya) ),
    inference(definition,[],]) ).

fof(to_be_clausified_27,plain,
    ! [A] :
      ( lhs_atom28(A)
      | ~ ( accept_population(A,atheist,n75)
          & accept_population(A,christian,n25)
          & accept_population(A,muslim,n0)
          & accept_population(A,native,n0)
          & accept_population(A,other,n0) ) ),
    inference(fold_definition,[status(thm)],[a2_10_0,def_lhs_atom28]) ).

fof(def_lhs_atom29,axiom,
    ! [A] :
      ( lhs_atom29(A)
    <=> ~ accept_city(A,townb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_28,plain,
    ! [A] :
      ( lhs_atom29(A)
      | ( accept_population(A,atheist,n70)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n8)
        & accept_population(A,native,n0)
        & accept_population(A,other,n2) ) ),
    inference(fold_definition,[status(thm)],[a2_11_1,def_lhs_atom29]) ).

fof(def_lhs_atom30,axiom,
    ! [A] :
      ( lhs_atom30(A)
    <=> accept_city(A,townb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_29,plain,
    ! [A] :
      ( lhs_atom30(A)
      | ~ ( accept_population(A,atheist,n70)
          & accept_population(A,christian,n20)
          & accept_population(A,muslim,n8)
          & accept_population(A,native,n0)
          & accept_population(A,other,n2) ) ),
    inference(fold_definition,[status(thm)],[a2_11_0,def_lhs_atom30]) ).

fof(def_lhs_atom31,axiom,
    ! [A] :
      ( lhs_atom31(A)
    <=> ~ accept_city(A,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_30,plain,
    ! [A] :
      ( lhs_atom31(A)
      | ( accept_population(A,atheist,n78)
        & accept_population(A,christian,n20)
        & accept_population(A,muslim,n1)
        & accept_population(A,native,n0)
        & accept_population(A,other,n1) ) ),
    inference(fold_definition,[status(thm)],[a2_12_1,def_lhs_atom31]) ).

fof(def_lhs_atom32,axiom,
    ! [A] :
      ( lhs_atom32(A)
    <=> accept_city(A,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_31,plain,
    ! [A] :
      ( lhs_atom32(A)
      | ~ ( accept_population(A,atheist,n78)
          & accept_population(A,christian,n20)
          & accept_population(A,muslim,n1)
          & accept_population(A,native,n0)
          & accept_population(A,other,n1) ) ),
    inference(fold_definition,[status(thm)],[a2_12_0,def_lhs_atom32]) ).

fof(def_lhs_atom33,axiom,
    ! [A] :
      ( lhs_atom33(A)
    <=> ~ accept_city(A,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_32,plain,
    ! [A] :
      ( lhs_atom33(A)
      | ( accept_population(A,atheist,n30)
        & accept_population(A,christian,n0)
        & accept_population(A,muslim,n65)
        & accept_population(A,native,n0)
        & accept_population(A,other,n5) ) ),
    inference(fold_definition,[status(thm)],[a2_13_1,def_lhs_atom33]) ).

fof(def_lhs_atom34,axiom,
    ! [A] :
      ( lhs_atom34(A)
    <=> accept_city(A,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_33,plain,
    ! [A] :
      ( lhs_atom34(A)
      | ~ ( accept_population(A,atheist,n30)
          & accept_population(A,christian,n0)
          & accept_population(A,muslim,n65)
          & accept_population(A,native,n0)
          & accept_population(A,other,n5) ) ),
    inference(fold_definition,[status(thm)],[a2_13_0,def_lhs_atom34]) ).

fof(def_lhs_atom35,axiom,
    ( lhs_atom35
  <=> accept_team(countryahumanitarianorganization,countryacivilorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_34,plain,
    ( lhs_atom35
    | $false ),
    inference(fold_definition,[status(thm)],[event_1_0,def_lhs_atom35]) ).

fof(def_lhs_atom36,axiom,
    ( lhs_atom36
  <=> accept_team(countryahumanitarianorganization,countryacivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_35,plain,
    ( lhs_atom36
    | $false ),
    inference(fold_definition,[status(thm)],[event_2_0,def_lhs_atom36]) ).

fof(def_lhs_atom37,axiom,
    ( lhs_atom37
  <=> accept_team(countryahumanitarianorganization,countryacivilorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_36,plain,
    ( lhs_atom37
    | $false ),
    inference(fold_definition,[status(thm)],[event_3_0,def_lhs_atom37]) ).

fof(def_lhs_atom38,axiom,
    ( lhs_atom38
  <=> accept_team(countryahumanitarianorganization,countryafirstaidorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_37,plain,
    ( lhs_atom38
    | $false ),
    inference(fold_definition,[status(thm)],[event_4_0,def_lhs_atom38]) ).

fof(def_lhs_atom39,axiom,
    ( lhs_atom39
  <=> the_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_38,plain,
    ( lhs_atom39
    | $false ),
    inference(fold_definition,[status(thm)],[event_5_0,def_lhs_atom39]) ).

fof(def_lhs_atom40,axiom,
    ( lhs_atom40
  <=> any_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_39,plain,
    ( lhs_atom40
    | $false ),
    inference(fold_definition,[status(thm)],[event_6_0,def_lhs_atom40]) ).

fof(def_lhs_atom41,axiom,
    ( lhs_atom41
  <=> accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_40,plain,
    ( lhs_atom41
    | $false ),
    inference(fold_definition,[status(thm)],[event_7_0,def_lhs_atom41]) ).

fof(def_lhs_atom42,axiom,
    ( lhs_atom42
  <=> accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_41,plain,
    ( lhs_atom42
    | $false ),
    inference(fold_definition,[status(thm)],[event_8_0,def_lhs_atom42]) ).

fof(def_lhs_atom43,axiom,
    ( lhs_atom43
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_42,plain,
    ( lhs_atom43
    | $false ),
    inference(fold_definition,[status(thm)],[event_9_0,def_lhs_atom43]) ).

fof(def_lhs_atom44,axiom,
    ( lhs_atom44
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_43,plain,
    ( lhs_atom44
    | $false ),
    inference(fold_definition,[status(thm)],[event_10_0,def_lhs_atom44]) ).

fof(def_lhs_atom45,axiom,
    ( lhs_atom45
  <=> the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_44,plain,
    ( lhs_atom45
    | $false ),
    inference(fold_definition,[status(thm)],[event_11_0,def_lhs_atom45]) ).

fof(def_lhs_atom46,axiom,
    ( lhs_atom46
  <=> any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_45,plain,
    ( lhs_atom46
    | $false ),
    inference(fold_definition,[status(thm)],[event_12_0,def_lhs_atom46]) ).

fof(def_lhs_atom47,axiom,
    ( lhs_atom47
  <=> accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_46,plain,
    ( lhs_atom47
    | $false ),
    inference(fold_definition,[status(thm)],[event_13_0,def_lhs_atom47]) ).

fof(def_lhs_atom48,axiom,
    ( lhs_atom48
  <=> accept_team(countryamedicalorganization,countryacivilorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_47,plain,
    ( lhs_atom48
    | $false ),
    inference(fold_definition,[status(thm)],[event_14_0,def_lhs_atom48]) ).

fof(def_lhs_atom49,axiom,
    ( lhs_atom49
  <=> accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_48,plain,
    ( lhs_atom49
    | $false ),
    inference(fold_definition,[status(thm)],[event_15_0,def_lhs_atom49]) ).

fof(def_lhs_atom50,axiom,
    ( lhs_atom50
  <=> accept_team(countryafirstaidorganization,countryacivilorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_49,plain,
    ( lhs_atom50
    | $false ),
    inference(fold_definition,[status(thm)],[event_16_0,def_lhs_atom50]) ).

fof(def_lhs_atom51,axiom,
    ( lhs_atom51
  <=> accept_number(countrybhumanitarianorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_50,plain,
    ( lhs_atom51
    | $false ),
    inference(fold_definition,[status(thm)],[event_17_0,def_lhs_atom51]) ).

fof(def_lhs_atom52,axiom,
    ( lhs_atom52
  <=> accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_51,plain,
    ( lhs_atom52
    | $false ),
    inference(fold_definition,[status(thm)],[event_18_0,def_lhs_atom52]) ).

fof(def_lhs_atom53,axiom,
    ( lhs_atom53
  <=> accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_52,plain,
    ( lhs_atom53
    | $false ),
    inference(fold_definition,[status(thm)],[event_19_0,def_lhs_atom53]) ).

fof(def_lhs_atom54,axiom,
    ( lhs_atom54
  <=> accept_team(sufferterragovernment,countryacivilorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_53,plain,
    ( lhs_atom54
    | $false ),
    inference(fold_definition,[status(thm)],[event_20_0,def_lhs_atom54]) ).

fof(def_lhs_atom55,axiom,
    ( lhs_atom55
  <=> accept_number(countrybhumanitarianorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_54,plain,
    ( lhs_atom55
    | $false ),
    inference(fold_definition,[status(thm)],[event_21_0,def_lhs_atom55]) ).

fof(def_lhs_atom56,axiom,
    ( lhs_atom56
  <=> the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_55,plain,
    ( lhs_atom56
    | $false ),
    inference(fold_definition,[status(thm)],[event_22_0,def_lhs_atom56]) ).

fof(def_lhs_atom57,axiom,
    ( lhs_atom57
  <=> any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_56,plain,
    ( lhs_atom57
    | $false ),
    inference(fold_definition,[status(thm)],[event_23_0,def_lhs_atom57]) ).

fof(def_lhs_atom58,axiom,
    ( lhs_atom58
  <=> accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_57,plain,
    ( lhs_atom58
    | $false ),
    inference(fold_definition,[status(thm)],[event_24_0,def_lhs_atom58]) ).

fof(def_lhs_atom59,axiom,
    ( lhs_atom59
  <=> accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_58,plain,
    ( lhs_atom59
    | $false ),
    inference(fold_definition,[status(thm)],[event_25_0,def_lhs_atom59]) ).

fof(def_lhs_atom60,axiom,
    ( lhs_atom60
  <=> accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_59,plain,
    ( lhs_atom60
    | $false ),
    inference(fold_definition,[status(thm)],[event_26_0,def_lhs_atom60]) ).

fof(def_lhs_atom61,axiom,
    ( lhs_atom61
  <=> accept_team(countryamedicalorganization,countryacivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_60,plain,
    ( lhs_atom61
    | $false ),
    inference(fold_definition,[status(thm)],[event_27_0,def_lhs_atom61]) ).

fof(def_lhs_atom62,axiom,
    ( lhs_atom62
  <=> accept_number(countryahumanitarianorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_61,plain,
    ( lhs_atom62
    | $false ),
    inference(fold_definition,[status(thm)],[event_28_0,def_lhs_atom62]) ).

fof(def_lhs_atom63,axiom,
    ( lhs_atom63
  <=> ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_62,plain,
    ( lhs_atom63
    | $false ),
    inference(fold_definition,[status(thm)],[event_29_0,def_lhs_atom63]) ).

fof(def_lhs_atom64,axiom,
    ( lhs_atom64
  <=> ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_63,plain,
    ( lhs_atom64
    | $false ),
    inference(fold_definition,[status(thm)],[event_30_0,def_lhs_atom64]) ).

fof(def_lhs_atom65,axiom,
    ( lhs_atom65
  <=> ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_64,plain,
    ( lhs_atom65
    | $false ),
    inference(fold_definition,[status(thm)],[event_31_0,def_lhs_atom65]) ).

fof(def_lhs_atom66,axiom,
    ( lhs_atom66
  <=> ~ accept_team(countryamedicalorganization,christiansufferterrahumanitarianorganization,coastvillage,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_65,plain,
    ( lhs_atom66
    | $false ),
    inference(fold_definition,[status(thm)],[event_32_0,def_lhs_atom66]) ).

fof(def_lhs_atom67,axiom,
    ( lhs_atom67
  <=> ~ accept_team(countryamedicalorganization,sufferterragovernment,coastvillage,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_66,plain,
    ( lhs_atom67
    | $false ),
    inference(fold_definition,[status(thm)],[event_33_0,def_lhs_atom67]) ).

fof(def_lhs_atom68,axiom,
    ( lhs_atom68
  <=> ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_67,plain,
    ( lhs_atom68
    | $false ),
    inference(fold_definition,[status(thm)],[event_34_0,def_lhs_atom68]) ).

fof(def_lhs_atom69,axiom,
    ( lhs_atom69
  <=> ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_68,plain,
    ( lhs_atom69
    | $false ),
    inference(fold_definition,[status(thm)],[event_35_0,def_lhs_atom69]) ).

fof(def_lhs_atom70,axiom,
    ( lhs_atom70
  <=> ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_69,plain,
    ( lhs_atom70
    | $false ),
    inference(fold_definition,[status(thm)],[event_36_0,def_lhs_atom70]) ).

fof(def_lhs_atom71,axiom,
    ( lhs_atom71
  <=> the_agent_not_in_any_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_70,plain,
    ( lhs_atom71
    | $false ),
    inference(fold_definition,[status(thm)],[event_37_0,def_lhs_atom71]) ).

fof(def_lhs_atom72,axiom,
    ( lhs_atom72
  <=> any_agent_in_all_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_71,plain,
    ( lhs_atom72
    | $false ),
    inference(fold_definition,[status(thm)],[event_38_0,def_lhs_atom72]) ).

fof(def_lhs_atom73,axiom,
    ( lhs_atom73
  <=> accept_team(countryccivilorganization,countrycmedicalorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_72,plain,
    ( lhs_atom73
    | $false ),
    inference(fold_definition,[status(thm)],[event_39_0,def_lhs_atom73]) ).

fof(def_lhs_atom74,axiom,
    ( lhs_atom74
  <=> ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_73,plain,
    ( lhs_atom74
    | $false ),
    inference(fold_definition,[status(thm)],[event_40_0,def_lhs_atom74]) ).

fof(def_lhs_atom75,axiom,
    ( lhs_atom75
  <=> the_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_74,plain,
    ( lhs_atom75
    | $false ),
    inference(fold_definition,[status(thm)],[event_41_0,def_lhs_atom75]) ).

fof(def_lhs_atom76,axiom,
    ( lhs_atom76
  <=> any_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_75,plain,
    ( lhs_atom76
    | $false ),
    inference(fold_definition,[status(thm)],[event_42_0,def_lhs_atom76]) ).

fof(def_lhs_atom77,axiom,
    ( lhs_atom77
  <=> accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_76,plain,
    ( lhs_atom77
    | $false ),
    inference(fold_definition,[status(thm)],[event_43_0,def_lhs_atom77]) ).

fof(def_lhs_atom78,axiom,
    ( lhs_atom78
  <=> accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_77,plain,
    ( lhs_atom78
    | $false ),
    inference(fold_definition,[status(thm)],[event_44_0,def_lhs_atom78]) ).

fof(def_lhs_atom79,axiom,
    ( lhs_atom79
  <=> accept_number(countrybcivilorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_78,plain,
    ( lhs_atom79
    | $false ),
    inference(fold_definition,[status(thm)],[event_45_0,def_lhs_atom79]) ).

fof(def_lhs_atom80,axiom,
    ( lhs_atom80
  <=> the_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_79,plain,
    ( lhs_atom80
    | $false ),
    inference(fold_definition,[status(thm)],[event_46_0,def_lhs_atom80]) ).

fof(def_lhs_atom81,axiom,
    ( lhs_atom81
  <=> any_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_80,plain,
    ( lhs_atom81
    | $false ),
    inference(fold_definition,[status(thm)],[event_47_0,def_lhs_atom81]) ).

fof(def_lhs_atom82,axiom,
    ( lhs_atom82
  <=> accept_team(sufferterragovernment,countryacivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_81,plain,
    ( lhs_atom82
    | $false ),
    inference(fold_definition,[status(thm)],[event_48_0,def_lhs_atom82]) ).

fof(def_lhs_atom83,axiom,
    ( lhs_atom83
  <=> the_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_82,plain,
    ( lhs_atom83
    | $false ),
    inference(fold_definition,[status(thm)],[event_49_0,def_lhs_atom83]) ).

fof(def_lhs_atom84,axiom,
    ( lhs_atom84
  <=> any_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_83,plain,
    ( lhs_atom84
    | $false ),
    inference(fold_definition,[status(thm)],[event_50_0,def_lhs_atom84]) ).

fof(def_lhs_atom85,axiom,
    ( lhs_atom85
  <=> accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_84,plain,
    ( lhs_atom85
    | $false ),
    inference(fold_definition,[status(thm)],[event_51_0,def_lhs_atom85]) ).

fof(def_lhs_atom86,axiom,
    ( lhs_atom86
  <=> accept_number(countrycmedicalorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_85,plain,
    ( lhs_atom86
    | $false ),
    inference(fold_definition,[status(thm)],[event_52_0,def_lhs_atom86]) ).

fof(def_lhs_atom87,axiom,
    ( lhs_atom87
  <=> accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_86,plain,
    ( lhs_atom87
    | $false ),
    inference(fold_definition,[status(thm)],[event_53_0,def_lhs_atom87]) ).

fof(def_lhs_atom88,axiom,
    ( lhs_atom88
  <=> accept_number(countrycmedicalorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_87,plain,
    ( lhs_atom88
    | $false ),
    inference(fold_definition,[status(thm)],[event_54_0,def_lhs_atom88]) ).

fof(def_lhs_atom89,axiom,
    ( lhs_atom89
  <=> accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_88,plain,
    ( lhs_atom89
    | $false ),
    inference(fold_definition,[status(thm)],[event_55_0,def_lhs_atom89]) ).

fof(def_lhs_atom90,axiom,
    ( lhs_atom90
  <=> the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_89,plain,
    ( lhs_atom90
    | $false ),
    inference(fold_definition,[status(thm)],[event_56_0,def_lhs_atom90]) ).

fof(def_lhs_atom91,axiom,
    ( lhs_atom91
  <=> any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_90,plain,
    ( lhs_atom91
    | $false ),
    inference(fold_definition,[status(thm)],[event_57_0,def_lhs_atom91]) ).

fof(def_lhs_atom92,axiom,
    ( lhs_atom92
  <=> accept_team(countryafirstaidorganization,countryacivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_91,plain,
    ( lhs_atom92
    | $false ),
    inference(fold_definition,[status(thm)],[event_58_0,def_lhs_atom92]) ).

fof(def_lhs_atom93,axiom,
    ( lhs_atom93
  <=> accept_number(countryacivilorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_92,plain,
    ( lhs_atom93
    | $false ),
    inference(fold_definition,[status(thm)],[event_59_0,def_lhs_atom93]) ).

fof(def_lhs_atom94,axiom,
    ( lhs_atom94
  <=> accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_93,plain,
    ( lhs_atom94
    | $false ),
    inference(fold_definition,[status(thm)],[event_60_0,def_lhs_atom94]) ).

fof(def_lhs_atom95,axiom,
    ( lhs_atom95
  <=> accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_94,plain,
    ( lhs_atom95
    | $false ),
    inference(fold_definition,[status(thm)],[event_61_0,def_lhs_atom95]) ).

fof(def_lhs_atom96,axiom,
    ( lhs_atom96
  <=> accept_team(countryacivilorganization,countryafirstaidorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_95,plain,
    ( lhs_atom96
    | $false ),
    inference(fold_definition,[status(thm)],[event_62_0,def_lhs_atom96]) ).

fof(def_lhs_atom97,axiom,
    ( lhs_atom97
  <=> the_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_96,plain,
    ( lhs_atom97
    | $false ),
    inference(fold_definition,[status(thm)],[event_63_0,def_lhs_atom97]) ).

fof(def_lhs_atom98,axiom,
    ( lhs_atom98
  <=> any_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_97,plain,
    ( lhs_atom98
    | $false ),
    inference(fold_definition,[status(thm)],[event_64_0,def_lhs_atom98]) ).

fof(def_lhs_atom99,axiom,
    ( lhs_atom99
  <=> accept_number(countryafirstaidorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_98,plain,
    ( lhs_atom99
    | $false ),
    inference(fold_definition,[status(thm)],[event_65_0,def_lhs_atom99]) ).

fof(def_lhs_atom100,axiom,
    ( lhs_atom100
  <=> accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_99,plain,
    ( lhs_atom100
    | $false ),
    inference(fold_definition,[status(thm)],[event_66_0,def_lhs_atom100]) ).

fof(def_lhs_atom101,axiom,
    ( lhs_atom101
  <=> accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_100,plain,
    ( lhs_atom101
    | $false ),
    inference(fold_definition,[status(thm)],[event_67_0,def_lhs_atom101]) ).

fof(def_lhs_atom102,axiom,
    ( lhs_atom102
  <=> accept_team(countryafirstaidorganization,countryacivilorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_101,plain,
    ( lhs_atom102
    | $false ),
    inference(fold_definition,[status(thm)],[event_68_0,def_lhs_atom102]) ).

fof(def_lhs_atom103,axiom,
    ( lhs_atom103
  <=> the_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_102,plain,
    ( lhs_atom103
    | $false ),
    inference(fold_definition,[status(thm)],[event_69_0,def_lhs_atom103]) ).

fof(def_lhs_atom104,axiom,
    ( lhs_atom104
  <=> any_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_103,plain,
    ( lhs_atom104
    | $false ),
    inference(fold_definition,[status(thm)],[event_70_0,def_lhs_atom104]) ).

fof(def_lhs_atom105,axiom,
    ( lhs_atom105
  <=> ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_104,plain,
    ( lhs_atom105
    | $false ),
    inference(fold_definition,[status(thm)],[event_71_0,def_lhs_atom105]) ).

fof(def_lhs_atom106,axiom,
    ( lhs_atom106
  <=> ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_105,plain,
    ( lhs_atom106
    | $false ),
    inference(fold_definition,[status(thm)],[event_72_0,def_lhs_atom106]) ).

fof(def_lhs_atom107,axiom,
    ( lhs_atom107
  <=> accept_number(christiancountrychumanitarianorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_106,plain,
    ( lhs_atom107
    | $false ),
    inference(fold_definition,[status(thm)],[event_73_0,def_lhs_atom107]) ).

fof(def_lhs_atom108,axiom,
    ( lhs_atom108
  <=> accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_107,plain,
    ( lhs_atom108
    | $false ),
    inference(fold_definition,[status(thm)],[event_74_0,def_lhs_atom108]) ).

fof(def_lhs_atom109,axiom,
    ( lhs_atom109
  <=> accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_108,plain,
    ( lhs_atom109
    | $false ),
    inference(fold_definition,[status(thm)],[event_75_0,def_lhs_atom109]) ).

fof(def_lhs_atom110,axiom,
    ( lhs_atom110
  <=> accept_team(countrybcivilorganization,muslimcountrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_109,plain,
    ( lhs_atom110
    | $false ),
    inference(fold_definition,[status(thm)],[event_76_0,def_lhs_atom110]) ).

fof(def_lhs_atom111,axiom,
    ( lhs_atom111
  <=> accept_team(countrybcivilorganization,countrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_110,plain,
    ( lhs_atom111
    | $false ),
    inference(fold_definition,[status(thm)],[event_77_0,def_lhs_atom111]) ).

fof(def_lhs_atom112,axiom,
    ( lhs_atom112
  <=> accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_111,plain,
    ( lhs_atom112
    | $false ),
    inference(fold_definition,[status(thm)],[event_78_0,def_lhs_atom112]) ).

fof(def_lhs_atom113,axiom,
    ( lhs_atom113
  <=> accept_team(countrybcivilorganization,countrycmedicalorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_112,plain,
    ( lhs_atom113
    | $false ),
    inference(fold_definition,[status(thm)],[event_79_0,def_lhs_atom113]) ).

fof(def_lhs_atom114,axiom,
    ( lhs_atom114
  <=> the_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_113,plain,
    ( lhs_atom114
    | $false ),
    inference(fold_definition,[status(thm)],[event_80_0,def_lhs_atom114]) ).

fof(def_lhs_atom115,axiom,
    ( lhs_atom115
  <=> any_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_114,plain,
    ( lhs_atom115
    | $false ),
    inference(fold_definition,[status(thm)],[event_81_0,def_lhs_atom115]) ).

fof(def_lhs_atom116,axiom,
    ( lhs_atom116
  <=> accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_115,plain,
    ( lhs_atom116
    | $false ),
    inference(fold_definition,[status(thm)],[event_82_0,def_lhs_atom116]) ).

fof(def_lhs_atom117,axiom,
    ( lhs_atom117
  <=> accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_116,plain,
    ( lhs_atom117
    | $false ),
    inference(fold_definition,[status(thm)],[event_83_0,def_lhs_atom117]) ).

fof(def_lhs_atom118,axiom,
    ( lhs_atom118
  <=> accept_team(sufferterragovernment,countryacivilorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_117,plain,
    ( lhs_atom118
    | $false ),
    inference(fold_definition,[status(thm)],[event_84_0,def_lhs_atom118]) ).

fof(def_lhs_atom119,axiom,
    ( lhs_atom119
  <=> accept_team(sufferterragovernment,countryafirstaidorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_118,plain,
    ( lhs_atom119
    | $false ),
    inference(fold_definition,[status(thm)],[event_85_0,def_lhs_atom119]) ).

fof(def_lhs_atom120,axiom,
    ( lhs_atom120
  <=> the_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_119,plain,
    ( lhs_atom120
    | $false ),
    inference(fold_definition,[status(thm)],[event_86_0,def_lhs_atom120]) ).

fof(def_lhs_atom121,axiom,
    ( lhs_atom121
  <=> any_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_120,plain,
    ( lhs_atom121
    | $false ),
    inference(fold_definition,[status(thm)],[event_87_0,def_lhs_atom121]) ).

fof(def_lhs_atom122,axiom,
    ( lhs_atom122
  <=> accept_number(christiansufferterrahumanitarianorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_121,plain,
    ( lhs_atom122
    | $false ),
    inference(fold_definition,[status(thm)],[event_88_0,def_lhs_atom122]) ).

fof(def_lhs_atom123,axiom,
    ( lhs_atom123
  <=> accept_number(countryahumanitarianorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_122,plain,
    ( lhs_atom123
    | $false ),
    inference(fold_definition,[status(thm)],[event_89_0,def_lhs_atom123]) ).

fof(def_lhs_atom124,axiom,
    ( lhs_atom124
  <=> accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_123,plain,
    ( lhs_atom124
    | $false ),
    inference(fold_definition,[status(thm)],[event_90_0,def_lhs_atom124]) ).

fof(def_lhs_atom125,axiom,
    ( lhs_atom125
  <=> accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_124,plain,
    ( lhs_atom125
    | $false ),
    inference(fold_definition,[status(thm)],[event_91_0,def_lhs_atom125]) ).

fof(def_lhs_atom126,axiom,
    ( lhs_atom126
  <=> accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_125,plain,
    ( lhs_atom126
    | $false ),
    inference(fold_definition,[status(thm)],[event_92_0,def_lhs_atom126]) ).

fof(def_lhs_atom127,axiom,
    ( lhs_atom127
  <=> accept_team(christiansufferterrahumanitarianorganization,countryafirstaidorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_126,plain,
    ( lhs_atom127
    | $false ),
    inference(fold_definition,[status(thm)],[event_93_0,def_lhs_atom127]) ).

fof(def_lhs_atom128,axiom,
    ( lhs_atom128
  <=> the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_127,plain,
    ( lhs_atom128
    | $false ),
    inference(fold_definition,[status(thm)],[event_94_0,def_lhs_atom128]) ).

fof(def_lhs_atom129,axiom,
    ( lhs_atom129
  <=> any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_128,plain,
    ( lhs_atom129
    | $false ),
    inference(fold_definition,[status(thm)],[event_95_0,def_lhs_atom129]) ).

fof(def_lhs_atom130,axiom,
    ( lhs_atom130
  <=> accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_129,plain,
    ( lhs_atom130
    | $false ),
    inference(fold_definition,[status(thm)],[event_96_0,def_lhs_atom130]) ).

fof(def_lhs_atom131,axiom,
    ( lhs_atom131
  <=> accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_130,plain,
    ( lhs_atom131
    | $false ),
    inference(fold_definition,[status(thm)],[event_97_0,def_lhs_atom131]) ).

fof(def_lhs_atom132,axiom,
    ( lhs_atom132
  <=> accept_number(muslimcountrybhumanitarianorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_131,plain,
    ( lhs_atom132
    | $false ),
    inference(fold_definition,[status(thm)],[event_98_0,def_lhs_atom132]) ).

fof(def_lhs_atom133,axiom,
    ( lhs_atom133
  <=> accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,townc,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_132,plain,
    ( lhs_atom133
    | $false ),
    inference(fold_definition,[status(thm)],[event_99_0,def_lhs_atom133]) ).

fof(def_lhs_atom134,axiom,
    ( lhs_atom134
  <=> accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_133,plain,
    ( lhs_atom134
    | $false ),
    inference(fold_definition,[status(thm)],[event_100_0,def_lhs_atom134]) ).

fof(def_lhs_atom135,axiom,
    ( lhs_atom135
  <=> accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_134,plain,
    ( lhs_atom135
    | $false ),
    inference(fold_definition,[status(thm)],[event_101_0,def_lhs_atom135]) ).

fof(def_lhs_atom136,axiom,
    ( lhs_atom136
  <=> accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_135,plain,
    ( lhs_atom136
    | $false ),
    inference(fold_definition,[status(thm)],[event_102_0,def_lhs_atom136]) ).

fof(def_lhs_atom137,axiom,
    ( lhs_atom137
  <=> accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_136,plain,
    ( lhs_atom137
    | $false ),
    inference(fold_definition,[status(thm)],[event_103_0,def_lhs_atom137]) ).

fof(def_lhs_atom138,axiom,
    ( lhs_atom138
  <=> the_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_137,plain,
    ( lhs_atom138
    | $false ),
    inference(fold_definition,[status(thm)],[event_104_0,def_lhs_atom138]) ).

fof(def_lhs_atom139,axiom,
    ( lhs_atom139
  <=> any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_138,plain,
    ( lhs_atom139
    | $false ),
    inference(fold_definition,[status(thm)],[event_105_0,def_lhs_atom139]) ).

fof(def_lhs_atom140,axiom,
    ( lhs_atom140
  <=> accept_team(countryacivilorganization,countryahumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_139,plain,
    ( lhs_atom140
    | $false ),
    inference(fold_definition,[status(thm)],[event_106_0,def_lhs_atom140]) ).

fof(def_lhs_atom141,axiom,
    ( lhs_atom141
  <=> accept_team(countryafirstaidorganization,countryahumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_140,plain,
    ( lhs_atom141
    | $false ),
    inference(fold_definition,[status(thm)],[event_107_0,def_lhs_atom141]) ).

fof(def_lhs_atom142,axiom,
    ( lhs_atom142
  <=> accept_team(christiancountrychumanitarianorganization,countryccivilorganization,townc,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_141,plain,
    ( lhs_atom142
    | $false ),
    inference(fold_definition,[status(thm)],[event_108_0,def_lhs_atom142]) ).

fof(def_lhs_atom143,axiom,
    ( lhs_atom143
  <=> accept_team(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_142,plain,
    ( lhs_atom143
    | $false ),
    inference(fold_definition,[status(thm)],[event_109_0,def_lhs_atom143]) ).

fof(def_lhs_atom144,axiom,
    ( lhs_atom144
  <=> accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_143,plain,
    ( lhs_atom144
    | $false ),
    inference(fold_definition,[status(thm)],[event_110_0,def_lhs_atom144]) ).

fof(def_lhs_atom145,axiom,
    ( lhs_atom145
  <=> accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_144,plain,
    ( lhs_atom145
    | $false ),
    inference(fold_definition,[status(thm)],[event_111_0,def_lhs_atom145]) ).

fof(def_lhs_atom146,axiom,
    ( lhs_atom146
  <=> accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_145,plain,
    ( lhs_atom146
    | $false ),
    inference(fold_definition,[status(thm)],[event_112_0,def_lhs_atom146]) ).

fof(def_lhs_atom147,axiom,
    ( lhs_atom147
  <=> the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_146,plain,
    ( lhs_atom147
    | $false ),
    inference(fold_definition,[status(thm)],[event_113_0,def_lhs_atom147]) ).

fof(def_lhs_atom148,axiom,
    ( lhs_atom148
  <=> any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_147,plain,
    ( lhs_atom148
    | $false ),
    inference(fold_definition,[status(thm)],[event_114_0,def_lhs_atom148]) ).

fof(def_lhs_atom149,axiom,
    ( lhs_atom149
  <=> ~ accept_team(countryccivilorganization,muslimcountrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_148,plain,
    ( lhs_atom149
    | $false ),
    inference(fold_definition,[status(thm)],[event_115_0,def_lhs_atom149]) ).

fof(def_lhs_atom150,axiom,
    ( lhs_atom150
  <=> ~ accept_team(countryccivilorganization,countrybcivilorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_149,plain,
    ( lhs_atom150
    | $false ),
    inference(fold_definition,[status(thm)],[event_116_0,def_lhs_atom150]) ).

fof(def_lhs_atom151,axiom,
    ( lhs_atom151
  <=> ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_150,plain,
    ( lhs_atom151
    | $false ),
    inference(fold_definition,[status(thm)],[event_117_0,def_lhs_atom151]) ).

fof(def_lhs_atom152,axiom,
    ( lhs_atom152
  <=> ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_151,plain,
    ( lhs_atom152
    | $false ),
    inference(fold_definition,[status(thm)],[event_118_0,def_lhs_atom152]) ).

fof(def_lhs_atom153,axiom,
    ( lhs_atom153
  <=> ~ accept_team(countryccivilorganization,countrycmedicalorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_152,plain,
    ( lhs_atom153
    | $false ),
    inference(fold_definition,[status(thm)],[event_119_0,def_lhs_atom153]) ).

fof(def_lhs_atom154,axiom,
    ( lhs_atom154
  <=> the_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_153,plain,
    ( lhs_atom154
    | $false ),
    inference(fold_definition,[status(thm)],[event_120_0,def_lhs_atom154]) ).

fof(def_lhs_atom155,axiom,
    ( lhs_atom155
  <=> any_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_154,plain,
    ( lhs_atom155
    | $false ),
    inference(fold_definition,[status(thm)],[event_121_0,def_lhs_atom155]) ).

fof(def_lhs_atom156,axiom,
    ( lhs_atom156
  <=> accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_155,plain,
    ( lhs_atom156
    | $false ),
    inference(fold_definition,[status(thm)],[event_122_0,def_lhs_atom156]) ).

fof(def_lhs_atom157,axiom,
    ( lhs_atom157
  <=> accept_team(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_156,plain,
    ( lhs_atom157
    | $false ),
    inference(fold_definition,[status(thm)],[event_123_0,def_lhs_atom157]) ).

fof(def_lhs_atom158,axiom,
    ( lhs_atom158
  <=> accept_team(sufferterragovernment,countryahumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_157,plain,
    ( lhs_atom158
    | $false ),
    inference(fold_definition,[status(thm)],[event_124_0,def_lhs_atom158]) ).

fof(def_lhs_atom159,axiom,
    ( lhs_atom159
  <=> accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_158,plain,
    ( lhs_atom159
    | $false ),
    inference(fold_definition,[status(thm)],[event_125_0,def_lhs_atom159]) ).

fof(def_lhs_atom160,axiom,
    ( lhs_atom160
  <=> accept_team(countryamedicalorganization,countryahumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_159,plain,
    ( lhs_atom160
    | $false ),
    inference(fold_definition,[status(thm)],[event_126_0,def_lhs_atom160]) ).

fof(def_lhs_atom161,axiom,
    ( lhs_atom161
  <=> accept_team(countrycmedicalorganization,countryccivilorganization,townc,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_160,plain,
    ( lhs_atom161
    | $false ),
    inference(fold_definition,[status(thm)],[event_127_0,def_lhs_atom161]) ).

fof(def_lhs_atom162,axiom,
    ( lhs_atom162
  <=> accept_team(countrycmedicalorganization,muslimcountrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_161,plain,
    ( lhs_atom162
    | $false ),
    inference(fold_definition,[status(thm)],[event_128_0,def_lhs_atom162]) ).

fof(def_lhs_atom163,axiom,
    ( lhs_atom163
  <=> accept_team(countrycmedicalorganization,countrybcivilorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_162,plain,
    ( lhs_atom163
    | $false ),
    inference(fold_definition,[status(thm)],[event_129_0,def_lhs_atom163]) ).

fof(def_lhs_atom164,axiom,
    ( lhs_atom164
  <=> accept_team(countrycmedicalorganization,countrybhumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_163,plain,
    ( lhs_atom164
    | $false ),
    inference(fold_definition,[status(thm)],[event_130_0,def_lhs_atom164]) ).

fof(def_lhs_atom165,axiom,
    ( lhs_atom165
  <=> accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_164,plain,
    ( lhs_atom165
    | $false ),
    inference(fold_definition,[status(thm)],[event_131_0,def_lhs_atom165]) ).

fof(def_lhs_atom166,axiom,
    ( lhs_atom166
  <=> the_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_165,plain,
    ( lhs_atom166
    | $false ),
    inference(fold_definition,[status(thm)],[event_132_0,def_lhs_atom166]) ).

fof(def_lhs_atom167,axiom,
    ( lhs_atom167
  <=> any_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_166,plain,
    ( lhs_atom167
    | $false ),
    inference(fold_definition,[status(thm)],[event_133_0,def_lhs_atom167]) ).

fof(def_lhs_atom168,axiom,
    ( lhs_atom168
  <=> accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_167,plain,
    ( lhs_atom168
    | $false ),
    inference(fold_definition,[status(thm)],[event_134_0,def_lhs_atom168]) ).

fof(def_lhs_atom169,axiom,
    ( lhs_atom169
  <=> accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_168,plain,
    ( lhs_atom169
    | $false ),
    inference(fold_definition,[status(thm)],[event_135_0,def_lhs_atom169]) ).

fof(def_lhs_atom170,axiom,
    ( lhs_atom170
  <=> accept_team(countrybhumanitarianorganization,countrycmedicalorganization,townc,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_169,plain,
    ( lhs_atom170
    | $false ),
    inference(fold_definition,[status(thm)],[event_136_0,def_lhs_atom170]) ).

fof(def_lhs_atom171,axiom,
    ( lhs_atom171
  <=> the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_170,plain,
    ( lhs_atom171
    | $false ),
    inference(fold_definition,[status(thm)],[event_137_0,def_lhs_atom171]) ).

fof(def_lhs_atom172,axiom,
    ( lhs_atom172
  <=> any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_171,plain,
    ( lhs_atom172
    | $false ),
    inference(fold_definition,[status(thm)],[event_138_0,def_lhs_atom172]) ).

fof(def_lhs_atom173,axiom,
    ( lhs_atom173
  <=> accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_172,plain,
    ( lhs_atom173
    | $false ),
    inference(fold_definition,[status(thm)],[event_139_0,def_lhs_atom173]) ).

fof(def_lhs_atom174,axiom,
    ( lhs_atom174
  <=> accept_number(christiansufferterrahumanitarianorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_173,plain,
    ( lhs_atom174
    | $false ),
    inference(fold_definition,[status(thm)],[event_140_0,def_lhs_atom174]) ).

fof(def_lhs_atom175,axiom,
    ( lhs_atom175
  <=> the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_174,plain,
    ( lhs_atom175
    | $false ),
    inference(fold_definition,[status(thm)],[event_141_0,def_lhs_atom175]) ).

fof(def_lhs_atom176,axiom,
    ( lhs_atom176
  <=> any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_175,plain,
    ( lhs_atom176
    | $false ),
    inference(fold_definition,[status(thm)],[event_142_0,def_lhs_atom176]) ).

fof(def_lhs_atom177,axiom,
    ( lhs_atom177
  <=> ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_176,plain,
    ( lhs_atom177
    | $false ),
    inference(fold_definition,[status(thm)],[event_143_0,def_lhs_atom177]) ).

fof(def_lhs_atom178,axiom,
    ( lhs_atom178
  <=> ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_177,plain,
    ( lhs_atom178
    | $false ),
    inference(fold_definition,[status(thm)],[event_144_0,def_lhs_atom178]) ).

fof(def_lhs_atom179,axiom,
    ( lhs_atom179
  <=> accept_team(sufferterragovernment,countryahumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_178,plain,
    ( lhs_atom179
    | $false ),
    inference(fold_definition,[status(thm)],[event_145_0,def_lhs_atom179]) ).

fof(def_lhs_atom180,axiom,
    ( lhs_atom180
  <=> the_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_179,plain,
    ( lhs_atom180
    | $false ),
    inference(fold_definition,[status(thm)],[event_146_0,def_lhs_atom180]) ).

fof(def_lhs_atom181,axiom,
    ( lhs_atom181
  <=> any_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_180,plain,
    ( lhs_atom181
    | $false ),
    inference(fold_definition,[status(thm)],[event_147_0,def_lhs_atom181]) ).

fof(def_lhs_atom182,axiom,
    ( lhs_atom182
  <=> accept_team(countryafirstaidorganization,countryahumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_181,plain,
    ( lhs_atom182
    | $false ),
    inference(fold_definition,[status(thm)],[event_148_0,def_lhs_atom182]) ).

fof(def_lhs_atom183,axiom,
    ( lhs_atom183
  <=> accept_number(countryafirstaidorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_182,plain,
    ( lhs_atom183
    | $false ),
    inference(fold_definition,[status(thm)],[event_149_0,def_lhs_atom183]) ).

fof(def_lhs_atom184,axiom,
    ( lhs_atom184
  <=> the_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_183,plain,
    ( lhs_atom184
    | $false ),
    inference(fold_definition,[status(thm)],[event_150_0,def_lhs_atom184]) ).

fof(def_lhs_atom185,axiom,
    ( lhs_atom185
  <=> any_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_184,plain,
    ( lhs_atom185
    | $false ),
    inference(fold_definition,[status(thm)],[event_151_0,def_lhs_atom185]) ).

fof(def_lhs_atom186,axiom,
    ( lhs_atom186
  <=> accept_team(countryafirstaidorganization,sufferterragovernment,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_185,plain,
    ( lhs_atom186
    | $false ),
    inference(fold_definition,[status(thm)],[event_152_0,def_lhs_atom186]) ).

fof(def_lhs_atom187,axiom,
    ( lhs_atom187
  <=> accept_team(countryafirstaidorganization,sufferterragovernment,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_186,plain,
    ( lhs_atom187
    | $false ),
    inference(fold_definition,[status(thm)],[event_153_0,def_lhs_atom187]) ).

fof(def_lhs_atom188,axiom,
    ( lhs_atom188
  <=> accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_187,plain,
    ( lhs_atom188
    | $false ),
    inference(fold_definition,[status(thm)],[event_154_0,def_lhs_atom188]) ).

fof(def_lhs_atom189,axiom,
    ( lhs_atom189
  <=> accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_188,plain,
    ( lhs_atom189
    | $false ),
    inference(fold_definition,[status(thm)],[event_155_0,def_lhs_atom189]) ).

fof(def_lhs_atom190,axiom,
    ( lhs_atom190
  <=> accept_team(countryamedicalorganization,countryahumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_189,plain,
    ( lhs_atom190
    | $false ),
    inference(fold_definition,[status(thm)],[event_156_0,def_lhs_atom190]) ).

fof(def_lhs_atom191,axiom,
    ( lhs_atom191
  <=> accept_number(countryamedicalorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_190,plain,
    ( lhs_atom191
    | $false ),
    inference(fold_definition,[status(thm)],[event_157_0,def_lhs_atom191]) ).

fof(def_lhs_atom192,axiom,
    ( lhs_atom192
  <=> the_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_191,plain,
    ( lhs_atom192
    | $false ),
    inference(fold_definition,[status(thm)],[event_158_0,def_lhs_atom192]) ).

fof(def_lhs_atom193,axiom,
    ( lhs_atom193
  <=> any_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_192,plain,
    ( lhs_atom193
    | $false ),
    inference(fold_definition,[status(thm)],[event_159_0,def_lhs_atom193]) ).

fof(def_lhs_atom194,axiom,
    ( lhs_atom194
  <=> accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_193,plain,
    ( lhs_atom194
    | $false ),
    inference(fold_definition,[status(thm)],[event_160_0,def_lhs_atom194]) ).

fof(def_lhs_atom195,axiom,
    ( lhs_atom195
  <=> accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_194,plain,
    ( lhs_atom195
    | $false ),
    inference(fold_definition,[status(thm)],[event_161_0,def_lhs_atom195]) ).

fof(def_lhs_atom196,axiom,
    ( lhs_atom196
  <=> accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_195,plain,
    ( lhs_atom196
    | $false ),
    inference(fold_definition,[status(thm)],[event_162_0,def_lhs_atom196]) ).

fof(def_lhs_atom197,axiom,
    ( lhs_atom197
  <=> accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_196,plain,
    ( lhs_atom197
    | $false ),
    inference(fold_definition,[status(thm)],[event_163_0,def_lhs_atom197]) ).

fof(def_lhs_atom198,axiom,
    ( lhs_atom198
  <=> the_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_197,plain,
    ( lhs_atom198
    | $false ),
    inference(fold_definition,[status(thm)],[event_164_0,def_lhs_atom198]) ).

fof(def_lhs_atom199,axiom,
    ( lhs_atom199
  <=> any_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_198,plain,
    ( lhs_atom199
    | $false ),
    inference(fold_definition,[status(thm)],[event_165_0,def_lhs_atom199]) ).

fof(def_lhs_atom200,axiom,
    ( lhs_atom200
  <=> accept_number(countryahumanitarianorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_199,plain,
    ( lhs_atom200
    | $false ),
    inference(fold_definition,[status(thm)],[event_166_0,def_lhs_atom200]) ).

fof(def_lhs_atom201,axiom,
    ( lhs_atom201
  <=> accept_team(countryacivilorganization,countryahumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_200,plain,
    ( lhs_atom201
    | $false ),
    inference(fold_definition,[status(thm)],[event_167_0,def_lhs_atom201]) ).

fof(def_lhs_atom202,axiom,
    ( lhs_atom202
  <=> accept_number(countryacivilorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_201,plain,
    ( lhs_atom202
    | $false ),
    inference(fold_definition,[status(thm)],[event_168_0,def_lhs_atom202]) ).

fof(def_lhs_atom203,axiom,
    ( lhs_atom203
  <=> the_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_202,plain,
    ( lhs_atom203
    | $false ),
    inference(fold_definition,[status(thm)],[event_169_0,def_lhs_atom203]) ).

fof(def_lhs_atom204,axiom,
    ( lhs_atom204
  <=> any_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_203,plain,
    ( lhs_atom204
    | $false ),
    inference(fold_definition,[status(thm)],[event_170_0,def_lhs_atom204]) ).

fof(def_lhs_atom205,axiom,
    ( lhs_atom205
  <=> accept_number(countrybhumanitarianorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_204,plain,
    ( lhs_atom205
    | $false ),
    inference(fold_definition,[status(thm)],[event_171_0,def_lhs_atom205]) ).

fof(def_lhs_atom206,axiom,
    ( lhs_atom206
  <=> accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_205,plain,
    ( lhs_atom206
    | $false ),
    inference(fold_definition,[status(thm)],[event_172_0,def_lhs_atom206]) ).

fof(def_lhs_atom207,axiom,
    ( lhs_atom207
  <=> accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_206,plain,
    ( lhs_atom207
    | $false ),
    inference(fold_definition,[status(thm)],[event_173_0,def_lhs_atom207]) ).

fof(def_lhs_atom208,axiom,
    ( lhs_atom208
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_207,plain,
    ( lhs_atom208
    | $false ),
    inference(fold_definition,[status(thm)],[event_174_0,def_lhs_atom208]) ).

fof(def_lhs_atom209,axiom,
    ( lhs_atom209
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_208,plain,
    ( lhs_atom209
    | $false ),
    inference(fold_definition,[status(thm)],[event_175_0,def_lhs_atom209]) ).

fof(def_lhs_atom210,axiom,
    ( lhs_atom210
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_209,plain,
    ( lhs_atom210
    | $false ),
    inference(fold_definition,[status(thm)],[event_176_0,def_lhs_atom210]) ).

fof(def_lhs_atom211,axiom,
    ( lhs_atom211
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_210,plain,
    ( lhs_atom211
    | $false ),
    inference(fold_definition,[status(thm)],[event_177_0,def_lhs_atom211]) ).

fof(def_lhs_atom212,axiom,
    ( lhs_atom212
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_211,plain,
    ( lhs_atom212
    | $false ),
    inference(fold_definition,[status(thm)],[event_178_0,def_lhs_atom212]) ).

fof(def_lhs_atom213,axiom,
    ( lhs_atom213
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_212,plain,
    ( lhs_atom213
    | $false ),
    inference(fold_definition,[status(thm)],[event_179_0,def_lhs_atom213]) ).

fof(def_lhs_atom214,axiom,
    ( lhs_atom214
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_213,plain,
    ( lhs_atom214
    | $false ),
    inference(fold_definition,[status(thm)],[event_180_0,def_lhs_atom214]) ).

fof(def_lhs_atom215,axiom,
    ( lhs_atom215
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_214,plain,
    ( lhs_atom215
    | $false ),
    inference(fold_definition,[status(thm)],[event_181_0,def_lhs_atom215]) ).

fof(def_lhs_atom216,axiom,
    ( lhs_atom216
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_215,plain,
    ( lhs_atom216
    | $false ),
    inference(fold_definition,[status(thm)],[event_182_0,def_lhs_atom216]) ).

fof(def_lhs_atom217,axiom,
    ( lhs_atom217
  <=> accept_number(muslimcountrybhumanitarianorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_216,plain,
    ( lhs_atom217
    | $false ),
    inference(fold_definition,[status(thm)],[event_183_0,def_lhs_atom217]) ).

fof(def_lhs_atom218,axiom,
    ( lhs_atom218
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_217,plain,
    ( lhs_atom218
    | $false ),
    inference(fold_definition,[status(thm)],[event_184_0,def_lhs_atom218]) ).

fof(def_lhs_atom219,axiom,
    ( lhs_atom219
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_218,plain,
    ( lhs_atom219
    | $false ),
    inference(fold_definition,[status(thm)],[event_185_0,def_lhs_atom219]) ).

fof(def_lhs_atom220,axiom,
    ( lhs_atom220
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_219,plain,
    ( lhs_atom220
    | $false ),
    inference(fold_definition,[status(thm)],[event_186_0,def_lhs_atom220]) ).

fof(def_lhs_atom221,axiom,
    ( lhs_atom221
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_220,plain,
    ( lhs_atom221
    | $false ),
    inference(fold_definition,[status(thm)],[event_187_0,def_lhs_atom221]) ).

fof(def_lhs_atom222,axiom,
    ( lhs_atom222
  <=> accept_team(countryamedicalorganization,sufferterragovernment,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_221,plain,
    ( lhs_atom222
    | $false ),
    inference(fold_definition,[status(thm)],[event_188_0,def_lhs_atom222]) ).

fof(def_lhs_atom223,axiom,
    ( lhs_atom223
  <=> accept_team(countryamedicalorganization,sufferterragovernment,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_222,plain,
    ( lhs_atom223
    | $false ),
    inference(fold_definition,[status(thm)],[event_189_0,def_lhs_atom223]) ).

fof(def_lhs_atom224,axiom,
    ( lhs_atom224
  <=> accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_223,plain,
    ( lhs_atom224
    | $false ),
    inference(fold_definition,[status(thm)],[event_190_0,def_lhs_atom224]) ).

fof(def_lhs_atom225,axiom,
    ( lhs_atom225
  <=> accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_224,plain,
    ( lhs_atom225
    | $false ),
    inference(fold_definition,[status(thm)],[event_191_0,def_lhs_atom225]) ).

fof(def_lhs_atom226,axiom,
    ( lhs_atom226
  <=> accept_number(christiancountrychumanitarianorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_225,plain,
    ( lhs_atom226
    | $false ),
    inference(fold_definition,[status(thm)],[event_192_0,def_lhs_atom226]) ).

fof(def_lhs_atom227,axiom,
    ( lhs_atom227
  <=> accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_226,plain,
    ( lhs_atom227
    | $false ),
    inference(fold_definition,[status(thm)],[event_193_0,def_lhs_atom227]) ).

fof(def_lhs_atom228,axiom,
    ( lhs_atom228
  <=> accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_227,plain,
    ( lhs_atom228
    | $false ),
    inference(fold_definition,[status(thm)],[event_194_0,def_lhs_atom228]) ).

fof(def_lhs_atom229,axiom,
    ( lhs_atom229
  <=> accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_228,plain,
    ( lhs_atom229
    | $false ),
    inference(fold_definition,[status(thm)],[event_195_0,def_lhs_atom229]) ).

fof(def_lhs_atom230,axiom,
    ( lhs_atom230
  <=> accept_team(countrybhumanitarianorganization,countryccivilorganization,towna,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_229,plain,
    ( lhs_atom230
    | $false ),
    inference(fold_definition,[status(thm)],[event_196_0,def_lhs_atom230]) ).

fof(def_lhs_atom231,axiom,
    ( lhs_atom231
  <=> accept_number(countrybhumanitarianorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_230,plain,
    ( lhs_atom231
    | $false ),
    inference(fold_definition,[status(thm)],[event_197_0,def_lhs_atom231]) ).

fof(def_lhs_atom232,axiom,
    ( lhs_atom232
  <=> accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_231,plain,
    ( lhs_atom232
    | $false ),
    inference(fold_definition,[status(thm)],[event_198_0,def_lhs_atom232]) ).

fof(def_lhs_atom233,axiom,
    ( lhs_atom233
  <=> accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_232,plain,
    ( lhs_atom233
    | $false ),
    inference(fold_definition,[status(thm)],[event_199_0,def_lhs_atom233]) ).

fof(def_lhs_atom234,axiom,
    ( lhs_atom234
  <=> accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_233,plain,
    ( lhs_atom234
    | $false ),
    inference(fold_definition,[status(thm)],[event_200_0,def_lhs_atom234]) ).

fof(def_lhs_atom235,axiom,
    ( lhs_atom235
  <=> the_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_234,plain,
    ( lhs_atom235
    | $false ),
    inference(fold_definition,[status(thm)],[event_201_0,def_lhs_atom235]) ).

fof(def_lhs_atom236,axiom,
    ( lhs_atom236
  <=> any_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_235,plain,
    ( lhs_atom236
    | $false ),
    inference(fold_definition,[status(thm)],[event_202_0,def_lhs_atom236]) ).

fof(def_lhs_atom237,axiom,
    ( lhs_atom237
  <=> accept_number(countrybcivilorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_236,plain,
    ( lhs_atom237
    | $false ),
    inference(fold_definition,[status(thm)],[event_203_0,def_lhs_atom237]) ).

fof(def_lhs_atom238,axiom,
    ( lhs_atom238
  <=> accept_number(countrybcivilorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_237,plain,
    ( lhs_atom238
    | $false ),
    inference(fold_definition,[status(thm)],[event_204_0,def_lhs_atom238]) ).

fof(def_lhs_atom239,axiom,
    ( lhs_atom239
  <=> accept_team(countrybcivilorganization,countryccivilorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_238,plain,
    ( lhs_atom239
    | $false ),
    inference(fold_definition,[status(thm)],[event_205_0,def_lhs_atom239]) ).

fof(def_lhs_atom240,axiom,
    ( lhs_atom240
  <=> accept_team(countrybcivilorganization,countrybhumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_239,plain,
    ( lhs_atom240
    | $false ),
    inference(fold_definition,[status(thm)],[event_206_0,def_lhs_atom240]) ).

fof(def_lhs_atom241,axiom,
    ( lhs_atom241
  <=> accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_240,plain,
    ( lhs_atom241
    | $false ),
    inference(fold_definition,[status(thm)],[event_207_0,def_lhs_atom241]) ).

fof(def_lhs_atom242,axiom,
    ( lhs_atom242
  <=> accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_241,plain,
    ( lhs_atom242
    | $false ),
    inference(fold_definition,[status(thm)],[event_208_0,def_lhs_atom242]) ).

fof(def_lhs_atom243,axiom,
    ( lhs_atom243
  <=> the_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_242,plain,
    ( lhs_atom243
    | $false ),
    inference(fold_definition,[status(thm)],[event_209_0,def_lhs_atom243]) ).

fof(def_lhs_atom244,axiom,
    ( lhs_atom244
  <=> any_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_243,plain,
    ( lhs_atom244
    | $false ),
    inference(fold_definition,[status(thm)],[event_210_0,def_lhs_atom244]) ).

fof(def_lhs_atom245,axiom,
    ( lhs_atom245
  <=> accept_number(sufferterragovernment,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_244,plain,
    ( lhs_atom245
    | $false ),
    inference(fold_definition,[status(thm)],[event_211_0,def_lhs_atom245]) ).

fof(def_lhs_atom246,axiom,
    ( lhs_atom246
  <=> ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_245,plain,
    ( lhs_atom246
    | $false ),
    inference(fold_definition,[status(thm)],[event_212_0,def_lhs_atom246]) ).

fof(def_lhs_atom247,axiom,
    ( lhs_atom247
  <=> ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_246,plain,
    ( lhs_atom247
    | $false ),
    inference(fold_definition,[status(thm)],[event_213_0,def_lhs_atom247]) ).

fof(def_lhs_atom248,axiom,
    ( lhs_atom248
  <=> accept_number(countryccivilorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_247,plain,
    ( lhs_atom248
    | $false ),
    inference(fold_definition,[status(thm)],[event_214_0,def_lhs_atom248]) ).

fof(def_lhs_atom249,axiom,
    ( lhs_atom249
  <=> accept_number(countryccivilorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_248,plain,
    ( lhs_atom249
    | $false ),
    inference(fold_definition,[status(thm)],[event_215_0,def_lhs_atom249]) ).

fof(def_lhs_atom250,axiom,
    ( lhs_atom250
  <=> ~ accept_team(countryccivilorganization,countrybcivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_249,plain,
    ( lhs_atom250
    | $false ),
    inference(fold_definition,[status(thm)],[event_216_0,def_lhs_atom250]) ).

fof(def_lhs_atom251,axiom,
    ( lhs_atom251
  <=> ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_250,plain,
    ( lhs_atom251
    | $false ),
    inference(fold_definition,[status(thm)],[event_217_0,def_lhs_atom251]) ).

fof(def_lhs_atom252,axiom,
    ( lhs_atom252
  <=> ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_251,plain,
    ( lhs_atom252
    | $false ),
    inference(fold_definition,[status(thm)],[event_218_0,def_lhs_atom252]) ).

fof(def_lhs_atom253,axiom,
    ( lhs_atom253
  <=> ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_252,plain,
    ( lhs_atom253
    | $false ),
    inference(fold_definition,[status(thm)],[event_219_0,def_lhs_atom253]) ).

fof(def_lhs_atom254,axiom,
    ( lhs_atom254
  <=> the_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_253,plain,
    ( lhs_atom254
    | $false ),
    inference(fold_definition,[status(thm)],[event_220_0,def_lhs_atom254]) ).

fof(def_lhs_atom255,axiom,
    ( lhs_atom255
  <=> any_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_254,plain,
    ( lhs_atom255
    | $false ),
    inference(fold_definition,[status(thm)],[event_221_0,def_lhs_atom255]) ).

fof(def_lhs_atom256,axiom,
    ( lhs_atom256
  <=> accept_number(sufferterragovernment,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_255,plain,
    ( lhs_atom256
    | $false ),
    inference(fold_definition,[status(thm)],[event_222_0,def_lhs_atom256]) ).

fof(def_lhs_atom257,axiom,
    ( lhs_atom257
  <=> accept_team(countryacivilorganization,sufferterragovernment,towna,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_256,plain,
    ( lhs_atom257
    | $false ),
    inference(fold_definition,[status(thm)],[event_223_0,def_lhs_atom257]) ).

fof(def_lhs_atom258,axiom,
    ( lhs_atom258
  <=> accept_number(sufferterragovernment,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_257,plain,
    ( lhs_atom258
    | $false ),
    inference(fold_definition,[status(thm)],[event_224_0,def_lhs_atom258]) ).

fof(def_lhs_atom259,axiom,
    ( lhs_atom259
  <=> accept_team(countryacivilorganization,sufferterragovernment,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_258,plain,
    ( lhs_atom259
    | $false ),
    inference(fold_definition,[status(thm)],[event_225_0,def_lhs_atom259]) ).

fof(def_lhs_atom260,axiom,
    ( lhs_atom260
  <=> accept_number(countrycmedicalorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_259,plain,
    ( lhs_atom260
    | $false ),
    inference(fold_definition,[status(thm)],[event_226_0,def_lhs_atom260]) ).

fof(def_lhs_atom261,axiom,
    ( lhs_atom261
  <=> accept_number(countrycmedicalorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_260,plain,
    ( lhs_atom261
    | $false ),
    inference(fold_definition,[status(thm)],[event_227_0,def_lhs_atom261]) ).

fof(def_lhs_atom262,axiom,
    ( lhs_atom262
  <=> accept_team(countrycmedicalorganization,countryccivilorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_261,plain,
    ( lhs_atom262
    | $false ),
    inference(fold_definition,[status(thm)],[event_228_0,def_lhs_atom262]) ).

fof(def_lhs_atom263,axiom,
    ( lhs_atom263
  <=> accept_team(countrycmedicalorganization,countrybcivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_262,plain,
    ( lhs_atom263
    | $false ),
    inference(fold_definition,[status(thm)],[event_229_0,def_lhs_atom263]) ).

fof(def_lhs_atom264,axiom,
    ( lhs_atom264
  <=> accept_team(countrycmedicalorganization,countrybhumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_263,plain,
    ( lhs_atom264
    | $false ),
    inference(fold_definition,[status(thm)],[event_230_0,def_lhs_atom264]) ).

fof(def_lhs_atom265,axiom,
    ( lhs_atom265
  <=> accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_264,plain,
    ( lhs_atom265
    | $false ),
    inference(fold_definition,[status(thm)],[event_231_0,def_lhs_atom265]) ).

fof(def_lhs_atom266,axiom,
    ( lhs_atom266
  <=> the_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_265,plain,
    ( lhs_atom266
    | $false ),
    inference(fold_definition,[status(thm)],[event_232_0,def_lhs_atom266]) ).

fof(def_lhs_atom267,axiom,
    ( lhs_atom267
  <=> any_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_266,plain,
    ( lhs_atom267
    | $false ),
    inference(fold_definition,[status(thm)],[event_233_0,def_lhs_atom267]) ).

fof(def_lhs_atom268,axiom,
    ( lhs_atom268
  <=> accept_number(christiancountrychumanitarianorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_267,plain,
    ( lhs_atom268
    | $false ),
    inference(fold_definition,[status(thm)],[event_234_0,def_lhs_atom268]) ).

fof(def_lhs_atom269,axiom,
    ( lhs_atom269
  <=> accept_number(countryccivilorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_268,plain,
    ( lhs_atom269
    | $false ),
    inference(fold_definition,[status(thm)],[event_235_0,def_lhs_atom269]) ).

fof(def_lhs_atom270,axiom,
    ( lhs_atom270
  <=> accept_team(christiancountrychumanitarianorganization,countryccivilorganization,towna,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_269,plain,
    ( lhs_atom270
    | $false ),
    inference(fold_definition,[status(thm)],[event_236_0,def_lhs_atom270]) ).

fof(def_lhs_atom271,axiom,
    ( lhs_atom271
  <=> accept_number(countrybcivilorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_270,plain,
    ( lhs_atom271
    | $false ),
    inference(fold_definition,[status(thm)],[event_237_0,def_lhs_atom271]) ).

fof(def_lhs_atom272,axiom,
    ( lhs_atom272
  <=> accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_271,plain,
    ( lhs_atom272
    | $false ),
    inference(fold_definition,[status(thm)],[event_238_0,def_lhs_atom272]) ).

fof(def_lhs_atom273,axiom,
    ( lhs_atom273
  <=> accept_number(countrybhumanitarianorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_272,plain,
    ( lhs_atom273
    | $false ),
    inference(fold_definition,[status(thm)],[event_239_0,def_lhs_atom273]) ).

fof(def_lhs_atom274,axiom,
    ( lhs_atom274
  <=> accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_273,plain,
    ( lhs_atom274
    | $false ),
    inference(fold_definition,[status(thm)],[event_240_0,def_lhs_atom274]) ).

fof(def_lhs_atom275,axiom,
    ( lhs_atom275
  <=> accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_274,plain,
    ( lhs_atom275
    | $false ),
    inference(fold_definition,[status(thm)],[event_241_0,def_lhs_atom275]) ).

fof(def_lhs_atom276,axiom,
    ( lhs_atom276
  <=> accept_number(christiancountrychumanitarianorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_275,plain,
    ( lhs_atom276
    | $false ),
    inference(fold_definition,[status(thm)],[event_242_0,def_lhs_atom276]) ).

fof(def_lhs_atom277,axiom,
    ( lhs_atom277
  <=> the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_276,plain,
    ( lhs_atom277
    | $false ),
    inference(fold_definition,[status(thm)],[event_243_0,def_lhs_atom277]) ).

fof(def_lhs_atom278,axiom,
    ( lhs_atom278
  <=> any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_277,plain,
    ( lhs_atom278
    | $false ),
    inference(fold_definition,[status(thm)],[event_244_0,def_lhs_atom278]) ).

fof(def_lhs_atom279,axiom,
    ( lhs_atom279
  <=> accept_number(countrycmedicalorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_278,plain,
    ( lhs_atom279
    | $false ),
    inference(fold_definition,[status(thm)],[event_245_0,def_lhs_atom279]) ).

fof(def_lhs_atom280,axiom,
    ( lhs_atom280
  <=> ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_279,plain,
    ( lhs_atom280
    | $false ),
    inference(fold_definition,[status(thm)],[event_246_0,def_lhs_atom280]) ).

fof(def_lhs_atom281,axiom,
    ( lhs_atom281
  <=> accept_number(muslimcountrybhumanitarianorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_280,plain,
    ( lhs_atom281
    | $false ),
    inference(fold_definition,[status(thm)],[event_247_0,def_lhs_atom281]) ).

fof(def_lhs_atom282,axiom,
    ( lhs_atom282
  <=> the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_281,plain,
    ( lhs_atom282
    | $false ),
    inference(fold_definition,[status(thm)],[event_248_0,def_lhs_atom282]) ).

fof(def_lhs_atom283,axiom,
    ( lhs_atom283
  <=> any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_282,plain,
    ( lhs_atom283
    | $false ),
    inference(fold_definition,[status(thm)],[event_249_0,def_lhs_atom283]) ).

fof(def_lhs_atom284,axiom,
    ( lhs_atom284
  <=> accept_leader(christiancountrychumanitarianorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_283,plain,
    ( lhs_atom284
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_1_0,def_lhs_atom284]) ).

fof(def_lhs_atom285,axiom,
    ( lhs_atom285
  <=> accept_leader(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_284,plain,
    ( lhs_atom285
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_2_0,def_lhs_atom285]) ).

fof(def_lhs_atom286,axiom,
    ( lhs_atom286
  <=> accept_population(christiancountrychumanitarianorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_285,plain,
    ( lhs_atom286
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_3_0,def_lhs_atom286]) ).

fof(def_lhs_atom287,axiom,
    ( lhs_atom287
  <=> accept_population(christiancountrychumanitarianorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_286,plain,
    ( lhs_atom287
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_4_0,def_lhs_atom287]) ).

fof(def_lhs_atom288,axiom,
    ( lhs_atom288
  <=> accept_population(christiancountrychumanitarianorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_287,plain,
    ( lhs_atom288
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_5_0,def_lhs_atom288]) ).

fof(def_lhs_atom289,axiom,
    ( lhs_atom289
  <=> accept_population(christiancountrychumanitarianorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_288,plain,
    ( lhs_atom289
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_6_0,def_lhs_atom289]) ).

fof(def_lhs_atom290,axiom,
    ( lhs_atom290
  <=> accept_city(christiancountrychumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_289,plain,
    ( lhs_atom290
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_7_0,def_lhs_atom290]) ).

fof(def_lhs_atom291,axiom,
    ( lhs_atom291
  <=> accept_leader(christiancountrychumanitarianorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_290,plain,
    ( lhs_atom291
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_8_0,def_lhs_atom291]) ).

fof(def_lhs_atom292,axiom,
    ( lhs_atom292
  <=> accept_population(christiancountrychumanitarianorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_291,plain,
    ( lhs_atom292
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_9_0,def_lhs_atom292]) ).

fof(def_lhs_atom293,axiom,
    ( lhs_atom293
  <=> accept_population(christiancountrychumanitarianorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_292,plain,
    ( lhs_atom293
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_10_0,def_lhs_atom293]) ).

fof(def_lhs_atom294,axiom,
    ( lhs_atom294
  <=> accept_population(christiancountrychumanitarianorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_293,plain,
    ( lhs_atom294
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_11_0,def_lhs_atom294]) ).

fof(def_lhs_atom295,axiom,
    ( lhs_atom295
  <=> accept_city(christiancountrychumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_294,plain,
    ( lhs_atom295
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_12_0,def_lhs_atom295]) ).

fof(def_lhs_atom296,axiom,
    ( lhs_atom296
  <=> ~ accept_city(countryamedicalorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_295,plain,
    ( lhs_atom296
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_13_0,def_lhs_atom296]) ).

fof(def_lhs_atom297,axiom,
    ( lhs_atom297
  <=> accept_leader(countryamedicalorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_296,plain,
    ( lhs_atom297
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_14_0,def_lhs_atom297]) ).

fof(def_lhs_atom298,axiom,
    ( lhs_atom298
  <=> accept_population(countryamedicalorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_297,plain,
    ( lhs_atom298
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_15_0,def_lhs_atom298]) ).

fof(def_lhs_atom299,axiom,
    ( lhs_atom299
  <=> accept_population(countryamedicalorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_298,plain,
    ( lhs_atom299
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_16_0,def_lhs_atom299]) ).

fof(def_lhs_atom300,axiom,
    ( lhs_atom300
  <=> accept_population(countryamedicalorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_299,plain,
    ( lhs_atom300
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_17_0,def_lhs_atom300]) ).

fof(def_lhs_atom301,axiom,
    ( lhs_atom301
  <=> accept_population(countryamedicalorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_300,plain,
    ( lhs_atom301
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_18_0,def_lhs_atom301]) ).

fof(def_lhs_atom302,axiom,
    ( lhs_atom302
  <=> accept_leader(countryamedicalorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_301,plain,
    ( lhs_atom302
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_19_0,def_lhs_atom302]) ).

fof(def_lhs_atom303,axiom,
    ( lhs_atom303
  <=> accept_city(countryamedicalorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_302,plain,
    ( lhs_atom303
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_20_0,def_lhs_atom303]) ).

fof(def_lhs_atom304,axiom,
    ( lhs_atom304
  <=> accept_leader(countryahumanitarianorganization,countryamedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_303,plain,
    ( lhs_atom304
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_21_0,def_lhs_atom304]) ).

fof(def_lhs_atom305,axiom,
    ( lhs_atom305
  <=> accept_leader(countryahumanitarianorganization,countryafirstaidorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_304,plain,
    ( lhs_atom305
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_22_0,def_lhs_atom305]) ).

fof(def_lhs_atom306,axiom,
    ( lhs_atom306
  <=> accept_population(countryahumanitarianorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_305,plain,
    ( lhs_atom306
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_23_0,def_lhs_atom306]) ).

fof(def_lhs_atom307,axiom,
    ( lhs_atom307
  <=> accept_population(countryahumanitarianorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_306,plain,
    ( lhs_atom307
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_24_0,def_lhs_atom307]) ).

fof(def_lhs_atom308,axiom,
    ( lhs_atom308
  <=> accept_population(countryahumanitarianorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_307,plain,
    ( lhs_atom308
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_25_0,def_lhs_atom308]) ).

fof(def_lhs_atom309,axiom,
    ( lhs_atom309
  <=> accept_population(countryahumanitarianorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_308,plain,
    ( lhs_atom309
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_26_0,def_lhs_atom309]) ).

fof(def_lhs_atom310,axiom,
    ( lhs_atom310
  <=> accept_city(countryahumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_309,plain,
    ( lhs_atom310
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_27_0,def_lhs_atom310]) ).

fof(def_lhs_atom311,axiom,
    ( lhs_atom311
  <=> accept_leader(countryahumanitarianorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_310,plain,
    ( lhs_atom311
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_28_0,def_lhs_atom311]) ).

fof(def_lhs_atom312,axiom,
    ( lhs_atom312
  <=> accept_leader(countryafirstaidorganization,countryamedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_311,plain,
    ( lhs_atom312
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_29_0,def_lhs_atom312]) ).

fof(def_lhs_atom313,axiom,
    ( lhs_atom313
  <=> accept_leader(christiansufferterrahumanitarianorganization,countryamedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_312,plain,
    ( lhs_atom313
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_30_0,def_lhs_atom313]) ).

fof(def_lhs_atom314,axiom,
    ( lhs_atom314
  <=> accept_leader(countrycmedicalorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_313,plain,
    ( lhs_atom314
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_31_0,def_lhs_atom314]) ).

fof(def_lhs_atom315,axiom,
    ( lhs_atom315
  <=> accept_population(countrycmedicalorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_314,plain,
    ( lhs_atom315
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_32_0,def_lhs_atom315]) ).

fof(def_lhs_atom316,axiom,
    ( lhs_atom316
  <=> accept_population(countrycmedicalorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_315,plain,
    ( lhs_atom316
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_33_0,def_lhs_atom316]) ).

fof(def_lhs_atom317,axiom,
    ( lhs_atom317
  <=> accept_population(countrycmedicalorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_316,plain,
    ( lhs_atom317
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_34_0,def_lhs_atom317]) ).

fof(def_lhs_atom318,axiom,
    ( lhs_atom318
  <=> accept_population(countrycmedicalorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_317,plain,
    ( lhs_atom318
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_35_0,def_lhs_atom318]) ).

fof(def_lhs_atom319,axiom,
    ( lhs_atom319
  <=> accept_city(countrycmedicalorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_318,plain,
    ( lhs_atom319
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_36_0,def_lhs_atom319]) ).

fof(def_lhs_atom320,axiom,
    ( lhs_atom320
  <=> accept_leader(countrybcivilorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_319,plain,
    ( lhs_atom320
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_37_0,def_lhs_atom320]) ).

fof(def_lhs_atom321,axiom,
    ( lhs_atom321
  <=> accept_population(countrybcivilorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_320,plain,
    ( lhs_atom321
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_38_0,def_lhs_atom321]) ).

fof(def_lhs_atom322,axiom,
    ( lhs_atom322
  <=> accept_population(countrybcivilorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_321,plain,
    ( lhs_atom322
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_39_0,def_lhs_atom322]) ).

fof(def_lhs_atom323,axiom,
    ( lhs_atom323
  <=> accept_population(countrybcivilorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_322,plain,
    ( lhs_atom323
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_40_0,def_lhs_atom323]) ).

fof(def_lhs_atom324,axiom,
    ( lhs_atom324
  <=> accept_population(countrybcivilorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_323,plain,
    ( lhs_atom324
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_41_0,def_lhs_atom324]) ).

fof(def_lhs_atom325,axiom,
    ( lhs_atom325
  <=> accept_city(countrybcivilorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_324,plain,
    ( lhs_atom325
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_42_0,def_lhs_atom325]) ).

fof(def_lhs_atom326,axiom,
    ( lhs_atom326
  <=> accept_leader(countrybcivilorganization,muslimcountrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_325,plain,
    ( lhs_atom326
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_43_0,def_lhs_atom326]) ).

fof(def_lhs_atom327,axiom,
    ( lhs_atom327
  <=> accept_population(countrybcivilorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_326,plain,
    ( lhs_atom327
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_44_0,def_lhs_atom327]) ).

fof(def_lhs_atom328,axiom,
    ( lhs_atom328
  <=> accept_population(countrybcivilorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_327,plain,
    ( lhs_atom328
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_45_0,def_lhs_atom328]) ).

fof(def_lhs_atom329,axiom,
    ( lhs_atom329
  <=> accept_population(countrybcivilorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_328,plain,
    ( lhs_atom329
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_46_0,def_lhs_atom329]) ).

fof(def_lhs_atom330,axiom,
    ( lhs_atom330
  <=> accept_population(countrybcivilorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_329,plain,
    ( lhs_atom330
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_47_0,def_lhs_atom330]) ).

fof(def_lhs_atom331,axiom,
    ( lhs_atom331
  <=> accept_city(countrybcivilorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_330,plain,
    ( lhs_atom331
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_48_0,def_lhs_atom331]) ).

fof(def_lhs_atom332,axiom,
    ( lhs_atom332
  <=> accept_leader(countrybcivilorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_331,plain,
    ( lhs_atom332
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_49_0,def_lhs_atom332]) ).

fof(def_lhs_atom333,axiom,
    ( lhs_atom333
  <=> accept_population(countrybcivilorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_332,plain,
    ( lhs_atom333
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_50_0,def_lhs_atom333]) ).

fof(def_lhs_atom334,axiom,
    ( lhs_atom334
  <=> accept_population(countrybcivilorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_333,plain,
    ( lhs_atom334
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_51_0,def_lhs_atom334]) ).

fof(def_lhs_atom335,axiom,
    ( lhs_atom335
  <=> accept_population(countrybcivilorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_334,plain,
    ( lhs_atom335
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_52_0,def_lhs_atom335]) ).

fof(def_lhs_atom336,axiom,
    ( lhs_atom336
  <=> accept_city(countrybcivilorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_335,plain,
    ( lhs_atom336
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_53_0,def_lhs_atom336]) ).

fof(def_lhs_atom337,axiom,
    ( lhs_atom337
  <=> accept_leader(sufferterragovernment,countryamedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_336,plain,
    ( lhs_atom337
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_54_0,def_lhs_atom337]) ).

fof(def_lhs_atom338,axiom,
    ( lhs_atom338
  <=> accept_population(sufferterragovernment,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_337,plain,
    ( lhs_atom338
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_55_0,def_lhs_atom338]) ).

fof(def_lhs_atom339,axiom,
    ( lhs_atom339
  <=> accept_population(sufferterragovernment,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_338,plain,
    ( lhs_atom339
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_56_0,def_lhs_atom339]) ).

fof(def_lhs_atom340,axiom,
    ( lhs_atom340
  <=> accept_city(sufferterragovernment,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_339,plain,
    ( lhs_atom340
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_57_0,def_lhs_atom340]) ).

fof(def_lhs_atom341,axiom,
    ( lhs_atom341
  <=> ~ accept_number(countryccivilorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_340,plain,
    ( lhs_atom341
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_58_0,def_lhs_atom341]) ).

fof(def_lhs_atom342,axiom,
    ( lhs_atom342
  <=> accept_population(countryccivilorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_341,plain,
    ( lhs_atom342
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_59_0,def_lhs_atom342]) ).

fof(def_lhs_atom343,axiom,
    ( lhs_atom343
  <=> accept_population(countryccivilorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_342,plain,
    ( lhs_atom343
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_60_0,def_lhs_atom343]) ).

fof(def_lhs_atom344,axiom,
    ( lhs_atom344
  <=> accept_population(countryccivilorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_343,plain,
    ( lhs_atom344
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_61_0,def_lhs_atom344]) ).

fof(def_lhs_atom345,axiom,
    ( lhs_atom345
  <=> ~ accept_number(countryccivilorganization,n6) ),
    inference(definition,[],]) ).

fof(to_be_clausified_344,plain,
    ( lhs_atom345
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_62_0,def_lhs_atom345]) ).

fof(def_lhs_atom346,axiom,
    ( lhs_atom346
  <=> accept_leader(countryccivilorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_345,plain,
    ( lhs_atom346
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_63_0,def_lhs_atom346]) ).

fof(def_lhs_atom347,axiom,
    ( lhs_atom347
  <=> accept_city(countryccivilorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_346,plain,
    ( lhs_atom347
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_64_0,def_lhs_atom347]) ).

fof(def_lhs_atom348,axiom,
    ( lhs_atom348
  <=> accept_leader(countryccivilorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_347,plain,
    ( lhs_atom348
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_65_0,def_lhs_atom348]) ).

fof(def_lhs_atom349,axiom,
    ( lhs_atom349
  <=> accept_leader(countryacivilorganization,countryamedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_348,plain,
    ( lhs_atom349
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_66_0,def_lhs_atom349]) ).

fof(def_lhs_atom350,axiom,
    ( lhs_atom350
  <=> accept_leader(countryacivilorganization,countryafirstaidorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_349,plain,
    ( lhs_atom350
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_67_0,def_lhs_atom350]) ).

fof(def_lhs_atom351,axiom,
    ( lhs_atom351
  <=> accept_population(countryacivilorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_350,plain,
    ( lhs_atom351
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_68_0,def_lhs_atom351]) ).

fof(def_lhs_atom352,axiom,
    ( lhs_atom352
  <=> accept_population(countryacivilorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_351,plain,
    ( lhs_atom352
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_69_0,def_lhs_atom352]) ).

fof(def_lhs_atom353,axiom,
    ( lhs_atom353
  <=> accept_population(countryacivilorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_352,plain,
    ( lhs_atom353
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_70_0,def_lhs_atom353]) ).

fof(def_lhs_atom354,axiom,
    ( lhs_atom354
  <=> accept_population(countryacivilorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_353,plain,
    ( lhs_atom354
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_71_0,def_lhs_atom354]) ).

fof(def_lhs_atom355,axiom,
    ( lhs_atom355
  <=> accept_city(countryacivilorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_354,plain,
    ( lhs_atom355
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_72_0,def_lhs_atom355]) ).

fof(def_lhs_atom356,axiom,
    ( lhs_atom356
  <=> accept_leader(countryacivilorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_355,plain,
    ( lhs_atom356
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_73_0,def_lhs_atom356]) ).

fof(def_lhs_atom357,axiom,
    ( lhs_atom357
  <=> accept_population(countryacivilorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_356,plain,
    ( lhs_atom357
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_74_0,def_lhs_atom357]) ).

fof(def_lhs_atom358,axiom,
    ( lhs_atom358
  <=> accept_population(countryacivilorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_357,plain,
    ( lhs_atom358
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_75_0,def_lhs_atom358]) ).

fof(def_lhs_atom359,axiom,
    ( lhs_atom359
  <=> accept_population(countryacivilorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_358,plain,
    ( lhs_atom359
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_76_0,def_lhs_atom359]) ).

fof(def_lhs_atom360,axiom,
    ( lhs_atom360
  <=> accept_population(countryacivilorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_359,plain,
    ( lhs_atom360
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_77_0,def_lhs_atom360]) ).

fof(def_lhs_atom361,axiom,
    ( lhs_atom361
  <=> accept_leader(countryacivilorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_360,plain,
    ( lhs_atom361
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_78_0,def_lhs_atom361]) ).

fof(def_lhs_atom362,axiom,
    ( lhs_atom362
  <=> accept_city(countryacivilorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_361,plain,
    ( lhs_atom362
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_79_0,def_lhs_atom362]) ).

fof(def_lhs_atom363,axiom,
    ( lhs_atom363
  <=> accept_population(christiansufferterrahumanitarianorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_362,plain,
    ( lhs_atom363
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_80_0,def_lhs_atom363]) ).

fof(def_lhs_atom364,axiom,
    ( lhs_atom364
  <=> accept_population(christiansufferterrahumanitarianorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_363,plain,
    ( lhs_atom364
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_81_0,def_lhs_atom364]) ).

fof(def_lhs_atom365,axiom,
    ( lhs_atom365
  <=> ~ accept_leader(christiansufferterrahumanitarianorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_364,plain,
    ( lhs_atom365
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_82_0,def_lhs_atom365]) ).

fof(def_lhs_atom366,axiom,
    ( lhs_atom366
  <=> accept_city(christiansufferterrahumanitarianorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_365,plain,
    ( lhs_atom366
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_83_0,def_lhs_atom366]) ).

fof(def_lhs_atom367,axiom,
    ( lhs_atom367
  <=> accept_leader(christiansufferterrahumanitarianorganization,countryafirstaidorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_366,plain,
    ( lhs_atom367
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_84_0,def_lhs_atom367]) ).

fof(def_lhs_atom368,axiom,
    ( lhs_atom368
  <=> accept_population(christiansufferterrahumanitarianorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_367,plain,
    ( lhs_atom368
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_85_0,def_lhs_atom368]) ).

fof(def_lhs_atom369,axiom,
    ( lhs_atom369
  <=> accept_population(christiansufferterrahumanitarianorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_368,plain,
    ( lhs_atom369
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_86_0,def_lhs_atom369]) ).

fof(def_lhs_atom370,axiom,
    ( lhs_atom370
  <=> accept_population(christiansufferterrahumanitarianorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_369,plain,
    ( lhs_atom370
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_87_0,def_lhs_atom370]) ).

fof(def_lhs_atom371,axiom,
    ( lhs_atom371
  <=> accept_population(christiansufferterrahumanitarianorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_370,plain,
    ( lhs_atom371
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_88_0,def_lhs_atom371]) ).

fof(def_lhs_atom372,axiom,
    ( lhs_atom372
  <=> accept_population(christiansufferterrahumanitarianorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_371,plain,
    ( lhs_atom372
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_89_0,def_lhs_atom372]) ).

fof(def_lhs_atom373,axiom,
    ( lhs_atom373
  <=> accept_city(christiansufferterrahumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_372,plain,
    ( lhs_atom373
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_90_0,def_lhs_atom373]) ).

fof(def_lhs_atom374,axiom,
    ( lhs_atom374
  <=> accept_leader(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_373,plain,
    ( lhs_atom374
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_91_0,def_lhs_atom374]) ).

fof(def_lhs_atom375,axiom,
    ( lhs_atom375
  <=> accept_leader(muslimcountrybhumanitarianorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_374,plain,
    ( lhs_atom375
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_92_0,def_lhs_atom375]) ).

fof(def_lhs_atom376,axiom,
    ( lhs_atom376
  <=> accept_population(muslimcountrybhumanitarianorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_375,plain,
    ( lhs_atom376
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_93_0,def_lhs_atom376]) ).

fof(def_lhs_atom377,axiom,
    ( lhs_atom377
  <=> accept_population(muslimcountrybhumanitarianorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_376,plain,
    ( lhs_atom377
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_94_0,def_lhs_atom377]) ).

fof(def_lhs_atom378,axiom,
    ( lhs_atom378
  <=> accept_population(muslimcountrybhumanitarianorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_377,plain,
    ( lhs_atom378
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_95_0,def_lhs_atom378]) ).

fof(def_lhs_atom379,axiom,
    ( lhs_atom379
  <=> accept_population(muslimcountrybhumanitarianorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_378,plain,
    ( lhs_atom379
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_96_0,def_lhs_atom379]) ).

fof(def_lhs_atom380,axiom,
    ( lhs_atom380
  <=> accept_population(muslimcountrybhumanitarianorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_379,plain,
    ( lhs_atom380
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_97_0,def_lhs_atom380]) ).

fof(def_lhs_atom381,axiom,
    ( lhs_atom381
  <=> accept_city(muslimcountrybhumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_380,plain,
    ( lhs_atom381
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_98_0,def_lhs_atom381]) ).

fof(def_lhs_atom382,axiom,
    ( lhs_atom382
  <=> accept_population(countryafirstaidorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_381,plain,
    ( lhs_atom382
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_99_0,def_lhs_atom382]) ).

fof(def_lhs_atom383,axiom,
    ( lhs_atom383
  <=> accept_population(countryafirstaidorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_382,plain,
    ( lhs_atom383
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_100_0,def_lhs_atom383]) ).

fof(def_lhs_atom384,axiom,
    ( lhs_atom384
  <=> accept_population(countryafirstaidorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_383,plain,
    ( lhs_atom384
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_101_0,def_lhs_atom384]) ).

fof(def_lhs_atom385,axiom,
    ( lhs_atom385
  <=> accept_population(countryafirstaidorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_384,plain,
    ( lhs_atom385
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_102_0,def_lhs_atom385]) ).

fof(def_lhs_atom386,axiom,
    ( lhs_atom386
  <=> accept_city(countryafirstaidorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_385,plain,
    ( lhs_atom386
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_103_0,def_lhs_atom386]) ).

fof(def_lhs_atom387,axiom,
    ( lhs_atom387
  <=> accept_leader(countryafirstaidorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_386,plain,
    ( lhs_atom387
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_104_0,def_lhs_atom387]) ).

fof(def_lhs_atom388,axiom,
    ( lhs_atom388
  <=> accept_population(countryafirstaidorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_387,plain,
    ( lhs_atom388
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_105_0,def_lhs_atom388]) ).

fof(def_lhs_atom389,axiom,
    ( lhs_atom389
  <=> accept_population(countryafirstaidorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_388,plain,
    ( lhs_atom389
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_106_0,def_lhs_atom389]) ).

fof(def_lhs_atom390,axiom,
    ( lhs_atom390
  <=> accept_population(countryafirstaidorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_389,plain,
    ( lhs_atom390
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_107_0,def_lhs_atom390]) ).

fof(def_lhs_atom391,axiom,
    ( lhs_atom391
  <=> accept_population(countryafirstaidorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_390,plain,
    ( lhs_atom391
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_108_0,def_lhs_atom391]) ).

fof(def_lhs_atom392,axiom,
    ( lhs_atom392
  <=> accept_leader(countryafirstaidorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_391,plain,
    ( lhs_atom392
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_109_0,def_lhs_atom392]) ).

fof(def_lhs_atom393,axiom,
    ( lhs_atom393
  <=> accept_city(countryafirstaidorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_392,plain,
    ( lhs_atom393
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_110_0,def_lhs_atom393]) ).

fof(def_lhs_atom394,axiom,
    ( lhs_atom394
  <=> accept_leader(countryafirstaidorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_393,plain,
    ( lhs_atom394
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_111_0,def_lhs_atom394]) ).

fof(def_lhs_atom395,axiom,
    ( lhs_atom395
  <=> accept_population(countryafirstaidorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_394,plain,
    ( lhs_atom395
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_112_0,def_lhs_atom395]) ).

fof(def_lhs_atom396,axiom,
    ( lhs_atom396
  <=> accept_population(countryafirstaidorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_395,plain,
    ( lhs_atom396
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_113_0,def_lhs_atom396]) ).

fof(def_lhs_atom397,axiom,
    ( lhs_atom397
  <=> accept_population(countryafirstaidorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_396,plain,
    ( lhs_atom397
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_114_0,def_lhs_atom397]) ).

fof(def_lhs_atom398,axiom,
    ( lhs_atom398
  <=> accept_city(countryafirstaidorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_397,plain,
    ( lhs_atom398
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_115_0,def_lhs_atom398]) ).

fof(def_lhs_atom399,axiom,
    ( lhs_atom399
  <=> accept_leader(countryafirstaidorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_398,plain,
    ( lhs_atom399
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_116_0,def_lhs_atom399]) ).

fof(def_lhs_atom400,axiom,
    ( lhs_atom400
  <=> accept_leader(countrybhumanitarianorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_399,plain,
    ( lhs_atom400
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_117_0,def_lhs_atom400]) ).

fof(def_lhs_atom401,axiom,
    ( lhs_atom401
  <=> accept_population(countrybhumanitarianorganization,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_400,plain,
    ( lhs_atom401
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_118_0,def_lhs_atom401]) ).

fof(def_lhs_atom402,axiom,
    ( lhs_atom402
  <=> accept_population(countrybhumanitarianorganization,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_401,plain,
    ( lhs_atom402
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_119_0,def_lhs_atom402]) ).

fof(def_lhs_atom403,axiom,
    ( lhs_atom403
  <=> accept_population(countrybhumanitarianorganization,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_402,plain,
    ( lhs_atom403
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_120_0,def_lhs_atom403]) ).

fof(def_lhs_atom404,axiom,
    ( lhs_atom404
  <=> accept_population(countrybhumanitarianorganization,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_403,plain,
    ( lhs_atom404
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_121_0,def_lhs_atom404]) ).

fof(def_lhs_atom405,axiom,
    ( lhs_atom405
  <=> accept_city(countrybhumanitarianorganization,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_404,plain,
    ( lhs_atom405
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_122_0,def_lhs_atom405]) ).

fof(def_lhs_atom406,axiom,
    ( lhs_atom406
  <=> accept_leader(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_405,plain,
    ( lhs_atom406
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_123_0,def_lhs_atom406]) ).

fof(def_lhs_atom407,axiom,
    ( lhs_atom407
  <=> accept_population(countrybhumanitarianorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_406,plain,
    ( lhs_atom407
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_124_0,def_lhs_atom407]) ).

fof(def_lhs_atom408,axiom,
    ( lhs_atom408
  <=> accept_population(countrybhumanitarianorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_407,plain,
    ( lhs_atom408
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_125_0,def_lhs_atom408]) ).

fof(def_lhs_atom409,axiom,
    ( lhs_atom409
  <=> accept_population(countrybhumanitarianorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_408,plain,
    ( lhs_atom409
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_126_0,def_lhs_atom409]) ).

fof(def_lhs_atom410,axiom,
    ( lhs_atom410
  <=> accept_population(countrybhumanitarianorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_409,plain,
    ( lhs_atom410
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_127_0,def_lhs_atom410]) ).

fof(def_lhs_atom411,axiom,
    ( lhs_atom411
  <=> accept_city(countrybhumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_410,plain,
    ( lhs_atom411
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_128_0,def_lhs_atom411]) ).

fof(def_lhs_atom412,axiom,
    ( lhs_atom412
  <=> accept_leader(countrybhumanitarianorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_411,plain,
    ( lhs_atom412
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_129_0,def_lhs_atom412]) ).

fof(def_lhs_atom413,axiom,
    ( lhs_atom413
  <=> accept_leader(countrybhumanitarianorganization,countryccivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_412,plain,
    ( lhs_atom413
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_130_0,def_lhs_atom413]) ).

fof(def_lhs_atom414,axiom,
    ( lhs_atom414
  <=> accept_leader(countrybhumanitarianorganization,countrybcivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_413,plain,
    ( lhs_atom414
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_131_0,def_lhs_atom414]) ).

fof(def_lhs_atom415,axiom,
    ( lhs_atom415
  <=> accept_leader(countrybhumanitarianorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_414,plain,
    ( lhs_atom415
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_132_0,def_lhs_atom415]) ).

fof(def_lhs_atom416,axiom,
    ( lhs_atom416
  <=> accept_leader(countrybhumanitarianorganization,countrycmedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_415,plain,
    ( lhs_atom416
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_133_0,def_lhs_atom416]) ).

fof(def_lhs_atom417,axiom,
    ( lhs_atom417
  <=> accept_population(countrybhumanitarianorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_416,plain,
    ( lhs_atom417
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_134_0,def_lhs_atom417]) ).

fof(def_lhs_atom418,axiom,
    ( lhs_atom418
  <=> accept_population(countrybhumanitarianorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_417,plain,
    ( lhs_atom418
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_135_0,def_lhs_atom418]) ).

fof(def_lhs_atom419,axiom,
    ( lhs_atom419
  <=> accept_population(countrybhumanitarianorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_418,plain,
    ( lhs_atom419
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_136_0,def_lhs_atom419]) ).

fof(def_lhs_atom420,axiom,
    ( lhs_atom420
  <=> accept_population(countrybhumanitarianorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_419,plain,
    ( lhs_atom420
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_137_0,def_lhs_atom420]) ).

fof(def_lhs_atom421,axiom,
    ( lhs_atom421
  <=> accept_population(countrybhumanitarianorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_420,plain,
    ( lhs_atom421
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_138_0,def_lhs_atom421]) ).

fof(def_lhs_atom422,axiom,
    ( lhs_atom422
  <=> accept_city(countrybhumanitarianorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_421,plain,
    ( lhs_atom422
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_139_0,def_lhs_atom422]) ).

fof(def_lhs_atom423,axiom,
    ( lhs_atom423
  <=> accept_leader(countrybhumanitarianorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_422,plain,
    ( lhs_atom423
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_140_0,def_lhs_atom423]) ).

fof(def_lhs_atom424,axiom,
    ( lhs_atom424
  <=> accept_leader(sufferterragovernment,countryafirstaidorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_423,plain,
    ( lhs_atom424
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_141_0,def_lhs_atom424]) ).

fof(def_lhs_atom425,axiom,
    ( lhs_atom425
  <=> accept_population(sufferterragovernment,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_424,plain,
    ( lhs_atom425
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_142_0,def_lhs_atom425]) ).

fof(def_lhs_atom426,axiom,
    ( lhs_atom426
  <=> accept_population(sufferterragovernment,native,n85) ),
    inference(definition,[],]) ).

fof(to_be_clausified_425,plain,
    ( lhs_atom426
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_143_0,def_lhs_atom426]) ).

fof(def_lhs_atom427,axiom,
    ( lhs_atom427
  <=> accept_population(sufferterragovernment,muslim,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_426,plain,
    ( lhs_atom427
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_144_0,def_lhs_atom427]) ).

fof(def_lhs_atom428,axiom,
    ( lhs_atom428
  <=> accept_population(sufferterragovernment,christian,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_427,plain,
    ( lhs_atom428
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_145_0,def_lhs_atom428]) ).

fof(def_lhs_atom429,axiom,
    ( lhs_atom429
  <=> accept_population(sufferterragovernment,atheist,n12) ),
    inference(definition,[],]) ).

fof(to_be_clausified_428,plain,
    ( lhs_atom429
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_146_0,def_lhs_atom429]) ).

fof(def_lhs_atom430,axiom,
    ( lhs_atom430
  <=> accept_city(sufferterragovernment,coastvillage) ),
    inference(definition,[],]) ).

fof(to_be_clausified_429,plain,
    ( lhs_atom430
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_147_0,def_lhs_atom430]) ).

fof(def_lhs_atom431,axiom,
    ( lhs_atom431
  <=> accept_leader(sufferterragovernment,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_430,plain,
    ( lhs_atom431
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_148_0,def_lhs_atom431]) ).

fof(def_lhs_atom432,axiom,
    ( lhs_atom432
  <=> accept_population(sufferterragovernment,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_431,plain,
    ( lhs_atom432
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_149_0,def_lhs_atom432]) ).

fof(def_lhs_atom433,axiom,
    ( lhs_atom433
  <=> accept_population(sufferterragovernment,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_432,plain,
    ( lhs_atom433
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_150_0,def_lhs_atom433]) ).

fof(def_lhs_atom434,axiom,
    ( lhs_atom434
  <=> accept_population(sufferterragovernment,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_433,plain,
    ( lhs_atom434
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_151_0,def_lhs_atom434]) ).

fof(def_lhs_atom435,axiom,
    ( lhs_atom435
  <=> accept_population(sufferterragovernment,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_434,plain,
    ( lhs_atom435
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_152_0,def_lhs_atom435]) ).

fof(def_lhs_atom436,axiom,
    ( lhs_atom436
  <=> accept_leader(sufferterragovernment,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_435,plain,
    ( lhs_atom436
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_153_0,def_lhs_atom436]) ).

fof(def_lhs_atom437,axiom,
    ( lhs_atom437
  <=> accept_city(sufferterragovernment,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_436,plain,
    ( lhs_atom437
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_154_0,def_lhs_atom437]) ).

fof(def_lhs_atom438,axiom,
    ( lhs_atom438
  <=> accept_leader(muslimcountrybhumanitarianorganization,countryccivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_437,plain,
    ( lhs_atom438
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_155_0,def_lhs_atom438]) ).

fof(def_lhs_atom439,axiom,
    ( lhs_atom439
  <=> accept_leader(muslimcountrybhumanitarianorganization,countrybcivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_438,plain,
    ( lhs_atom439
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_156_0,def_lhs_atom439]) ).

fof(def_lhs_atom440,axiom,
    ( lhs_atom440
  <=> accept_population(christiansufferterrahumanitarianorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_439,plain,
    ( lhs_atom440
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_157_0,def_lhs_atom440]) ).

fof(def_lhs_atom441,axiom,
    ( lhs_atom441
  <=> accept_population(christiansufferterrahumanitarianorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_440,plain,
    ( lhs_atom441
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_158_0,def_lhs_atom441]) ).

fof(def_lhs_atom442,axiom,
    ( lhs_atom442
  <=> accept_population(christiansufferterrahumanitarianorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_441,plain,
    ( lhs_atom442
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_159_0,def_lhs_atom442]) ).

fof(def_lhs_atom443,axiom,
    ( lhs_atom443
  <=> accept_population(christiansufferterrahumanitarianorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_442,plain,
    ( lhs_atom443
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_160_0,def_lhs_atom443]) ).

fof(def_lhs_atom444,axiom,
    ( lhs_atom444
  <=> accept_leader(christiansufferterrahumanitarianorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_443,plain,
    ( lhs_atom444
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_161_0,def_lhs_atom444]) ).

fof(def_lhs_atom445,axiom,
    ( lhs_atom445
  <=> accept_city(christiansufferterrahumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_444,plain,
    ( lhs_atom445
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_162_0,def_lhs_atom445]) ).

fof(def_lhs_atom446,axiom,
    ( lhs_atom446
  <=> accept_leader(christiansufferterrahumanitarianorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_445,plain,
    ( lhs_atom446
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_163_0,def_lhs_atom446]) ).

fof(def_lhs_atom447,axiom,
    ( lhs_atom447
  <=> accept_number(christiansufferterrahumanitarianorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_446,plain,
    ( lhs_atom447
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_164_0,def_lhs_atom447]) ).

fof(def_lhs_atom448,axiom,
    ( lhs_atom448
  <=> accept_number(christiansufferterrahumanitarianorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_447,plain,
    ( lhs_atom448
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_165_0,def_lhs_atom448]) ).

fof(def_lhs_atom449,axiom,
    ( lhs_atom449
  <=> accept_number(christiansufferterrahumanitarianorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_448,plain,
    ( lhs_atom449
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_166_0,def_lhs_atom449]) ).

fof(to_be_clausified_449,plain,
    ( lhs_atom122
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_167_0,def_lhs_atom122]) ).

fof(def_lhs_atom450,axiom,
    ( lhs_atom450
  <=> accept_number(christiansufferterrahumanitarianorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_450,plain,
    ( lhs_atom450
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_168_0,def_lhs_atom450]) ).

fof(to_be_clausified_451,plain,
    ( lhs_atom174
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_169_0,def_lhs_atom174]) ).

fof(def_lhs_atom451,axiom,
    ( lhs_atom451
  <=> accept_population(christiansufferterrahumanitarianorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_452,plain,
    ( lhs_atom451
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_170_0,def_lhs_atom451]) ).

fof(def_lhs_atom452,axiom,
    ( lhs_atom452
  <=> accept_population(christiansufferterrahumanitarianorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_453,plain,
    ( lhs_atom452
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_171_0,def_lhs_atom452]) ).

fof(def_lhs_atom453,axiom,
    ( lhs_atom453
  <=> accept_population(christiansufferterrahumanitarianorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_454,plain,
    ( lhs_atom453
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_172_0,def_lhs_atom453]) ).

fof(def_lhs_atom454,axiom,
    ( lhs_atom454
  <=> accept_population(christiansufferterrahumanitarianorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_455,plain,
    ( lhs_atom454
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_173_0,def_lhs_atom454]) ).

fof(def_lhs_atom455,axiom,
    ( lhs_atom455
  <=> accept_population(christiansufferterrahumanitarianorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_456,plain,
    ( lhs_atom455
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_174_0,def_lhs_atom455]) ).

fof(def_lhs_atom456,axiom,
    ( lhs_atom456
  <=> accept_city(christiansufferterrahumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_457,plain,
    ( lhs_atom456
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_175_0,def_lhs_atom456]) ).

fof(def_lhs_atom457,axiom,
    ( lhs_atom457
  <=> accept_leader(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_458,plain,
    ( lhs_atom457
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_176_0,def_lhs_atom457]) ).

fof(def_lhs_atom458,axiom,
    ( lhs_atom458
  <=> accept_population(countryccivilorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_459,plain,
    ( lhs_atom458
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_177_0,def_lhs_atom458]) ).

fof(def_lhs_atom459,axiom,
    ( lhs_atom459
  <=> accept_population(countryccivilorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_460,plain,
    ( lhs_atom459
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_178_0,def_lhs_atom459]) ).

fof(def_lhs_atom460,axiom,
    ( lhs_atom460
  <=> accept_population(countryccivilorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_461,plain,
    ( lhs_atom460
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_179_0,def_lhs_atom460]) ).

fof(def_lhs_atom461,axiom,
    ( lhs_atom461
  <=> accept_population(countryccivilorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_462,plain,
    ( lhs_atom461
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_180_0,def_lhs_atom461]) ).

fof(def_lhs_atom462,axiom,
    ( lhs_atom462
  <=> accept_city(countryccivilorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_463,plain,
    ( lhs_atom462
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_181_0,def_lhs_atom462]) ).

fof(def_lhs_atom463,axiom,
    ( lhs_atom463
  <=> accept_leader(countryccivilorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_464,plain,
    ( lhs_atom463
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_182_0,def_lhs_atom463]) ).

fof(def_lhs_atom464,axiom,
    ( lhs_atom464
  <=> accept_leader(countrycmedicalorganization,muslimcountrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_465,plain,
    ( lhs_atom464
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_183_0,def_lhs_atom464]) ).

fof(def_lhs_atom465,axiom,
    ( lhs_atom465
  <=> accept_population(countrycmedicalorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_466,plain,
    ( lhs_atom465
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_184_0,def_lhs_atom465]) ).

fof(def_lhs_atom466,axiom,
    ( lhs_atom466
  <=> accept_population(countrycmedicalorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_467,plain,
    ( lhs_atom466
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_185_0,def_lhs_atom466]) ).

fof(def_lhs_atom467,axiom,
    ( lhs_atom467
  <=> accept_population(countrycmedicalorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_468,plain,
    ( lhs_atom467
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_186_0,def_lhs_atom467]) ).

fof(def_lhs_atom468,axiom,
    ( lhs_atom468
  <=> accept_population(countrycmedicalorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_469,plain,
    ( lhs_atom468
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_187_0,def_lhs_atom468]) ).

fof(def_lhs_atom469,axiom,
    ( lhs_atom469
  <=> accept_city(countrycmedicalorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_470,plain,
    ( lhs_atom469
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_188_0,def_lhs_atom469]) ).

fof(def_lhs_atom470,axiom,
    ( lhs_atom470
  <=> accept_leader(countrycmedicalorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_471,plain,
    ( lhs_atom470
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_189_0,def_lhs_atom470]) ).

fof(def_lhs_atom471,axiom,
    ( lhs_atom471
  <=> accept_population(countrycmedicalorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_472,plain,
    ( lhs_atom471
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_190_0,def_lhs_atom471]) ).

fof(def_lhs_atom472,axiom,
    ( lhs_atom472
  <=> accept_population(countrycmedicalorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_473,plain,
    ( lhs_atom472
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_191_0,def_lhs_atom472]) ).

fof(def_lhs_atom473,axiom,
    ( lhs_atom473
  <=> accept_population(countrycmedicalorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_474,plain,
    ( lhs_atom473
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_192_0,def_lhs_atom473]) ).

fof(def_lhs_atom474,axiom,
    ( lhs_atom474
  <=> accept_city(countrycmedicalorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_475,plain,
    ( lhs_atom474
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_193_0,def_lhs_atom474]) ).

fof(def_lhs_atom475,axiom,
    ( lhs_atom475
  <=> accept_leader(muslimcountrybhumanitarianorganization,countrycmedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_476,plain,
    ( lhs_atom475
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_194_0,def_lhs_atom475]) ).

fof(def_lhs_atom476,axiom,
    ( lhs_atom476
  <=> accept_leader(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_477,plain,
    ( lhs_atom476
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_195_0,def_lhs_atom476]) ).

fof(def_lhs_atom477,axiom,
    ( lhs_atom477
  <=> accept_population(muslimcountrybhumanitarianorganization,other,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_478,plain,
    ( lhs_atom477
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_196_0,def_lhs_atom477]) ).

fof(def_lhs_atom478,axiom,
    ( lhs_atom478
  <=> accept_population(muslimcountrybhumanitarianorganization,muslim,n65) ),
    inference(definition,[],]) ).

fof(to_be_clausified_479,plain,
    ( lhs_atom478
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_197_0,def_lhs_atom478]) ).

fof(def_lhs_atom479,axiom,
    ( lhs_atom479
  <=> accept_population(muslimcountrybhumanitarianorganization,christian,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_480,plain,
    ( lhs_atom479
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_198_0,def_lhs_atom479]) ).

fof(def_lhs_atom480,axiom,
    ( lhs_atom480
  <=> accept_population(muslimcountrybhumanitarianorganization,atheist,n30) ),
    inference(definition,[],]) ).

fof(to_be_clausified_481,plain,
    ( lhs_atom480
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_199_0,def_lhs_atom480]) ).

fof(def_lhs_atom481,axiom,
    ( lhs_atom481
  <=> accept_city(muslimcountrybhumanitarianorganization,townc) ),
    inference(definition,[],]) ).

fof(to_be_clausified_482,plain,
    ( lhs_atom481
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_200_0,def_lhs_atom481]) ).

fof(def_lhs_atom482,axiom,
    ( lhs_atom482
  <=> accept_leader(muslimcountrybhumanitarianorganization,countryahumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_483,plain,
    ( lhs_atom482
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_201_0,def_lhs_atom482]) ).

fof(def_lhs_atom483,axiom,
    ( lhs_atom483
  <=> accept_population(muslimcountrybhumanitarianorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_484,plain,
    ( lhs_atom483
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_202_0,def_lhs_atom483]) ).

fof(def_lhs_atom484,axiom,
    ( lhs_atom484
  <=> accept_population(muslimcountrybhumanitarianorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_485,plain,
    ( lhs_atom484
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_203_0,def_lhs_atom484]) ).

fof(def_lhs_atom485,axiom,
    ( lhs_atom485
  <=> accept_population(muslimcountrybhumanitarianorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_486,plain,
    ( lhs_atom485
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_204_0,def_lhs_atom485]) ).

fof(def_lhs_atom486,axiom,
    ( lhs_atom486
  <=> accept_population(muslimcountrybhumanitarianorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_487,plain,
    ( lhs_atom486
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_205_0,def_lhs_atom486]) ).

fof(def_lhs_atom487,axiom,
    ( lhs_atom487
  <=> accept_population(muslimcountrybhumanitarianorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_488,plain,
    ( lhs_atom487
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_206_0,def_lhs_atom487]) ).

fof(def_lhs_atom488,axiom,
    ( lhs_atom488
  <=> accept_leader(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_489,plain,
    ( lhs_atom488
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_207_0,def_lhs_atom488]) ).

fof(def_lhs_atom489,axiom,
    ( lhs_atom489
  <=> accept_city(muslimcountrybhumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_490,plain,
    ( lhs_atom489
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_208_0,def_lhs_atom489]) ).

fof(def_lhs_atom490,axiom,
    ( lhs_atom490
  <=> accept_leader(countryamedicalorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_491,plain,
    ( lhs_atom490
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_209_0,def_lhs_atom490]) ).

fof(def_lhs_atom491,axiom,
    ( lhs_atom491
  <=> accept_population(countryamedicalorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_492,plain,
    ( lhs_atom491
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_210_0,def_lhs_atom491]) ).

fof(def_lhs_atom492,axiom,
    ( lhs_atom492
  <=> accept_population(countryamedicalorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_493,plain,
    ( lhs_atom492
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_211_0,def_lhs_atom492]) ).

fof(def_lhs_atom493,axiom,
    ( lhs_atom493
  <=> accept_population(countryamedicalorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_494,plain,
    ( lhs_atom493
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_212_0,def_lhs_atom493]) ).

fof(def_lhs_atom494,axiom,
    ( lhs_atom494
  <=> accept_city(countryamedicalorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_495,plain,
    ( lhs_atom494
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_213_0,def_lhs_atom494]) ).

fof(def_lhs_atom495,axiom,
    ( lhs_atom495
  <=> accept_leader(countryamedicalorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_496,plain,
    ( lhs_atom495
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_214_0,def_lhs_atom495]) ).

fof(def_lhs_atom496,axiom,
    ( lhs_atom496
  <=> accept_number(countryamedicalorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_497,plain,
    ( lhs_atom496
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_215_0,def_lhs_atom496]) ).

fof(def_lhs_atom497,axiom,
    ( lhs_atom497
  <=> accept_number(countryamedicalorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_498,plain,
    ( lhs_atom497
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_216_0,def_lhs_atom497]) ).

fof(def_lhs_atom498,axiom,
    ( lhs_atom498
  <=> accept_number(countryamedicalorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_499,plain,
    ( lhs_atom498
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_217_0,def_lhs_atom498]) ).

fof(def_lhs_atom499,axiom,
    ( lhs_atom499
  <=> accept_number(countryamedicalorganization,n2) ),
    inference(definition,[],]) ).

fof(to_be_clausified_500,plain,
    ( lhs_atom499
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_218_0,def_lhs_atom499]) ).

fof(def_lhs_atom500,axiom,
    ( lhs_atom500
  <=> accept_number(countryamedicalorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_501,plain,
    ( lhs_atom500
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_219_0,def_lhs_atom500]) ).

fof(def_lhs_atom501,axiom,
    ( lhs_atom501
  <=> accept_population(countryamedicalorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_502,plain,
    ( lhs_atom501
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_220_0,def_lhs_atom501]) ).

fof(def_lhs_atom502,axiom,
    ( lhs_atom502
  <=> accept_population(countryamedicalorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_503,plain,
    ( lhs_atom502
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_221_0,def_lhs_atom502]) ).

fof(def_lhs_atom503,axiom,
    ( lhs_atom503
  <=> accept_population(countryamedicalorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_504,plain,
    ( lhs_atom503
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_222_0,def_lhs_atom503]) ).

fof(def_lhs_atom504,axiom,
    ( lhs_atom504
  <=> accept_population(countryamedicalorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_505,plain,
    ( lhs_atom504
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_223_0,def_lhs_atom504]) ).

fof(def_lhs_atom505,axiom,
    ( lhs_atom505
  <=> accept_population(countryamedicalorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_506,plain,
    ( lhs_atom505
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_224_0,def_lhs_atom505]) ).

fof(to_be_clausified_507,plain,
    ( lhs_atom191
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_225_0,def_lhs_atom191]) ).

fof(def_lhs_atom506,axiom,
    ( lhs_atom506
  <=> accept_leader(countryamedicalorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_508,plain,
    ( lhs_atom506
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_226_0,def_lhs_atom506]) ).

fof(def_lhs_atom507,axiom,
    ( lhs_atom507
  <=> accept_city(countryamedicalorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_509,plain,
    ( lhs_atom507
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_227_0,def_lhs_atom507]) ).

fof(def_lhs_atom508,axiom,
    ( lhs_atom508
  <=> accept_population(countryacivilorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_510,plain,
    ( lhs_atom508
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_228_0,def_lhs_atom508]) ).

fof(def_lhs_atom509,axiom,
    ( lhs_atom509
  <=> accept_population(countryacivilorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_511,plain,
    ( lhs_atom509
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_229_0,def_lhs_atom509]) ).

fof(def_lhs_atom510,axiom,
    ( lhs_atom510
  <=> accept_population(countryacivilorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_512,plain,
    ( lhs_atom510
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_230_0,def_lhs_atom510]) ).

fof(def_lhs_atom511,axiom,
    ( lhs_atom511
  <=> accept_city(countryacivilorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_513,plain,
    ( lhs_atom511
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_231_0,def_lhs_atom511]) ).

fof(def_lhs_atom512,axiom,
    ( lhs_atom512
  <=> accept_leader(countryacivilorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_514,plain,
    ( lhs_atom512
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_232_0,def_lhs_atom512]) ).

fof(def_lhs_atom513,axiom,
    ( lhs_atom513
  <=> accept_leader(countryahumanitarianorganization,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_515,plain,
    ( lhs_atom513
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_233_0,def_lhs_atom513]) ).

fof(def_lhs_atom514,axiom,
    ( lhs_atom514
  <=> accept_population(countryahumanitarianorganization,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_516,plain,
    ( lhs_atom514
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_234_0,def_lhs_atom514]) ).

fof(def_lhs_atom515,axiom,
    ( lhs_atom515
  <=> accept_population(countryahumanitarianorganization,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_517,plain,
    ( lhs_atom515
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_235_0,def_lhs_atom515]) ).

fof(def_lhs_atom516,axiom,
    ( lhs_atom516
  <=> accept_population(countryahumanitarianorganization,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_518,plain,
    ( lhs_atom516
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_236_0,def_lhs_atom516]) ).

fof(def_lhs_atom517,axiom,
    ( lhs_atom517
  <=> accept_city(countryahumanitarianorganization,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_519,plain,
    ( lhs_atom517
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_237_0,def_lhs_atom517]) ).

fof(def_lhs_atom518,axiom,
    ( lhs_atom518
  <=> accept_leader(countryahumanitarianorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_520,plain,
    ( lhs_atom518
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_238_0,def_lhs_atom518]) ).

fof(to_be_clausified_521,plain,
    ( lhs_atom123
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_239_0,def_lhs_atom123]) ).

fof(def_lhs_atom519,axiom,
    ( lhs_atom519
  <=> accept_number(countryahumanitarianorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_522,plain,
    ( lhs_atom519
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_240_0,def_lhs_atom519]) ).

fof(def_lhs_atom520,axiom,
    ( lhs_atom520
  <=> accept_number(countryahumanitarianorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_523,plain,
    ( lhs_atom520
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_241_0,def_lhs_atom520]) ).

fof(to_be_clausified_524,plain,
    ( lhs_atom62
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_242_0,def_lhs_atom62]) ).

fof(def_lhs_atom521,axiom,
    ( lhs_atom521
  <=> accept_number(countryahumanitarianorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_525,plain,
    ( lhs_atom521
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_243_0,def_lhs_atom521]) ).

fof(def_lhs_atom522,axiom,
    ( lhs_atom522
  <=> accept_population(countryahumanitarianorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_526,plain,
    ( lhs_atom522
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_244_0,def_lhs_atom522]) ).

fof(def_lhs_atom523,axiom,
    ( lhs_atom523
  <=> accept_population(countryahumanitarianorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_527,plain,
    ( lhs_atom523
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_245_0,def_lhs_atom523]) ).

fof(def_lhs_atom524,axiom,
    ( lhs_atom524
  <=> accept_population(countryahumanitarianorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_528,plain,
    ( lhs_atom524
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_246_0,def_lhs_atom524]) ).

fof(def_lhs_atom525,axiom,
    ( lhs_atom525
  <=> accept_population(countryahumanitarianorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_529,plain,
    ( lhs_atom525
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_247_0,def_lhs_atom525]) ).

fof(def_lhs_atom526,axiom,
    ( lhs_atom526
  <=> accept_population(countryahumanitarianorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_530,plain,
    ( lhs_atom526
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_248_0,def_lhs_atom526]) ).

fof(to_be_clausified_531,plain,
    ( lhs_atom200
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_249_0,def_lhs_atom200]) ).

fof(def_lhs_atom527,axiom,
    ( lhs_atom527
  <=> accept_leader(countryahumanitarianorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_532,plain,
    ( lhs_atom527
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_250_0,def_lhs_atom527]) ).

fof(def_lhs_atom528,axiom,
    ( lhs_atom528
  <=> accept_city(countryahumanitarianorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_533,plain,
    ( lhs_atom528
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_251_0,def_lhs_atom528]) ).

fof(def_lhs_atom529,axiom,
    ( lhs_atom529
  <=> accept_leader(sufferterragovernment,countryacivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_534,plain,
    ( lhs_atom529
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_252_0,def_lhs_atom529]) ).

fof(def_lhs_atom530,axiom,
    ( lhs_atom530
  <=> accept_population(sufferterragovernment,other,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_535,plain,
    ( lhs_atom530
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_253_0,def_lhs_atom530]) ).

fof(def_lhs_atom531,axiom,
    ( lhs_atom531
  <=> accept_population(sufferterragovernment,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_536,plain,
    ( lhs_atom531
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_254_0,def_lhs_atom531]) ).

fof(def_lhs_atom532,axiom,
    ( lhs_atom532
  <=> accept_population(sufferterragovernment,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_537,plain,
    ( lhs_atom532
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_255_0,def_lhs_atom532]) ).

fof(def_lhs_atom533,axiom,
    ( lhs_atom533
  <=> accept_population(sufferterragovernment,christian,n20) ),
    inference(definition,[],]) ).

fof(to_be_clausified_538,plain,
    ( lhs_atom533
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_256_0,def_lhs_atom533]) ).

fof(def_lhs_atom534,axiom,
    ( lhs_atom534
  <=> accept_population(sufferterragovernment,atheist,n78) ),
    inference(definition,[],]) ).

fof(to_be_clausified_539,plain,
    ( lhs_atom534
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_257_0,def_lhs_atom534]) ).

fof(def_lhs_atom535,axiom,
    ( lhs_atom535
  <=> accept_city(sufferterragovernment,cityb) ),
    inference(definition,[],]) ).

fof(to_be_clausified_540,plain,
    ( lhs_atom535
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_258_0,def_lhs_atom535]) ).

fof(def_lhs_atom536,axiom,
    ( lhs_atom536
  <=> accept_leader(sufferterragovernment,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_541,plain,
    ( lhs_atom536
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_259_0,def_lhs_atom536]) ).

fof(def_lhs_atom537,axiom,
    ( lhs_atom537
  <=> accept_population(countryccivilorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_542,plain,
    ( lhs_atom537
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_260_0,def_lhs_atom537]) ).

fof(def_lhs_atom538,axiom,
    ( lhs_atom538
  <=> accept_population(countryccivilorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_543,plain,
    ( lhs_atom538
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_261_0,def_lhs_atom538]) ).

fof(def_lhs_atom539,axiom,
    ( lhs_atom539
  <=> accept_population(countryccivilorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_544,plain,
    ( lhs_atom539
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_262_0,def_lhs_atom539]) ).

fof(def_lhs_atom540,axiom,
    ( lhs_atom540
  <=> accept_population(countryccivilorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_545,plain,
    ( lhs_atom540
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_263_0,def_lhs_atom540]) ).

fof(def_lhs_atom541,axiom,
    ( lhs_atom541
  <=> accept_population(countryccivilorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_546,plain,
    ( lhs_atom541
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_264_0,def_lhs_atom541]) ).

fof(def_lhs_atom542,axiom,
    ( lhs_atom542
  <=> accept_city(countryccivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_547,plain,
    ( lhs_atom542
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_265_0,def_lhs_atom542]) ).

fof(def_lhs_atom543,axiom,
    ( lhs_atom543
  <=> accept_leader(countryccivilorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_548,plain,
    ( lhs_atom543
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_266_0,def_lhs_atom543]) ).

fof(def_lhs_atom544,axiom,
    ( lhs_atom544
  <=> accept_number(countryafirstaidorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_549,plain,
    ( lhs_atom544
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_267_0,def_lhs_atom544]) ).

fof(def_lhs_atom545,axiom,
    ( lhs_atom545
  <=> accept_number(countryafirstaidorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_550,plain,
    ( lhs_atom545
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_268_0,def_lhs_atom545]) ).

fof(def_lhs_atom546,axiom,
    ( lhs_atom546
  <=> accept_number(countryafirstaidorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_551,plain,
    ( lhs_atom546
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_269_0,def_lhs_atom546]) ).

fof(to_be_clausified_552,plain,
    ( lhs_atom99
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_270_0,def_lhs_atom99]) ).

fof(def_lhs_atom547,axiom,
    ( lhs_atom547
  <=> accept_number(countryafirstaidorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_553,plain,
    ( lhs_atom547
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_271_0,def_lhs_atom547]) ).

fof(def_lhs_atom548,axiom,
    ( lhs_atom548
  <=> accept_population(countryafirstaidorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_554,plain,
    ( lhs_atom548
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_272_0,def_lhs_atom548]) ).

fof(def_lhs_atom549,axiom,
    ( lhs_atom549
  <=> accept_population(countryafirstaidorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_555,plain,
    ( lhs_atom549
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_273_0,def_lhs_atom549]) ).

fof(def_lhs_atom550,axiom,
    ( lhs_atom550
  <=> accept_population(countryafirstaidorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_556,plain,
    ( lhs_atom550
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_274_0,def_lhs_atom550]) ).

fof(def_lhs_atom551,axiom,
    ( lhs_atom551
  <=> accept_population(countryafirstaidorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_557,plain,
    ( lhs_atom551
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_275_0,def_lhs_atom551]) ).

fof(def_lhs_atom552,axiom,
    ( lhs_atom552
  <=> accept_population(countryafirstaidorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_558,plain,
    ( lhs_atom552
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_276_0,def_lhs_atom552]) ).

fof(to_be_clausified_559,plain,
    ( lhs_atom183
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_277_0,def_lhs_atom183]) ).

fof(def_lhs_atom553,axiom,
    ( lhs_atom553
  <=> accept_leader(countryafirstaidorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_560,plain,
    ( lhs_atom553
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_278_0,def_lhs_atom553]) ).

fof(def_lhs_atom554,axiom,
    ( lhs_atom554
  <=> accept_city(countryafirstaidorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_561,plain,
    ( lhs_atom554
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_279_0,def_lhs_atom554]) ).

fof(def_lhs_atom555,axiom,
    ( lhs_atom555
  <=> accept_leader(countrycmedicalorganization,countryccivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_562,plain,
    ( lhs_atom555
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_280_0,def_lhs_atom555]) ).

fof(def_lhs_atom556,axiom,
    ( lhs_atom556
  <=> accept_leader(countrycmedicalorganization,countrybcivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_563,plain,
    ( lhs_atom556
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_281_0,def_lhs_atom556]) ).

fof(def_lhs_atom557,axiom,
    ( lhs_atom557
  <=> accept_leader(countrycmedicalorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_564,plain,
    ( lhs_atom557
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_282_0,def_lhs_atom557]) ).

fof(def_lhs_atom558,axiom,
    ( lhs_atom558
  <=> accept_leader(countrycmedicalorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_565,plain,
    ( lhs_atom558
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_283_0,def_lhs_atom558]) ).

fof(def_lhs_atom559,axiom,
    ( lhs_atom559
  <=> accept_population(countrycmedicalorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_566,plain,
    ( lhs_atom559
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_284_0,def_lhs_atom559]) ).

fof(def_lhs_atom560,axiom,
    ( lhs_atom560
  <=> accept_population(countrycmedicalorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_567,plain,
    ( lhs_atom560
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_285_0,def_lhs_atom560]) ).

fof(def_lhs_atom561,axiom,
    ( lhs_atom561
  <=> accept_population(countrycmedicalorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_568,plain,
    ( lhs_atom561
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_286_0,def_lhs_atom561]) ).

fof(def_lhs_atom562,axiom,
    ( lhs_atom562
  <=> accept_population(countrycmedicalorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_569,plain,
    ( lhs_atom562
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_287_0,def_lhs_atom562]) ).

fof(def_lhs_atom563,axiom,
    ( lhs_atom563
  <=> accept_population(countrycmedicalorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_570,plain,
    ( lhs_atom563
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_288_0,def_lhs_atom563]) ).

fof(def_lhs_atom564,axiom,
    ( lhs_atom564
  <=> accept_city(countrycmedicalorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_571,plain,
    ( lhs_atom564
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_289_0,def_lhs_atom564]) ).

fof(def_lhs_atom565,axiom,
    ( lhs_atom565
  <=> accept_leader(countrycmedicalorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_572,plain,
    ( lhs_atom565
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_290_0,def_lhs_atom565]) ).

fof(def_lhs_atom566,axiom,
    ( lhs_atom566
  <=> accept_leader(countrybcivilorganization,countryccivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_573,plain,
    ( lhs_atom566
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_291_0,def_lhs_atom566]) ).

fof(def_lhs_atom567,axiom,
    ( lhs_atom567
  <=> accept_leader(countrybcivilorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_574,plain,
    ( lhs_atom567
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_292_0,def_lhs_atom567]) ).

fof(def_lhs_atom568,axiom,
    ( lhs_atom568
  <=> accept_leader(countrybcivilorganization,christiancountrychumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_575,plain,
    ( lhs_atom568
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_293_0,def_lhs_atom568]) ).

fof(def_lhs_atom569,axiom,
    ( lhs_atom569
  <=> accept_leader(countrybcivilorganization,countrycmedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_576,plain,
    ( lhs_atom569
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_294_0,def_lhs_atom569]) ).

fof(def_lhs_atom570,axiom,
    ( lhs_atom570
  <=> accept_population(countrybcivilorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_577,plain,
    ( lhs_atom570
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_295_0,def_lhs_atom570]) ).

fof(def_lhs_atom571,axiom,
    ( lhs_atom571
  <=> accept_population(countrybcivilorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_578,plain,
    ( lhs_atom571
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_296_0,def_lhs_atom571]) ).

fof(def_lhs_atom572,axiom,
    ( lhs_atom572
  <=> accept_population(countrybcivilorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_579,plain,
    ( lhs_atom572
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_297_0,def_lhs_atom572]) ).

fof(def_lhs_atom573,axiom,
    ( lhs_atom573
  <=> accept_population(countrybcivilorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_580,plain,
    ( lhs_atom573
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_298_0,def_lhs_atom573]) ).

fof(def_lhs_atom574,axiom,
    ( lhs_atom574
  <=> accept_population(countrybcivilorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_581,plain,
    ( lhs_atom574
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_299_0,def_lhs_atom574]) ).

fof(def_lhs_atom575,axiom,
    ( lhs_atom575
  <=> accept_city(countrybcivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_582,plain,
    ( lhs_atom575
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_300_0,def_lhs_atom575]) ).

fof(def_lhs_atom576,axiom,
    ( lhs_atom576
  <=> accept_leader(countrybcivilorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_583,plain,
    ( lhs_atom576
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_301_0,def_lhs_atom576]) ).

fof(to_be_clausified_584,plain,
    ( lhs_atom256
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_302_0,def_lhs_atom256]) ).

fof(def_lhs_atom577,axiom,
    ( lhs_atom577
  <=> accept_number(sufferterragovernment,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_585,plain,
    ( lhs_atom577
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_303_0,def_lhs_atom577]) ).

fof(def_lhs_atom578,axiom,
    ( lhs_atom578
  <=> accept_number(sufferterragovernment,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_586,plain,
    ( lhs_atom578
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_304_0,def_lhs_atom578]) ).

fof(to_be_clausified_587,plain,
    ( lhs_atom245
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_305_0,def_lhs_atom245]) ).

fof(def_lhs_atom579,axiom,
    ( lhs_atom579
  <=> accept_number(sufferterragovernment,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_588,plain,
    ( lhs_atom579
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_306_0,def_lhs_atom579]) ).

fof(to_be_clausified_589,plain,
    ( lhs_atom258
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_307_0,def_lhs_atom258]) ).

fof(def_lhs_atom580,axiom,
    ( lhs_atom580
  <=> accept_number(countryacivilorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_590,plain,
    ( lhs_atom580
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_308_0,def_lhs_atom580]) ).

fof(def_lhs_atom581,axiom,
    ( lhs_atom581
  <=> accept_number(countryacivilorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_591,plain,
    ( lhs_atom581
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_309_0,def_lhs_atom581]) ).

fof(def_lhs_atom582,axiom,
    ( lhs_atom582
  <=> accept_number(countryacivilorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_592,plain,
    ( lhs_atom582
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_310_0,def_lhs_atom582]) ).

fof(to_be_clausified_593,plain,
    ( lhs_atom93
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_311_0,def_lhs_atom93]) ).

fof(def_lhs_atom583,axiom,
    ( lhs_atom583
  <=> accept_number(countryacivilorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_594,plain,
    ( lhs_atom583
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_312_0,def_lhs_atom583]) ).

fof(def_lhs_atom584,axiom,
    ( lhs_atom584
  <=> accept_population(countryacivilorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_595,plain,
    ( lhs_atom584
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_313_0,def_lhs_atom584]) ).

fof(def_lhs_atom585,axiom,
    ( lhs_atom585
  <=> accept_population(countryacivilorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_596,plain,
    ( lhs_atom585
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_314_0,def_lhs_atom585]) ).

fof(def_lhs_atom586,axiom,
    ( lhs_atom586
  <=> accept_population(countryacivilorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_597,plain,
    ( lhs_atom586
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_315_0,def_lhs_atom586]) ).

fof(def_lhs_atom587,axiom,
    ( lhs_atom587
  <=> accept_population(countryacivilorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_598,plain,
    ( lhs_atom587
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_316_0,def_lhs_atom587]) ).

fof(def_lhs_atom588,axiom,
    ( lhs_atom588
  <=> accept_population(countryacivilorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_599,plain,
    ( lhs_atom588
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_317_0,def_lhs_atom588]) ).

fof(to_be_clausified_600,plain,
    ( lhs_atom202
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_318_0,def_lhs_atom202]) ).

fof(def_lhs_atom589,axiom,
    ( lhs_atom589
  <=> accept_leader(countryacivilorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_601,plain,
    ( lhs_atom589
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_319_0,def_lhs_atom589]) ).

fof(def_lhs_atom590,axiom,
    ( lhs_atom590
  <=> accept_city(countryacivilorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_602,plain,
    ( lhs_atom590
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_320_0,def_lhs_atom590]) ).

fof(to_be_clausified_603,plain,
    ( lhs_atom249
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_321_0,def_lhs_atom249]) ).

fof(to_be_clausified_604,plain,
    ( lhs_atom248
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_322_0,def_lhs_atom248]) ).

fof(def_lhs_atom591,axiom,
    ( lhs_atom591
  <=> accept_number(countryccivilorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_605,plain,
    ( lhs_atom591
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_323_0,def_lhs_atom591]) ).

fof(to_be_clausified_606,plain,
    ( lhs_atom269
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_324_0,def_lhs_atom269]) ).

fof(def_lhs_atom592,axiom,
    ( lhs_atom592
  <=> accept_leader(christiancountrychumanitarianorganization,countryccivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_607,plain,
    ( lhs_atom592
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_325_0,def_lhs_atom592]) ).

fof(to_be_clausified_608,plain,
    ( lhs_atom79
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_326_0,def_lhs_atom79]) ).

fof(def_lhs_atom593,axiom,
    ( lhs_atom593
  <=> accept_number(countrybcivilorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_609,plain,
    ( lhs_atom593
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_327_0,def_lhs_atom593]) ).

fof(to_be_clausified_610,plain,
    ( lhs_atom238
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_328_0,def_lhs_atom238]) ).

fof(to_be_clausified_611,plain,
    ( lhs_atom237
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_329_0,def_lhs_atom237]) ).

fof(def_lhs_atom594,axiom,
    ( lhs_atom594
  <=> accept_number(countrybcivilorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_612,plain,
    ( lhs_atom594
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_330_0,def_lhs_atom594]) ).

fof(to_be_clausified_613,plain,
    ( lhs_atom271
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_331_0,def_lhs_atom271]) ).

fof(def_lhs_atom595,axiom,
    ( lhs_atom595
  <=> accept_leader(christiancountrychumanitarianorganization,countrybcivilorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_614,plain,
    ( lhs_atom595
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_332_0,def_lhs_atom595]) ).

fof(to_be_clausified_615,plain,
    ( lhs_atom205
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_333_0,def_lhs_atom205]) ).

fof(to_be_clausified_616,plain,
    ( lhs_atom51
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_334_0,def_lhs_atom51]) ).

fof(def_lhs_atom596,axiom,
    ( lhs_atom596
  <=> accept_number(countrybhumanitarianorganization,n3) ),
    inference(definition,[],]) ).

fof(to_be_clausified_617,plain,
    ( lhs_atom596
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_335_0,def_lhs_atom596]) ).

fof(to_be_clausified_618,plain,
    ( lhs_atom231
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_336_0,def_lhs_atom231]) ).

fof(to_be_clausified_619,plain,
    ( lhs_atom55
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_337_0,def_lhs_atom55]) ).

fof(to_be_clausified_620,plain,
    ( lhs_atom273
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_338_0,def_lhs_atom273]) ).

fof(def_lhs_atom597,axiom,
    ( lhs_atom597
  <=> accept_leader(christiancountrychumanitarianorganization,countrybhumanitarianorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_621,plain,
    ( lhs_atom597
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_339_0,def_lhs_atom597]) ).

fof(def_lhs_atom598,axiom,
    ( lhs_atom598
  <=> accept_leader(christiancountrychumanitarianorganization,countrycmedicalorganization) ),
    inference(definition,[],]) ).

fof(to_be_clausified_622,plain,
    ( lhs_atom598
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_340_0,def_lhs_atom598]) ).

fof(to_be_clausified_623,plain,
    ( lhs_atom107
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_341_0,def_lhs_atom107]) ).

fof(def_lhs_atom599,axiom,
    ( lhs_atom599
  <=> accept_number(christiancountrychumanitarianorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_624,plain,
    ( lhs_atom599
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_342_0,def_lhs_atom599]) ).

fof(to_be_clausified_625,plain,
    ( lhs_atom268
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_343_0,def_lhs_atom268]) ).

fof(to_be_clausified_626,plain,
    ( lhs_atom226
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_344_0,def_lhs_atom226]) ).

fof(def_lhs_atom600,axiom,
    ( lhs_atom600
  <=> accept_number(christiancountrychumanitarianorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_627,plain,
    ( lhs_atom600
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_345_0,def_lhs_atom600]) ).

fof(to_be_clausified_628,plain,
    ( lhs_atom276
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_346_0,def_lhs_atom276]) ).

fof(def_lhs_atom601,axiom,
    ( lhs_atom601
  <=> accept_population(christiancountrychumanitarianorganization,other,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_629,plain,
    ( lhs_atom601
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_347_0,def_lhs_atom601]) ).

fof(def_lhs_atom602,axiom,
    ( lhs_atom602
  <=> accept_population(christiancountrychumanitarianorganization,native,n0) ),
    inference(definition,[],]) ).

fof(to_be_clausified_630,plain,
    ( lhs_atom602
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_348_0,def_lhs_atom602]) ).

fof(def_lhs_atom603,axiom,
    ( lhs_atom603
  <=> accept_population(christiancountrychumanitarianorganization,muslim,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_631,plain,
    ( lhs_atom603
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_349_0,def_lhs_atom603]) ).

fof(def_lhs_atom604,axiom,
    ( lhs_atom604
  <=> accept_population(christiancountrychumanitarianorganization,christian,n24) ),
    inference(definition,[],]) ).

fof(to_be_clausified_632,plain,
    ( lhs_atom604
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_350_0,def_lhs_atom604]) ).

fof(def_lhs_atom605,axiom,
    ( lhs_atom605
  <=> accept_population(christiancountrychumanitarianorganization,atheist,n75) ),
    inference(definition,[],]) ).

fof(to_be_clausified_633,plain,
    ( lhs_atom605
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_351_0,def_lhs_atom605]) ).

fof(def_lhs_atom606,axiom,
    ( lhs_atom606
  <=> accept_city(christiancountrychumanitarianorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_634,plain,
    ( lhs_atom606
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_352_0,def_lhs_atom606]) ).

fof(def_lhs_atom607,axiom,
    ( lhs_atom607
  <=> accept_leader(christiancountrychumanitarianorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_635,plain,
    ( lhs_atom607
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_353_0,def_lhs_atom607]) ).

fof(to_be_clausified_636,plain,
    ( lhs_atom88
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_354_0,def_lhs_atom88]) ).

fof(to_be_clausified_637,plain,
    ( lhs_atom86
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_355_0,def_lhs_atom86]) ).

fof(to_be_clausified_638,plain,
    ( lhs_atom261
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_356_0,def_lhs_atom261]) ).

fof(to_be_clausified_639,plain,
    ( lhs_atom260
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_357_0,def_lhs_atom260]) ).

fof(def_lhs_atom608,axiom,
    ( lhs_atom608
  <=> accept_number(countrycmedicalorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_640,plain,
    ( lhs_atom608
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_358_0,def_lhs_atom608]) ).

fof(to_be_clausified_641,plain,
    ( lhs_atom279
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_359_0,def_lhs_atom279]) ).

fof(def_lhs_atom609,axiom,
    ( lhs_atom609
  <=> accept_number(muslimcountrybhumanitarianorganization,n5) ),
    inference(definition,[],]) ).

fof(to_be_clausified_642,plain,
    ( lhs_atom609
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_360_0,def_lhs_atom609]) ).

fof(def_lhs_atom610,axiom,
    ( lhs_atom610
  <=> accept_number(muslimcountrybhumanitarianorganization,n4) ),
    inference(definition,[],]) ).

fof(to_be_clausified_643,plain,
    ( lhs_atom610
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_361_0,def_lhs_atom610]) ).

fof(to_be_clausified_644,plain,
    ( lhs_atom132
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_362_0,def_lhs_atom132]) ).

fof(to_be_clausified_645,plain,
    ( lhs_atom217
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_363_0,def_lhs_atom217]) ).

fof(def_lhs_atom611,axiom,
    ( lhs_atom611
  <=> accept_number(muslimcountrybhumanitarianorganization,n1) ),
    inference(definition,[],]) ).

fof(to_be_clausified_646,plain,
    ( lhs_atom611
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_364_0,def_lhs_atom611]) ).

fof(to_be_clausified_647,plain,
    ( lhs_atom281
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_365_0,def_lhs_atom281]) ).

fof(def_lhs_atom612,axiom,
    ( lhs_atom612
  <=> ~ accept_city(muslimcountrybhumanitarianorganization,towna) ),
    inference(definition,[],]) ).

fof(to_be_clausified_648,plain,
    ( lhs_atom612
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_366_0,def_lhs_atom612]) ).

fof(def_lhs_atom613,axiom,
    ( lhs_atom613
  <=> accept_leader(muslimcountrybhumanitarianorganization,sufferterragovernment) ),
    inference(definition,[],]) ).

fof(to_be_clausified_649,plain,
    ( lhs_atom613
    | $false ),
    inference(fold_definition,[status(thm)],[deduced_367_0,def_lhs_atom613]) ).

fof(def_lhs_atom614,axiom,
    ( lhs_atom614
  <=> rdn_translate(n0,rdn_pos(rdnn(n0))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_650,plain,
    ( lhs_atom614
    | $false ),
    inference(fold_definition,[status(thm)],[rdn0_0,def_lhs_atom614]) ).

fof(def_lhs_atom615,axiom,
    ( lhs_atom615
  <=> rdn_translate(n1,rdn_pos(rdnn(n1))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_651,plain,
    ( lhs_atom615
    | $false ),
    inference(fold_definition,[status(thm)],[rdn1_0,def_lhs_atom615]) ).

fof(def_lhs_atom616,axiom,
    ( lhs_atom616
  <=> rdn_translate(n2,rdn_pos(rdnn(n2))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_652,plain,
    ( lhs_atom616
    | $false ),
    inference(fold_definition,[status(thm)],[rdn2_0,def_lhs_atom616]) ).

fof(def_lhs_atom617,axiom,
    ( lhs_atom617
  <=> rdn_translate(n3,rdn_pos(rdnn(n3))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_653,plain,
    ( lhs_atom617
    | $false ),
    inference(fold_definition,[status(thm)],[rdn3_0,def_lhs_atom617]) ).

fof(def_lhs_atom618,axiom,
    ( lhs_atom618
  <=> rdn_translate(n4,rdn_pos(rdnn(n4))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_654,plain,
    ( lhs_atom618
    | $false ),
    inference(fold_definition,[status(thm)],[rdn4_0,def_lhs_atom618]) ).

fof(def_lhs_atom619,axiom,
    ( lhs_atom619
  <=> rdn_translate(n5,rdn_pos(rdnn(n5))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_655,plain,
    ( lhs_atom619
    | $false ),
    inference(fold_definition,[status(thm)],[rdn5_0,def_lhs_atom619]) ).

fof(def_lhs_atom620,axiom,
    ( lhs_atom620
  <=> rdn_translate(n6,rdn_pos(rdnn(n6))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_656,plain,
    ( lhs_atom620
    | $false ),
    inference(fold_definition,[status(thm)],[rdn6_0,def_lhs_atom620]) ).

fof(def_lhs_atom621,axiom,
    ( lhs_atom621
  <=> rdn_translate(n7,rdn_pos(rdnn(n7))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_657,plain,
    ( lhs_atom621
    | $false ),
    inference(fold_definition,[status(thm)],[rdn7_0,def_lhs_atom621]) ).

fof(def_lhs_atom622,axiom,
    ( lhs_atom622
  <=> rdn_translate(n8,rdn_pos(rdnn(n8))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_658,plain,
    ( lhs_atom622
    | $false ),
    inference(fold_definition,[status(thm)],[rdn8_0,def_lhs_atom622]) ).

fof(def_lhs_atom623,axiom,
    ( lhs_atom623
  <=> rdn_translate(n9,rdn_pos(rdnn(n9))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_659,plain,
    ( lhs_atom623
    | $false ),
    inference(fold_definition,[status(thm)],[rdn9_0,def_lhs_atom623]) ).

fof(def_lhs_atom624,axiom,
    ( lhs_atom624
  <=> rdn_translate(n10,rdn_pos(rdn(rdnn(n0),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_660,plain,
    ( lhs_atom624
    | $false ),
    inference(fold_definition,[status(thm)],[rdn10_0,def_lhs_atom624]) ).

fof(def_lhs_atom625,axiom,
    ( lhs_atom625
  <=> rdn_translate(n11,rdn_pos(rdn(rdnn(n1),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_661,plain,
    ( lhs_atom625
    | $false ),
    inference(fold_definition,[status(thm)],[rdn11_0,def_lhs_atom625]) ).

fof(def_lhs_atom626,axiom,
    ( lhs_atom626
  <=> rdn_translate(n12,rdn_pos(rdn(rdnn(n2),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_662,plain,
    ( lhs_atom626
    | $false ),
    inference(fold_definition,[status(thm)],[rdn12_0,def_lhs_atom626]) ).

fof(def_lhs_atom627,axiom,
    ( lhs_atom627
  <=> rdn_translate(n13,rdn_pos(rdn(rdnn(n3),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_663,plain,
    ( lhs_atom627
    | $false ),
    inference(fold_definition,[status(thm)],[rdn13_0,def_lhs_atom627]) ).

fof(def_lhs_atom628,axiom,
    ( lhs_atom628
  <=> rdn_translate(n14,rdn_pos(rdn(rdnn(n4),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_664,plain,
    ( lhs_atom628
    | $false ),
    inference(fold_definition,[status(thm)],[rdn14_0,def_lhs_atom628]) ).

fof(def_lhs_atom629,axiom,
    ( lhs_atom629
  <=> rdn_translate(n15,rdn_pos(rdn(rdnn(n5),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_665,plain,
    ( lhs_atom629
    | $false ),
    inference(fold_definition,[status(thm)],[rdn15_0,def_lhs_atom629]) ).

fof(def_lhs_atom630,axiom,
    ( lhs_atom630
  <=> rdn_translate(n16,rdn_pos(rdn(rdnn(n6),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_666,plain,
    ( lhs_atom630
    | $false ),
    inference(fold_definition,[status(thm)],[rdn16_0,def_lhs_atom630]) ).

fof(def_lhs_atom631,axiom,
    ( lhs_atom631
  <=> rdn_translate(n17,rdn_pos(rdn(rdnn(n7),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_667,plain,
    ( lhs_atom631
    | $false ),
    inference(fold_definition,[status(thm)],[rdn17_0,def_lhs_atom631]) ).

fof(def_lhs_atom632,axiom,
    ( lhs_atom632
  <=> rdn_translate(n18,rdn_pos(rdn(rdnn(n8),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_668,plain,
    ( lhs_atom632
    | $false ),
    inference(fold_definition,[status(thm)],[rdn18_0,def_lhs_atom632]) ).

fof(def_lhs_atom633,axiom,
    ( lhs_atom633
  <=> rdn_translate(n19,rdn_pos(rdn(rdnn(n9),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_669,plain,
    ( lhs_atom633
    | $false ),
    inference(fold_definition,[status(thm)],[rdn19_0,def_lhs_atom633]) ).

fof(def_lhs_atom634,axiom,
    ( lhs_atom634
  <=> rdn_translate(n20,rdn_pos(rdn(rdnn(n0),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_670,plain,
    ( lhs_atom634
    | $false ),
    inference(fold_definition,[status(thm)],[rdn20_0,def_lhs_atom634]) ).

fof(def_lhs_atom635,axiom,
    ( lhs_atom635
  <=> rdn_translate(n21,rdn_pos(rdn(rdnn(n1),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_671,plain,
    ( lhs_atom635
    | $false ),
    inference(fold_definition,[status(thm)],[rdn21_0,def_lhs_atom635]) ).

fof(def_lhs_atom636,axiom,
    ( lhs_atom636
  <=> rdn_translate(n22,rdn_pos(rdn(rdnn(n2),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_672,plain,
    ( lhs_atom636
    | $false ),
    inference(fold_definition,[status(thm)],[rdn22_0,def_lhs_atom636]) ).

fof(def_lhs_atom637,axiom,
    ( lhs_atom637
  <=> rdn_translate(n23,rdn_pos(rdn(rdnn(n3),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_673,plain,
    ( lhs_atom637
    | $false ),
    inference(fold_definition,[status(thm)],[rdn23_0,def_lhs_atom637]) ).

fof(def_lhs_atom638,axiom,
    ( lhs_atom638
  <=> rdn_translate(n24,rdn_pos(rdn(rdnn(n4),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_674,plain,
    ( lhs_atom638
    | $false ),
    inference(fold_definition,[status(thm)],[rdn24_0,def_lhs_atom638]) ).

fof(def_lhs_atom639,axiom,
    ( lhs_atom639
  <=> rdn_translate(n25,rdn_pos(rdn(rdnn(n5),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_675,plain,
    ( lhs_atom639
    | $false ),
    inference(fold_definition,[status(thm)],[rdn25_0,def_lhs_atom639]) ).

fof(def_lhs_atom640,axiom,
    ( lhs_atom640
  <=> rdn_translate(n26,rdn_pos(rdn(rdnn(n6),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_676,plain,
    ( lhs_atom640
    | $false ),
    inference(fold_definition,[status(thm)],[rdn26_0,def_lhs_atom640]) ).

fof(def_lhs_atom641,axiom,
    ( lhs_atom641
  <=> rdn_translate(n27,rdn_pos(rdn(rdnn(n7),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_677,plain,
    ( lhs_atom641
    | $false ),
    inference(fold_definition,[status(thm)],[rdn27_0,def_lhs_atom641]) ).

fof(def_lhs_atom642,axiom,
    ( lhs_atom642
  <=> rdn_translate(n28,rdn_pos(rdn(rdnn(n8),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_678,plain,
    ( lhs_atom642
    | $false ),
    inference(fold_definition,[status(thm)],[rdn28_0,def_lhs_atom642]) ).

fof(def_lhs_atom643,axiom,
    ( lhs_atom643
  <=> rdn_translate(n29,rdn_pos(rdn(rdnn(n9),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_679,plain,
    ( lhs_atom643
    | $false ),
    inference(fold_definition,[status(thm)],[rdn29_0,def_lhs_atom643]) ).

fof(def_lhs_atom644,axiom,
    ( lhs_atom644
  <=> rdn_translate(n30,rdn_pos(rdn(rdnn(n0),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_680,plain,
    ( lhs_atom644
    | $false ),
    inference(fold_definition,[status(thm)],[rdn30_0,def_lhs_atom644]) ).

fof(def_lhs_atom645,axiom,
    ( lhs_atom645
  <=> rdn_translate(n31,rdn_pos(rdn(rdnn(n1),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_681,plain,
    ( lhs_atom645
    | $false ),
    inference(fold_definition,[status(thm)],[rdn31_0,def_lhs_atom645]) ).

fof(def_lhs_atom646,axiom,
    ( lhs_atom646
  <=> rdn_translate(n32,rdn_pos(rdn(rdnn(n2),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_682,plain,
    ( lhs_atom646
    | $false ),
    inference(fold_definition,[status(thm)],[rdn32_0,def_lhs_atom646]) ).

fof(def_lhs_atom647,axiom,
    ( lhs_atom647
  <=> rdn_translate(n33,rdn_pos(rdn(rdnn(n3),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_683,plain,
    ( lhs_atom647
    | $false ),
    inference(fold_definition,[status(thm)],[rdn33_0,def_lhs_atom647]) ).

fof(def_lhs_atom648,axiom,
    ( lhs_atom648
  <=> rdn_translate(n34,rdn_pos(rdn(rdnn(n4),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_684,plain,
    ( lhs_atom648
    | $false ),
    inference(fold_definition,[status(thm)],[rdn34_0,def_lhs_atom648]) ).

fof(def_lhs_atom649,axiom,
    ( lhs_atom649
  <=> rdn_translate(n35,rdn_pos(rdn(rdnn(n5),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_685,plain,
    ( lhs_atom649
    | $false ),
    inference(fold_definition,[status(thm)],[rdn35_0,def_lhs_atom649]) ).

fof(def_lhs_atom650,axiom,
    ( lhs_atom650
  <=> rdn_translate(n36,rdn_pos(rdn(rdnn(n6),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_686,plain,
    ( lhs_atom650
    | $false ),
    inference(fold_definition,[status(thm)],[rdn36_0,def_lhs_atom650]) ).

fof(def_lhs_atom651,axiom,
    ( lhs_atom651
  <=> rdn_translate(n37,rdn_pos(rdn(rdnn(n7),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_687,plain,
    ( lhs_atom651
    | $false ),
    inference(fold_definition,[status(thm)],[rdn37_0,def_lhs_atom651]) ).

fof(def_lhs_atom652,axiom,
    ( lhs_atom652
  <=> rdn_translate(n38,rdn_pos(rdn(rdnn(n8),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_688,plain,
    ( lhs_atom652
    | $false ),
    inference(fold_definition,[status(thm)],[rdn38_0,def_lhs_atom652]) ).

fof(def_lhs_atom653,axiom,
    ( lhs_atom653
  <=> rdn_translate(n39,rdn_pos(rdn(rdnn(n9),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_689,plain,
    ( lhs_atom653
    | $false ),
    inference(fold_definition,[status(thm)],[rdn39_0,def_lhs_atom653]) ).

fof(def_lhs_atom654,axiom,
    ( lhs_atom654
  <=> rdn_translate(n40,rdn_pos(rdn(rdnn(n0),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_690,plain,
    ( lhs_atom654
    | $false ),
    inference(fold_definition,[status(thm)],[rdn40_0,def_lhs_atom654]) ).

fof(def_lhs_atom655,axiom,
    ( lhs_atom655
  <=> rdn_translate(n41,rdn_pos(rdn(rdnn(n1),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_691,plain,
    ( lhs_atom655
    | $false ),
    inference(fold_definition,[status(thm)],[rdn41_0,def_lhs_atom655]) ).

fof(def_lhs_atom656,axiom,
    ( lhs_atom656
  <=> rdn_translate(n42,rdn_pos(rdn(rdnn(n2),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_692,plain,
    ( lhs_atom656
    | $false ),
    inference(fold_definition,[status(thm)],[rdn42_0,def_lhs_atom656]) ).

fof(def_lhs_atom657,axiom,
    ( lhs_atom657
  <=> rdn_translate(n43,rdn_pos(rdn(rdnn(n3),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_693,plain,
    ( lhs_atom657
    | $false ),
    inference(fold_definition,[status(thm)],[rdn43_0,def_lhs_atom657]) ).

fof(def_lhs_atom658,axiom,
    ( lhs_atom658
  <=> rdn_translate(n44,rdn_pos(rdn(rdnn(n4),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_694,plain,
    ( lhs_atom658
    | $false ),
    inference(fold_definition,[status(thm)],[rdn44_0,def_lhs_atom658]) ).

fof(def_lhs_atom659,axiom,
    ( lhs_atom659
  <=> rdn_translate(n45,rdn_pos(rdn(rdnn(n5),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_695,plain,
    ( lhs_atom659
    | $false ),
    inference(fold_definition,[status(thm)],[rdn45_0,def_lhs_atom659]) ).

fof(def_lhs_atom660,axiom,
    ( lhs_atom660
  <=> rdn_translate(n46,rdn_pos(rdn(rdnn(n6),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_696,plain,
    ( lhs_atom660
    | $false ),
    inference(fold_definition,[status(thm)],[rdn46_0,def_lhs_atom660]) ).

fof(def_lhs_atom661,axiom,
    ( lhs_atom661
  <=> rdn_translate(n47,rdn_pos(rdn(rdnn(n7),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_697,plain,
    ( lhs_atom661
    | $false ),
    inference(fold_definition,[status(thm)],[rdn47_0,def_lhs_atom661]) ).

fof(def_lhs_atom662,axiom,
    ( lhs_atom662
  <=> rdn_translate(n48,rdn_pos(rdn(rdnn(n8),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_698,plain,
    ( lhs_atom662
    | $false ),
    inference(fold_definition,[status(thm)],[rdn48_0,def_lhs_atom662]) ).

fof(def_lhs_atom663,axiom,
    ( lhs_atom663
  <=> rdn_translate(n49,rdn_pos(rdn(rdnn(n9),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_699,plain,
    ( lhs_atom663
    | $false ),
    inference(fold_definition,[status(thm)],[rdn49_0,def_lhs_atom663]) ).

fof(def_lhs_atom664,axiom,
    ( lhs_atom664
  <=> rdn_translate(n50,rdn_pos(rdn(rdnn(n0),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_700,plain,
    ( lhs_atom664
    | $false ),
    inference(fold_definition,[status(thm)],[rdn50_0,def_lhs_atom664]) ).

fof(def_lhs_atom665,axiom,
    ( lhs_atom665
  <=> rdn_translate(n51,rdn_pos(rdn(rdnn(n1),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_701,plain,
    ( lhs_atom665
    | $false ),
    inference(fold_definition,[status(thm)],[rdn51_0,def_lhs_atom665]) ).

fof(def_lhs_atom666,axiom,
    ( lhs_atom666
  <=> rdn_translate(n52,rdn_pos(rdn(rdnn(n2),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_702,plain,
    ( lhs_atom666
    | $false ),
    inference(fold_definition,[status(thm)],[rdn52_0,def_lhs_atom666]) ).

fof(def_lhs_atom667,axiom,
    ( lhs_atom667
  <=> rdn_translate(n53,rdn_pos(rdn(rdnn(n3),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_703,plain,
    ( lhs_atom667
    | $false ),
    inference(fold_definition,[status(thm)],[rdn53_0,def_lhs_atom667]) ).

fof(def_lhs_atom668,axiom,
    ( lhs_atom668
  <=> rdn_translate(n54,rdn_pos(rdn(rdnn(n4),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_704,plain,
    ( lhs_atom668
    | $false ),
    inference(fold_definition,[status(thm)],[rdn54_0,def_lhs_atom668]) ).

fof(def_lhs_atom669,axiom,
    ( lhs_atom669
  <=> rdn_translate(n55,rdn_pos(rdn(rdnn(n5),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_705,plain,
    ( lhs_atom669
    | $false ),
    inference(fold_definition,[status(thm)],[rdn55_0,def_lhs_atom669]) ).

fof(def_lhs_atom670,axiom,
    ( lhs_atom670
  <=> rdn_translate(n56,rdn_pos(rdn(rdnn(n6),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_706,plain,
    ( lhs_atom670
    | $false ),
    inference(fold_definition,[status(thm)],[rdn56_0,def_lhs_atom670]) ).

fof(def_lhs_atom671,axiom,
    ( lhs_atom671
  <=> rdn_translate(n57,rdn_pos(rdn(rdnn(n7),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_707,plain,
    ( lhs_atom671
    | $false ),
    inference(fold_definition,[status(thm)],[rdn57_0,def_lhs_atom671]) ).

fof(def_lhs_atom672,axiom,
    ( lhs_atom672
  <=> rdn_translate(n58,rdn_pos(rdn(rdnn(n8),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_708,plain,
    ( lhs_atom672
    | $false ),
    inference(fold_definition,[status(thm)],[rdn58_0,def_lhs_atom672]) ).

fof(def_lhs_atom673,axiom,
    ( lhs_atom673
  <=> rdn_translate(n59,rdn_pos(rdn(rdnn(n9),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_709,plain,
    ( lhs_atom673
    | $false ),
    inference(fold_definition,[status(thm)],[rdn59_0,def_lhs_atom673]) ).

fof(def_lhs_atom674,axiom,
    ( lhs_atom674
  <=> rdn_translate(n60,rdn_pos(rdn(rdnn(n0),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_710,plain,
    ( lhs_atom674
    | $false ),
    inference(fold_definition,[status(thm)],[rdn60_0,def_lhs_atom674]) ).

fof(def_lhs_atom675,axiom,
    ( lhs_atom675
  <=> rdn_translate(n61,rdn_pos(rdn(rdnn(n1),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_711,plain,
    ( lhs_atom675
    | $false ),
    inference(fold_definition,[status(thm)],[rdn61_0,def_lhs_atom675]) ).

fof(def_lhs_atom676,axiom,
    ( lhs_atom676
  <=> rdn_translate(n62,rdn_pos(rdn(rdnn(n2),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_712,plain,
    ( lhs_atom676
    | $false ),
    inference(fold_definition,[status(thm)],[rdn62_0,def_lhs_atom676]) ).

fof(def_lhs_atom677,axiom,
    ( lhs_atom677
  <=> rdn_translate(n63,rdn_pos(rdn(rdnn(n3),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_713,plain,
    ( lhs_atom677
    | $false ),
    inference(fold_definition,[status(thm)],[rdn63_0,def_lhs_atom677]) ).

fof(def_lhs_atom678,axiom,
    ( lhs_atom678
  <=> rdn_translate(n64,rdn_pos(rdn(rdnn(n4),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_714,plain,
    ( lhs_atom678
    | $false ),
    inference(fold_definition,[status(thm)],[rdn64_0,def_lhs_atom678]) ).

fof(def_lhs_atom679,axiom,
    ( lhs_atom679
  <=> rdn_translate(n65,rdn_pos(rdn(rdnn(n5),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_715,plain,
    ( lhs_atom679
    | $false ),
    inference(fold_definition,[status(thm)],[rdn65_0,def_lhs_atom679]) ).

fof(def_lhs_atom680,axiom,
    ( lhs_atom680
  <=> rdn_translate(n66,rdn_pos(rdn(rdnn(n6),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_716,plain,
    ( lhs_atom680
    | $false ),
    inference(fold_definition,[status(thm)],[rdn66_0,def_lhs_atom680]) ).

fof(def_lhs_atom681,axiom,
    ( lhs_atom681
  <=> rdn_translate(n67,rdn_pos(rdn(rdnn(n7),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_717,plain,
    ( lhs_atom681
    | $false ),
    inference(fold_definition,[status(thm)],[rdn67_0,def_lhs_atom681]) ).

fof(def_lhs_atom682,axiom,
    ( lhs_atom682
  <=> rdn_translate(n68,rdn_pos(rdn(rdnn(n8),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_718,plain,
    ( lhs_atom682
    | $false ),
    inference(fold_definition,[status(thm)],[rdn68_0,def_lhs_atom682]) ).

fof(def_lhs_atom683,axiom,
    ( lhs_atom683
  <=> rdn_translate(n69,rdn_pos(rdn(rdnn(n9),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_719,plain,
    ( lhs_atom683
    | $false ),
    inference(fold_definition,[status(thm)],[rdn69_0,def_lhs_atom683]) ).

fof(def_lhs_atom684,axiom,
    ( lhs_atom684
  <=> rdn_translate(n70,rdn_pos(rdn(rdnn(n0),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_720,plain,
    ( lhs_atom684
    | $false ),
    inference(fold_definition,[status(thm)],[rdn70_0,def_lhs_atom684]) ).

fof(def_lhs_atom685,axiom,
    ( lhs_atom685
  <=> rdn_translate(n71,rdn_pos(rdn(rdnn(n1),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_721,plain,
    ( lhs_atom685
    | $false ),
    inference(fold_definition,[status(thm)],[rdn71_0,def_lhs_atom685]) ).

fof(def_lhs_atom686,axiom,
    ( lhs_atom686
  <=> rdn_translate(n72,rdn_pos(rdn(rdnn(n2),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_722,plain,
    ( lhs_atom686
    | $false ),
    inference(fold_definition,[status(thm)],[rdn72_0,def_lhs_atom686]) ).

fof(def_lhs_atom687,axiom,
    ( lhs_atom687
  <=> rdn_translate(n73,rdn_pos(rdn(rdnn(n3),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_723,plain,
    ( lhs_atom687
    | $false ),
    inference(fold_definition,[status(thm)],[rdn73_0,def_lhs_atom687]) ).

fof(def_lhs_atom688,axiom,
    ( lhs_atom688
  <=> rdn_translate(n74,rdn_pos(rdn(rdnn(n4),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_724,plain,
    ( lhs_atom688
    | $false ),
    inference(fold_definition,[status(thm)],[rdn74_0,def_lhs_atom688]) ).

fof(def_lhs_atom689,axiom,
    ( lhs_atom689
  <=> rdn_translate(n75,rdn_pos(rdn(rdnn(n5),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_725,plain,
    ( lhs_atom689
    | $false ),
    inference(fold_definition,[status(thm)],[rdn75_0,def_lhs_atom689]) ).

fof(def_lhs_atom690,axiom,
    ( lhs_atom690
  <=> rdn_translate(n76,rdn_pos(rdn(rdnn(n6),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_726,plain,
    ( lhs_atom690
    | $false ),
    inference(fold_definition,[status(thm)],[rdn76_0,def_lhs_atom690]) ).

fof(def_lhs_atom691,axiom,
    ( lhs_atom691
  <=> rdn_translate(n77,rdn_pos(rdn(rdnn(n7),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_727,plain,
    ( lhs_atom691
    | $false ),
    inference(fold_definition,[status(thm)],[rdn77_0,def_lhs_atom691]) ).

fof(def_lhs_atom692,axiom,
    ( lhs_atom692
  <=> rdn_translate(n78,rdn_pos(rdn(rdnn(n8),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_728,plain,
    ( lhs_atom692
    | $false ),
    inference(fold_definition,[status(thm)],[rdn78_0,def_lhs_atom692]) ).

fof(def_lhs_atom693,axiom,
    ( lhs_atom693
  <=> rdn_translate(n79,rdn_pos(rdn(rdnn(n9),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_729,plain,
    ( lhs_atom693
    | $false ),
    inference(fold_definition,[status(thm)],[rdn79_0,def_lhs_atom693]) ).

fof(def_lhs_atom694,axiom,
    ( lhs_atom694
  <=> rdn_translate(n80,rdn_pos(rdn(rdnn(n0),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_730,plain,
    ( lhs_atom694
    | $false ),
    inference(fold_definition,[status(thm)],[rdn80_0,def_lhs_atom694]) ).

fof(def_lhs_atom695,axiom,
    ( lhs_atom695
  <=> rdn_translate(n81,rdn_pos(rdn(rdnn(n1),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_731,plain,
    ( lhs_atom695
    | $false ),
    inference(fold_definition,[status(thm)],[rdn81_0,def_lhs_atom695]) ).

fof(def_lhs_atom696,axiom,
    ( lhs_atom696
  <=> rdn_translate(n82,rdn_pos(rdn(rdnn(n2),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_732,plain,
    ( lhs_atom696
    | $false ),
    inference(fold_definition,[status(thm)],[rdn82_0,def_lhs_atom696]) ).

fof(def_lhs_atom697,axiom,
    ( lhs_atom697
  <=> rdn_translate(n83,rdn_pos(rdn(rdnn(n3),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_733,plain,
    ( lhs_atom697
    | $false ),
    inference(fold_definition,[status(thm)],[rdn83_0,def_lhs_atom697]) ).

fof(def_lhs_atom698,axiom,
    ( lhs_atom698
  <=> rdn_translate(n84,rdn_pos(rdn(rdnn(n4),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_734,plain,
    ( lhs_atom698
    | $false ),
    inference(fold_definition,[status(thm)],[rdn84_0,def_lhs_atom698]) ).

fof(def_lhs_atom699,axiom,
    ( lhs_atom699
  <=> rdn_translate(n85,rdn_pos(rdn(rdnn(n5),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_735,plain,
    ( lhs_atom699
    | $false ),
    inference(fold_definition,[status(thm)],[rdn85_0,def_lhs_atom699]) ).

fof(def_lhs_atom700,axiom,
    ( lhs_atom700
  <=> rdn_translate(n86,rdn_pos(rdn(rdnn(n6),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_736,plain,
    ( lhs_atom700
    | $false ),
    inference(fold_definition,[status(thm)],[rdn86_0,def_lhs_atom700]) ).

fof(def_lhs_atom701,axiom,
    ( lhs_atom701
  <=> rdn_translate(n87,rdn_pos(rdn(rdnn(n7),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_737,plain,
    ( lhs_atom701
    | $false ),
    inference(fold_definition,[status(thm)],[rdn87_0,def_lhs_atom701]) ).

fof(def_lhs_atom702,axiom,
    ( lhs_atom702
  <=> rdn_translate(n88,rdn_pos(rdn(rdnn(n8),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_738,plain,
    ( lhs_atom702
    | $false ),
    inference(fold_definition,[status(thm)],[rdn88_0,def_lhs_atom702]) ).

fof(def_lhs_atom703,axiom,
    ( lhs_atom703
  <=> rdn_translate(n89,rdn_pos(rdn(rdnn(n9),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_739,plain,
    ( lhs_atom703
    | $false ),
    inference(fold_definition,[status(thm)],[rdn89_0,def_lhs_atom703]) ).

fof(def_lhs_atom704,axiom,
    ( lhs_atom704
  <=> rdn_translate(n90,rdn_pos(rdn(rdnn(n0),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_740,plain,
    ( lhs_atom704
    | $false ),
    inference(fold_definition,[status(thm)],[rdn90_0,def_lhs_atom704]) ).

fof(def_lhs_atom705,axiom,
    ( lhs_atom705
  <=> rdn_translate(n91,rdn_pos(rdn(rdnn(n1),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_741,plain,
    ( lhs_atom705
    | $false ),
    inference(fold_definition,[status(thm)],[rdn91_0,def_lhs_atom705]) ).

fof(def_lhs_atom706,axiom,
    ( lhs_atom706
  <=> rdn_translate(n92,rdn_pos(rdn(rdnn(n2),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_742,plain,
    ( lhs_atom706
    | $false ),
    inference(fold_definition,[status(thm)],[rdn92_0,def_lhs_atom706]) ).

fof(def_lhs_atom707,axiom,
    ( lhs_atom707
  <=> rdn_translate(n93,rdn_pos(rdn(rdnn(n3),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_743,plain,
    ( lhs_atom707
    | $false ),
    inference(fold_definition,[status(thm)],[rdn93_0,def_lhs_atom707]) ).

fof(def_lhs_atom708,axiom,
    ( lhs_atom708
  <=> rdn_translate(n94,rdn_pos(rdn(rdnn(n4),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_744,plain,
    ( lhs_atom708
    | $false ),
    inference(fold_definition,[status(thm)],[rdn94_0,def_lhs_atom708]) ).

fof(def_lhs_atom709,axiom,
    ( lhs_atom709
  <=> rdn_translate(n95,rdn_pos(rdn(rdnn(n5),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_745,plain,
    ( lhs_atom709
    | $false ),
    inference(fold_definition,[status(thm)],[rdn95_0,def_lhs_atom709]) ).

fof(def_lhs_atom710,axiom,
    ( lhs_atom710
  <=> rdn_translate(n96,rdn_pos(rdn(rdnn(n6),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_746,plain,
    ( lhs_atom710
    | $false ),
    inference(fold_definition,[status(thm)],[rdn96_0,def_lhs_atom710]) ).

fof(def_lhs_atom711,axiom,
    ( lhs_atom711
  <=> rdn_translate(n97,rdn_pos(rdn(rdnn(n7),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_747,plain,
    ( lhs_atom711
    | $false ),
    inference(fold_definition,[status(thm)],[rdn97_0,def_lhs_atom711]) ).

fof(def_lhs_atom712,axiom,
    ( lhs_atom712
  <=> rdn_translate(n98,rdn_pos(rdn(rdnn(n8),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_748,plain,
    ( lhs_atom712
    | $false ),
    inference(fold_definition,[status(thm)],[rdn98_0,def_lhs_atom712]) ).

fof(def_lhs_atom713,axiom,
    ( lhs_atom713
  <=> rdn_translate(n99,rdn_pos(rdn(rdnn(n9),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_749,plain,
    ( lhs_atom713
    | $false ),
    inference(fold_definition,[status(thm)],[rdn99_0,def_lhs_atom713]) ).

fof(def_lhs_atom714,axiom,
    ( lhs_atom714
  <=> rdn_translate(n100,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_750,plain,
    ( lhs_atom714
    | $false ),
    inference(fold_definition,[status(thm)],[rdn100_0,def_lhs_atom714]) ).

fof(def_lhs_atom715,axiom,
    ( lhs_atom715
  <=> rdn_translate(n101,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_751,plain,
    ( lhs_atom715
    | $false ),
    inference(fold_definition,[status(thm)],[rdn101_0,def_lhs_atom715]) ).

fof(def_lhs_atom716,axiom,
    ( lhs_atom716
  <=> rdn_translate(n102,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_752,plain,
    ( lhs_atom716
    | $false ),
    inference(fold_definition,[status(thm)],[rdn102_0,def_lhs_atom716]) ).

fof(def_lhs_atom717,axiom,
    ( lhs_atom717
  <=> rdn_translate(n103,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_753,plain,
    ( lhs_atom717
    | $false ),
    inference(fold_definition,[status(thm)],[rdn103_0,def_lhs_atom717]) ).

fof(def_lhs_atom718,axiom,
    ( lhs_atom718
  <=> rdn_translate(n104,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_754,plain,
    ( lhs_atom718
    | $false ),
    inference(fold_definition,[status(thm)],[rdn104_0,def_lhs_atom718]) ).

fof(def_lhs_atom719,axiom,
    ( lhs_atom719
  <=> rdn_translate(n105,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_755,plain,
    ( lhs_atom719
    | $false ),
    inference(fold_definition,[status(thm)],[rdn105_0,def_lhs_atom719]) ).

fof(def_lhs_atom720,axiom,
    ( lhs_atom720
  <=> rdn_translate(n106,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_756,plain,
    ( lhs_atom720
    | $false ),
    inference(fold_definition,[status(thm)],[rdn106_0,def_lhs_atom720]) ).

fof(def_lhs_atom721,axiom,
    ( lhs_atom721
  <=> rdn_translate(n107,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_757,plain,
    ( lhs_atom721
    | $false ),
    inference(fold_definition,[status(thm)],[rdn107_0,def_lhs_atom721]) ).

fof(def_lhs_atom722,axiom,
    ( lhs_atom722
  <=> rdn_translate(n108,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_758,plain,
    ( lhs_atom722
    | $false ),
    inference(fold_definition,[status(thm)],[rdn108_0,def_lhs_atom722]) ).

fof(def_lhs_atom723,axiom,
    ( lhs_atom723
  <=> rdn_translate(n109,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_759,plain,
    ( lhs_atom723
    | $false ),
    inference(fold_definition,[status(thm)],[rdn109_0,def_lhs_atom723]) ).

fof(def_lhs_atom724,axiom,
    ( lhs_atom724
  <=> rdn_translate(n110,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_760,plain,
    ( lhs_atom724
    | $false ),
    inference(fold_definition,[status(thm)],[rdn110_0,def_lhs_atom724]) ).

fof(def_lhs_atom725,axiom,
    ( lhs_atom725
  <=> rdn_translate(n111,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_761,plain,
    ( lhs_atom725
    | $false ),
    inference(fold_definition,[status(thm)],[rdn111_0,def_lhs_atom725]) ).

fof(def_lhs_atom726,axiom,
    ( lhs_atom726
  <=> rdn_translate(n112,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_762,plain,
    ( lhs_atom726
    | $false ),
    inference(fold_definition,[status(thm)],[rdn112_0,def_lhs_atom726]) ).

fof(def_lhs_atom727,axiom,
    ( lhs_atom727
  <=> rdn_translate(n113,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_763,plain,
    ( lhs_atom727
    | $false ),
    inference(fold_definition,[status(thm)],[rdn113_0,def_lhs_atom727]) ).

fof(def_lhs_atom728,axiom,
    ( lhs_atom728
  <=> rdn_translate(n114,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_764,plain,
    ( lhs_atom728
    | $false ),
    inference(fold_definition,[status(thm)],[rdn114_0,def_lhs_atom728]) ).

fof(def_lhs_atom729,axiom,
    ( lhs_atom729
  <=> rdn_translate(n115,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_765,plain,
    ( lhs_atom729
    | $false ),
    inference(fold_definition,[status(thm)],[rdn115_0,def_lhs_atom729]) ).

fof(def_lhs_atom730,axiom,
    ( lhs_atom730
  <=> rdn_translate(n116,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_766,plain,
    ( lhs_atom730
    | $false ),
    inference(fold_definition,[status(thm)],[rdn116_0,def_lhs_atom730]) ).

fof(def_lhs_atom731,axiom,
    ( lhs_atom731
  <=> rdn_translate(n117,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_767,plain,
    ( lhs_atom731
    | $false ),
    inference(fold_definition,[status(thm)],[rdn117_0,def_lhs_atom731]) ).

fof(def_lhs_atom732,axiom,
    ( lhs_atom732
  <=> rdn_translate(n118,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_768,plain,
    ( lhs_atom732
    | $false ),
    inference(fold_definition,[status(thm)],[rdn118_0,def_lhs_atom732]) ).

fof(def_lhs_atom733,axiom,
    ( lhs_atom733
  <=> rdn_translate(n119,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_769,plain,
    ( lhs_atom733
    | $false ),
    inference(fold_definition,[status(thm)],[rdn119_0,def_lhs_atom733]) ).

fof(def_lhs_atom734,axiom,
    ( lhs_atom734
  <=> rdn_translate(n120,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_770,plain,
    ( lhs_atom734
    | $false ),
    inference(fold_definition,[status(thm)],[rdn120_0,def_lhs_atom734]) ).

fof(def_lhs_atom735,axiom,
    ( lhs_atom735
  <=> rdn_translate(n121,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_771,plain,
    ( lhs_atom735
    | $false ),
    inference(fold_definition,[status(thm)],[rdn121_0,def_lhs_atom735]) ).

fof(def_lhs_atom736,axiom,
    ( lhs_atom736
  <=> rdn_translate(n122,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_772,plain,
    ( lhs_atom736
    | $false ),
    inference(fold_definition,[status(thm)],[rdn122_0,def_lhs_atom736]) ).

fof(def_lhs_atom737,axiom,
    ( lhs_atom737
  <=> rdn_translate(n123,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_773,plain,
    ( lhs_atom737
    | $false ),
    inference(fold_definition,[status(thm)],[rdn123_0,def_lhs_atom737]) ).

fof(def_lhs_atom738,axiom,
    ( lhs_atom738
  <=> rdn_translate(n124,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_774,plain,
    ( lhs_atom738
    | $false ),
    inference(fold_definition,[status(thm)],[rdn124_0,def_lhs_atom738]) ).

fof(def_lhs_atom739,axiom,
    ( lhs_atom739
  <=> rdn_translate(n125,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_775,plain,
    ( lhs_atom739
    | $false ),
    inference(fold_definition,[status(thm)],[rdn125_0,def_lhs_atom739]) ).

fof(def_lhs_atom740,axiom,
    ( lhs_atom740
  <=> rdn_translate(n126,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_776,plain,
    ( lhs_atom740
    | $false ),
    inference(fold_definition,[status(thm)],[rdn126_0,def_lhs_atom740]) ).

fof(def_lhs_atom741,axiom,
    ( lhs_atom741
  <=> rdn_translate(n127,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_777,plain,
    ( lhs_atom741
    | $false ),
    inference(fold_definition,[status(thm)],[rdn127_0,def_lhs_atom741]) ).

fof(def_lhs_atom742,axiom,
    ( lhs_atom742
  <=> rdn_translate(nn1,rdn_neg(rdnn(n1))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_778,plain,
    ( lhs_atom742
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn1_0,def_lhs_atom742]) ).

fof(def_lhs_atom743,axiom,
    ( lhs_atom743
  <=> rdn_translate(nn2,rdn_neg(rdnn(n2))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_779,plain,
    ( lhs_atom743
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn2_0,def_lhs_atom743]) ).

fof(def_lhs_atom744,axiom,
    ( lhs_atom744
  <=> rdn_translate(nn3,rdn_neg(rdnn(n3))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_780,plain,
    ( lhs_atom744
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn3_0,def_lhs_atom744]) ).

fof(def_lhs_atom745,axiom,
    ( lhs_atom745
  <=> rdn_translate(nn4,rdn_neg(rdnn(n4))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_781,plain,
    ( lhs_atom745
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn4_0,def_lhs_atom745]) ).

fof(def_lhs_atom746,axiom,
    ( lhs_atom746
  <=> rdn_translate(nn5,rdn_neg(rdnn(n5))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_782,plain,
    ( lhs_atom746
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn5_0,def_lhs_atom746]) ).

fof(def_lhs_atom747,axiom,
    ( lhs_atom747
  <=> rdn_translate(nn6,rdn_neg(rdnn(n6))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_783,plain,
    ( lhs_atom747
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn6_0,def_lhs_atom747]) ).

fof(def_lhs_atom748,axiom,
    ( lhs_atom748
  <=> rdn_translate(nn7,rdn_neg(rdnn(n7))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_784,plain,
    ( lhs_atom748
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn7_0,def_lhs_atom748]) ).

fof(def_lhs_atom749,axiom,
    ( lhs_atom749
  <=> rdn_translate(nn8,rdn_neg(rdnn(n8))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_785,plain,
    ( lhs_atom749
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn8_0,def_lhs_atom749]) ).

fof(def_lhs_atom750,axiom,
    ( lhs_atom750
  <=> rdn_translate(nn9,rdn_neg(rdnn(n9))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_786,plain,
    ( lhs_atom750
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn9_0,def_lhs_atom750]) ).

fof(def_lhs_atom751,axiom,
    ( lhs_atom751
  <=> rdn_translate(nn10,rdn_neg(rdn(rdnn(n0),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_787,plain,
    ( lhs_atom751
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn10_0,def_lhs_atom751]) ).

fof(def_lhs_atom752,axiom,
    ( lhs_atom752
  <=> rdn_translate(nn11,rdn_neg(rdn(rdnn(n1),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_788,plain,
    ( lhs_atom752
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn11_0,def_lhs_atom752]) ).

fof(def_lhs_atom753,axiom,
    ( lhs_atom753
  <=> rdn_translate(nn12,rdn_neg(rdn(rdnn(n2),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_789,plain,
    ( lhs_atom753
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn12_0,def_lhs_atom753]) ).

fof(def_lhs_atom754,axiom,
    ( lhs_atom754
  <=> rdn_translate(nn13,rdn_neg(rdn(rdnn(n3),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_790,plain,
    ( lhs_atom754
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn13_0,def_lhs_atom754]) ).

fof(def_lhs_atom755,axiom,
    ( lhs_atom755
  <=> rdn_translate(nn14,rdn_neg(rdn(rdnn(n4),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_791,plain,
    ( lhs_atom755
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn14_0,def_lhs_atom755]) ).

fof(def_lhs_atom756,axiom,
    ( lhs_atom756
  <=> rdn_translate(nn15,rdn_neg(rdn(rdnn(n5),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_792,plain,
    ( lhs_atom756
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn15_0,def_lhs_atom756]) ).

fof(def_lhs_atom757,axiom,
    ( lhs_atom757
  <=> rdn_translate(nn16,rdn_neg(rdn(rdnn(n6),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_793,plain,
    ( lhs_atom757
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn16_0,def_lhs_atom757]) ).

fof(def_lhs_atom758,axiom,
    ( lhs_atom758
  <=> rdn_translate(nn17,rdn_neg(rdn(rdnn(n7),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_794,plain,
    ( lhs_atom758
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn17_0,def_lhs_atom758]) ).

fof(def_lhs_atom759,axiom,
    ( lhs_atom759
  <=> rdn_translate(nn18,rdn_neg(rdn(rdnn(n8),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_795,plain,
    ( lhs_atom759
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn18_0,def_lhs_atom759]) ).

fof(def_lhs_atom760,axiom,
    ( lhs_atom760
  <=> rdn_translate(nn19,rdn_neg(rdn(rdnn(n9),rdnn(n1)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_796,plain,
    ( lhs_atom760
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn19_0,def_lhs_atom760]) ).

fof(def_lhs_atom761,axiom,
    ( lhs_atom761
  <=> rdn_translate(nn20,rdn_neg(rdn(rdnn(n0),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_797,plain,
    ( lhs_atom761
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn20_0,def_lhs_atom761]) ).

fof(def_lhs_atom762,axiom,
    ( lhs_atom762
  <=> rdn_translate(nn21,rdn_neg(rdn(rdnn(n1),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_798,plain,
    ( lhs_atom762
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn21_0,def_lhs_atom762]) ).

fof(def_lhs_atom763,axiom,
    ( lhs_atom763
  <=> rdn_translate(nn22,rdn_neg(rdn(rdnn(n2),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_799,plain,
    ( lhs_atom763
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn22_0,def_lhs_atom763]) ).

fof(def_lhs_atom764,axiom,
    ( lhs_atom764
  <=> rdn_translate(nn23,rdn_neg(rdn(rdnn(n3),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_800,plain,
    ( lhs_atom764
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn23_0,def_lhs_atom764]) ).

fof(def_lhs_atom765,axiom,
    ( lhs_atom765
  <=> rdn_translate(nn24,rdn_neg(rdn(rdnn(n4),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_801,plain,
    ( lhs_atom765
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn24_0,def_lhs_atom765]) ).

fof(def_lhs_atom766,axiom,
    ( lhs_atom766
  <=> rdn_translate(nn25,rdn_neg(rdn(rdnn(n5),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_802,plain,
    ( lhs_atom766
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn25_0,def_lhs_atom766]) ).

fof(def_lhs_atom767,axiom,
    ( lhs_atom767
  <=> rdn_translate(nn26,rdn_neg(rdn(rdnn(n6),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_803,plain,
    ( lhs_atom767
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn26_0,def_lhs_atom767]) ).

fof(def_lhs_atom768,axiom,
    ( lhs_atom768
  <=> rdn_translate(nn27,rdn_neg(rdn(rdnn(n7),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_804,plain,
    ( lhs_atom768
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn27_0,def_lhs_atom768]) ).

fof(def_lhs_atom769,axiom,
    ( lhs_atom769
  <=> rdn_translate(nn28,rdn_neg(rdn(rdnn(n8),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_805,plain,
    ( lhs_atom769
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn28_0,def_lhs_atom769]) ).

fof(def_lhs_atom770,axiom,
    ( lhs_atom770
  <=> rdn_translate(nn29,rdn_neg(rdn(rdnn(n9),rdnn(n2)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_806,plain,
    ( lhs_atom770
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn29_0,def_lhs_atom770]) ).

fof(def_lhs_atom771,axiom,
    ( lhs_atom771
  <=> rdn_translate(nn30,rdn_neg(rdn(rdnn(n0),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_807,plain,
    ( lhs_atom771
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn30_0,def_lhs_atom771]) ).

fof(def_lhs_atom772,axiom,
    ( lhs_atom772
  <=> rdn_translate(nn31,rdn_neg(rdn(rdnn(n1),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_808,plain,
    ( lhs_atom772
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn31_0,def_lhs_atom772]) ).

fof(def_lhs_atom773,axiom,
    ( lhs_atom773
  <=> rdn_translate(nn32,rdn_neg(rdn(rdnn(n2),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_809,plain,
    ( lhs_atom773
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn32_0,def_lhs_atom773]) ).

fof(def_lhs_atom774,axiom,
    ( lhs_atom774
  <=> rdn_translate(nn33,rdn_neg(rdn(rdnn(n3),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_810,plain,
    ( lhs_atom774
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn33_0,def_lhs_atom774]) ).

fof(def_lhs_atom775,axiom,
    ( lhs_atom775
  <=> rdn_translate(nn34,rdn_neg(rdn(rdnn(n4),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_811,plain,
    ( lhs_atom775
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn34_0,def_lhs_atom775]) ).

fof(def_lhs_atom776,axiom,
    ( lhs_atom776
  <=> rdn_translate(nn35,rdn_neg(rdn(rdnn(n5),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_812,plain,
    ( lhs_atom776
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn35_0,def_lhs_atom776]) ).

fof(def_lhs_atom777,axiom,
    ( lhs_atom777
  <=> rdn_translate(nn36,rdn_neg(rdn(rdnn(n6),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_813,plain,
    ( lhs_atom777
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn36_0,def_lhs_atom777]) ).

fof(def_lhs_atom778,axiom,
    ( lhs_atom778
  <=> rdn_translate(nn37,rdn_neg(rdn(rdnn(n7),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_814,plain,
    ( lhs_atom778
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn37_0,def_lhs_atom778]) ).

fof(def_lhs_atom779,axiom,
    ( lhs_atom779
  <=> rdn_translate(nn38,rdn_neg(rdn(rdnn(n8),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_815,plain,
    ( lhs_atom779
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn38_0,def_lhs_atom779]) ).

fof(def_lhs_atom780,axiom,
    ( lhs_atom780
  <=> rdn_translate(nn39,rdn_neg(rdn(rdnn(n9),rdnn(n3)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_816,plain,
    ( lhs_atom780
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn39_0,def_lhs_atom780]) ).

fof(def_lhs_atom781,axiom,
    ( lhs_atom781
  <=> rdn_translate(nn40,rdn_neg(rdn(rdnn(n0),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_817,plain,
    ( lhs_atom781
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn40_0,def_lhs_atom781]) ).

fof(def_lhs_atom782,axiom,
    ( lhs_atom782
  <=> rdn_translate(nn41,rdn_neg(rdn(rdnn(n1),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_818,plain,
    ( lhs_atom782
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn41_0,def_lhs_atom782]) ).

fof(def_lhs_atom783,axiom,
    ( lhs_atom783
  <=> rdn_translate(nn42,rdn_neg(rdn(rdnn(n2),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_819,plain,
    ( lhs_atom783
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn42_0,def_lhs_atom783]) ).

fof(def_lhs_atom784,axiom,
    ( lhs_atom784
  <=> rdn_translate(nn43,rdn_neg(rdn(rdnn(n3),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_820,plain,
    ( lhs_atom784
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn43_0,def_lhs_atom784]) ).

fof(def_lhs_atom785,axiom,
    ( lhs_atom785
  <=> rdn_translate(nn44,rdn_neg(rdn(rdnn(n4),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_821,plain,
    ( lhs_atom785
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn44_0,def_lhs_atom785]) ).

fof(def_lhs_atom786,axiom,
    ( lhs_atom786
  <=> rdn_translate(nn45,rdn_neg(rdn(rdnn(n5),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_822,plain,
    ( lhs_atom786
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn45_0,def_lhs_atom786]) ).

fof(def_lhs_atom787,axiom,
    ( lhs_atom787
  <=> rdn_translate(nn46,rdn_neg(rdn(rdnn(n6),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_823,plain,
    ( lhs_atom787
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn46_0,def_lhs_atom787]) ).

fof(def_lhs_atom788,axiom,
    ( lhs_atom788
  <=> rdn_translate(nn47,rdn_neg(rdn(rdnn(n7),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_824,plain,
    ( lhs_atom788
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn47_0,def_lhs_atom788]) ).

fof(def_lhs_atom789,axiom,
    ( lhs_atom789
  <=> rdn_translate(nn48,rdn_neg(rdn(rdnn(n8),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_825,plain,
    ( lhs_atom789
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn48_0,def_lhs_atom789]) ).

fof(def_lhs_atom790,axiom,
    ( lhs_atom790
  <=> rdn_translate(nn49,rdn_neg(rdn(rdnn(n9),rdnn(n4)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_826,plain,
    ( lhs_atom790
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn49_0,def_lhs_atom790]) ).

fof(def_lhs_atom791,axiom,
    ( lhs_atom791
  <=> rdn_translate(nn50,rdn_neg(rdn(rdnn(n0),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_827,plain,
    ( lhs_atom791
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn50_0,def_lhs_atom791]) ).

fof(def_lhs_atom792,axiom,
    ( lhs_atom792
  <=> rdn_translate(nn51,rdn_neg(rdn(rdnn(n1),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_828,plain,
    ( lhs_atom792
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn51_0,def_lhs_atom792]) ).

fof(def_lhs_atom793,axiom,
    ( lhs_atom793
  <=> rdn_translate(nn52,rdn_neg(rdn(rdnn(n2),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_829,plain,
    ( lhs_atom793
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn52_0,def_lhs_atom793]) ).

fof(def_lhs_atom794,axiom,
    ( lhs_atom794
  <=> rdn_translate(nn53,rdn_neg(rdn(rdnn(n3),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_830,plain,
    ( lhs_atom794
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn53_0,def_lhs_atom794]) ).

fof(def_lhs_atom795,axiom,
    ( lhs_atom795
  <=> rdn_translate(nn54,rdn_neg(rdn(rdnn(n4),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_831,plain,
    ( lhs_atom795
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn54_0,def_lhs_atom795]) ).

fof(def_lhs_atom796,axiom,
    ( lhs_atom796
  <=> rdn_translate(nn55,rdn_neg(rdn(rdnn(n5),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_832,plain,
    ( lhs_atom796
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn55_0,def_lhs_atom796]) ).

fof(def_lhs_atom797,axiom,
    ( lhs_atom797
  <=> rdn_translate(nn56,rdn_neg(rdn(rdnn(n6),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_833,plain,
    ( lhs_atom797
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn56_0,def_lhs_atom797]) ).

fof(def_lhs_atom798,axiom,
    ( lhs_atom798
  <=> rdn_translate(nn57,rdn_neg(rdn(rdnn(n7),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_834,plain,
    ( lhs_atom798
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn57_0,def_lhs_atom798]) ).

fof(def_lhs_atom799,axiom,
    ( lhs_atom799
  <=> rdn_translate(nn58,rdn_neg(rdn(rdnn(n8),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_835,plain,
    ( lhs_atom799
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn58_0,def_lhs_atom799]) ).

fof(def_lhs_atom800,axiom,
    ( lhs_atom800
  <=> rdn_translate(nn59,rdn_neg(rdn(rdnn(n9),rdnn(n5)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_836,plain,
    ( lhs_atom800
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn59_0,def_lhs_atom800]) ).

fof(def_lhs_atom801,axiom,
    ( lhs_atom801
  <=> rdn_translate(nn60,rdn_neg(rdn(rdnn(n0),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_837,plain,
    ( lhs_atom801
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn60_0,def_lhs_atom801]) ).

fof(def_lhs_atom802,axiom,
    ( lhs_atom802
  <=> rdn_translate(nn61,rdn_neg(rdn(rdnn(n1),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_838,plain,
    ( lhs_atom802
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn61_0,def_lhs_atom802]) ).

fof(def_lhs_atom803,axiom,
    ( lhs_atom803
  <=> rdn_translate(nn62,rdn_neg(rdn(rdnn(n2),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_839,plain,
    ( lhs_atom803
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn62_0,def_lhs_atom803]) ).

fof(def_lhs_atom804,axiom,
    ( lhs_atom804
  <=> rdn_translate(nn63,rdn_neg(rdn(rdnn(n3),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_840,plain,
    ( lhs_atom804
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn63_0,def_lhs_atom804]) ).

fof(def_lhs_atom805,axiom,
    ( lhs_atom805
  <=> rdn_translate(nn64,rdn_neg(rdn(rdnn(n4),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_841,plain,
    ( lhs_atom805
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn64_0,def_lhs_atom805]) ).

fof(def_lhs_atom806,axiom,
    ( lhs_atom806
  <=> rdn_translate(nn65,rdn_neg(rdn(rdnn(n5),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_842,plain,
    ( lhs_atom806
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn65_0,def_lhs_atom806]) ).

fof(def_lhs_atom807,axiom,
    ( lhs_atom807
  <=> rdn_translate(nn66,rdn_neg(rdn(rdnn(n6),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_843,plain,
    ( lhs_atom807
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn66_0,def_lhs_atom807]) ).

fof(def_lhs_atom808,axiom,
    ( lhs_atom808
  <=> rdn_translate(nn67,rdn_neg(rdn(rdnn(n7),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_844,plain,
    ( lhs_atom808
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn67_0,def_lhs_atom808]) ).

fof(def_lhs_atom809,axiom,
    ( lhs_atom809
  <=> rdn_translate(nn68,rdn_neg(rdn(rdnn(n8),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_845,plain,
    ( lhs_atom809
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn68_0,def_lhs_atom809]) ).

fof(def_lhs_atom810,axiom,
    ( lhs_atom810
  <=> rdn_translate(nn69,rdn_neg(rdn(rdnn(n9),rdnn(n6)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_846,plain,
    ( lhs_atom810
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn69_0,def_lhs_atom810]) ).

fof(def_lhs_atom811,axiom,
    ( lhs_atom811
  <=> rdn_translate(nn70,rdn_neg(rdn(rdnn(n0),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_847,plain,
    ( lhs_atom811
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn70_0,def_lhs_atom811]) ).

fof(def_lhs_atom812,axiom,
    ( lhs_atom812
  <=> rdn_translate(nn71,rdn_neg(rdn(rdnn(n1),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_848,plain,
    ( lhs_atom812
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn71_0,def_lhs_atom812]) ).

fof(def_lhs_atom813,axiom,
    ( lhs_atom813
  <=> rdn_translate(nn72,rdn_neg(rdn(rdnn(n2),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_849,plain,
    ( lhs_atom813
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn72_0,def_lhs_atom813]) ).

fof(def_lhs_atom814,axiom,
    ( lhs_atom814
  <=> rdn_translate(nn73,rdn_neg(rdn(rdnn(n3),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_850,plain,
    ( lhs_atom814
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn73_0,def_lhs_atom814]) ).

fof(def_lhs_atom815,axiom,
    ( lhs_atom815
  <=> rdn_translate(nn74,rdn_neg(rdn(rdnn(n4),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_851,plain,
    ( lhs_atom815
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn74_0,def_lhs_atom815]) ).

fof(def_lhs_atom816,axiom,
    ( lhs_atom816
  <=> rdn_translate(nn75,rdn_neg(rdn(rdnn(n5),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_852,plain,
    ( lhs_atom816
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn75_0,def_lhs_atom816]) ).

fof(def_lhs_atom817,axiom,
    ( lhs_atom817
  <=> rdn_translate(nn76,rdn_neg(rdn(rdnn(n6),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_853,plain,
    ( lhs_atom817
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn76_0,def_lhs_atom817]) ).

fof(def_lhs_atom818,axiom,
    ( lhs_atom818
  <=> rdn_translate(nn77,rdn_neg(rdn(rdnn(n7),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_854,plain,
    ( lhs_atom818
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn77_0,def_lhs_atom818]) ).

fof(def_lhs_atom819,axiom,
    ( lhs_atom819
  <=> rdn_translate(nn78,rdn_neg(rdn(rdnn(n8),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_855,plain,
    ( lhs_atom819
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn78_0,def_lhs_atom819]) ).

fof(def_lhs_atom820,axiom,
    ( lhs_atom820
  <=> rdn_translate(nn79,rdn_neg(rdn(rdnn(n9),rdnn(n7)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_856,plain,
    ( lhs_atom820
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn79_0,def_lhs_atom820]) ).

fof(def_lhs_atom821,axiom,
    ( lhs_atom821
  <=> rdn_translate(nn80,rdn_neg(rdn(rdnn(n0),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_857,plain,
    ( lhs_atom821
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn80_0,def_lhs_atom821]) ).

fof(def_lhs_atom822,axiom,
    ( lhs_atom822
  <=> rdn_translate(nn81,rdn_neg(rdn(rdnn(n1),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_858,plain,
    ( lhs_atom822
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn81_0,def_lhs_atom822]) ).

fof(def_lhs_atom823,axiom,
    ( lhs_atom823
  <=> rdn_translate(nn82,rdn_neg(rdn(rdnn(n2),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_859,plain,
    ( lhs_atom823
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn82_0,def_lhs_atom823]) ).

fof(def_lhs_atom824,axiom,
    ( lhs_atom824
  <=> rdn_translate(nn83,rdn_neg(rdn(rdnn(n3),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_860,plain,
    ( lhs_atom824
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn83_0,def_lhs_atom824]) ).

fof(def_lhs_atom825,axiom,
    ( lhs_atom825
  <=> rdn_translate(nn84,rdn_neg(rdn(rdnn(n4),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_861,plain,
    ( lhs_atom825
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn84_0,def_lhs_atom825]) ).

fof(def_lhs_atom826,axiom,
    ( lhs_atom826
  <=> rdn_translate(nn85,rdn_neg(rdn(rdnn(n5),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_862,plain,
    ( lhs_atom826
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn85_0,def_lhs_atom826]) ).

fof(def_lhs_atom827,axiom,
    ( lhs_atom827
  <=> rdn_translate(nn86,rdn_neg(rdn(rdnn(n6),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_863,plain,
    ( lhs_atom827
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn86_0,def_lhs_atom827]) ).

fof(def_lhs_atom828,axiom,
    ( lhs_atom828
  <=> rdn_translate(nn87,rdn_neg(rdn(rdnn(n7),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_864,plain,
    ( lhs_atom828
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn87_0,def_lhs_atom828]) ).

fof(def_lhs_atom829,axiom,
    ( lhs_atom829
  <=> rdn_translate(nn88,rdn_neg(rdn(rdnn(n8),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_865,plain,
    ( lhs_atom829
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn88_0,def_lhs_atom829]) ).

fof(def_lhs_atom830,axiom,
    ( lhs_atom830
  <=> rdn_translate(nn89,rdn_neg(rdn(rdnn(n9),rdnn(n8)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_866,plain,
    ( lhs_atom830
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn89_0,def_lhs_atom830]) ).

fof(def_lhs_atom831,axiom,
    ( lhs_atom831
  <=> rdn_translate(nn90,rdn_neg(rdn(rdnn(n0),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_867,plain,
    ( lhs_atom831
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn90_0,def_lhs_atom831]) ).

fof(def_lhs_atom832,axiom,
    ( lhs_atom832
  <=> rdn_translate(nn91,rdn_neg(rdn(rdnn(n1),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_868,plain,
    ( lhs_atom832
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn91_0,def_lhs_atom832]) ).

fof(def_lhs_atom833,axiom,
    ( lhs_atom833
  <=> rdn_translate(nn92,rdn_neg(rdn(rdnn(n2),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_869,plain,
    ( lhs_atom833
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn92_0,def_lhs_atom833]) ).

fof(def_lhs_atom834,axiom,
    ( lhs_atom834
  <=> rdn_translate(nn93,rdn_neg(rdn(rdnn(n3),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_870,plain,
    ( lhs_atom834
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn93_0,def_lhs_atom834]) ).

fof(def_lhs_atom835,axiom,
    ( lhs_atom835
  <=> rdn_translate(nn94,rdn_neg(rdn(rdnn(n4),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_871,plain,
    ( lhs_atom835
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn94_0,def_lhs_atom835]) ).

fof(def_lhs_atom836,axiom,
    ( lhs_atom836
  <=> rdn_translate(nn95,rdn_neg(rdn(rdnn(n5),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_872,plain,
    ( lhs_atom836
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn95_0,def_lhs_atom836]) ).

fof(def_lhs_atom837,axiom,
    ( lhs_atom837
  <=> rdn_translate(nn96,rdn_neg(rdn(rdnn(n6),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_873,plain,
    ( lhs_atom837
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn96_0,def_lhs_atom837]) ).

fof(def_lhs_atom838,axiom,
    ( lhs_atom838
  <=> rdn_translate(nn97,rdn_neg(rdn(rdnn(n7),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_874,plain,
    ( lhs_atom838
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn97_0,def_lhs_atom838]) ).

fof(def_lhs_atom839,axiom,
    ( lhs_atom839
  <=> rdn_translate(nn98,rdn_neg(rdn(rdnn(n8),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_875,plain,
    ( lhs_atom839
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn98_0,def_lhs_atom839]) ).

fof(def_lhs_atom840,axiom,
    ( lhs_atom840
  <=> rdn_translate(nn99,rdn_neg(rdn(rdnn(n9),rdnn(n9)))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_876,plain,
    ( lhs_atom840
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn99_0,def_lhs_atom840]) ).

fof(def_lhs_atom841,axiom,
    ( lhs_atom841
  <=> rdn_translate(nn100,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_877,plain,
    ( lhs_atom841
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn100_0,def_lhs_atom841]) ).

fof(def_lhs_atom842,axiom,
    ( lhs_atom842
  <=> rdn_translate(nn101,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_878,plain,
    ( lhs_atom842
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn101_0,def_lhs_atom842]) ).

fof(def_lhs_atom843,axiom,
    ( lhs_atom843
  <=> rdn_translate(nn102,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_879,plain,
    ( lhs_atom843
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn102_0,def_lhs_atom843]) ).

fof(def_lhs_atom844,axiom,
    ( lhs_atom844
  <=> rdn_translate(nn103,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_880,plain,
    ( lhs_atom844
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn103_0,def_lhs_atom844]) ).

fof(def_lhs_atom845,axiom,
    ( lhs_atom845
  <=> rdn_translate(nn104,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_881,plain,
    ( lhs_atom845
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn104_0,def_lhs_atom845]) ).

fof(def_lhs_atom846,axiom,
    ( lhs_atom846
  <=> rdn_translate(nn105,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_882,plain,
    ( lhs_atom846
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn105_0,def_lhs_atom846]) ).

fof(def_lhs_atom847,axiom,
    ( lhs_atom847
  <=> rdn_translate(nn106,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_883,plain,
    ( lhs_atom847
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn106_0,def_lhs_atom847]) ).

fof(def_lhs_atom848,axiom,
    ( lhs_atom848
  <=> rdn_translate(nn107,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_884,plain,
    ( lhs_atom848
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn107_0,def_lhs_atom848]) ).

fof(def_lhs_atom849,axiom,
    ( lhs_atom849
  <=> rdn_translate(nn108,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_885,plain,
    ( lhs_atom849
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn108_0,def_lhs_atom849]) ).

fof(def_lhs_atom850,axiom,
    ( lhs_atom850
  <=> rdn_translate(nn109,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_886,plain,
    ( lhs_atom850
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn109_0,def_lhs_atom850]) ).

fof(def_lhs_atom851,axiom,
    ( lhs_atom851
  <=> rdn_translate(nn110,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_887,plain,
    ( lhs_atom851
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn110_0,def_lhs_atom851]) ).

fof(def_lhs_atom852,axiom,
    ( lhs_atom852
  <=> rdn_translate(nn111,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_888,plain,
    ( lhs_atom852
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn111_0,def_lhs_atom852]) ).

fof(def_lhs_atom853,axiom,
    ( lhs_atom853
  <=> rdn_translate(nn112,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_889,plain,
    ( lhs_atom853
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn112_0,def_lhs_atom853]) ).

fof(def_lhs_atom854,axiom,
    ( lhs_atom854
  <=> rdn_translate(nn113,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_890,plain,
    ( lhs_atom854
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn113_0,def_lhs_atom854]) ).

fof(def_lhs_atom855,axiom,
    ( lhs_atom855
  <=> rdn_translate(nn114,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_891,plain,
    ( lhs_atom855
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn114_0,def_lhs_atom855]) ).

fof(def_lhs_atom856,axiom,
    ( lhs_atom856
  <=> rdn_translate(nn115,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_892,plain,
    ( lhs_atom856
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn115_0,def_lhs_atom856]) ).

fof(def_lhs_atom857,axiom,
    ( lhs_atom857
  <=> rdn_translate(nn116,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_893,plain,
    ( lhs_atom857
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn116_0,def_lhs_atom857]) ).

fof(def_lhs_atom858,axiom,
    ( lhs_atom858
  <=> rdn_translate(nn117,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_894,plain,
    ( lhs_atom858
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn117_0,def_lhs_atom858]) ).

fof(def_lhs_atom859,axiom,
    ( lhs_atom859
  <=> rdn_translate(nn118,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_895,plain,
    ( lhs_atom859
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn118_0,def_lhs_atom859]) ).

fof(def_lhs_atom860,axiom,
    ( lhs_atom860
  <=> rdn_translate(nn119,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_896,plain,
    ( lhs_atom860
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn119_0,def_lhs_atom860]) ).

fof(def_lhs_atom861,axiom,
    ( lhs_atom861
  <=> rdn_translate(nn120,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_897,plain,
    ( lhs_atom861
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn120_0,def_lhs_atom861]) ).

fof(def_lhs_atom862,axiom,
    ( lhs_atom862
  <=> rdn_translate(nn121,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_898,plain,
    ( lhs_atom862
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn121_0,def_lhs_atom862]) ).

fof(def_lhs_atom863,axiom,
    ( lhs_atom863
  <=> rdn_translate(nn122,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_899,plain,
    ( lhs_atom863
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn122_0,def_lhs_atom863]) ).

fof(def_lhs_atom864,axiom,
    ( lhs_atom864
  <=> rdn_translate(nn123,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_900,plain,
    ( lhs_atom864
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn123_0,def_lhs_atom864]) ).

fof(def_lhs_atom865,axiom,
    ( lhs_atom865
  <=> rdn_translate(nn124,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_901,plain,
    ( lhs_atom865
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn124_0,def_lhs_atom865]) ).

fof(def_lhs_atom866,axiom,
    ( lhs_atom866
  <=> rdn_translate(nn125,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_902,plain,
    ( lhs_atom866
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn125_0,def_lhs_atom866]) ).

fof(def_lhs_atom867,axiom,
    ( lhs_atom867
  <=> rdn_translate(nn126,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_903,plain,
    ( lhs_atom867
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn126_0,def_lhs_atom867]) ).

fof(def_lhs_atom868,axiom,
    ( lhs_atom868
  <=> rdn_translate(nn127,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_904,plain,
    ( lhs_atom868
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn127_0,def_lhs_atom868]) ).

fof(def_lhs_atom869,axiom,
    ( lhs_atom869
  <=> rdn_translate(nn128,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n2),rdnn(n1))))) ),
    inference(definition,[],]) ).

fof(to_be_clausified_905,plain,
    ( lhs_atom869
    | $false ),
    inference(fold_definition,[status(thm)],[rdnn128_0,def_lhs_atom869]) ).

fof(def_lhs_atom870,axiom,
    ( lhs_atom870
  <=> rdn_non_zero_digit(rdnn(n1)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_906,plain,
    ( lhs_atom870
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit1_0,def_lhs_atom870]) ).

fof(def_lhs_atom871,axiom,
    ( lhs_atom871
  <=> rdn_non_zero_digit(rdnn(n2)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_907,plain,
    ( lhs_atom871
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit2_0,def_lhs_atom871]) ).

fof(def_lhs_atom872,axiom,
    ( lhs_atom872
  <=> rdn_non_zero_digit(rdnn(n3)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_908,plain,
    ( lhs_atom872
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit3_0,def_lhs_atom872]) ).

fof(def_lhs_atom873,axiom,
    ( lhs_atom873
  <=> rdn_non_zero_digit(rdnn(n4)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_909,plain,
    ( lhs_atom873
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit4_0,def_lhs_atom873]) ).

fof(def_lhs_atom874,axiom,
    ( lhs_atom874
  <=> rdn_non_zero_digit(rdnn(n5)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_910,plain,
    ( lhs_atom874
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit5_0,def_lhs_atom874]) ).

fof(def_lhs_atom875,axiom,
    ( lhs_atom875
  <=> rdn_non_zero_digit(rdnn(n6)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_911,plain,
    ( lhs_atom875
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit6_0,def_lhs_atom875]) ).

fof(def_lhs_atom876,axiom,
    ( lhs_atom876
  <=> rdn_non_zero_digit(rdnn(n7)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_912,plain,
    ( lhs_atom876
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit7_0,def_lhs_atom876]) ).

fof(def_lhs_atom877,axiom,
    ( lhs_atom877
  <=> rdn_non_zero_digit(rdnn(n8)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_913,plain,
    ( lhs_atom877
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit8_0,def_lhs_atom877]) ).

fof(def_lhs_atom878,axiom,
    ( lhs_atom878
  <=> rdn_non_zero_digit(rdnn(n9)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_914,plain,
    ( lhs_atom878
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_digit9_0,def_lhs_atom878]) ).

fof(def_lhs_atom879,axiom,
    ( lhs_atom879
  <=> rdn_positive_less(rdnn(n0),rdnn(n1)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_915,plain,
    ( lhs_atom879
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less01_0,def_lhs_atom879]) ).

fof(def_lhs_atom880,axiom,
    ( lhs_atom880
  <=> rdn_positive_less(rdnn(n1),rdnn(n2)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_916,plain,
    ( lhs_atom880
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less12_0,def_lhs_atom880]) ).

fof(def_lhs_atom881,axiom,
    ( lhs_atom881
  <=> rdn_positive_less(rdnn(n2),rdnn(n3)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_917,plain,
    ( lhs_atom881
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less23_0,def_lhs_atom881]) ).

fof(def_lhs_atom882,axiom,
    ( lhs_atom882
  <=> rdn_positive_less(rdnn(n3),rdnn(n4)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_918,plain,
    ( lhs_atom882
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less34_0,def_lhs_atom882]) ).

fof(def_lhs_atom883,axiom,
    ( lhs_atom883
  <=> rdn_positive_less(rdnn(n4),rdnn(n5)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_919,plain,
    ( lhs_atom883
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less45_0,def_lhs_atom883]) ).

fof(def_lhs_atom884,axiom,
    ( lhs_atom884
  <=> rdn_positive_less(rdnn(n5),rdnn(n6)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_920,plain,
    ( lhs_atom884
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less56_0,def_lhs_atom884]) ).

fof(def_lhs_atom885,axiom,
    ( lhs_atom885
  <=> rdn_positive_less(rdnn(n6),rdnn(n7)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_921,plain,
    ( lhs_atom885
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less67_0,def_lhs_atom885]) ).

fof(def_lhs_atom886,axiom,
    ( lhs_atom886
  <=> rdn_positive_less(rdnn(n7),rdnn(n8)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_922,plain,
    ( lhs_atom886
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less78_0,def_lhs_atom886]) ).

fof(def_lhs_atom887,axiom,
    ( lhs_atom887
  <=> rdn_positive_less(rdnn(n8),rdnn(n9)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_923,plain,
    ( lhs_atom887
    | $false ),
    inference(fold_definition,[status(thm)],[rdn_positive_less89_0,def_lhs_atom887]) ).

fof(def_lhs_atom888,axiom,
    ! [Z,X] :
      ( lhs_atom888(Z,X)
    <=> rdn_positive_less(rdnn(X),rdnn(Z)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_924,plain,
    ! [X,Y,Z] :
      ( lhs_atom888(Z,X)
      | ~ ( rdn_positive_less(rdnn(X),rdnn(Y))
          & rdn_positive_less(rdnn(Y),rdnn(Z)) ) ),
    inference(fold_definition,[status(thm)],[rdn_positive_less_transitivity_0,def_lhs_atom888]) ).

fof(def_lhs_atom889,axiom,
    ! [Os,Ob] :
      ( lhs_atom889(Os,Ob)
    <=> ~ rdn_positive_less(Os,Ob) ),
    inference(definition,[],]) ).

fof(to_be_clausified_925,plain,
    ! [Db,Ds,Ob,Os] :
      ( lhs_atom889(Os,Ob)
      | rdn_positive_less(rdn(rdnn(Ds),Os),rdn(rdnn(Db),Ob)) ),
    inference(fold_definition,[status(thm)],[rdn_positive_less_multi_digit_high_0,def_lhs_atom889]) ).

fof(def_lhs_atom890,axiom,
    ! [O,Ds,Db] :
      ( lhs_atom890(O,Ds,Db)
    <=> rdn_positive_less(rdn(rdnn(Ds),O),rdn(rdnn(Db),O)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_926,plain,
    ! [Db,Ds,O] :
      ( lhs_atom890(O,Ds,Db)
      | ~ ( rdn_positive_less(rdnn(Ds),rdnn(Db))
          & rdn_non_zero(O) ) ),
    inference(fold_definition,[status(thm)],[rdn_positive_less_multi_digit_low_0,def_lhs_atom890]) ).

fof(def_lhs_atom891,axiom,
    ! [Ob] :
      ( lhs_atom891(Ob)
    <=> ~ rdn_non_zero(Ob) ),
    inference(definition,[],]) ).

fof(to_be_clausified_927,plain,
    ! [D,Db,Ob] :
      ( lhs_atom891(Ob)
      | rdn_positive_less(rdnn(D),rdn(rdnn(Db),Ob)) ),
    inference(fold_definition,[status(thm)],[rdn_extra_digits_positive_less_0,def_lhs_atom891]) ).

fof(def_lhs_atom892,axiom,
    ! [X] :
      ( lhs_atom892(X)
    <=> ~ rdn_non_zero_digit(rdnn(X)) ),
    inference(definition,[],]) ).

fof(to_be_clausified_928,plain,
    ! [X] :
      ( lhs_atom892(X)
      | rdn_non_zero(rdnn(X)) ),
    inference(fold_definition,[status(thm)],[rdn_non_zero_by_digit_0,def_lhs_atom892]) ).

fof(def_lhs_atom893,axiom,
    ! [O] :
      ( lhs_atom893(O)
    <=> ~ rdn_non_zero(O) ),
    inference(definition,[],]) ).

fof(to_be_clausified_929,plain,
    ! [D,O] :
      ( lhs_atom893(O)
      | rdn_non_zero(rdn(rdnn(D),O)) ),
    inference(fold_definition,[status(thm)],[rdn_non_zero_by_structure_0,def_lhs_atom893]) ).

fof(def_lhs_atom894,axiom,
    ! [Y,X] :
      ( lhs_atom894(Y,X)
    <=> less(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_930,plain,
    ! [RDN_X,RDN_Y,X,Y] :
      ( lhs_atom894(Y,X)
      | ~ ( rdn_translate(X,rdn_pos(RDN_X))
          & rdn_translate(Y,rdn_pos(RDN_Y))
          & rdn_positive_less(RDN_X,RDN_Y) ) ),
    inference(fold_definition,[status(thm)],[less_entry_point_pos_pos_0,def_lhs_atom894]) ).

fof(to_be_clausified_931,plain,
    ! [RDN_X,RDN_Y,X,Y] :
      ( lhs_atom894(Y,X)
      | ~ ( rdn_translate(X,rdn_neg(RDN_X))
          & rdn_translate(Y,rdn_pos(RDN_Y)) ) ),
    inference(fold_definition,[status(thm)],[less_entry_point_neg_pos_0,def_lhs_atom894]) ).

fof(to_be_clausified_932,plain,
    ! [RDN_X,RDN_Y,X,Y] :
      ( lhs_atom894(Y,X)
      | ~ ( rdn_translate(X,rdn_neg(RDN_X))
          & rdn_translate(Y,rdn_neg(RDN_Y))
          & rdn_positive_less(RDN_Y,RDN_X) ) ),
    inference(fold_definition,[status(thm)],[less_entry_point_neg_neg_0,def_lhs_atom894]) ).

fof(def_lhs_atom895,axiom,
    ! [Y,X] :
      ( lhs_atom895(Y,X)
    <=> ~ less(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_933,plain,
    ! [X,Y] :
      ( lhs_atom895(Y,X)
      | ( ~ less(Y,X)
        & Y != X ) ),
    inference(fold_definition,[status(thm)],[less_property_1,def_lhs_atom895]) ).

fof(to_be_clausified_934,plain,
    ! [X,Y] :
      ( lhs_atom894(Y,X)
      | ~ ( ~ less(Y,X)
          & Y != X ) ),
    inference(fold_definition,[status(thm)],[less_property_0,def_lhs_atom894]) ).

fof(def_lhs_atom896,axiom,
    ! [Y,X] :
      ( lhs_atom896(Y,X)
    <=> ~ less_or_equal(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_935,plain,
    ! [X,Y] :
      ( lhs_atom896(Y,X)
      | less(X,Y)
      | X = Y ),
    inference(fold_definition,[status(thm)],[less_or_equal_1,def_lhs_atom896]) ).

fof(def_lhs_atom897,axiom,
    ! [Y,X] :
      ( lhs_atom897(Y,X)
    <=> less_or_equal(X,Y) ),
    inference(definition,[],]) ).

fof(to_be_clausified_936,plain,
    ! [X,Y] :
      ( lhs_atom897(Y,X)
      | ~ ( less(X,Y)
          | X = Y ) ),
    inference(fold_definition,[status(thm)],[less_or_equal_0,def_lhs_atom897]) ).

fof(def_lhs_atom898,axiom,
    ! [Z,X] :
      ( lhs_atom898(Z,X)
    <=> less_or_equal(Z,X) ),
    inference(definition,[],]) ).

fof(to_be_clausified_937,plain,
    ! [X,Y,Z] :
      ( lhs_atom898(Z,X)
      | ~ ( sum(X,n1,Y)
          & less(Z,Y) ) ),
    inference(fold_definition,[status(thm)],[less_successor_0,def_lhs_atom898]) ).

% Start CNF derivation
fof(c_0_0,axiom,
    ! [X4] :
      ( lhs_atom34(X4)
      | ~ ( accept_population(X4,atheist,n30)
          & accept_population(X4,christian,n0)
          & accept_population(X4,muslim,n65)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n5) ) ),
    file('<stdin>',to_be_clausified_33) ).

fof(c_0_1,axiom,
    ! [X4] :
      ( lhs_atom32(X4)
      | ~ ( accept_population(X4,atheist,n78)
          & accept_population(X4,christian,n20)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n1) ) ),
    file('<stdin>',to_be_clausified_31) ).

fof(c_0_2,axiom,
    ! [X4] :
      ( lhs_atom30(X4)
      | ~ ( accept_population(X4,atheist,n70)
          & accept_population(X4,christian,n20)
          & accept_population(X4,muslim,n8)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n2) ) ),
    file('<stdin>',to_be_clausified_29) ).

fof(c_0_3,axiom,
    ! [X4] :
      ( lhs_atom28(X4)
      | ~ ( accept_population(X4,atheist,n75)
          & accept_population(X4,christian,n25)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_27) ).

fof(c_0_4,axiom,
    ! [X4] :
      ( lhs_atom26(X4)
      | ~ ( accept_population(X4,atheist,n75)
          & accept_population(X4,christian,n24)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_25) ).

fof(c_0_5,axiom,
    ! [X4] :
      ( lhs_atom24(X4)
      | ~ ( accept_population(X4,atheist,n0)
          & accept_population(X4,christian,n0)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n100)
          & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_23) ).

fof(c_0_6,axiom,
    ! [X4] :
      ( lhs_atom22(X4)
      | ~ ( accept_population(X4,atheist,n12)
          & accept_population(X4,christian,n3)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n85)
          & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_21) ).

fof(c_0_7,axiom,
    ! [X4] :
      ( lhs_atom20(X4)
      | ~ ( accept_population(X4,atheist,n70)
          & accept_population(X4,christian,n13)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n15)
          & accept_population(X4,other,n2) ) ),
    file('<stdin>',to_be_clausified_19) ).

fof(c_0_8,axiom,
    ! [X4] :
      ( lhs_atom18(X4)
      | ~ ( accept_population(X4,atheist,n68)
          & accept_population(X4,christian,n16)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n11)
          & accept_population(X4,other,n4) ) ),
    file('<stdin>',to_be_clausified_17) ).

fof(c_0_9,axiom,
    ! [X4] :
      ( lhs_atom16(X4)
      | ~ ( accept_population(X4,atheist,n70)
          & accept_population(X4,christian,n15)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n10)
          & accept_population(X4,other,n4) ) ),
    file('<stdin>',to_be_clausified_15) ).

fof(c_0_10,axiom,
    ! [X4] :
      ( lhs_atom14(X4)
      | ~ ( accept_population(X4,atheist,n30)
          & accept_population(X4,christian,n8)
          & accept_population(X4,muslim,n60)
          & accept_population(X4,native,n1)
          & accept_population(X4,other,n1) ) ),
    file('<stdin>',to_be_clausified_13) ).

fof(c_0_11,axiom,
    ! [X4] :
      ( lhs_atom12(X4)
      | ~ ( accept_population(X4,atheist,n54)
          & accept_population(X4,christian,n23)
          & accept_population(X4,muslim,n3)
          & accept_population(X4,native,n1)
          & accept_population(X4,other,n9) ) ),
    file('<stdin>',to_be_clausified_11) ).

fof(c_0_12,axiom,
    ! [X4] :
      ( lhs_atom10(X4)
      | ~ ( accept_population(X4,atheist,n65)
          & accept_population(X4,christian,n20)
          & accept_population(X4,muslim,n7)
          & accept_population(X4,native,n4)
          & accept_population(X4,other,n4) ) ),
    file('<stdin>',to_be_clausified_9) ).

fof(c_0_13,axiom,
    ! [X1,X2,X3,X4] :
      ( lhs_atom2(X1,X2,X3,X4)
      | ~ ( accept_city(X4,X3)
          & accept_leader(X4,X2)
          & accept_number(X4,X1) ) ),
    file('<stdin>',to_be_clausified_1) ).

fof(c_0_14,axiom,
    ! [X1,X2,X3,X4] :
      ( lhs_atom1(X1,X2,X3,X4)
      | ( accept_city(X4,X3)
        & accept_leader(X4,X2)
        & accept_number(X4,X1) ) ),
    file('<stdin>',to_be_clausified_0) ).

fof(c_0_15,axiom,
    ! [X6,X1,X5,X4] :
      ( lhs_atom4(X6,X5,X4)
      | ~ ( accept_population(X4,X6,X1)
          & less(X5,X1) ) ),
    file('<stdin>',to_be_clausified_3) ).

fof(c_0_16,axiom,
    ! [X7,X8,X9] :
      ( lhs_atom898(X7,X9)
      | ~ ( sum(X9,n1,X8)
          & less(X7,X8) ) ),
    file('<stdin>',to_be_clausified_937) ).

fof(c_0_17,axiom,
    ! [X10,X11,X12,X13] :
      ( lhs_atom889(X10,X11)
      | rdn_positive_less(rdn(rdnn(X12),X10),rdn(rdnn(X13),X11)) ),
    file('<stdin>',to_be_clausified_925) ).

fof(c_0_18,axiom,
    ! [X14,X12,X13] :
      ( lhs_atom890(X14,X12,X13)
      | ~ ( rdn_positive_less(rdnn(X12),rdnn(X13))
          & rdn_non_zero(X14) ) ),
    file('<stdin>',to_be_clausified_926) ).

fof(c_0_19,axiom,
    ! [X8,X9,X16,X17] :
      ( lhs_atom894(X8,X9)
      | ~ ( rdn_translate(X9,rdn_neg(X17))
          & rdn_translate(X8,rdn_neg(X16))
          & rdn_positive_less(X16,X17) ) ),
    file('<stdin>',to_be_clausified_932) ).

fof(c_0_20,axiom,
    ! [X8,X9,X16,X17] :
      ( lhs_atom894(X8,X9)
      | ~ ( rdn_translate(X9,rdn_pos(X17))
          & rdn_translate(X8,rdn_pos(X16))
          & rdn_positive_less(X17,X16) ) ),
    file('<stdin>',to_be_clausified_930) ).

fof(c_0_21,axiom,
    ! [X2,X3,X4] :
      ( lhs_atom7(X2,X3,X4)
      | ~ ( accept_city(X4,X3)
          & accept_leader(X4,X2) ) ),
    file('<stdin>',to_be_clausified_6) ).

fof(c_0_22,axiom,
    ! [X7,X8,X9] :
      ( lhs_atom888(X7,X9)
      | ~ ( rdn_positive_less(rdnn(X9),rdnn(X8))
          & rdn_positive_less(rdnn(X8),rdnn(X7)) ) ),
    file('<stdin>',to_be_clausified_924) ).

fof(c_0_23,axiom,
    ! [X8,X9,X16,X17] :
      ( lhs_atom894(X8,X9)
      | ~ ( rdn_translate(X9,rdn_neg(X17))
          & rdn_translate(X8,rdn_pos(X16)) ) ),
    file('<stdin>',to_be_clausified_931) ).

fof(c_0_24,axiom,
    ! [X2,X3,X4] :
      ( lhs_atom6(X2,X3,X4)
      | accept_leader(X4,X2) ),
    file('<stdin>',to_be_clausified_5) ).

fof(c_0_25,axiom,
    ! [X2,X3,X4] :
      ( lhs_atom5(X2,X3,X4)
      | ( accept_leader(X4,X2)
        & accept_city(X4,X3) ) ),
    file('<stdin>',to_be_clausified_4) ).

fof(c_0_26,axiom,
    ! [X11,X13,X15] :
      ( lhs_atom891(X11)
      | rdn_positive_less(rdnn(X15),rdn(rdnn(X13),X11)) ),
    file('<stdin>',to_be_clausified_927) ).

fof(c_0_27,axiom,
    ! [X1,X5,X4] :
      ( lhs_atom3(X5,X4)
      | ~ ( accept_number(X4,X1)
          & less(X5,X1) ) ),
    file('<stdin>',to_be_clausified_2) ).

fof(c_0_28,axiom,
    ! [X4] :
      ( lhs_atom33(X4)
      | ( accept_population(X4,atheist,n30)
        & accept_population(X4,christian,n0)
        & accept_population(X4,muslim,n65)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n5) ) ),
    file('<stdin>',to_be_clausified_32) ).

fof(c_0_29,axiom,
    ! [X4] :
      ( lhs_atom31(X4)
      | ( accept_population(X4,atheist,n78)
        & accept_population(X4,christian,n20)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n1) ) ),
    file('<stdin>',to_be_clausified_30) ).

fof(c_0_30,axiom,
    ! [X4] :
      ( lhs_atom29(X4)
      | ( accept_population(X4,atheist,n70)
        & accept_population(X4,christian,n20)
        & accept_population(X4,muslim,n8)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n2) ) ),
    file('<stdin>',to_be_clausified_28) ).

fof(c_0_31,axiom,
    ! [X4] :
      ( lhs_atom27(X4)
      | ( accept_population(X4,atheist,n75)
        & accept_population(X4,christian,n25)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_26) ).

fof(c_0_32,axiom,
    ! [X4] :
      ( lhs_atom25(X4)
      | ( accept_population(X4,atheist,n75)
        & accept_population(X4,christian,n24)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_24) ).

fof(c_0_33,axiom,
    ! [X4] :
      ( lhs_atom23(X4)
      | ( accept_population(X4,atheist,n0)
        & accept_population(X4,christian,n0)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n100)
        & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_22) ).

fof(c_0_34,axiom,
    ! [X4] :
      ( lhs_atom21(X4)
      | ( accept_population(X4,atheist,n12)
        & accept_population(X4,christian,n3)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n85)
        & accept_population(X4,other,n0) ) ),
    file('<stdin>',to_be_clausified_20) ).

fof(c_0_35,axiom,
    ! [X4] :
      ( lhs_atom19(X4)
      | ( accept_population(X4,atheist,n70)
        & accept_population(X4,christian,n13)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n15)
        & accept_population(X4,other,n2) ) ),
    file('<stdin>',to_be_clausified_18) ).

fof(c_0_36,axiom,
    ! [X4] :
      ( lhs_atom17(X4)
      | ( accept_population(X4,atheist,n68)
        & accept_population(X4,christian,n16)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n11)
        & accept_population(X4,other,n4) ) ),
    file('<stdin>',to_be_clausified_16) ).

fof(c_0_37,axiom,
    ! [X4] :
      ( lhs_atom15(X4)
      | ( accept_population(X4,atheist,n70)
        & accept_population(X4,christian,n15)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n10)
        & accept_population(X4,other,n4) ) ),
    file('<stdin>',to_be_clausified_14) ).

fof(c_0_38,axiom,
    ! [X4] :
      ( lhs_atom13(X4)
      | ( accept_population(X4,atheist,n30)
        & accept_population(X4,christian,n8)
        & accept_population(X4,muslim,n60)
        & accept_population(X4,native,n1)
        & accept_population(X4,other,n1) ) ),
    file('<stdin>',to_be_clausified_12) ).

fof(c_0_39,axiom,
    ! [X4] :
      ( lhs_atom11(X4)
      | ( accept_population(X4,atheist,n54)
        & accept_population(X4,christian,n23)
        & accept_population(X4,muslim,n3)
        & accept_population(X4,native,n1)
        & accept_population(X4,other,n9) ) ),
    file('<stdin>',to_be_clausified_10) ).

fof(c_0_40,axiom,
    ! [X4] :
      ( lhs_atom9(X4)
      | ( accept_population(X4,atheist,n65)
        & accept_population(X4,christian,n20)
        & accept_population(X4,muslim,n7)
        & accept_population(X4,native,n4)
        & accept_population(X4,other,n4) ) ),
    file('<stdin>',to_be_clausified_8) ).

fof(c_0_41,axiom,
    ! [X14,X15] :
      ( lhs_atom893(X14)
      | rdn_non_zero(rdn(rdnn(X15),X14)) ),
    file('<stdin>',to_be_clausified_929) ).

fof(c_0_42,axiom,
    ! [X8,X9] :
      ( lhs_atom897(X8,X9)
      | ~ ( less(X9,X8)
          | X9 = X8 ) ),
    file('<stdin>',to_be_clausified_936) ).

fof(c_0_43,axiom,
    ! [X8,X9] :
      ( lhs_atom895(X8,X9)
      | ( ~ less(X8,X9)
        & X8 != X9 ) ),
    file('<stdin>',to_be_clausified_933) ).

fof(c_0_44,axiom,
    ! [X8,X9] :
      ( lhs_atom896(X8,X9)
      | less(X9,X8)
      | X9 = X8 ),
    file('<stdin>',to_be_clausified_935) ).

fof(c_0_45,axiom,
    ! [X8,X9] :
      ( lhs_atom894(X8,X9)
      | ~ ( ~ less(X8,X9)
          & X8 != X9 ) ),
    file('<stdin>',to_be_clausified_934) ).

fof(c_0_46,axiom,
    ! [X1,X4] :
      ( lhs_atom8(X1,X4)
      | accept_number(X4,X1) ),
    file('<stdin>',to_be_clausified_7) ).

fof(c_0_47,axiom,
    ! [X9] :
      ( lhs_atom892(X9)
      | rdn_non_zero(rdnn(X9)) ),
    file('<stdin>',to_be_clausified_928) ).

fof(c_0_48,axiom,
    ( lhs_atom887
    | ~ $true ),
    file('<stdin>',to_be_clausified_923) ).

fof(c_0_49,axiom,
    ( lhs_atom886
    | ~ $true ),
    file('<stdin>',to_be_clausified_922) ).

fof(c_0_50,axiom,
    ( lhs_atom885
    | ~ $true ),
    file('<stdin>',to_be_clausified_921) ).

fof(c_0_51,axiom,
    ( lhs_atom884
    | ~ $true ),
    file('<stdin>',to_be_clausified_920) ).

fof(c_0_52,axiom,
    ( lhs_atom883
    | ~ $true ),
    file('<stdin>',to_be_clausified_919) ).

fof(c_0_53,axiom,
    ( lhs_atom882
    | ~ $true ),
    file('<stdin>',to_be_clausified_918) ).

fof(c_0_54,axiom,
    ( lhs_atom881
    | ~ $true ),
    file('<stdin>',to_be_clausified_917) ).

fof(c_0_55,axiom,
    ( lhs_atom880
    | ~ $true ),
    file('<stdin>',to_be_clausified_916) ).

fof(c_0_56,axiom,
    ( lhs_atom879
    | ~ $true ),
    file('<stdin>',to_be_clausified_915) ).

fof(c_0_57,axiom,
    ( lhs_atom878
    | ~ $true ),
    file('<stdin>',to_be_clausified_914) ).

fof(c_0_58,axiom,
    ( lhs_atom877
    | ~ $true ),
    file('<stdin>',to_be_clausified_913) ).

fof(c_0_59,axiom,
    ( lhs_atom876
    | ~ $true ),
    file('<stdin>',to_be_clausified_912) ).

fof(c_0_60,axiom,
    ( lhs_atom875
    | ~ $true ),
    file('<stdin>',to_be_clausified_911) ).

fof(c_0_61,axiom,
    ( lhs_atom874
    | ~ $true ),
    file('<stdin>',to_be_clausified_910) ).

fof(c_0_62,axiom,
    ( lhs_atom873
    | ~ $true ),
    file('<stdin>',to_be_clausified_909) ).

fof(c_0_63,axiom,
    ( lhs_atom872
    | ~ $true ),
    file('<stdin>',to_be_clausified_908) ).

fof(c_0_64,axiom,
    ( lhs_atom871
    | ~ $true ),
    file('<stdin>',to_be_clausified_907) ).

fof(c_0_65,axiom,
    ( lhs_atom870
    | ~ $true ),
    file('<stdin>',to_be_clausified_906) ).

fof(c_0_66,axiom,
    ( lhs_atom869
    | ~ $true ),
    file('<stdin>',to_be_clausified_905) ).

fof(c_0_67,axiom,
    ( lhs_atom868
    | ~ $true ),
    file('<stdin>',to_be_clausified_904) ).

fof(c_0_68,axiom,
    ( lhs_atom867
    | ~ $true ),
    file('<stdin>',to_be_clausified_903) ).

fof(c_0_69,axiom,
    ( lhs_atom866
    | ~ $true ),
    file('<stdin>',to_be_clausified_902) ).

fof(c_0_70,axiom,
    ( lhs_atom865
    | ~ $true ),
    file('<stdin>',to_be_clausified_901) ).

fof(c_0_71,axiom,
    ( lhs_atom864
    | ~ $true ),
    file('<stdin>',to_be_clausified_900) ).

fof(c_0_72,axiom,
    ( lhs_atom863
    | ~ $true ),
    file('<stdin>',to_be_clausified_899) ).

fof(c_0_73,axiom,
    ( lhs_atom862
    | ~ $true ),
    file('<stdin>',to_be_clausified_898) ).

fof(c_0_74,axiom,
    ( lhs_atom861
    | ~ $true ),
    file('<stdin>',to_be_clausified_897) ).

fof(c_0_75,axiom,
    ( lhs_atom860
    | ~ $true ),
    file('<stdin>',to_be_clausified_896) ).

fof(c_0_76,axiom,
    ( lhs_atom859
    | ~ $true ),
    file('<stdin>',to_be_clausified_895) ).

fof(c_0_77,axiom,
    ( lhs_atom858
    | ~ $true ),
    file('<stdin>',to_be_clausified_894) ).

fof(c_0_78,axiom,
    ( lhs_atom857
    | ~ $true ),
    file('<stdin>',to_be_clausified_893) ).

fof(c_0_79,axiom,
    ( lhs_atom856
    | ~ $true ),
    file('<stdin>',to_be_clausified_892) ).

fof(c_0_80,axiom,
    ( lhs_atom855
    | ~ $true ),
    file('<stdin>',to_be_clausified_891) ).

fof(c_0_81,axiom,
    ( lhs_atom854
    | ~ $true ),
    file('<stdin>',to_be_clausified_890) ).

fof(c_0_82,axiom,
    ( lhs_atom853
    | ~ $true ),
    file('<stdin>',to_be_clausified_889) ).

fof(c_0_83,axiom,
    ( lhs_atom852
    | ~ $true ),
    file('<stdin>',to_be_clausified_888) ).

fof(c_0_84,axiom,
    ( lhs_atom851
    | ~ $true ),
    file('<stdin>',to_be_clausified_887) ).

fof(c_0_85,axiom,
    ( lhs_atom850
    | ~ $true ),
    file('<stdin>',to_be_clausified_886) ).

fof(c_0_86,axiom,
    ( lhs_atom849
    | ~ $true ),
    file('<stdin>',to_be_clausified_885) ).

fof(c_0_87,axiom,
    ( lhs_atom848
    | ~ $true ),
    file('<stdin>',to_be_clausified_884) ).

fof(c_0_88,axiom,
    ( lhs_atom847
    | ~ $true ),
    file('<stdin>',to_be_clausified_883) ).

fof(c_0_89,axiom,
    ( lhs_atom846
    | ~ $true ),
    file('<stdin>',to_be_clausified_882) ).

fof(c_0_90,axiom,
    ( lhs_atom845
    | ~ $true ),
    file('<stdin>',to_be_clausified_881) ).

fof(c_0_91,axiom,
    ( lhs_atom844
    | ~ $true ),
    file('<stdin>',to_be_clausified_880) ).

fof(c_0_92,axiom,
    ( lhs_atom843
    | ~ $true ),
    file('<stdin>',to_be_clausified_879) ).

fof(c_0_93,axiom,
    ( lhs_atom842
    | ~ $true ),
    file('<stdin>',to_be_clausified_878) ).

fof(c_0_94,axiom,
    ( lhs_atom841
    | ~ $true ),
    file('<stdin>',to_be_clausified_877) ).

fof(c_0_95,axiom,
    ( lhs_atom840
    | ~ $true ),
    file('<stdin>',to_be_clausified_876) ).

fof(c_0_96,axiom,
    ( lhs_atom839
    | ~ $true ),
    file('<stdin>',to_be_clausified_875) ).

fof(c_0_97,axiom,
    ( lhs_atom838
    | ~ $true ),
    file('<stdin>',to_be_clausified_874) ).

fof(c_0_98,axiom,
    ( lhs_atom837
    | ~ $true ),
    file('<stdin>',to_be_clausified_873) ).

fof(c_0_99,axiom,
    ( lhs_atom836
    | ~ $true ),
    file('<stdin>',to_be_clausified_872) ).

fof(c_0_100,axiom,
    ( lhs_atom835
    | ~ $true ),
    file('<stdin>',to_be_clausified_871) ).

fof(c_0_101,axiom,
    ( lhs_atom834
    | ~ $true ),
    file('<stdin>',to_be_clausified_870) ).

fof(c_0_102,axiom,
    ( lhs_atom833
    | ~ $true ),
    file('<stdin>',to_be_clausified_869) ).

fof(c_0_103,axiom,
    ( lhs_atom832
    | ~ $true ),
    file('<stdin>',to_be_clausified_868) ).

fof(c_0_104,axiom,
    ( lhs_atom831
    | ~ $true ),
    file('<stdin>',to_be_clausified_867) ).

fof(c_0_105,axiom,
    ( lhs_atom830
    | ~ $true ),
    file('<stdin>',to_be_clausified_866) ).

fof(c_0_106,axiom,
    ( lhs_atom829
    | ~ $true ),
    file('<stdin>',to_be_clausified_865) ).

fof(c_0_107,axiom,
    ( lhs_atom828
    | ~ $true ),
    file('<stdin>',to_be_clausified_864) ).

fof(c_0_108,axiom,
    ( lhs_atom827
    | ~ $true ),
    file('<stdin>',to_be_clausified_863) ).

fof(c_0_109,axiom,
    ( lhs_atom826
    | ~ $true ),
    file('<stdin>',to_be_clausified_862) ).

fof(c_0_110,axiom,
    ( lhs_atom825
    | ~ $true ),
    file('<stdin>',to_be_clausified_861) ).

fof(c_0_111,axiom,
    ( lhs_atom824
    | ~ $true ),
    file('<stdin>',to_be_clausified_860) ).

fof(c_0_112,axiom,
    ( lhs_atom823
    | ~ $true ),
    file('<stdin>',to_be_clausified_859) ).

fof(c_0_113,axiom,
    ( lhs_atom822
    | ~ $true ),
    file('<stdin>',to_be_clausified_858) ).

fof(c_0_114,axiom,
    ( lhs_atom821
    | ~ $true ),
    file('<stdin>',to_be_clausified_857) ).

fof(c_0_115,axiom,
    ( lhs_atom820
    | ~ $true ),
    file('<stdin>',to_be_clausified_856) ).

fof(c_0_116,axiom,
    ( lhs_atom819
    | ~ $true ),
    file('<stdin>',to_be_clausified_855) ).

fof(c_0_117,axiom,
    ( lhs_atom818
    | ~ $true ),
    file('<stdin>',to_be_clausified_854) ).

fof(c_0_118,axiom,
    ( lhs_atom817
    | ~ $true ),
    file('<stdin>',to_be_clausified_853) ).

fof(c_0_119,axiom,
    ( lhs_atom816
    | ~ $true ),
    file('<stdin>',to_be_clausified_852) ).

fof(c_0_120,axiom,
    ( lhs_atom815
    | ~ $true ),
    file('<stdin>',to_be_clausified_851) ).

fof(c_0_121,axiom,
    ( lhs_atom814
    | ~ $true ),
    file('<stdin>',to_be_clausified_850) ).

fof(c_0_122,axiom,
    ( lhs_atom813
    | ~ $true ),
    file('<stdin>',to_be_clausified_849) ).

fof(c_0_123,axiom,
    ( lhs_atom812
    | ~ $true ),
    file('<stdin>',to_be_clausified_848) ).

fof(c_0_124,axiom,
    ( lhs_atom811
    | ~ $true ),
    file('<stdin>',to_be_clausified_847) ).

fof(c_0_125,axiom,
    ( lhs_atom810
    | ~ $true ),
    file('<stdin>',to_be_clausified_846) ).

fof(c_0_126,axiom,
    ( lhs_atom809
    | ~ $true ),
    file('<stdin>',to_be_clausified_845) ).

fof(c_0_127,axiom,
    ( lhs_atom808
    | ~ $true ),
    file('<stdin>',to_be_clausified_844) ).

fof(c_0_128,axiom,
    ( lhs_atom807
    | ~ $true ),
    file('<stdin>',to_be_clausified_843) ).

fof(c_0_129,axiom,
    ( lhs_atom806
    | ~ $true ),
    file('<stdin>',to_be_clausified_842) ).

fof(c_0_130,axiom,
    ( lhs_atom805
    | ~ $true ),
    file('<stdin>',to_be_clausified_841) ).

fof(c_0_131,axiom,
    ( lhs_atom804
    | ~ $true ),
    file('<stdin>',to_be_clausified_840) ).

fof(c_0_132,axiom,
    ( lhs_atom803
    | ~ $true ),
    file('<stdin>',to_be_clausified_839) ).

fof(c_0_133,axiom,
    ( lhs_atom802
    | ~ $true ),
    file('<stdin>',to_be_clausified_838) ).

fof(c_0_134,axiom,
    ( lhs_atom801
    | ~ $true ),
    file('<stdin>',to_be_clausified_837) ).

fof(c_0_135,axiom,
    ( lhs_atom800
    | ~ $true ),
    file('<stdin>',to_be_clausified_836) ).

fof(c_0_136,axiom,
    ( lhs_atom799
    | ~ $true ),
    file('<stdin>',to_be_clausified_835) ).

fof(c_0_137,axiom,
    ( lhs_atom798
    | ~ $true ),
    file('<stdin>',to_be_clausified_834) ).

fof(c_0_138,axiom,
    ( lhs_atom797
    | ~ $true ),
    file('<stdin>',to_be_clausified_833) ).

fof(c_0_139,axiom,
    ( lhs_atom796
    | ~ $true ),
    file('<stdin>',to_be_clausified_832) ).

fof(c_0_140,axiom,
    ( lhs_atom795
    | ~ $true ),
    file('<stdin>',to_be_clausified_831) ).

fof(c_0_141,axiom,
    ( lhs_atom794
    | ~ $true ),
    file('<stdin>',to_be_clausified_830) ).

fof(c_0_142,axiom,
    ( lhs_atom793
    | ~ $true ),
    file('<stdin>',to_be_clausified_829) ).

fof(c_0_143,axiom,
    ( lhs_atom792
    | ~ $true ),
    file('<stdin>',to_be_clausified_828) ).

fof(c_0_144,axiom,
    ( lhs_atom791
    | ~ $true ),
    file('<stdin>',to_be_clausified_827) ).

fof(c_0_145,axiom,
    ( lhs_atom790
    | ~ $true ),
    file('<stdin>',to_be_clausified_826) ).

fof(c_0_146,axiom,
    ( lhs_atom789
    | ~ $true ),
    file('<stdin>',to_be_clausified_825) ).

fof(c_0_147,axiom,
    ( lhs_atom788
    | ~ $true ),
    file('<stdin>',to_be_clausified_824) ).

fof(c_0_148,axiom,
    ( lhs_atom787
    | ~ $true ),
    file('<stdin>',to_be_clausified_823) ).

fof(c_0_149,axiom,
    ( lhs_atom786
    | ~ $true ),
    file('<stdin>',to_be_clausified_822) ).

fof(c_0_150,axiom,
    ( lhs_atom785
    | ~ $true ),
    file('<stdin>',to_be_clausified_821) ).

fof(c_0_151,axiom,
    ( lhs_atom784
    | ~ $true ),
    file('<stdin>',to_be_clausified_820) ).

fof(c_0_152,axiom,
    ( lhs_atom783
    | ~ $true ),
    file('<stdin>',to_be_clausified_819) ).

fof(c_0_153,axiom,
    ( lhs_atom782
    | ~ $true ),
    file('<stdin>',to_be_clausified_818) ).

fof(c_0_154,axiom,
    ( lhs_atom781
    | ~ $true ),
    file('<stdin>',to_be_clausified_817) ).

fof(c_0_155,axiom,
    ( lhs_atom780
    | ~ $true ),
    file('<stdin>',to_be_clausified_816) ).

fof(c_0_156,axiom,
    ( lhs_atom779
    | ~ $true ),
    file('<stdin>',to_be_clausified_815) ).

fof(c_0_157,axiom,
    ( lhs_atom778
    | ~ $true ),
    file('<stdin>',to_be_clausified_814) ).

fof(c_0_158,axiom,
    ( lhs_atom777
    | ~ $true ),
    file('<stdin>',to_be_clausified_813) ).

fof(c_0_159,axiom,
    ( lhs_atom776
    | ~ $true ),
    file('<stdin>',to_be_clausified_812) ).

fof(c_0_160,axiom,
    ( lhs_atom775
    | ~ $true ),
    file('<stdin>',to_be_clausified_811) ).

fof(c_0_161,axiom,
    ( lhs_atom774
    | ~ $true ),
    file('<stdin>',to_be_clausified_810) ).

fof(c_0_162,axiom,
    ( lhs_atom773
    | ~ $true ),
    file('<stdin>',to_be_clausified_809) ).

fof(c_0_163,axiom,
    ( lhs_atom772
    | ~ $true ),
    file('<stdin>',to_be_clausified_808) ).

fof(c_0_164,axiom,
    ( lhs_atom771
    | ~ $true ),
    file('<stdin>',to_be_clausified_807) ).

fof(c_0_165,axiom,
    ( lhs_atom770
    | ~ $true ),
    file('<stdin>',to_be_clausified_806) ).

fof(c_0_166,axiom,
    ( lhs_atom769
    | ~ $true ),
    file('<stdin>',to_be_clausified_805) ).

fof(c_0_167,axiom,
    ( lhs_atom768
    | ~ $true ),
    file('<stdin>',to_be_clausified_804) ).

fof(c_0_168,axiom,
    ( lhs_atom767
    | ~ $true ),
    file('<stdin>',to_be_clausified_803) ).

fof(c_0_169,axiom,
    ( lhs_atom766
    | ~ $true ),
    file('<stdin>',to_be_clausified_802) ).

fof(c_0_170,axiom,
    ( lhs_atom765
    | ~ $true ),
    file('<stdin>',to_be_clausified_801) ).

fof(c_0_171,axiom,
    ( lhs_atom764
    | ~ $true ),
    file('<stdin>',to_be_clausified_800) ).

fof(c_0_172,axiom,
    ( lhs_atom763
    | ~ $true ),
    file('<stdin>',to_be_clausified_799) ).

fof(c_0_173,axiom,
    ( lhs_atom762
    | ~ $true ),
    file('<stdin>',to_be_clausified_798) ).

fof(c_0_174,axiom,
    ( lhs_atom761
    | ~ $true ),
    file('<stdin>',to_be_clausified_797) ).

fof(c_0_175,axiom,
    ( lhs_atom760
    | ~ $true ),
    file('<stdin>',to_be_clausified_796) ).

fof(c_0_176,axiom,
    ( lhs_atom759
    | ~ $true ),
    file('<stdin>',to_be_clausified_795) ).

fof(c_0_177,axiom,
    ( lhs_atom758
    | ~ $true ),
    file('<stdin>',to_be_clausified_794) ).

fof(c_0_178,axiom,
    ( lhs_atom757
    | ~ $true ),
    file('<stdin>',to_be_clausified_793) ).

fof(c_0_179,axiom,
    ( lhs_atom756
    | ~ $true ),
    file('<stdin>',to_be_clausified_792) ).

fof(c_0_180,axiom,
    ( lhs_atom755
    | ~ $true ),
    file('<stdin>',to_be_clausified_791) ).

fof(c_0_181,axiom,
    ( lhs_atom754
    | ~ $true ),
    file('<stdin>',to_be_clausified_790) ).

fof(c_0_182,axiom,
    ( lhs_atom753
    | ~ $true ),
    file('<stdin>',to_be_clausified_789) ).

fof(c_0_183,axiom,
    ( lhs_atom752
    | ~ $true ),
    file('<stdin>',to_be_clausified_788) ).

fof(c_0_184,axiom,
    ( lhs_atom751
    | ~ $true ),
    file('<stdin>',to_be_clausified_787) ).

fof(c_0_185,axiom,
    ( lhs_atom750
    | ~ $true ),
    file('<stdin>',to_be_clausified_786) ).

fof(c_0_186,axiom,
    ( lhs_atom749
    | ~ $true ),
    file('<stdin>',to_be_clausified_785) ).

fof(c_0_187,axiom,
    ( lhs_atom748
    | ~ $true ),
    file('<stdin>',to_be_clausified_784) ).

fof(c_0_188,axiom,
    ( lhs_atom747
    | ~ $true ),
    file('<stdin>',to_be_clausified_783) ).

fof(c_0_189,axiom,
    ( lhs_atom746
    | ~ $true ),
    file('<stdin>',to_be_clausified_782) ).

fof(c_0_190,axiom,
    ( lhs_atom745
    | ~ $true ),
    file('<stdin>',to_be_clausified_781) ).

fof(c_0_191,axiom,
    ( lhs_atom744
    | ~ $true ),
    file('<stdin>',to_be_clausified_780) ).

fof(c_0_192,axiom,
    ( lhs_atom743
    | ~ $true ),
    file('<stdin>',to_be_clausified_779) ).

fof(c_0_193,axiom,
    ( lhs_atom742
    | ~ $true ),
    file('<stdin>',to_be_clausified_778) ).

fof(c_0_194,axiom,
    ( lhs_atom741
    | ~ $true ),
    file('<stdin>',to_be_clausified_777) ).

fof(c_0_195,axiom,
    ( lhs_atom740
    | ~ $true ),
    file('<stdin>',to_be_clausified_776) ).

fof(c_0_196,axiom,
    ( lhs_atom739
    | ~ $true ),
    file('<stdin>',to_be_clausified_775) ).

fof(c_0_197,axiom,
    ( lhs_atom738
    | ~ $true ),
    file('<stdin>',to_be_clausified_774) ).

fof(c_0_198,axiom,
    ( lhs_atom737
    | ~ $true ),
    file('<stdin>',to_be_clausified_773) ).

fof(c_0_199,axiom,
    ( lhs_atom736
    | ~ $true ),
    file('<stdin>',to_be_clausified_772) ).

fof(c_0_200,axiom,
    ( lhs_atom735
    | ~ $true ),
    file('<stdin>',to_be_clausified_771) ).

fof(c_0_201,axiom,
    ( lhs_atom734
    | ~ $true ),
    file('<stdin>',to_be_clausified_770) ).

fof(c_0_202,axiom,
    ( lhs_atom733
    | ~ $true ),
    file('<stdin>',to_be_clausified_769) ).

fof(c_0_203,axiom,
    ( lhs_atom732
    | ~ $true ),
    file('<stdin>',to_be_clausified_768) ).

fof(c_0_204,axiom,
    ( lhs_atom731
    | ~ $true ),
    file('<stdin>',to_be_clausified_767) ).

fof(c_0_205,axiom,
    ( lhs_atom730
    | ~ $true ),
    file('<stdin>',to_be_clausified_766) ).

fof(c_0_206,axiom,
    ( lhs_atom729
    | ~ $true ),
    file('<stdin>',to_be_clausified_765) ).

fof(c_0_207,axiom,
    ( lhs_atom728
    | ~ $true ),
    file('<stdin>',to_be_clausified_764) ).

fof(c_0_208,axiom,
    ( lhs_atom727
    | ~ $true ),
    file('<stdin>',to_be_clausified_763) ).

fof(c_0_209,axiom,
    ( lhs_atom726
    | ~ $true ),
    file('<stdin>',to_be_clausified_762) ).

fof(c_0_210,axiom,
    ( lhs_atom725
    | ~ $true ),
    file('<stdin>',to_be_clausified_761) ).

fof(c_0_211,axiom,
    ( lhs_atom724
    | ~ $true ),
    file('<stdin>',to_be_clausified_760) ).

fof(c_0_212,axiom,
    ( lhs_atom723
    | ~ $true ),
    file('<stdin>',to_be_clausified_759) ).

fof(c_0_213,axiom,
    ( lhs_atom722
    | ~ $true ),
    file('<stdin>',to_be_clausified_758) ).

fof(c_0_214,axiom,
    ( lhs_atom721
    | ~ $true ),
    file('<stdin>',to_be_clausified_757) ).

fof(c_0_215,axiom,
    ( lhs_atom720
    | ~ $true ),
    file('<stdin>',to_be_clausified_756) ).

fof(c_0_216,axiom,
    ( lhs_atom719
    | ~ $true ),
    file('<stdin>',to_be_clausified_755) ).

fof(c_0_217,axiom,
    ( lhs_atom718
    | ~ $true ),
    file('<stdin>',to_be_clausified_754) ).

fof(c_0_218,axiom,
    ( lhs_atom717
    | ~ $true ),
    file('<stdin>',to_be_clausified_753) ).

fof(c_0_219,axiom,
    ( lhs_atom716
    | ~ $true ),
    file('<stdin>',to_be_clausified_752) ).

fof(c_0_220,axiom,
    ( lhs_atom715
    | ~ $true ),
    file('<stdin>',to_be_clausified_751) ).

fof(c_0_221,axiom,
    ( lhs_atom714
    | ~ $true ),
    file('<stdin>',to_be_clausified_750) ).

fof(c_0_222,axiom,
    ( lhs_atom713
    | ~ $true ),
    file('<stdin>',to_be_clausified_749) ).

fof(c_0_223,axiom,
    ( lhs_atom712
    | ~ $true ),
    file('<stdin>',to_be_clausified_748) ).

fof(c_0_224,axiom,
    ( lhs_atom711
    | ~ $true ),
    file('<stdin>',to_be_clausified_747) ).

fof(c_0_225,axiom,
    ( lhs_atom710
    | ~ $true ),
    file('<stdin>',to_be_clausified_746) ).

fof(c_0_226,axiom,
    ( lhs_atom709
    | ~ $true ),
    file('<stdin>',to_be_clausified_745) ).

fof(c_0_227,axiom,
    ( lhs_atom708
    | ~ $true ),
    file('<stdin>',to_be_clausified_744) ).

fof(c_0_228,axiom,
    ( lhs_atom707
    | ~ $true ),
    file('<stdin>',to_be_clausified_743) ).

fof(c_0_229,axiom,
    ( lhs_atom706
    | ~ $true ),
    file('<stdin>',to_be_clausified_742) ).

fof(c_0_230,axiom,
    ( lhs_atom705
    | ~ $true ),
    file('<stdin>',to_be_clausified_741) ).

fof(c_0_231,axiom,
    ( lhs_atom704
    | ~ $true ),
    file('<stdin>',to_be_clausified_740) ).

fof(c_0_232,axiom,
    ( lhs_atom703
    | ~ $true ),
    file('<stdin>',to_be_clausified_739) ).

fof(c_0_233,axiom,
    ( lhs_atom702
    | ~ $true ),
    file('<stdin>',to_be_clausified_738) ).

fof(c_0_234,axiom,
    ( lhs_atom701
    | ~ $true ),
    file('<stdin>',to_be_clausified_737) ).

fof(c_0_235,axiom,
    ( lhs_atom700
    | ~ $true ),
    file('<stdin>',to_be_clausified_736) ).

fof(c_0_236,axiom,
    ( lhs_atom699
    | ~ $true ),
    file('<stdin>',to_be_clausified_735) ).

fof(c_0_237,axiom,
    ( lhs_atom698
    | ~ $true ),
    file('<stdin>',to_be_clausified_734) ).

fof(c_0_238,axiom,
    ( lhs_atom697
    | ~ $true ),
    file('<stdin>',to_be_clausified_733) ).

fof(c_0_239,axiom,
    ( lhs_atom696
    | ~ $true ),
    file('<stdin>',to_be_clausified_732) ).

fof(c_0_240,axiom,
    ( lhs_atom695
    | ~ $true ),
    file('<stdin>',to_be_clausified_731) ).

fof(c_0_241,axiom,
    ( lhs_atom694
    | ~ $true ),
    file('<stdin>',to_be_clausified_730) ).

fof(c_0_242,axiom,
    ( lhs_atom693
    | ~ $true ),
    file('<stdin>',to_be_clausified_729) ).

fof(c_0_243,axiom,
    ( lhs_atom692
    | ~ $true ),
    file('<stdin>',to_be_clausified_728) ).

fof(c_0_244,axiom,
    ( lhs_atom691
    | ~ $true ),
    file('<stdin>',to_be_clausified_727) ).

fof(c_0_245,axiom,
    ( lhs_atom690
    | ~ $true ),
    file('<stdin>',to_be_clausified_726) ).

fof(c_0_246,axiom,
    ( lhs_atom689
    | ~ $true ),
    file('<stdin>',to_be_clausified_725) ).

fof(c_0_247,axiom,
    ( lhs_atom688
    | ~ $true ),
    file('<stdin>',to_be_clausified_724) ).

fof(c_0_248,axiom,
    ( lhs_atom687
    | ~ $true ),
    file('<stdin>',to_be_clausified_723) ).

fof(c_0_249,axiom,
    ( lhs_atom686
    | ~ $true ),
    file('<stdin>',to_be_clausified_722) ).

fof(c_0_250,axiom,
    ( lhs_atom685
    | ~ $true ),
    file('<stdin>',to_be_clausified_721) ).

fof(c_0_251,axiom,
    ( lhs_atom684
    | ~ $true ),
    file('<stdin>',to_be_clausified_720) ).

fof(c_0_252,axiom,
    ( lhs_atom683
    | ~ $true ),
    file('<stdin>',to_be_clausified_719) ).

fof(c_0_253,axiom,
    ( lhs_atom682
    | ~ $true ),
    file('<stdin>',to_be_clausified_718) ).

fof(c_0_254,axiom,
    ( lhs_atom681
    | ~ $true ),
    file('<stdin>',to_be_clausified_717) ).

fof(c_0_255,axiom,
    ( lhs_atom680
    | ~ $true ),
    file('<stdin>',to_be_clausified_716) ).

fof(c_0_256,axiom,
    ( lhs_atom679
    | ~ $true ),
    file('<stdin>',to_be_clausified_715) ).

fof(c_0_257,axiom,
    ( lhs_atom678
    | ~ $true ),
    file('<stdin>',to_be_clausified_714) ).

fof(c_0_258,axiom,
    ( lhs_atom677
    | ~ $true ),
    file('<stdin>',to_be_clausified_713) ).

fof(c_0_259,axiom,
    ( lhs_atom676
    | ~ $true ),
    file('<stdin>',to_be_clausified_712) ).

fof(c_0_260,axiom,
    ( lhs_atom675
    | ~ $true ),
    file('<stdin>',to_be_clausified_711) ).

fof(c_0_261,axiom,
    ( lhs_atom674
    | ~ $true ),
    file('<stdin>',to_be_clausified_710) ).

fof(c_0_262,axiom,
    ( lhs_atom673
    | ~ $true ),
    file('<stdin>',to_be_clausified_709) ).

fof(c_0_263,axiom,
    ( lhs_atom672
    | ~ $true ),
    file('<stdin>',to_be_clausified_708) ).

fof(c_0_264,axiom,
    ( lhs_atom671
    | ~ $true ),
    file('<stdin>',to_be_clausified_707) ).

fof(c_0_265,axiom,
    ( lhs_atom670
    | ~ $true ),
    file('<stdin>',to_be_clausified_706) ).

fof(c_0_266,axiom,
    ( lhs_atom669
    | ~ $true ),
    file('<stdin>',to_be_clausified_705) ).

fof(c_0_267,axiom,
    ( lhs_atom668
    | ~ $true ),
    file('<stdin>',to_be_clausified_704) ).

fof(c_0_268,axiom,
    ( lhs_atom667
    | ~ $true ),
    file('<stdin>',to_be_clausified_703) ).

fof(c_0_269,axiom,
    ( lhs_atom666
    | ~ $true ),
    file('<stdin>',to_be_clausified_702) ).

fof(c_0_270,axiom,
    ( lhs_atom665
    | ~ $true ),
    file('<stdin>',to_be_clausified_701) ).

fof(c_0_271,axiom,
    ( lhs_atom664
    | ~ $true ),
    file('<stdin>',to_be_clausified_700) ).

fof(c_0_272,axiom,
    ( lhs_atom663
    | ~ $true ),
    file('<stdin>',to_be_clausified_699) ).

fof(c_0_273,axiom,
    ( lhs_atom662
    | ~ $true ),
    file('<stdin>',to_be_clausified_698) ).

fof(c_0_274,axiom,
    ( lhs_atom661
    | ~ $true ),
    file('<stdin>',to_be_clausified_697) ).

fof(c_0_275,axiom,
    ( lhs_atom660
    | ~ $true ),
    file('<stdin>',to_be_clausified_696) ).

fof(c_0_276,axiom,
    ( lhs_atom659
    | ~ $true ),
    file('<stdin>',to_be_clausified_695) ).

fof(c_0_277,axiom,
    ( lhs_atom658
    | ~ $true ),
    file('<stdin>',to_be_clausified_694) ).

fof(c_0_278,axiom,
    ( lhs_atom657
    | ~ $true ),
    file('<stdin>',to_be_clausified_693) ).

fof(c_0_279,axiom,
    ( lhs_atom656
    | ~ $true ),
    file('<stdin>',to_be_clausified_692) ).

fof(c_0_280,axiom,
    ( lhs_atom655
    | ~ $true ),
    file('<stdin>',to_be_clausified_691) ).

fof(c_0_281,axiom,
    ( lhs_atom654
    | ~ $true ),
    file('<stdin>',to_be_clausified_690) ).

fof(c_0_282,axiom,
    ( lhs_atom653
    | ~ $true ),
    file('<stdin>',to_be_clausified_689) ).

fof(c_0_283,axiom,
    ( lhs_atom652
    | ~ $true ),
    file('<stdin>',to_be_clausified_688) ).

fof(c_0_284,axiom,
    ( lhs_atom651
    | ~ $true ),
    file('<stdin>',to_be_clausified_687) ).

fof(c_0_285,axiom,
    ( lhs_atom650
    | ~ $true ),
    file('<stdin>',to_be_clausified_686) ).

fof(c_0_286,axiom,
    ( lhs_atom649
    | ~ $true ),
    file('<stdin>',to_be_clausified_685) ).

fof(c_0_287,axiom,
    ( lhs_atom648
    | ~ $true ),
    file('<stdin>',to_be_clausified_684) ).

fof(c_0_288,axiom,
    ( lhs_atom647
    | ~ $true ),
    file('<stdin>',to_be_clausified_683) ).

fof(c_0_289,axiom,
    ( lhs_atom646
    | ~ $true ),
    file('<stdin>',to_be_clausified_682) ).

fof(c_0_290,axiom,
    ( lhs_atom645
    | ~ $true ),
    file('<stdin>',to_be_clausified_681) ).

fof(c_0_291,axiom,
    ( lhs_atom644
    | ~ $true ),
    file('<stdin>',to_be_clausified_680) ).

fof(c_0_292,axiom,
    ( lhs_atom643
    | ~ $true ),
    file('<stdin>',to_be_clausified_679) ).

fof(c_0_293,axiom,
    ( lhs_atom642
    | ~ $true ),
    file('<stdin>',to_be_clausified_678) ).

fof(c_0_294,axiom,
    ( lhs_atom641
    | ~ $true ),
    file('<stdin>',to_be_clausified_677) ).

fof(c_0_295,axiom,
    ( lhs_atom640
    | ~ $true ),
    file('<stdin>',to_be_clausified_676) ).

fof(c_0_296,axiom,
    ( lhs_atom639
    | ~ $true ),
    file('<stdin>',to_be_clausified_675) ).

fof(c_0_297,axiom,
    ( lhs_atom638
    | ~ $true ),
    file('<stdin>',to_be_clausified_674) ).

fof(c_0_298,axiom,
    ( lhs_atom637
    | ~ $true ),
    file('<stdin>',to_be_clausified_673) ).

fof(c_0_299,axiom,
    ( lhs_atom636
    | ~ $true ),
    file('<stdin>',to_be_clausified_672) ).

fof(c_0_300,axiom,
    ( lhs_atom635
    | ~ $true ),
    file('<stdin>',to_be_clausified_671) ).

fof(c_0_301,axiom,
    ( lhs_atom634
    | ~ $true ),
    file('<stdin>',to_be_clausified_670) ).

fof(c_0_302,axiom,
    ( lhs_atom633
    | ~ $true ),
    file('<stdin>',to_be_clausified_669) ).

fof(c_0_303,axiom,
    ( lhs_atom632
    | ~ $true ),
    file('<stdin>',to_be_clausified_668) ).

fof(c_0_304,axiom,
    ( lhs_atom631
    | ~ $true ),
    file('<stdin>',to_be_clausified_667) ).

fof(c_0_305,axiom,
    ( lhs_atom630
    | ~ $true ),
    file('<stdin>',to_be_clausified_666) ).

fof(c_0_306,axiom,
    ( lhs_atom629
    | ~ $true ),
    file('<stdin>',to_be_clausified_665) ).

fof(c_0_307,axiom,
    ( lhs_atom628
    | ~ $true ),
    file('<stdin>',to_be_clausified_664) ).

fof(c_0_308,axiom,
    ( lhs_atom627
    | ~ $true ),
    file('<stdin>',to_be_clausified_663) ).

fof(c_0_309,axiom,
    ( lhs_atom626
    | ~ $true ),
    file('<stdin>',to_be_clausified_662) ).

fof(c_0_310,axiom,
    ( lhs_atom625
    | ~ $true ),
    file('<stdin>',to_be_clausified_661) ).

fof(c_0_311,axiom,
    ( lhs_atom624
    | ~ $true ),
    file('<stdin>',to_be_clausified_660) ).

fof(c_0_312,axiom,
    ( lhs_atom623
    | ~ $true ),
    file('<stdin>',to_be_clausified_659) ).

fof(c_0_313,axiom,
    ( lhs_atom622
    | ~ $true ),
    file('<stdin>',to_be_clausified_658) ).

fof(c_0_314,axiom,
    ( lhs_atom621
    | ~ $true ),
    file('<stdin>',to_be_clausified_657) ).

fof(c_0_315,axiom,
    ( lhs_atom620
    | ~ $true ),
    file('<stdin>',to_be_clausified_656) ).

fof(c_0_316,axiom,
    ( lhs_atom619
    | ~ $true ),
    file('<stdin>',to_be_clausified_655) ).

fof(c_0_317,axiom,
    ( lhs_atom618
    | ~ $true ),
    file('<stdin>',to_be_clausified_654) ).

fof(c_0_318,axiom,
    ( lhs_atom617
    | ~ $true ),
    file('<stdin>',to_be_clausified_653) ).

fof(c_0_319,axiom,
    ( lhs_atom616
    | ~ $true ),
    file('<stdin>',to_be_clausified_652) ).

fof(c_0_320,axiom,
    ( lhs_atom615
    | ~ $true ),
    file('<stdin>',to_be_clausified_651) ).

fof(c_0_321,axiom,
    ( lhs_atom614
    | ~ $true ),
    file('<stdin>',to_be_clausified_650) ).

fof(c_0_322,axiom,
    ( lhs_atom613
    | ~ $true ),
    file('<stdin>',to_be_clausified_649) ).

fof(c_0_323,axiom,
    ( lhs_atom612
    | ~ $true ),
    file('<stdin>',to_be_clausified_648) ).

fof(c_0_324,axiom,
    ( lhs_atom281
    | ~ $true ),
    file('<stdin>',to_be_clausified_647) ).

fof(c_0_325,axiom,
    ( lhs_atom611
    | ~ $true ),
    file('<stdin>',to_be_clausified_646) ).

fof(c_0_326,axiom,
    ( lhs_atom217
    | ~ $true ),
    file('<stdin>',to_be_clausified_645) ).

fof(c_0_327,axiom,
    ( lhs_atom132
    | ~ $true ),
    file('<stdin>',to_be_clausified_644) ).

fof(c_0_328,axiom,
    ( lhs_atom610
    | ~ $true ),
    file('<stdin>',to_be_clausified_643) ).

fof(c_0_329,axiom,
    ( lhs_atom609
    | ~ $true ),
    file('<stdin>',to_be_clausified_642) ).

fof(c_0_330,axiom,
    ( lhs_atom279
    | ~ $true ),
    file('<stdin>',to_be_clausified_641) ).

fof(c_0_331,axiom,
    ( lhs_atom608
    | ~ $true ),
    file('<stdin>',to_be_clausified_640) ).

fof(c_0_332,axiom,
    ( lhs_atom260
    | ~ $true ),
    file('<stdin>',to_be_clausified_639) ).

fof(c_0_333,axiom,
    ( lhs_atom261
    | ~ $true ),
    file('<stdin>',to_be_clausified_638) ).

fof(c_0_334,axiom,
    ( lhs_atom86
    | ~ $true ),
    file('<stdin>',to_be_clausified_637) ).

fof(c_0_335,axiom,
    ( lhs_atom88
    | ~ $true ),
    file('<stdin>',to_be_clausified_636) ).

fof(c_0_336,axiom,
    ( lhs_atom607
    | ~ $true ),
    file('<stdin>',to_be_clausified_635) ).

fof(c_0_337,axiom,
    ( lhs_atom606
    | ~ $true ),
    file('<stdin>',to_be_clausified_634) ).

fof(c_0_338,axiom,
    ( lhs_atom605
    | ~ $true ),
    file('<stdin>',to_be_clausified_633) ).

fof(c_0_339,axiom,
    ( lhs_atom604
    | ~ $true ),
    file('<stdin>',to_be_clausified_632) ).

fof(c_0_340,axiom,
    ( lhs_atom603
    | ~ $true ),
    file('<stdin>',to_be_clausified_631) ).

fof(c_0_341,axiom,
    ( lhs_atom602
    | ~ $true ),
    file('<stdin>',to_be_clausified_630) ).

fof(c_0_342,axiom,
    ( lhs_atom601
    | ~ $true ),
    file('<stdin>',to_be_clausified_629) ).

fof(c_0_343,axiom,
    ( lhs_atom276
    | ~ $true ),
    file('<stdin>',to_be_clausified_628) ).

fof(c_0_344,axiom,
    ( lhs_atom600
    | ~ $true ),
    file('<stdin>',to_be_clausified_627) ).

fof(c_0_345,axiom,
    ( lhs_atom226
    | ~ $true ),
    file('<stdin>',to_be_clausified_626) ).

fof(c_0_346,axiom,
    ( lhs_atom268
    | ~ $true ),
    file('<stdin>',to_be_clausified_625) ).

fof(c_0_347,axiom,
    ( lhs_atom599
    | ~ $true ),
    file('<stdin>',to_be_clausified_624) ).

fof(c_0_348,axiom,
    ( lhs_atom107
    | ~ $true ),
    file('<stdin>',to_be_clausified_623) ).

fof(c_0_349,axiom,
    ( lhs_atom598
    | ~ $true ),
    file('<stdin>',to_be_clausified_622) ).

fof(c_0_350,axiom,
    ( lhs_atom597
    | ~ $true ),
    file('<stdin>',to_be_clausified_621) ).

fof(c_0_351,axiom,
    ( lhs_atom273
    | ~ $true ),
    file('<stdin>',to_be_clausified_620) ).

fof(c_0_352,axiom,
    ( lhs_atom55
    | ~ $true ),
    file('<stdin>',to_be_clausified_619) ).

fof(c_0_353,axiom,
    ( lhs_atom231
    | ~ $true ),
    file('<stdin>',to_be_clausified_618) ).

fof(c_0_354,axiom,
    ( lhs_atom596
    | ~ $true ),
    file('<stdin>',to_be_clausified_617) ).

fof(c_0_355,axiom,
    ( lhs_atom51
    | ~ $true ),
    file('<stdin>',to_be_clausified_616) ).

fof(c_0_356,axiom,
    ( lhs_atom205
    | ~ $true ),
    file('<stdin>',to_be_clausified_615) ).

fof(c_0_357,axiom,
    ( lhs_atom595
    | ~ $true ),
    file('<stdin>',to_be_clausified_614) ).

fof(c_0_358,axiom,
    ( lhs_atom271
    | ~ $true ),
    file('<stdin>',to_be_clausified_613) ).

fof(c_0_359,axiom,
    ( lhs_atom594
    | ~ $true ),
    file('<stdin>',to_be_clausified_612) ).

fof(c_0_360,axiom,
    ( lhs_atom237
    | ~ $true ),
    file('<stdin>',to_be_clausified_611) ).

fof(c_0_361,axiom,
    ( lhs_atom238
    | ~ $true ),
    file('<stdin>',to_be_clausified_610) ).

fof(c_0_362,axiom,
    ( lhs_atom593
    | ~ $true ),
    file('<stdin>',to_be_clausified_609) ).

fof(c_0_363,axiom,
    ( lhs_atom79
    | ~ $true ),
    file('<stdin>',to_be_clausified_608) ).

fof(c_0_364,axiom,
    ( lhs_atom592
    | ~ $true ),
    file('<stdin>',to_be_clausified_607) ).

fof(c_0_365,axiom,
    ( lhs_atom269
    | ~ $true ),
    file('<stdin>',to_be_clausified_606) ).

fof(c_0_366,axiom,
    ( lhs_atom591
    | ~ $true ),
    file('<stdin>',to_be_clausified_605) ).

fof(c_0_367,axiom,
    ( lhs_atom248
    | ~ $true ),
    file('<stdin>',to_be_clausified_604) ).

fof(c_0_368,axiom,
    ( lhs_atom249
    | ~ $true ),
    file('<stdin>',to_be_clausified_603) ).

fof(c_0_369,axiom,
    ( lhs_atom590
    | ~ $true ),
    file('<stdin>',to_be_clausified_602) ).

fof(c_0_370,axiom,
    ( lhs_atom589
    | ~ $true ),
    file('<stdin>',to_be_clausified_601) ).

fof(c_0_371,axiom,
    ( lhs_atom202
    | ~ $true ),
    file('<stdin>',to_be_clausified_600) ).

fof(c_0_372,axiom,
    ( lhs_atom588
    | ~ $true ),
    file('<stdin>',to_be_clausified_599) ).

fof(c_0_373,axiom,
    ( lhs_atom587
    | ~ $true ),
    file('<stdin>',to_be_clausified_598) ).

fof(c_0_374,axiom,
    ( lhs_atom586
    | ~ $true ),
    file('<stdin>',to_be_clausified_597) ).

fof(c_0_375,axiom,
    ( lhs_atom585
    | ~ $true ),
    file('<stdin>',to_be_clausified_596) ).

fof(c_0_376,axiom,
    ( lhs_atom584
    | ~ $true ),
    file('<stdin>',to_be_clausified_595) ).

fof(c_0_377,axiom,
    ( lhs_atom583
    | ~ $true ),
    file('<stdin>',to_be_clausified_594) ).

fof(c_0_378,axiom,
    ( lhs_atom93
    | ~ $true ),
    file('<stdin>',to_be_clausified_593) ).

fof(c_0_379,axiom,
    ( lhs_atom582
    | ~ $true ),
    file('<stdin>',to_be_clausified_592) ).

fof(c_0_380,axiom,
    ( lhs_atom581
    | ~ $true ),
    file('<stdin>',to_be_clausified_591) ).

fof(c_0_381,axiom,
    ( lhs_atom580
    | ~ $true ),
    file('<stdin>',to_be_clausified_590) ).

fof(c_0_382,axiom,
    ( lhs_atom258
    | ~ $true ),
    file('<stdin>',to_be_clausified_589) ).

fof(c_0_383,axiom,
    ( lhs_atom579
    | ~ $true ),
    file('<stdin>',to_be_clausified_588) ).

fof(c_0_384,axiom,
    ( lhs_atom245
    | ~ $true ),
    file('<stdin>',to_be_clausified_587) ).

fof(c_0_385,axiom,
    ( lhs_atom578
    | ~ $true ),
    file('<stdin>',to_be_clausified_586) ).

fof(c_0_386,axiom,
    ( lhs_atom577
    | ~ $true ),
    file('<stdin>',to_be_clausified_585) ).

fof(c_0_387,axiom,
    ( lhs_atom256
    | ~ $true ),
    file('<stdin>',to_be_clausified_584) ).

fof(c_0_388,axiom,
    ( lhs_atom576
    | ~ $true ),
    file('<stdin>',to_be_clausified_583) ).

fof(c_0_389,axiom,
    ( lhs_atom575
    | ~ $true ),
    file('<stdin>',to_be_clausified_582) ).

fof(c_0_390,axiom,
    ( lhs_atom574
    | ~ $true ),
    file('<stdin>',to_be_clausified_581) ).

fof(c_0_391,axiom,
    ( lhs_atom573
    | ~ $true ),
    file('<stdin>',to_be_clausified_580) ).

fof(c_0_392,axiom,
    ( lhs_atom572
    | ~ $true ),
    file('<stdin>',to_be_clausified_579) ).

fof(c_0_393,axiom,
    ( lhs_atom571
    | ~ $true ),
    file('<stdin>',to_be_clausified_578) ).

fof(c_0_394,axiom,
    ( lhs_atom570
    | ~ $true ),
    file('<stdin>',to_be_clausified_577) ).

fof(c_0_395,axiom,
    ( lhs_atom569
    | ~ $true ),
    file('<stdin>',to_be_clausified_576) ).

fof(c_0_396,axiom,
    ( lhs_atom568
    | ~ $true ),
    file('<stdin>',to_be_clausified_575) ).

fof(c_0_397,axiom,
    ( lhs_atom567
    | ~ $true ),
    file('<stdin>',to_be_clausified_574) ).

fof(c_0_398,axiom,
    ( lhs_atom566
    | ~ $true ),
    file('<stdin>',to_be_clausified_573) ).

fof(c_0_399,axiom,
    ( lhs_atom565
    | ~ $true ),
    file('<stdin>',to_be_clausified_572) ).

fof(c_0_400,axiom,
    ( lhs_atom564
    | ~ $true ),
    file('<stdin>',to_be_clausified_571) ).

fof(c_0_401,axiom,
    ( lhs_atom563
    | ~ $true ),
    file('<stdin>',to_be_clausified_570) ).

fof(c_0_402,axiom,
    ( lhs_atom562
    | ~ $true ),
    file('<stdin>',to_be_clausified_569) ).

fof(c_0_403,axiom,
    ( lhs_atom561
    | ~ $true ),
    file('<stdin>',to_be_clausified_568) ).

fof(c_0_404,axiom,
    ( lhs_atom560
    | ~ $true ),
    file('<stdin>',to_be_clausified_567) ).

fof(c_0_405,axiom,
    ( lhs_atom559
    | ~ $true ),
    file('<stdin>',to_be_clausified_566) ).

fof(c_0_406,axiom,
    ( lhs_atom558
    | ~ $true ),
    file('<stdin>',to_be_clausified_565) ).

fof(c_0_407,axiom,
    ( lhs_atom557
    | ~ $true ),
    file('<stdin>',to_be_clausified_564) ).

fof(c_0_408,axiom,
    ( lhs_atom556
    | ~ $true ),
    file('<stdin>',to_be_clausified_563) ).

fof(c_0_409,axiom,
    ( lhs_atom555
    | ~ $true ),
    file('<stdin>',to_be_clausified_562) ).

fof(c_0_410,axiom,
    ( lhs_atom554
    | ~ $true ),
    file('<stdin>',to_be_clausified_561) ).

fof(c_0_411,axiom,
    ( lhs_atom553
    | ~ $true ),
    file('<stdin>',to_be_clausified_560) ).

fof(c_0_412,axiom,
    ( lhs_atom183
    | ~ $true ),
    file('<stdin>',to_be_clausified_559) ).

fof(c_0_413,axiom,
    ( lhs_atom552
    | ~ $true ),
    file('<stdin>',to_be_clausified_558) ).

fof(c_0_414,axiom,
    ( lhs_atom551
    | ~ $true ),
    file('<stdin>',to_be_clausified_557) ).

fof(c_0_415,axiom,
    ( lhs_atom550
    | ~ $true ),
    file('<stdin>',to_be_clausified_556) ).

fof(c_0_416,axiom,
    ( lhs_atom549
    | ~ $true ),
    file('<stdin>',to_be_clausified_555) ).

fof(c_0_417,axiom,
    ( lhs_atom548
    | ~ $true ),
    file('<stdin>',to_be_clausified_554) ).

fof(c_0_418,axiom,
    ( lhs_atom547
    | ~ $true ),
    file('<stdin>',to_be_clausified_553) ).

fof(c_0_419,axiom,
    ( lhs_atom99
    | ~ $true ),
    file('<stdin>',to_be_clausified_552) ).

fof(c_0_420,axiom,
    ( lhs_atom546
    | ~ $true ),
    file('<stdin>',to_be_clausified_551) ).

fof(c_0_421,axiom,
    ( lhs_atom545
    | ~ $true ),
    file('<stdin>',to_be_clausified_550) ).

fof(c_0_422,axiom,
    ( lhs_atom544
    | ~ $true ),
    file('<stdin>',to_be_clausified_549) ).

fof(c_0_423,axiom,
    ( lhs_atom543
    | ~ $true ),
    file('<stdin>',to_be_clausified_548) ).

fof(c_0_424,axiom,
    ( lhs_atom542
    | ~ $true ),
    file('<stdin>',to_be_clausified_547) ).

fof(c_0_425,axiom,
    ( lhs_atom541
    | ~ $true ),
    file('<stdin>',to_be_clausified_546) ).

fof(c_0_426,axiom,
    ( lhs_atom540
    | ~ $true ),
    file('<stdin>',to_be_clausified_545) ).

fof(c_0_427,axiom,
    ( lhs_atom539
    | ~ $true ),
    file('<stdin>',to_be_clausified_544) ).

fof(c_0_428,axiom,
    ( lhs_atom538
    | ~ $true ),
    file('<stdin>',to_be_clausified_543) ).

fof(c_0_429,axiom,
    ( lhs_atom537
    | ~ $true ),
    file('<stdin>',to_be_clausified_542) ).

fof(c_0_430,axiom,
    ( lhs_atom536
    | ~ $true ),
    file('<stdin>',to_be_clausified_541) ).

fof(c_0_431,axiom,
    ( lhs_atom535
    | ~ $true ),
    file('<stdin>',to_be_clausified_540) ).

fof(c_0_432,axiom,
    ( lhs_atom534
    | ~ $true ),
    file('<stdin>',to_be_clausified_539) ).

fof(c_0_433,axiom,
    ( lhs_atom533
    | ~ $true ),
    file('<stdin>',to_be_clausified_538) ).

fof(c_0_434,axiom,
    ( lhs_atom532
    | ~ $true ),
    file('<stdin>',to_be_clausified_537) ).

fof(c_0_435,axiom,
    ( lhs_atom531
    | ~ $true ),
    file('<stdin>',to_be_clausified_536) ).

fof(c_0_436,axiom,
    ( lhs_atom530
    | ~ $true ),
    file('<stdin>',to_be_clausified_535) ).

fof(c_0_437,axiom,
    ( lhs_atom529
    | ~ $true ),
    file('<stdin>',to_be_clausified_534) ).

fof(c_0_438,axiom,
    ( lhs_atom528
    | ~ $true ),
    file('<stdin>',to_be_clausified_533) ).

fof(c_0_439,axiom,
    ( lhs_atom527
    | ~ $true ),
    file('<stdin>',to_be_clausified_532) ).

fof(c_0_440,axiom,
    ( lhs_atom200
    | ~ $true ),
    file('<stdin>',to_be_clausified_531) ).

fof(c_0_441,axiom,
    ( lhs_atom526
    | ~ $true ),
    file('<stdin>',to_be_clausified_530) ).

fof(c_0_442,axiom,
    ( lhs_atom525
    | ~ $true ),
    file('<stdin>',to_be_clausified_529) ).

fof(c_0_443,axiom,
    ( lhs_atom524
    | ~ $true ),
    file('<stdin>',to_be_clausified_528) ).

fof(c_0_444,axiom,
    ( lhs_atom523
    | ~ $true ),
    file('<stdin>',to_be_clausified_527) ).

fof(c_0_445,axiom,
    ( lhs_atom522
    | ~ $true ),
    file('<stdin>',to_be_clausified_526) ).

fof(c_0_446,axiom,
    ( lhs_atom521
    | ~ $true ),
    file('<stdin>',to_be_clausified_525) ).

fof(c_0_447,axiom,
    ( lhs_atom62
    | ~ $true ),
    file('<stdin>',to_be_clausified_524) ).

fof(c_0_448,axiom,
    ( lhs_atom520
    | ~ $true ),
    file('<stdin>',to_be_clausified_523) ).

fof(c_0_449,axiom,
    ( lhs_atom519
    | ~ $true ),
    file('<stdin>',to_be_clausified_522) ).

fof(c_0_450,axiom,
    ( lhs_atom123
    | ~ $true ),
    file('<stdin>',to_be_clausified_521) ).

fof(c_0_451,axiom,
    ( lhs_atom518
    | ~ $true ),
    file('<stdin>',to_be_clausified_520) ).

fof(c_0_452,axiom,
    ( lhs_atom517
    | ~ $true ),
    file('<stdin>',to_be_clausified_519) ).

fof(c_0_453,axiom,
    ( lhs_atom516
    | ~ $true ),
    file('<stdin>',to_be_clausified_518) ).

fof(c_0_454,axiom,
    ( lhs_atom515
    | ~ $true ),
    file('<stdin>',to_be_clausified_517) ).

fof(c_0_455,axiom,
    ( lhs_atom514
    | ~ $true ),
    file('<stdin>',to_be_clausified_516) ).

fof(c_0_456,axiom,
    ( lhs_atom513
    | ~ $true ),
    file('<stdin>',to_be_clausified_515) ).

fof(c_0_457,axiom,
    ( lhs_atom512
    | ~ $true ),
    file('<stdin>',to_be_clausified_514) ).

fof(c_0_458,axiom,
    ( lhs_atom511
    | ~ $true ),
    file('<stdin>',to_be_clausified_513) ).

fof(c_0_459,axiom,
    ( lhs_atom510
    | ~ $true ),
    file('<stdin>',to_be_clausified_512) ).

fof(c_0_460,axiom,
    ( lhs_atom509
    | ~ $true ),
    file('<stdin>',to_be_clausified_511) ).

fof(c_0_461,axiom,
    ( lhs_atom508
    | ~ $true ),
    file('<stdin>',to_be_clausified_510) ).

fof(c_0_462,axiom,
    ( lhs_atom507
    | ~ $true ),
    file('<stdin>',to_be_clausified_509) ).

fof(c_0_463,axiom,
    ( lhs_atom506
    | ~ $true ),
    file('<stdin>',to_be_clausified_508) ).

fof(c_0_464,axiom,
    ( lhs_atom191
    | ~ $true ),
    file('<stdin>',to_be_clausified_507) ).

fof(c_0_465,axiom,
    ( lhs_atom505
    | ~ $true ),
    file('<stdin>',to_be_clausified_506) ).

fof(c_0_466,axiom,
    ( lhs_atom504
    | ~ $true ),
    file('<stdin>',to_be_clausified_505) ).

fof(c_0_467,axiom,
    ( lhs_atom503
    | ~ $true ),
    file('<stdin>',to_be_clausified_504) ).

fof(c_0_468,axiom,
    ( lhs_atom502
    | ~ $true ),
    file('<stdin>',to_be_clausified_503) ).

fof(c_0_469,axiom,
    ( lhs_atom501
    | ~ $true ),
    file('<stdin>',to_be_clausified_502) ).

fof(c_0_470,axiom,
    ( lhs_atom500
    | ~ $true ),
    file('<stdin>',to_be_clausified_501) ).

fof(c_0_471,axiom,
    ( lhs_atom499
    | ~ $true ),
    file('<stdin>',to_be_clausified_500) ).

fof(c_0_472,axiom,
    ( lhs_atom498
    | ~ $true ),
    file('<stdin>',to_be_clausified_499) ).

fof(c_0_473,axiom,
    ( lhs_atom497
    | ~ $true ),
    file('<stdin>',to_be_clausified_498) ).

fof(c_0_474,axiom,
    ( lhs_atom496
    | ~ $true ),
    file('<stdin>',to_be_clausified_497) ).

fof(c_0_475,axiom,
    ( lhs_atom495
    | ~ $true ),
    file('<stdin>',to_be_clausified_496) ).

fof(c_0_476,axiom,
    ( lhs_atom494
    | ~ $true ),
    file('<stdin>',to_be_clausified_495) ).

fof(c_0_477,axiom,
    ( lhs_atom493
    | ~ $true ),
    file('<stdin>',to_be_clausified_494) ).

fof(c_0_478,axiom,
    ( lhs_atom492
    | ~ $true ),
    file('<stdin>',to_be_clausified_493) ).

fof(c_0_479,axiom,
    ( lhs_atom491
    | ~ $true ),
    file('<stdin>',to_be_clausified_492) ).

fof(c_0_480,axiom,
    ( lhs_atom490
    | ~ $true ),
    file('<stdin>',to_be_clausified_491) ).

fof(c_0_481,axiom,
    ( lhs_atom489
    | ~ $true ),
    file('<stdin>',to_be_clausified_490) ).

fof(c_0_482,axiom,
    ( lhs_atom488
    | ~ $true ),
    file('<stdin>',to_be_clausified_489) ).

fof(c_0_483,axiom,
    ( lhs_atom487
    | ~ $true ),
    file('<stdin>',to_be_clausified_488) ).

fof(c_0_484,axiom,
    ( lhs_atom486
    | ~ $true ),
    file('<stdin>',to_be_clausified_487) ).

fof(c_0_485,axiom,
    ( lhs_atom485
    | ~ $true ),
    file('<stdin>',to_be_clausified_486) ).

fof(c_0_486,axiom,
    ( lhs_atom484
    | ~ $true ),
    file('<stdin>',to_be_clausified_485) ).

fof(c_0_487,axiom,
    ( lhs_atom483
    | ~ $true ),
    file('<stdin>',to_be_clausified_484) ).

fof(c_0_488,axiom,
    ( lhs_atom482
    | ~ $true ),
    file('<stdin>',to_be_clausified_483) ).

fof(c_0_489,axiom,
    ( lhs_atom481
    | ~ $true ),
    file('<stdin>',to_be_clausified_482) ).

fof(c_0_490,axiom,
    ( lhs_atom480
    | ~ $true ),
    file('<stdin>',to_be_clausified_481) ).

fof(c_0_491,axiom,
    ( lhs_atom479
    | ~ $true ),
    file('<stdin>',to_be_clausified_480) ).

fof(c_0_492,axiom,
    ( lhs_atom478
    | ~ $true ),
    file('<stdin>',to_be_clausified_479) ).

fof(c_0_493,axiom,
    ( lhs_atom477
    | ~ $true ),
    file('<stdin>',to_be_clausified_478) ).

fof(c_0_494,axiom,
    ( lhs_atom476
    | ~ $true ),
    file('<stdin>',to_be_clausified_477) ).

fof(c_0_495,axiom,
    ( lhs_atom475
    | ~ $true ),
    file('<stdin>',to_be_clausified_476) ).

fof(c_0_496,axiom,
    ( lhs_atom474
    | ~ $true ),
    file('<stdin>',to_be_clausified_475) ).

fof(c_0_497,axiom,
    ( lhs_atom473
    | ~ $true ),
    file('<stdin>',to_be_clausified_474) ).

fof(c_0_498,axiom,
    ( lhs_atom472
    | ~ $true ),
    file('<stdin>',to_be_clausified_473) ).

fof(c_0_499,axiom,
    ( lhs_atom471
    | ~ $true ),
    file('<stdin>',to_be_clausified_472) ).

fof(c_0_500,axiom,
    ( lhs_atom470
    | ~ $true ),
    file('<stdin>',to_be_clausified_471) ).

fof(c_0_501,axiom,
    ( lhs_atom469
    | ~ $true ),
    file('<stdin>',to_be_clausified_470) ).

fof(c_0_502,axiom,
    ( lhs_atom468
    | ~ $true ),
    file('<stdin>',to_be_clausified_469) ).

fof(c_0_503,axiom,
    ( lhs_atom467
    | ~ $true ),
    file('<stdin>',to_be_clausified_468) ).

fof(c_0_504,axiom,
    ( lhs_atom466
    | ~ $true ),
    file('<stdin>',to_be_clausified_467) ).

fof(c_0_505,axiom,
    ( lhs_atom465
    | ~ $true ),
    file('<stdin>',to_be_clausified_466) ).

fof(c_0_506,axiom,
    ( lhs_atom464
    | ~ $true ),
    file('<stdin>',to_be_clausified_465) ).

fof(c_0_507,axiom,
    ( lhs_atom463
    | ~ $true ),
    file('<stdin>',to_be_clausified_464) ).

fof(c_0_508,axiom,
    ( lhs_atom462
    | ~ $true ),
    file('<stdin>',to_be_clausified_463) ).

fof(c_0_509,axiom,
    ( lhs_atom461
    | ~ $true ),
    file('<stdin>',to_be_clausified_462) ).

fof(c_0_510,axiom,
    ( lhs_atom460
    | ~ $true ),
    file('<stdin>',to_be_clausified_461) ).

fof(c_0_511,axiom,
    ( lhs_atom459
    | ~ $true ),
    file('<stdin>',to_be_clausified_460) ).

fof(c_0_512,axiom,
    ( lhs_atom458
    | ~ $true ),
    file('<stdin>',to_be_clausified_459) ).

fof(c_0_513,axiom,
    ( lhs_atom457
    | ~ $true ),
    file('<stdin>',to_be_clausified_458) ).

fof(c_0_514,axiom,
    ( lhs_atom456
    | ~ $true ),
    file('<stdin>',to_be_clausified_457) ).

fof(c_0_515,axiom,
    ( lhs_atom455
    | ~ $true ),
    file('<stdin>',to_be_clausified_456) ).

fof(c_0_516,axiom,
    ( lhs_atom454
    | ~ $true ),
    file('<stdin>',to_be_clausified_455) ).

fof(c_0_517,axiom,
    ( lhs_atom453
    | ~ $true ),
    file('<stdin>',to_be_clausified_454) ).

fof(c_0_518,axiom,
    ( lhs_atom452
    | ~ $true ),
    file('<stdin>',to_be_clausified_453) ).

fof(c_0_519,axiom,
    ( lhs_atom451
    | ~ $true ),
    file('<stdin>',to_be_clausified_452) ).

fof(c_0_520,axiom,
    ( lhs_atom174
    | ~ $true ),
    file('<stdin>',to_be_clausified_451) ).

fof(c_0_521,axiom,
    ( lhs_atom450
    | ~ $true ),
    file('<stdin>',to_be_clausified_450) ).

fof(c_0_522,axiom,
    ( lhs_atom122
    | ~ $true ),
    file('<stdin>',to_be_clausified_449) ).

fof(c_0_523,axiom,
    ( lhs_atom449
    | ~ $true ),
    file('<stdin>',to_be_clausified_448) ).

fof(c_0_524,axiom,
    ( lhs_atom448
    | ~ $true ),
    file('<stdin>',to_be_clausified_447) ).

fof(c_0_525,axiom,
    ( lhs_atom447
    | ~ $true ),
    file('<stdin>',to_be_clausified_446) ).

fof(c_0_526,axiom,
    ( lhs_atom446
    | ~ $true ),
    file('<stdin>',to_be_clausified_445) ).

fof(c_0_527,axiom,
    ( lhs_atom445
    | ~ $true ),
    file('<stdin>',to_be_clausified_444) ).

fof(c_0_528,axiom,
    ( lhs_atom444
    | ~ $true ),
    file('<stdin>',to_be_clausified_443) ).

fof(c_0_529,axiom,
    ( lhs_atom443
    | ~ $true ),
    file('<stdin>',to_be_clausified_442) ).

fof(c_0_530,axiom,
    ( lhs_atom442
    | ~ $true ),
    file('<stdin>',to_be_clausified_441) ).

fof(c_0_531,axiom,
    ( lhs_atom441
    | ~ $true ),
    file('<stdin>',to_be_clausified_440) ).

fof(c_0_532,axiom,
    ( lhs_atom440
    | ~ $true ),
    file('<stdin>',to_be_clausified_439) ).

fof(c_0_533,axiom,
    ( lhs_atom439
    | ~ $true ),
    file('<stdin>',to_be_clausified_438) ).

fof(c_0_534,axiom,
    ( lhs_atom438
    | ~ $true ),
    file('<stdin>',to_be_clausified_437) ).

fof(c_0_535,axiom,
    ( lhs_atom437
    | ~ $true ),
    file('<stdin>',to_be_clausified_436) ).

fof(c_0_536,axiom,
    ( lhs_atom436
    | ~ $true ),
    file('<stdin>',to_be_clausified_435) ).

fof(c_0_537,axiom,
    ( lhs_atom435
    | ~ $true ),
    file('<stdin>',to_be_clausified_434) ).

fof(c_0_538,axiom,
    ( lhs_atom434
    | ~ $true ),
    file('<stdin>',to_be_clausified_433) ).

fof(c_0_539,axiom,
    ( lhs_atom433
    | ~ $true ),
    file('<stdin>',to_be_clausified_432) ).

fof(c_0_540,axiom,
    ( lhs_atom432
    | ~ $true ),
    file('<stdin>',to_be_clausified_431) ).

fof(c_0_541,axiom,
    ( lhs_atom431
    | ~ $true ),
    file('<stdin>',to_be_clausified_430) ).

fof(c_0_542,axiom,
    ( lhs_atom430
    | ~ $true ),
    file('<stdin>',to_be_clausified_429) ).

fof(c_0_543,axiom,
    ( lhs_atom429
    | ~ $true ),
    file('<stdin>',to_be_clausified_428) ).

fof(c_0_544,axiom,
    ( lhs_atom428
    | ~ $true ),
    file('<stdin>',to_be_clausified_427) ).

fof(c_0_545,axiom,
    ( lhs_atom427
    | ~ $true ),
    file('<stdin>',to_be_clausified_426) ).

fof(c_0_546,axiom,
    ( lhs_atom426
    | ~ $true ),
    file('<stdin>',to_be_clausified_425) ).

fof(c_0_547,axiom,
    ( lhs_atom425
    | ~ $true ),
    file('<stdin>',to_be_clausified_424) ).

fof(c_0_548,axiom,
    ( lhs_atom424
    | ~ $true ),
    file('<stdin>',to_be_clausified_423) ).

fof(c_0_549,axiom,
    ( lhs_atom423
    | ~ $true ),
    file('<stdin>',to_be_clausified_422) ).

fof(c_0_550,axiom,
    ( lhs_atom422
    | ~ $true ),
    file('<stdin>',to_be_clausified_421) ).

fof(c_0_551,axiom,
    ( lhs_atom421
    | ~ $true ),
    file('<stdin>',to_be_clausified_420) ).

fof(c_0_552,axiom,
    ( lhs_atom420
    | ~ $true ),
    file('<stdin>',to_be_clausified_419) ).

fof(c_0_553,axiom,
    ( lhs_atom419
    | ~ $true ),
    file('<stdin>',to_be_clausified_418) ).

fof(c_0_554,axiom,
    ( lhs_atom418
    | ~ $true ),
    file('<stdin>',to_be_clausified_417) ).

fof(c_0_555,axiom,
    ( lhs_atom417
    | ~ $true ),
    file('<stdin>',to_be_clausified_416) ).

fof(c_0_556,axiom,
    ( lhs_atom416
    | ~ $true ),
    file('<stdin>',to_be_clausified_415) ).

fof(c_0_557,axiom,
    ( lhs_atom415
    | ~ $true ),
    file('<stdin>',to_be_clausified_414) ).

fof(c_0_558,axiom,
    ( lhs_atom414
    | ~ $true ),
    file('<stdin>',to_be_clausified_413) ).

fof(c_0_559,axiom,
    ( lhs_atom413
    | ~ $true ),
    file('<stdin>',to_be_clausified_412) ).

fof(c_0_560,axiom,
    ( lhs_atom412
    | ~ $true ),
    file('<stdin>',to_be_clausified_411) ).

fof(c_0_561,axiom,
    ( lhs_atom411
    | ~ $true ),
    file('<stdin>',to_be_clausified_410) ).

fof(c_0_562,axiom,
    ( lhs_atom410
    | ~ $true ),
    file('<stdin>',to_be_clausified_409) ).

fof(c_0_563,axiom,
    ( lhs_atom409
    | ~ $true ),
    file('<stdin>',to_be_clausified_408) ).

fof(c_0_564,axiom,
    ( lhs_atom408
    | ~ $true ),
    file('<stdin>',to_be_clausified_407) ).

fof(c_0_565,axiom,
    ( lhs_atom407
    | ~ $true ),
    file('<stdin>',to_be_clausified_406) ).

fof(c_0_566,axiom,
    ( lhs_atom406
    | ~ $true ),
    file('<stdin>',to_be_clausified_405) ).

fof(c_0_567,axiom,
    ( lhs_atom405
    | ~ $true ),
    file('<stdin>',to_be_clausified_404) ).

fof(c_0_568,axiom,
    ( lhs_atom404
    | ~ $true ),
    file('<stdin>',to_be_clausified_403) ).

fof(c_0_569,axiom,
    ( lhs_atom403
    | ~ $true ),
    file('<stdin>',to_be_clausified_402) ).

fof(c_0_570,axiom,
    ( lhs_atom402
    | ~ $true ),
    file('<stdin>',to_be_clausified_401) ).

fof(c_0_571,axiom,
    ( lhs_atom401
    | ~ $true ),
    file('<stdin>',to_be_clausified_400) ).

fof(c_0_572,axiom,
    ( lhs_atom400
    | ~ $true ),
    file('<stdin>',to_be_clausified_399) ).

fof(c_0_573,axiom,
    ( lhs_atom399
    | ~ $true ),
    file('<stdin>',to_be_clausified_398) ).

fof(c_0_574,axiom,
    ( lhs_atom398
    | ~ $true ),
    file('<stdin>',to_be_clausified_397) ).

fof(c_0_575,axiom,
    ( lhs_atom397
    | ~ $true ),
    file('<stdin>',to_be_clausified_396) ).

fof(c_0_576,axiom,
    ( lhs_atom396
    | ~ $true ),
    file('<stdin>',to_be_clausified_395) ).

fof(c_0_577,axiom,
    ( lhs_atom395
    | ~ $true ),
    file('<stdin>',to_be_clausified_394) ).

fof(c_0_578,axiom,
    ( lhs_atom394
    | ~ $true ),
    file('<stdin>',to_be_clausified_393) ).

fof(c_0_579,axiom,
    ( lhs_atom393
    | ~ $true ),
    file('<stdin>',to_be_clausified_392) ).

fof(c_0_580,axiom,
    ( lhs_atom392
    | ~ $true ),
    file('<stdin>',to_be_clausified_391) ).

fof(c_0_581,axiom,
    ( lhs_atom391
    | ~ $true ),
    file('<stdin>',to_be_clausified_390) ).

fof(c_0_582,axiom,
    ( lhs_atom390
    | ~ $true ),
    file('<stdin>',to_be_clausified_389) ).

fof(c_0_583,axiom,
    ( lhs_atom389
    | ~ $true ),
    file('<stdin>',to_be_clausified_388) ).

fof(c_0_584,axiom,
    ( lhs_atom388
    | ~ $true ),
    file('<stdin>',to_be_clausified_387) ).

fof(c_0_585,axiom,
    ( lhs_atom387
    | ~ $true ),
    file('<stdin>',to_be_clausified_386) ).

fof(c_0_586,axiom,
    ( lhs_atom386
    | ~ $true ),
    file('<stdin>',to_be_clausified_385) ).

fof(c_0_587,axiom,
    ( lhs_atom385
    | ~ $true ),
    file('<stdin>',to_be_clausified_384) ).

fof(c_0_588,axiom,
    ( lhs_atom384
    | ~ $true ),
    file('<stdin>',to_be_clausified_383) ).

fof(c_0_589,axiom,
    ( lhs_atom383
    | ~ $true ),
    file('<stdin>',to_be_clausified_382) ).

fof(c_0_590,axiom,
    ( lhs_atom382
    | ~ $true ),
    file('<stdin>',to_be_clausified_381) ).

fof(c_0_591,axiom,
    ( lhs_atom381
    | ~ $true ),
    file('<stdin>',to_be_clausified_380) ).

fof(c_0_592,axiom,
    ( lhs_atom380
    | ~ $true ),
    file('<stdin>',to_be_clausified_379) ).

fof(c_0_593,axiom,
    ( lhs_atom379
    | ~ $true ),
    file('<stdin>',to_be_clausified_378) ).

fof(c_0_594,axiom,
    ( lhs_atom378
    | ~ $true ),
    file('<stdin>',to_be_clausified_377) ).

fof(c_0_595,axiom,
    ( lhs_atom377
    | ~ $true ),
    file('<stdin>',to_be_clausified_376) ).

fof(c_0_596,axiom,
    ( lhs_atom376
    | ~ $true ),
    file('<stdin>',to_be_clausified_375) ).

fof(c_0_597,axiom,
    ( lhs_atom375
    | ~ $true ),
    file('<stdin>',to_be_clausified_374) ).

fof(c_0_598,axiom,
    ( lhs_atom374
    | ~ $true ),
    file('<stdin>',to_be_clausified_373) ).

fof(c_0_599,axiom,
    ( lhs_atom373
    | ~ $true ),
    file('<stdin>',to_be_clausified_372) ).

fof(c_0_600,axiom,
    ( lhs_atom372
    | ~ $true ),
    file('<stdin>',to_be_clausified_371) ).

fof(c_0_601,axiom,
    ( lhs_atom371
    | ~ $true ),
    file('<stdin>',to_be_clausified_370) ).

fof(c_0_602,axiom,
    ( lhs_atom370
    | ~ $true ),
    file('<stdin>',to_be_clausified_369) ).

fof(c_0_603,axiom,
    ( lhs_atom369
    | ~ $true ),
    file('<stdin>',to_be_clausified_368) ).

fof(c_0_604,axiom,
    ( lhs_atom368
    | ~ $true ),
    file('<stdin>',to_be_clausified_367) ).

fof(c_0_605,axiom,
    ( lhs_atom367
    | ~ $true ),
    file('<stdin>',to_be_clausified_366) ).

fof(c_0_606,axiom,
    ( lhs_atom366
    | ~ $true ),
    file('<stdin>',to_be_clausified_365) ).

fof(c_0_607,axiom,
    ( lhs_atom365
    | ~ $true ),
    file('<stdin>',to_be_clausified_364) ).

fof(c_0_608,axiom,
    ( lhs_atom364
    | ~ $true ),
    file('<stdin>',to_be_clausified_363) ).

fof(c_0_609,axiom,
    ( lhs_atom363
    | ~ $true ),
    file('<stdin>',to_be_clausified_362) ).

fof(c_0_610,axiom,
    ( lhs_atom362
    | ~ $true ),
    file('<stdin>',to_be_clausified_361) ).

fof(c_0_611,axiom,
    ( lhs_atom361
    | ~ $true ),
    file('<stdin>',to_be_clausified_360) ).

fof(c_0_612,axiom,
    ( lhs_atom360
    | ~ $true ),
    file('<stdin>',to_be_clausified_359) ).

fof(c_0_613,axiom,
    ( lhs_atom359
    | ~ $true ),
    file('<stdin>',to_be_clausified_358) ).

fof(c_0_614,axiom,
    ( lhs_atom358
    | ~ $true ),
    file('<stdin>',to_be_clausified_357) ).

fof(c_0_615,axiom,
    ( lhs_atom357
    | ~ $true ),
    file('<stdin>',to_be_clausified_356) ).

fof(c_0_616,axiom,
    ( lhs_atom356
    | ~ $true ),
    file('<stdin>',to_be_clausified_355) ).

fof(c_0_617,axiom,
    ( lhs_atom355
    | ~ $true ),
    file('<stdin>',to_be_clausified_354) ).

fof(c_0_618,axiom,
    ( lhs_atom354
    | ~ $true ),
    file('<stdin>',to_be_clausified_353) ).

fof(c_0_619,axiom,
    ( lhs_atom353
    | ~ $true ),
    file('<stdin>',to_be_clausified_352) ).

fof(c_0_620,axiom,
    ( lhs_atom352
    | ~ $true ),
    file('<stdin>',to_be_clausified_351) ).

fof(c_0_621,axiom,
    ( lhs_atom351
    | ~ $true ),
    file('<stdin>',to_be_clausified_350) ).

fof(c_0_622,axiom,
    ( lhs_atom350
    | ~ $true ),
    file('<stdin>',to_be_clausified_349) ).

fof(c_0_623,axiom,
    ( lhs_atom349
    | ~ $true ),
    file('<stdin>',to_be_clausified_348) ).

fof(c_0_624,axiom,
    ( lhs_atom348
    | ~ $true ),
    file('<stdin>',to_be_clausified_347) ).

fof(c_0_625,axiom,
    ( lhs_atom347
    | ~ $true ),
    file('<stdin>',to_be_clausified_346) ).

fof(c_0_626,axiom,
    ( lhs_atom346
    | ~ $true ),
    file('<stdin>',to_be_clausified_345) ).

fof(c_0_627,axiom,
    ( lhs_atom345
    | ~ $true ),
    file('<stdin>',to_be_clausified_344) ).

fof(c_0_628,axiom,
    ( lhs_atom344
    | ~ $true ),
    file('<stdin>',to_be_clausified_343) ).

fof(c_0_629,axiom,
    ( lhs_atom343
    | ~ $true ),
    file('<stdin>',to_be_clausified_342) ).

fof(c_0_630,axiom,
    ( lhs_atom342
    | ~ $true ),
    file('<stdin>',to_be_clausified_341) ).

fof(c_0_631,axiom,
    ( lhs_atom341
    | ~ $true ),
    file('<stdin>',to_be_clausified_340) ).

fof(c_0_632,axiom,
    ( lhs_atom340
    | ~ $true ),
    file('<stdin>',to_be_clausified_339) ).

fof(c_0_633,axiom,
    ( lhs_atom339
    | ~ $true ),
    file('<stdin>',to_be_clausified_338) ).

fof(c_0_634,axiom,
    ( lhs_atom338
    | ~ $true ),
    file('<stdin>',to_be_clausified_337) ).

fof(c_0_635,axiom,
    ( lhs_atom337
    | ~ $true ),
    file('<stdin>',to_be_clausified_336) ).

fof(c_0_636,axiom,
    ( lhs_atom336
    | ~ $true ),
    file('<stdin>',to_be_clausified_335) ).

fof(c_0_637,axiom,
    ( lhs_atom335
    | ~ $true ),
    file('<stdin>',to_be_clausified_334) ).

fof(c_0_638,axiom,
    ( lhs_atom334
    | ~ $true ),
    file('<stdin>',to_be_clausified_333) ).

fof(c_0_639,axiom,
    ( lhs_atom333
    | ~ $true ),
    file('<stdin>',to_be_clausified_332) ).

fof(c_0_640,axiom,
    ( lhs_atom332
    | ~ $true ),
    file('<stdin>',to_be_clausified_331) ).

fof(c_0_641,axiom,
    ( lhs_atom331
    | ~ $true ),
    file('<stdin>',to_be_clausified_330) ).

fof(c_0_642,axiom,
    ( lhs_atom330
    | ~ $true ),
    file('<stdin>',to_be_clausified_329) ).

fof(c_0_643,axiom,
    ( lhs_atom329
    | ~ $true ),
    file('<stdin>',to_be_clausified_328) ).

fof(c_0_644,axiom,
    ( lhs_atom328
    | ~ $true ),
    file('<stdin>',to_be_clausified_327) ).

fof(c_0_645,axiom,
    ( lhs_atom327
    | ~ $true ),
    file('<stdin>',to_be_clausified_326) ).

fof(c_0_646,axiom,
    ( lhs_atom326
    | ~ $true ),
    file('<stdin>',to_be_clausified_325) ).

fof(c_0_647,axiom,
    ( lhs_atom325
    | ~ $true ),
    file('<stdin>',to_be_clausified_324) ).

fof(c_0_648,axiom,
    ( lhs_atom324
    | ~ $true ),
    file('<stdin>',to_be_clausified_323) ).

fof(c_0_649,axiom,
    ( lhs_atom323
    | ~ $true ),
    file('<stdin>',to_be_clausified_322) ).

fof(c_0_650,axiom,
    ( lhs_atom322
    | ~ $true ),
    file('<stdin>',to_be_clausified_321) ).

fof(c_0_651,axiom,
    ( lhs_atom321
    | ~ $true ),
    file('<stdin>',to_be_clausified_320) ).

fof(c_0_652,axiom,
    ( lhs_atom320
    | ~ $true ),
    file('<stdin>',to_be_clausified_319) ).

fof(c_0_653,axiom,
    ( lhs_atom319
    | ~ $true ),
    file('<stdin>',to_be_clausified_318) ).

fof(c_0_654,axiom,
    ( lhs_atom318
    | ~ $true ),
    file('<stdin>',to_be_clausified_317) ).

fof(c_0_655,axiom,
    ( lhs_atom317
    | ~ $true ),
    file('<stdin>',to_be_clausified_316) ).

fof(c_0_656,axiom,
    ( lhs_atom316
    | ~ $true ),
    file('<stdin>',to_be_clausified_315) ).

fof(c_0_657,axiom,
    ( lhs_atom315
    | ~ $true ),
    file('<stdin>',to_be_clausified_314) ).

fof(c_0_658,axiom,
    ( lhs_atom314
    | ~ $true ),
    file('<stdin>',to_be_clausified_313) ).

fof(c_0_659,axiom,
    ( lhs_atom313
    | ~ $true ),
    file('<stdin>',to_be_clausified_312) ).

fof(c_0_660,axiom,
    ( lhs_atom312
    | ~ $true ),
    file('<stdin>',to_be_clausified_311) ).

fof(c_0_661,axiom,
    ( lhs_atom311
    | ~ $true ),
    file('<stdin>',to_be_clausified_310) ).

fof(c_0_662,axiom,
    ( lhs_atom310
    | ~ $true ),
    file('<stdin>',to_be_clausified_309) ).

fof(c_0_663,axiom,
    ( lhs_atom309
    | ~ $true ),
    file('<stdin>',to_be_clausified_308) ).

fof(c_0_664,axiom,
    ( lhs_atom308
    | ~ $true ),
    file('<stdin>',to_be_clausified_307) ).

fof(c_0_665,axiom,
    ( lhs_atom307
    | ~ $true ),
    file('<stdin>',to_be_clausified_306) ).

fof(c_0_666,axiom,
    ( lhs_atom306
    | ~ $true ),
    file('<stdin>',to_be_clausified_305) ).

fof(c_0_667,axiom,
    ( lhs_atom305
    | ~ $true ),
    file('<stdin>',to_be_clausified_304) ).

fof(c_0_668,axiom,
    ( lhs_atom304
    | ~ $true ),
    file('<stdin>',to_be_clausified_303) ).

fof(c_0_669,axiom,
    ( lhs_atom303
    | ~ $true ),
    file('<stdin>',to_be_clausified_302) ).

fof(c_0_670,axiom,
    ( lhs_atom302
    | ~ $true ),
    file('<stdin>',to_be_clausified_301) ).

fof(c_0_671,axiom,
    ( lhs_atom301
    | ~ $true ),
    file('<stdin>',to_be_clausified_300) ).

fof(c_0_672,axiom,
    ( lhs_atom300
    | ~ $true ),
    file('<stdin>',to_be_clausified_299) ).

fof(c_0_673,axiom,
    ( lhs_atom299
    | ~ $true ),
    file('<stdin>',to_be_clausified_298) ).

fof(c_0_674,axiom,
    ( lhs_atom298
    | ~ $true ),
    file('<stdin>',to_be_clausified_297) ).

fof(c_0_675,axiom,
    ( lhs_atom297
    | ~ $true ),
    file('<stdin>',to_be_clausified_296) ).

fof(c_0_676,axiom,
    ( lhs_atom296
    | ~ $true ),
    file('<stdin>',to_be_clausified_295) ).

fof(c_0_677,axiom,
    ( lhs_atom295
    | ~ $true ),
    file('<stdin>',to_be_clausified_294) ).

fof(c_0_678,axiom,
    ( lhs_atom294
    | ~ $true ),
    file('<stdin>',to_be_clausified_293) ).

fof(c_0_679,axiom,
    ( lhs_atom293
    | ~ $true ),
    file('<stdin>',to_be_clausified_292) ).

fof(c_0_680,axiom,
    ( lhs_atom292
    | ~ $true ),
    file('<stdin>',to_be_clausified_291) ).

fof(c_0_681,axiom,
    ( lhs_atom291
    | ~ $true ),
    file('<stdin>',to_be_clausified_290) ).

fof(c_0_682,axiom,
    ( lhs_atom290
    | ~ $true ),
    file('<stdin>',to_be_clausified_289) ).

fof(c_0_683,axiom,
    ( lhs_atom289
    | ~ $true ),
    file('<stdin>',to_be_clausified_288) ).

fof(c_0_684,axiom,
    ( lhs_atom288
    | ~ $true ),
    file('<stdin>',to_be_clausified_287) ).

fof(c_0_685,axiom,
    ( lhs_atom287
    | ~ $true ),
    file('<stdin>',to_be_clausified_286) ).

fof(c_0_686,axiom,
    ( lhs_atom286
    | ~ $true ),
    file('<stdin>',to_be_clausified_285) ).

fof(c_0_687,axiom,
    ( lhs_atom285
    | ~ $true ),
    file('<stdin>',to_be_clausified_284) ).

fof(c_0_688,axiom,
    ( lhs_atom284
    | ~ $true ),
    file('<stdin>',to_be_clausified_283) ).

fof(c_0_689,axiom,
    ( lhs_atom283
    | ~ $true ),
    file('<stdin>',to_be_clausified_282) ).

fof(c_0_690,axiom,
    ( lhs_atom282
    | ~ $true ),
    file('<stdin>',to_be_clausified_281) ).

fof(c_0_691,axiom,
    ( lhs_atom281
    | ~ $true ),
    file('<stdin>',to_be_clausified_280) ).

fof(c_0_692,axiom,
    ( lhs_atom280
    | ~ $true ),
    file('<stdin>',to_be_clausified_279) ).

fof(c_0_693,axiom,
    ( lhs_atom279
    | ~ $true ),
    file('<stdin>',to_be_clausified_278) ).

fof(c_0_694,axiom,
    ( lhs_atom278
    | ~ $true ),
    file('<stdin>',to_be_clausified_277) ).

fof(c_0_695,axiom,
    ( lhs_atom277
    | ~ $true ),
    file('<stdin>',to_be_clausified_276) ).

fof(c_0_696,axiom,
    ( lhs_atom276
    | ~ $true ),
    file('<stdin>',to_be_clausified_275) ).

fof(c_0_697,axiom,
    ( lhs_atom275
    | ~ $true ),
    file('<stdin>',to_be_clausified_274) ).

fof(c_0_698,axiom,
    ( lhs_atom274
    | ~ $true ),
    file('<stdin>',to_be_clausified_273) ).

fof(c_0_699,axiom,
    ( lhs_atom273
    | ~ $true ),
    file('<stdin>',to_be_clausified_272) ).

fof(c_0_700,axiom,
    ( lhs_atom272
    | ~ $true ),
    file('<stdin>',to_be_clausified_271) ).

fof(c_0_701,axiom,
    ( lhs_atom271
    | ~ $true ),
    file('<stdin>',to_be_clausified_270) ).

fof(c_0_702,axiom,
    ( lhs_atom270
    | ~ $true ),
    file('<stdin>',to_be_clausified_269) ).

fof(c_0_703,axiom,
    ( lhs_atom269
    | ~ $true ),
    file('<stdin>',to_be_clausified_268) ).

fof(c_0_704,axiom,
    ( lhs_atom268
    | ~ $true ),
    file('<stdin>',to_be_clausified_267) ).

fof(c_0_705,axiom,
    ( lhs_atom267
    | ~ $true ),
    file('<stdin>',to_be_clausified_266) ).

fof(c_0_706,axiom,
    ( lhs_atom266
    | ~ $true ),
    file('<stdin>',to_be_clausified_265) ).

fof(c_0_707,axiom,
    ( lhs_atom265
    | ~ $true ),
    file('<stdin>',to_be_clausified_264) ).

fof(c_0_708,axiom,
    ( lhs_atom264
    | ~ $true ),
    file('<stdin>',to_be_clausified_263) ).

fof(c_0_709,axiom,
    ( lhs_atom263
    | ~ $true ),
    file('<stdin>',to_be_clausified_262) ).

fof(c_0_710,axiom,
    ( lhs_atom262
    | ~ $true ),
    file('<stdin>',to_be_clausified_261) ).

fof(c_0_711,axiom,
    ( lhs_atom261
    | ~ $true ),
    file('<stdin>',to_be_clausified_260) ).

fof(c_0_712,axiom,
    ( lhs_atom260
    | ~ $true ),
    file('<stdin>',to_be_clausified_259) ).

fof(c_0_713,axiom,
    ( lhs_atom259
    | ~ $true ),
    file('<stdin>',to_be_clausified_258) ).

fof(c_0_714,axiom,
    ( lhs_atom258
    | ~ $true ),
    file('<stdin>',to_be_clausified_257) ).

fof(c_0_715,axiom,
    ( lhs_atom257
    | ~ $true ),
    file('<stdin>',to_be_clausified_256) ).

fof(c_0_716,axiom,
    ( lhs_atom256
    | ~ $true ),
    file('<stdin>',to_be_clausified_255) ).

fof(c_0_717,axiom,
    ( lhs_atom255
    | ~ $true ),
    file('<stdin>',to_be_clausified_254) ).

fof(c_0_718,axiom,
    ( lhs_atom254
    | ~ $true ),
    file('<stdin>',to_be_clausified_253) ).

fof(c_0_719,axiom,
    ( lhs_atom253
    | ~ $true ),
    file('<stdin>',to_be_clausified_252) ).

fof(c_0_720,axiom,
    ( lhs_atom252
    | ~ $true ),
    file('<stdin>',to_be_clausified_251) ).

fof(c_0_721,axiom,
    ( lhs_atom251
    | ~ $true ),
    file('<stdin>',to_be_clausified_250) ).

fof(c_0_722,axiom,
    ( lhs_atom250
    | ~ $true ),
    file('<stdin>',to_be_clausified_249) ).

fof(c_0_723,axiom,
    ( lhs_atom249
    | ~ $true ),
    file('<stdin>',to_be_clausified_248) ).

fof(c_0_724,axiom,
    ( lhs_atom248
    | ~ $true ),
    file('<stdin>',to_be_clausified_247) ).

fof(c_0_725,axiom,
    ( lhs_atom247
    | ~ $true ),
    file('<stdin>',to_be_clausified_246) ).

fof(c_0_726,axiom,
    ( lhs_atom246
    | ~ $true ),
    file('<stdin>',to_be_clausified_245) ).

fof(c_0_727,axiom,
    ( lhs_atom245
    | ~ $true ),
    file('<stdin>',to_be_clausified_244) ).

fof(c_0_728,axiom,
    ( lhs_atom244
    | ~ $true ),
    file('<stdin>',to_be_clausified_243) ).

fof(c_0_729,axiom,
    ( lhs_atom243
    | ~ $true ),
    file('<stdin>',to_be_clausified_242) ).

fof(c_0_730,axiom,
    ( lhs_atom242
    | ~ $true ),
    file('<stdin>',to_be_clausified_241) ).

fof(c_0_731,axiom,
    ( lhs_atom241
    | ~ $true ),
    file('<stdin>',to_be_clausified_240) ).

fof(c_0_732,axiom,
    ( lhs_atom240
    | ~ $true ),
    file('<stdin>',to_be_clausified_239) ).

fof(c_0_733,axiom,
    ( lhs_atom239
    | ~ $true ),
    file('<stdin>',to_be_clausified_238) ).

fof(c_0_734,axiom,
    ( lhs_atom238
    | ~ $true ),
    file('<stdin>',to_be_clausified_237) ).

fof(c_0_735,axiom,
    ( lhs_atom237
    | ~ $true ),
    file('<stdin>',to_be_clausified_236) ).

fof(c_0_736,axiom,
    ( lhs_atom236
    | ~ $true ),
    file('<stdin>',to_be_clausified_235) ).

fof(c_0_737,axiom,
    ( lhs_atom235
    | ~ $true ),
    file('<stdin>',to_be_clausified_234) ).

fof(c_0_738,axiom,
    ( lhs_atom234
    | ~ $true ),
    file('<stdin>',to_be_clausified_233) ).

fof(c_0_739,axiom,
    ( lhs_atom233
    | ~ $true ),
    file('<stdin>',to_be_clausified_232) ).

fof(c_0_740,axiom,
    ( lhs_atom232
    | ~ $true ),
    file('<stdin>',to_be_clausified_231) ).

fof(c_0_741,axiom,
    ( lhs_atom231
    | ~ $true ),
    file('<stdin>',to_be_clausified_230) ).

fof(c_0_742,axiom,
    ( lhs_atom230
    | ~ $true ),
    file('<stdin>',to_be_clausified_229) ).

fof(c_0_743,axiom,
    ( lhs_atom229
    | ~ $true ),
    file('<stdin>',to_be_clausified_228) ).

fof(c_0_744,axiom,
    ( lhs_atom228
    | ~ $true ),
    file('<stdin>',to_be_clausified_227) ).

fof(c_0_745,axiom,
    ( lhs_atom227
    | ~ $true ),
    file('<stdin>',to_be_clausified_226) ).

fof(c_0_746,axiom,
    ( lhs_atom226
    | ~ $true ),
    file('<stdin>',to_be_clausified_225) ).

fof(c_0_747,axiom,
    ( lhs_atom225
    | ~ $true ),
    file('<stdin>',to_be_clausified_224) ).

fof(c_0_748,axiom,
    ( lhs_atom224
    | ~ $true ),
    file('<stdin>',to_be_clausified_223) ).

fof(c_0_749,axiom,
    ( lhs_atom223
    | ~ $true ),
    file('<stdin>',to_be_clausified_222) ).

fof(c_0_750,axiom,
    ( lhs_atom222
    | ~ $true ),
    file('<stdin>',to_be_clausified_221) ).

fof(c_0_751,axiom,
    ( lhs_atom221
    | ~ $true ),
    file('<stdin>',to_be_clausified_220) ).

fof(c_0_752,axiom,
    ( lhs_atom220
    | ~ $true ),
    file('<stdin>',to_be_clausified_219) ).

fof(c_0_753,axiom,
    ( lhs_atom219
    | ~ $true ),
    file('<stdin>',to_be_clausified_218) ).

fof(c_0_754,axiom,
    ( lhs_atom218
    | ~ $true ),
    file('<stdin>',to_be_clausified_217) ).

fof(c_0_755,axiom,
    ( lhs_atom217
    | ~ $true ),
    file('<stdin>',to_be_clausified_216) ).

fof(c_0_756,axiom,
    ( lhs_atom216
    | ~ $true ),
    file('<stdin>',to_be_clausified_215) ).

fof(c_0_757,axiom,
    ( lhs_atom215
    | ~ $true ),
    file('<stdin>',to_be_clausified_214) ).

fof(c_0_758,axiom,
    ( lhs_atom214
    | ~ $true ),
    file('<stdin>',to_be_clausified_213) ).

fof(c_0_759,axiom,
    ( lhs_atom213
    | ~ $true ),
    file('<stdin>',to_be_clausified_212) ).

fof(c_0_760,axiom,
    ( lhs_atom212
    | ~ $true ),
    file('<stdin>',to_be_clausified_211) ).

fof(c_0_761,axiom,
    ( lhs_atom211
    | ~ $true ),
    file('<stdin>',to_be_clausified_210) ).

fof(c_0_762,axiom,
    ( lhs_atom210
    | ~ $true ),
    file('<stdin>',to_be_clausified_209) ).

fof(c_0_763,axiom,
    ( lhs_atom209
    | ~ $true ),
    file('<stdin>',to_be_clausified_208) ).

fof(c_0_764,axiom,
    ( lhs_atom208
    | ~ $true ),
    file('<stdin>',to_be_clausified_207) ).

fof(c_0_765,axiom,
    ( lhs_atom207
    | ~ $true ),
    file('<stdin>',to_be_clausified_206) ).

fof(c_0_766,axiom,
    ( lhs_atom206
    | ~ $true ),
    file('<stdin>',to_be_clausified_205) ).

fof(c_0_767,axiom,
    ( lhs_atom205
    | ~ $true ),
    file('<stdin>',to_be_clausified_204) ).

fof(c_0_768,axiom,
    ( lhs_atom204
    | ~ $true ),
    file('<stdin>',to_be_clausified_203) ).

fof(c_0_769,axiom,
    ( lhs_atom203
    | ~ $true ),
    file('<stdin>',to_be_clausified_202) ).

fof(c_0_770,axiom,
    ( lhs_atom202
    | ~ $true ),
    file('<stdin>',to_be_clausified_201) ).

fof(c_0_771,axiom,
    ( lhs_atom201
    | ~ $true ),
    file('<stdin>',to_be_clausified_200) ).

fof(c_0_772,axiom,
    ( lhs_atom200
    | ~ $true ),
    file('<stdin>',to_be_clausified_199) ).

fof(c_0_773,axiom,
    ( lhs_atom199
    | ~ $true ),
    file('<stdin>',to_be_clausified_198) ).

fof(c_0_774,axiom,
    ( lhs_atom198
    | ~ $true ),
    file('<stdin>',to_be_clausified_197) ).

fof(c_0_775,axiom,
    ( lhs_atom197
    | ~ $true ),
    file('<stdin>',to_be_clausified_196) ).

fof(c_0_776,axiom,
    ( lhs_atom196
    | ~ $true ),
    file('<stdin>',to_be_clausified_195) ).

fof(c_0_777,axiom,
    ( lhs_atom195
    | ~ $true ),
    file('<stdin>',to_be_clausified_194) ).

fof(c_0_778,axiom,
    ( lhs_atom194
    | ~ $true ),
    file('<stdin>',to_be_clausified_193) ).

fof(c_0_779,axiom,
    ( lhs_atom193
    | ~ $true ),
    file('<stdin>',to_be_clausified_192) ).

fof(c_0_780,axiom,
    ( lhs_atom192
    | ~ $true ),
    file('<stdin>',to_be_clausified_191) ).

fof(c_0_781,axiom,
    ( lhs_atom191
    | ~ $true ),
    file('<stdin>',to_be_clausified_190) ).

fof(c_0_782,axiom,
    ( lhs_atom190
    | ~ $true ),
    file('<stdin>',to_be_clausified_189) ).

fof(c_0_783,axiom,
    ( lhs_atom189
    | ~ $true ),
    file('<stdin>',to_be_clausified_188) ).

fof(c_0_784,axiom,
    ( lhs_atom188
    | ~ $true ),
    file('<stdin>',to_be_clausified_187) ).

fof(c_0_785,axiom,
    ( lhs_atom187
    | ~ $true ),
    file('<stdin>',to_be_clausified_186) ).

fof(c_0_786,axiom,
    ( lhs_atom186
    | ~ $true ),
    file('<stdin>',to_be_clausified_185) ).

fof(c_0_787,axiom,
    ( lhs_atom185
    | ~ $true ),
    file('<stdin>',to_be_clausified_184) ).

fof(c_0_788,axiom,
    ( lhs_atom184
    | ~ $true ),
    file('<stdin>',to_be_clausified_183) ).

fof(c_0_789,axiom,
    ( lhs_atom183
    | ~ $true ),
    file('<stdin>',to_be_clausified_182) ).

fof(c_0_790,axiom,
    ( lhs_atom182
    | ~ $true ),
    file('<stdin>',to_be_clausified_181) ).

fof(c_0_791,axiom,
    ( lhs_atom181
    | ~ $true ),
    file('<stdin>',to_be_clausified_180) ).

fof(c_0_792,axiom,
    ( lhs_atom180
    | ~ $true ),
    file('<stdin>',to_be_clausified_179) ).

fof(c_0_793,axiom,
    ( lhs_atom179
    | ~ $true ),
    file('<stdin>',to_be_clausified_178) ).

fof(c_0_794,axiom,
    ( lhs_atom178
    | ~ $true ),
    file('<stdin>',to_be_clausified_177) ).

fof(c_0_795,axiom,
    ( lhs_atom177
    | ~ $true ),
    file('<stdin>',to_be_clausified_176) ).

fof(c_0_796,axiom,
    ( lhs_atom176
    | ~ $true ),
    file('<stdin>',to_be_clausified_175) ).

fof(c_0_797,axiom,
    ( lhs_atom175
    | ~ $true ),
    file('<stdin>',to_be_clausified_174) ).

fof(c_0_798,axiom,
    ( lhs_atom174
    | ~ $true ),
    file('<stdin>',to_be_clausified_173) ).

fof(c_0_799,axiom,
    ( lhs_atom173
    | ~ $true ),
    file('<stdin>',to_be_clausified_172) ).

fof(c_0_800,axiom,
    ( lhs_atom172
    | ~ $true ),
    file('<stdin>',to_be_clausified_171) ).

fof(c_0_801,axiom,
    ( lhs_atom171
    | ~ $true ),
    file('<stdin>',to_be_clausified_170) ).

fof(c_0_802,axiom,
    ( lhs_atom170
    | ~ $true ),
    file('<stdin>',to_be_clausified_169) ).

fof(c_0_803,axiom,
    ( lhs_atom169
    | ~ $true ),
    file('<stdin>',to_be_clausified_168) ).

fof(c_0_804,axiom,
    ( lhs_atom168
    | ~ $true ),
    file('<stdin>',to_be_clausified_167) ).

fof(c_0_805,axiom,
    ( lhs_atom167
    | ~ $true ),
    file('<stdin>',to_be_clausified_166) ).

fof(c_0_806,axiom,
    ( lhs_atom166
    | ~ $true ),
    file('<stdin>',to_be_clausified_165) ).

fof(c_0_807,axiom,
    ( lhs_atom165
    | ~ $true ),
    file('<stdin>',to_be_clausified_164) ).

fof(c_0_808,axiom,
    ( lhs_atom164
    | ~ $true ),
    file('<stdin>',to_be_clausified_163) ).

fof(c_0_809,axiom,
    ( lhs_atom163
    | ~ $true ),
    file('<stdin>',to_be_clausified_162) ).

fof(c_0_810,axiom,
    ( lhs_atom162
    | ~ $true ),
    file('<stdin>',to_be_clausified_161) ).

fof(c_0_811,axiom,
    ( lhs_atom161
    | ~ $true ),
    file('<stdin>',to_be_clausified_160) ).

fof(c_0_812,axiom,
    ( lhs_atom160
    | ~ $true ),
    file('<stdin>',to_be_clausified_159) ).

fof(c_0_813,axiom,
    ( lhs_atom159
    | ~ $true ),
    file('<stdin>',to_be_clausified_158) ).

fof(c_0_814,axiom,
    ( lhs_atom158
    | ~ $true ),
    file('<stdin>',to_be_clausified_157) ).

fof(c_0_815,axiom,
    ( lhs_atom157
    | ~ $true ),
    file('<stdin>',to_be_clausified_156) ).

fof(c_0_816,axiom,
    ( lhs_atom156
    | ~ $true ),
    file('<stdin>',to_be_clausified_155) ).

fof(c_0_817,axiom,
    ( lhs_atom155
    | ~ $true ),
    file('<stdin>',to_be_clausified_154) ).

fof(c_0_818,axiom,
    ( lhs_atom154
    | ~ $true ),
    file('<stdin>',to_be_clausified_153) ).

fof(c_0_819,axiom,
    ( lhs_atom153
    | ~ $true ),
    file('<stdin>',to_be_clausified_152) ).

fof(c_0_820,axiom,
    ( lhs_atom152
    | ~ $true ),
    file('<stdin>',to_be_clausified_151) ).

fof(c_0_821,axiom,
    ( lhs_atom151
    | ~ $true ),
    file('<stdin>',to_be_clausified_150) ).

fof(c_0_822,axiom,
    ( lhs_atom150
    | ~ $true ),
    file('<stdin>',to_be_clausified_149) ).

fof(c_0_823,axiom,
    ( lhs_atom149
    | ~ $true ),
    file('<stdin>',to_be_clausified_148) ).

fof(c_0_824,axiom,
    ( lhs_atom148
    | ~ $true ),
    file('<stdin>',to_be_clausified_147) ).

fof(c_0_825,axiom,
    ( lhs_atom147
    | ~ $true ),
    file('<stdin>',to_be_clausified_146) ).

fof(c_0_826,axiom,
    ( lhs_atom146
    | ~ $true ),
    file('<stdin>',to_be_clausified_145) ).

fof(c_0_827,axiom,
    ( lhs_atom145
    | ~ $true ),
    file('<stdin>',to_be_clausified_144) ).

fof(c_0_828,axiom,
    ( lhs_atom144
    | ~ $true ),
    file('<stdin>',to_be_clausified_143) ).

fof(c_0_829,axiom,
    ( lhs_atom143
    | ~ $true ),
    file('<stdin>',to_be_clausified_142) ).

fof(c_0_830,axiom,
    ( lhs_atom142
    | ~ $true ),
    file('<stdin>',to_be_clausified_141) ).

fof(c_0_831,axiom,
    ( lhs_atom141
    | ~ $true ),
    file('<stdin>',to_be_clausified_140) ).

fof(c_0_832,axiom,
    ( lhs_atom140
    | ~ $true ),
    file('<stdin>',to_be_clausified_139) ).

fof(c_0_833,axiom,
    ( lhs_atom139
    | ~ $true ),
    file('<stdin>',to_be_clausified_138) ).

fof(c_0_834,axiom,
    ( lhs_atom138
    | ~ $true ),
    file('<stdin>',to_be_clausified_137) ).

fof(c_0_835,axiom,
    ( lhs_atom137
    | ~ $true ),
    file('<stdin>',to_be_clausified_136) ).

fof(c_0_836,axiom,
    ( lhs_atom136
    | ~ $true ),
    file('<stdin>',to_be_clausified_135) ).

fof(c_0_837,axiom,
    ( lhs_atom135
    | ~ $true ),
    file('<stdin>',to_be_clausified_134) ).

fof(c_0_838,axiom,
    ( lhs_atom134
    | ~ $true ),
    file('<stdin>',to_be_clausified_133) ).

fof(c_0_839,axiom,
    ( lhs_atom133
    | ~ $true ),
    file('<stdin>',to_be_clausified_132) ).

fof(c_0_840,axiom,
    ( lhs_atom132
    | ~ $true ),
    file('<stdin>',to_be_clausified_131) ).

fof(c_0_841,axiom,
    ( lhs_atom131
    | ~ $true ),
    file('<stdin>',to_be_clausified_130) ).

fof(c_0_842,axiom,
    ( lhs_atom130
    | ~ $true ),
    file('<stdin>',to_be_clausified_129) ).

fof(c_0_843,axiom,
    ( lhs_atom129
    | ~ $true ),
    file('<stdin>',to_be_clausified_128) ).

fof(c_0_844,axiom,
    ( lhs_atom128
    | ~ $true ),
    file('<stdin>',to_be_clausified_127) ).

fof(c_0_845,axiom,
    ( lhs_atom127
    | ~ $true ),
    file('<stdin>',to_be_clausified_126) ).

fof(c_0_846,axiom,
    ( lhs_atom126
    | ~ $true ),
    file('<stdin>',to_be_clausified_125) ).

fof(c_0_847,axiom,
    ( lhs_atom125
    | ~ $true ),
    file('<stdin>',to_be_clausified_124) ).

fof(c_0_848,axiom,
    ( lhs_atom124
    | ~ $true ),
    file('<stdin>',to_be_clausified_123) ).

fof(c_0_849,axiom,
    ( lhs_atom123
    | ~ $true ),
    file('<stdin>',to_be_clausified_122) ).

fof(c_0_850,axiom,
    ( lhs_atom122
    | ~ $true ),
    file('<stdin>',to_be_clausified_121) ).

fof(c_0_851,axiom,
    ( lhs_atom121
    | ~ $true ),
    file('<stdin>',to_be_clausified_120) ).

fof(c_0_852,axiom,
    ( lhs_atom120
    | ~ $true ),
    file('<stdin>',to_be_clausified_119) ).

fof(c_0_853,axiom,
    ( lhs_atom119
    | ~ $true ),
    file('<stdin>',to_be_clausified_118) ).

fof(c_0_854,axiom,
    ( lhs_atom118
    | ~ $true ),
    file('<stdin>',to_be_clausified_117) ).

fof(c_0_855,axiom,
    ( lhs_atom117
    | ~ $true ),
    file('<stdin>',to_be_clausified_116) ).

fof(c_0_856,axiom,
    ( lhs_atom116
    | ~ $true ),
    file('<stdin>',to_be_clausified_115) ).

fof(c_0_857,axiom,
    ( lhs_atom115
    | ~ $true ),
    file('<stdin>',to_be_clausified_114) ).

fof(c_0_858,axiom,
    ( lhs_atom114
    | ~ $true ),
    file('<stdin>',to_be_clausified_113) ).

fof(c_0_859,axiom,
    ( lhs_atom113
    | ~ $true ),
    file('<stdin>',to_be_clausified_112) ).

fof(c_0_860,axiom,
    ( lhs_atom112
    | ~ $true ),
    file('<stdin>',to_be_clausified_111) ).

fof(c_0_861,axiom,
    ( lhs_atom111
    | ~ $true ),
    file('<stdin>',to_be_clausified_110) ).

fof(c_0_862,axiom,
    ( lhs_atom110
    | ~ $true ),
    file('<stdin>',to_be_clausified_109) ).

fof(c_0_863,axiom,
    ( lhs_atom109
    | ~ $true ),
    file('<stdin>',to_be_clausified_108) ).

fof(c_0_864,axiom,
    ( lhs_atom108
    | ~ $true ),
    file('<stdin>',to_be_clausified_107) ).

fof(c_0_865,axiom,
    ( lhs_atom107
    | ~ $true ),
    file('<stdin>',to_be_clausified_106) ).

fof(c_0_866,axiom,
    ( lhs_atom106
    | ~ $true ),
    file('<stdin>',to_be_clausified_105) ).

fof(c_0_867,axiom,
    ( lhs_atom105
    | ~ $true ),
    file('<stdin>',to_be_clausified_104) ).

fof(c_0_868,axiom,
    ( lhs_atom104
    | ~ $true ),
    file('<stdin>',to_be_clausified_103) ).

fof(c_0_869,axiom,
    ( lhs_atom103
    | ~ $true ),
    file('<stdin>',to_be_clausified_102) ).

fof(c_0_870,axiom,
    ( lhs_atom102
    | ~ $true ),
    file('<stdin>',to_be_clausified_101) ).

fof(c_0_871,axiom,
    ( lhs_atom101
    | ~ $true ),
    file('<stdin>',to_be_clausified_100) ).

fof(c_0_872,axiom,
    ( lhs_atom100
    | ~ $true ),
    file('<stdin>',to_be_clausified_99) ).

fof(c_0_873,axiom,
    ( lhs_atom99
    | ~ $true ),
    file('<stdin>',to_be_clausified_98) ).

fof(c_0_874,axiom,
    ( lhs_atom98
    | ~ $true ),
    file('<stdin>',to_be_clausified_97) ).

fof(c_0_875,axiom,
    ( lhs_atom97
    | ~ $true ),
    file('<stdin>',to_be_clausified_96) ).

fof(c_0_876,axiom,
    ( lhs_atom96
    | ~ $true ),
    file('<stdin>',to_be_clausified_95) ).

fof(c_0_877,axiom,
    ( lhs_atom95
    | ~ $true ),
    file('<stdin>',to_be_clausified_94) ).

fof(c_0_878,axiom,
    ( lhs_atom94
    | ~ $true ),
    file('<stdin>',to_be_clausified_93) ).

fof(c_0_879,axiom,
    ( lhs_atom93
    | ~ $true ),
    file('<stdin>',to_be_clausified_92) ).

fof(c_0_880,axiom,
    ( lhs_atom92
    | ~ $true ),
    file('<stdin>',to_be_clausified_91) ).

fof(c_0_881,axiom,
    ( lhs_atom91
    | ~ $true ),
    file('<stdin>',to_be_clausified_90) ).

fof(c_0_882,axiom,
    ( lhs_atom90
    | ~ $true ),
    file('<stdin>',to_be_clausified_89) ).

fof(c_0_883,axiom,
    ( lhs_atom89
    | ~ $true ),
    file('<stdin>',to_be_clausified_88) ).

fof(c_0_884,axiom,
    ( lhs_atom88
    | ~ $true ),
    file('<stdin>',to_be_clausified_87) ).

fof(c_0_885,axiom,
    ( lhs_atom87
    | ~ $true ),
    file('<stdin>',to_be_clausified_86) ).

fof(c_0_886,axiom,
    ( lhs_atom86
    | ~ $true ),
    file('<stdin>',to_be_clausified_85) ).

fof(c_0_887,axiom,
    ( lhs_atom85
    | ~ $true ),
    file('<stdin>',to_be_clausified_84) ).

fof(c_0_888,axiom,
    ( lhs_atom84
    | ~ $true ),
    file('<stdin>',to_be_clausified_83) ).

fof(c_0_889,axiom,
    ( lhs_atom83
    | ~ $true ),
    file('<stdin>',to_be_clausified_82) ).

fof(c_0_890,axiom,
    ( lhs_atom82
    | ~ $true ),
    file('<stdin>',to_be_clausified_81) ).

fof(c_0_891,axiom,
    ( lhs_atom81
    | ~ $true ),
    file('<stdin>',to_be_clausified_80) ).

fof(c_0_892,axiom,
    ( lhs_atom80
    | ~ $true ),
    file('<stdin>',to_be_clausified_79) ).

fof(c_0_893,axiom,
    ( lhs_atom79
    | ~ $true ),
    file('<stdin>',to_be_clausified_78) ).

fof(c_0_894,axiom,
    ( lhs_atom78
    | ~ $true ),
    file('<stdin>',to_be_clausified_77) ).

fof(c_0_895,axiom,
    ( lhs_atom77
    | ~ $true ),
    file('<stdin>',to_be_clausified_76) ).

fof(c_0_896,axiom,
    ( lhs_atom76
    | ~ $true ),
    file('<stdin>',to_be_clausified_75) ).

fof(c_0_897,axiom,
    ( lhs_atom75
    | ~ $true ),
    file('<stdin>',to_be_clausified_74) ).

fof(c_0_898,axiom,
    ( lhs_atom74
    | ~ $true ),
    file('<stdin>',to_be_clausified_73) ).

fof(c_0_899,axiom,
    ( lhs_atom73
    | ~ $true ),
    file('<stdin>',to_be_clausified_72) ).

fof(c_0_900,axiom,
    ( lhs_atom72
    | ~ $true ),
    file('<stdin>',to_be_clausified_71) ).

fof(c_0_901,axiom,
    ( lhs_atom71
    | ~ $true ),
    file('<stdin>',to_be_clausified_70) ).

fof(c_0_902,axiom,
    ( lhs_atom70
    | ~ $true ),
    file('<stdin>',to_be_clausified_69) ).

fof(c_0_903,axiom,
    ( lhs_atom69
    | ~ $true ),
    file('<stdin>',to_be_clausified_68) ).

fof(c_0_904,axiom,
    ( lhs_atom68
    | ~ $true ),
    file('<stdin>',to_be_clausified_67) ).

fof(c_0_905,axiom,
    ( lhs_atom67
    | ~ $true ),
    file('<stdin>',to_be_clausified_66) ).

fof(c_0_906,axiom,
    ( lhs_atom66
    | ~ $true ),
    file('<stdin>',to_be_clausified_65) ).

fof(c_0_907,axiom,
    ( lhs_atom65
    | ~ $true ),
    file('<stdin>',to_be_clausified_64) ).

fof(c_0_908,axiom,
    ( lhs_atom64
    | ~ $true ),
    file('<stdin>',to_be_clausified_63) ).

fof(c_0_909,axiom,
    ( lhs_atom63
    | ~ $true ),
    file('<stdin>',to_be_clausified_62) ).

fof(c_0_910,axiom,
    ( lhs_atom62
    | ~ $true ),
    file('<stdin>',to_be_clausified_61) ).

fof(c_0_911,axiom,
    ( lhs_atom61
    | ~ $true ),
    file('<stdin>',to_be_clausified_60) ).

fof(c_0_912,axiom,
    ( lhs_atom60
    | ~ $true ),
    file('<stdin>',to_be_clausified_59) ).

fof(c_0_913,axiom,
    ( lhs_atom59
    | ~ $true ),
    file('<stdin>',to_be_clausified_58) ).

fof(c_0_914,axiom,
    ( lhs_atom58
    | ~ $true ),
    file('<stdin>',to_be_clausified_57) ).

fof(c_0_915,axiom,
    ( lhs_atom57
    | ~ $true ),
    file('<stdin>',to_be_clausified_56) ).

fof(c_0_916,axiom,
    ( lhs_atom56
    | ~ $true ),
    file('<stdin>',to_be_clausified_55) ).

fof(c_0_917,axiom,
    ( lhs_atom55
    | ~ $true ),
    file('<stdin>',to_be_clausified_54) ).

fof(c_0_918,axiom,
    ( lhs_atom54
    | ~ $true ),
    file('<stdin>',to_be_clausified_53) ).

fof(c_0_919,axiom,
    ( lhs_atom53
    | ~ $true ),
    file('<stdin>',to_be_clausified_52) ).

fof(c_0_920,axiom,
    ( lhs_atom52
    | ~ $true ),
    file('<stdin>',to_be_clausified_51) ).

fof(c_0_921,axiom,
    ( lhs_atom51
    | ~ $true ),
    file('<stdin>',to_be_clausified_50) ).

fof(c_0_922,axiom,
    ( lhs_atom50
    | ~ $true ),
    file('<stdin>',to_be_clausified_49) ).

fof(c_0_923,axiom,
    ( lhs_atom49
    | ~ $true ),
    file('<stdin>',to_be_clausified_48) ).

fof(c_0_924,axiom,
    ( lhs_atom48
    | ~ $true ),
    file('<stdin>',to_be_clausified_47) ).

fof(c_0_925,axiom,
    ( lhs_atom47
    | ~ $true ),
    file('<stdin>',to_be_clausified_46) ).

fof(c_0_926,axiom,
    ( lhs_atom46
    | ~ $true ),
    file('<stdin>',to_be_clausified_45) ).

fof(c_0_927,axiom,
    ( lhs_atom45
    | ~ $true ),
    file('<stdin>',to_be_clausified_44) ).

fof(c_0_928,axiom,
    ( lhs_atom44
    | ~ $true ),
    file('<stdin>',to_be_clausified_43) ).

fof(c_0_929,axiom,
    ( lhs_atom43
    | ~ $true ),
    file('<stdin>',to_be_clausified_42) ).

fof(c_0_930,axiom,
    ( lhs_atom42
    | ~ $true ),
    file('<stdin>',to_be_clausified_41) ).

fof(c_0_931,axiom,
    ( lhs_atom41
    | ~ $true ),
    file('<stdin>',to_be_clausified_40) ).

fof(c_0_932,axiom,
    ( lhs_atom40
    | ~ $true ),
    file('<stdin>',to_be_clausified_39) ).

fof(c_0_933,axiom,
    ( lhs_atom39
    | ~ $true ),
    file('<stdin>',to_be_clausified_38) ).

fof(c_0_934,axiom,
    ( lhs_atom38
    | ~ $true ),
    file('<stdin>',to_be_clausified_37) ).

fof(c_0_935,axiom,
    ( lhs_atom37
    | ~ $true ),
    file('<stdin>',to_be_clausified_36) ).

fof(c_0_936,axiom,
    ( lhs_atom36
    | ~ $true ),
    file('<stdin>',to_be_clausified_35) ).

fof(c_0_937,axiom,
    ( lhs_atom35
    | ~ $true ),
    file('<stdin>',to_be_clausified_34) ).

fof(c_0_938,axiom,
    ! [X4] :
      ( lhs_atom34(X4)
      | ~ ( accept_population(X4,atheist,n30)
          & accept_population(X4,christian,n0)
          & accept_population(X4,muslim,n65)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n5) ) ),
    c_0_0 ).

fof(c_0_939,axiom,
    ! [X4] :
      ( lhs_atom32(X4)
      | ~ ( accept_population(X4,atheist,n78)
          & accept_population(X4,christian,n20)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n1) ) ),
    c_0_1 ).

fof(c_0_940,axiom,
    ! [X4] :
      ( lhs_atom30(X4)
      | ~ ( accept_population(X4,atheist,n70)
          & accept_population(X4,christian,n20)
          & accept_population(X4,muslim,n8)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n2) ) ),
    c_0_2 ).

fof(c_0_941,axiom,
    ! [X4] :
      ( lhs_atom28(X4)
      | ~ ( accept_population(X4,atheist,n75)
          & accept_population(X4,christian,n25)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n0) ) ),
    c_0_3 ).

fof(c_0_942,axiom,
    ! [X4] :
      ( lhs_atom26(X4)
      | ~ ( accept_population(X4,atheist,n75)
          & accept_population(X4,christian,n24)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n0)
          & accept_population(X4,other,n0) ) ),
    c_0_4 ).

fof(c_0_943,axiom,
    ! [X4] :
      ( lhs_atom24(X4)
      | ~ ( accept_population(X4,atheist,n0)
          & accept_population(X4,christian,n0)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n100)
          & accept_population(X4,other,n0) ) ),
    c_0_5 ).

fof(c_0_944,axiom,
    ! [X4] :
      ( lhs_atom22(X4)
      | ~ ( accept_population(X4,atheist,n12)
          & accept_population(X4,christian,n3)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n85)
          & accept_population(X4,other,n0) ) ),
    c_0_6 ).

fof(c_0_945,axiom,
    ! [X4] :
      ( lhs_atom20(X4)
      | ~ ( accept_population(X4,atheist,n70)
          & accept_population(X4,christian,n13)
          & accept_population(X4,muslim,n0)
          & accept_population(X4,native,n15)
          & accept_population(X4,other,n2) ) ),
    c_0_7 ).

fof(c_0_946,axiom,
    ! [X4] :
      ( lhs_atom18(X4)
      | ~ ( accept_population(X4,atheist,n68)
          & accept_population(X4,christian,n16)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n11)
          & accept_population(X4,other,n4) ) ),
    c_0_8 ).

fof(c_0_947,axiom,
    ! [X4] :
      ( lhs_atom16(X4)
      | ~ ( accept_population(X4,atheist,n70)
          & accept_population(X4,christian,n15)
          & accept_population(X4,muslim,n1)
          & accept_population(X4,native,n10)
          & accept_population(X4,other,n4) ) ),
    c_0_9 ).

fof(c_0_948,axiom,
    ! [X4] :
      ( lhs_atom14(X4)
      | ~ ( accept_population(X4,atheist,n30)
          & accept_population(X4,christian,n8)
          & accept_population(X4,muslim,n60)
          & accept_population(X4,native,n1)
          & accept_population(X4,other,n1) ) ),
    c_0_10 ).

fof(c_0_949,axiom,
    ! [X4] :
      ( lhs_atom12(X4)
      | ~ ( accept_population(X4,atheist,n54)
          & accept_population(X4,christian,n23)
          & accept_population(X4,muslim,n3)
          & accept_population(X4,native,n1)
          & accept_population(X4,other,n9) ) ),
    c_0_11 ).

fof(c_0_950,axiom,
    ! [X4] :
      ( lhs_atom10(X4)
      | ~ ( accept_population(X4,atheist,n65)
          & accept_population(X4,christian,n20)
          & accept_population(X4,muslim,n7)
          & accept_population(X4,native,n4)
          & accept_population(X4,other,n4) ) ),
    c_0_12 ).

fof(c_0_951,axiom,
    ! [X1,X2,X3,X4] :
      ( lhs_atom2(X1,X2,X3,X4)
      | ~ ( accept_city(X4,X3)
          & accept_leader(X4,X2)
          & accept_number(X4,X1) ) ),
    c_0_13 ).

fof(c_0_952,axiom,
    ! [X1,X2,X3,X4] :
      ( lhs_atom1(X1,X2,X3,X4)
      | ( accept_city(X4,X3)
        & accept_leader(X4,X2)
        & accept_number(X4,X1) ) ),
    c_0_14 ).

fof(c_0_953,axiom,
    ! [X6,X1,X5,X4] :
      ( lhs_atom4(X6,X5,X4)
      | ~ ( accept_population(X4,X6,X1)
          & less(X5,X1) ) ),
    c_0_15 ).

fof(c_0_954,axiom,
    ! [X7,X8,X9] :
      ( lhs_atom898(X7,X9)
      | ~ ( sum(X9,n1,X8)
          & less(X7,X8) ) ),
    c_0_16 ).

fof(c_0_955,axiom,
    ! [X10,X11,X12,X13] :
      ( lhs_atom889(X10,X11)
      | rdn_positive_less(rdn(rdnn(X12),X10),rdn(rdnn(X13),X11)) ),
    c_0_17 ).

fof(c_0_956,axiom,
    ! [X14,X12,X13] :
      ( lhs_atom890(X14,X12,X13)
      | ~ ( rdn_positive_less(rdnn(X12),rdnn(X13))
          & rdn_non_zero(X14) ) ),
    c_0_18 ).

fof(c_0_957,axiom,
    ! [X8,X9,X16,X17] :
      ( lhs_atom894(X8,X9)
      | ~ ( rdn_translate(X9,rdn_neg(X17))
          & rdn_translate(X8,rdn_neg(X16))
          & rdn_positive_less(X16,X17) ) ),
    c_0_19 ).

fof(c_0_958,axiom,
    ! [X8,X9,X16,X17] :
      ( lhs_atom894(X8,X9)
      | ~ ( rdn_translate(X9,rdn_pos(X17))
          & rdn_translate(X8,rdn_pos(X16))
          & rdn_positive_less(X17,X16) ) ),
    c_0_20 ).

fof(c_0_959,axiom,
    ! [X2,X3,X4] :
      ( lhs_atom7(X2,X3,X4)
      | ~ ( accept_city(X4,X3)
          & accept_leader(X4,X2) ) ),
    c_0_21 ).

fof(c_0_960,axiom,
    ! [X7,X8,X9] :
      ( lhs_atom888(X7,X9)
      | ~ ( rdn_positive_less(rdnn(X9),rdnn(X8))
          & rdn_positive_less(rdnn(X8),rdnn(X7)) ) ),
    c_0_22 ).

fof(c_0_961,axiom,
    ! [X8,X9,X16,X17] :
      ( lhs_atom894(X8,X9)
      | ~ ( rdn_translate(X9,rdn_neg(X17))
          & rdn_translate(X8,rdn_pos(X16)) ) ),
    c_0_23 ).

fof(c_0_962,axiom,
    ! [X2,X3,X4] :
      ( lhs_atom6(X2,X3,X4)
      | accept_leader(X4,X2) ),
    c_0_24 ).

fof(c_0_963,axiom,
    ! [X2,X3,X4] :
      ( lhs_atom5(X2,X3,X4)
      | ( accept_leader(X4,X2)
        & accept_city(X4,X3) ) ),
    c_0_25 ).

fof(c_0_964,axiom,
    ! [X11,X13,X15] :
      ( lhs_atom891(X11)
      | rdn_positive_less(rdnn(X15),rdn(rdnn(X13),X11)) ),
    c_0_26 ).

fof(c_0_965,axiom,
    ! [X1,X5,X4] :
      ( lhs_atom3(X5,X4)
      | ~ ( accept_number(X4,X1)
          & less(X5,X1) ) ),
    c_0_27 ).

fof(c_0_966,axiom,
    ! [X4] :
      ( lhs_atom33(X4)
      | ( accept_population(X4,atheist,n30)
        & accept_population(X4,christian,n0)
        & accept_population(X4,muslim,n65)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n5) ) ),
    c_0_28 ).

fof(c_0_967,axiom,
    ! [X4] :
      ( lhs_atom31(X4)
      | ( accept_population(X4,atheist,n78)
        & accept_population(X4,christian,n20)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n1) ) ),
    c_0_29 ).

fof(c_0_968,axiom,
    ! [X4] :
      ( lhs_atom29(X4)
      | ( accept_population(X4,atheist,n70)
        & accept_population(X4,christian,n20)
        & accept_population(X4,muslim,n8)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n2) ) ),
    c_0_30 ).

fof(c_0_969,axiom,
    ! [X4] :
      ( lhs_atom27(X4)
      | ( accept_population(X4,atheist,n75)
        & accept_population(X4,christian,n25)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n0) ) ),
    c_0_31 ).

fof(c_0_970,axiom,
    ! [X4] :
      ( lhs_atom25(X4)
      | ( accept_population(X4,atheist,n75)
        & accept_population(X4,christian,n24)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n0)
        & accept_population(X4,other,n0) ) ),
    c_0_32 ).

fof(c_0_971,axiom,
    ! [X4] :
      ( lhs_atom23(X4)
      | ( accept_population(X4,atheist,n0)
        & accept_population(X4,christian,n0)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n100)
        & accept_population(X4,other,n0) ) ),
    c_0_33 ).

fof(c_0_972,axiom,
    ! [X4] :
      ( lhs_atom21(X4)
      | ( accept_population(X4,atheist,n12)
        & accept_population(X4,christian,n3)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n85)
        & accept_population(X4,other,n0) ) ),
    c_0_34 ).

fof(c_0_973,axiom,
    ! [X4] :
      ( lhs_atom19(X4)
      | ( accept_population(X4,atheist,n70)
        & accept_population(X4,christian,n13)
        & accept_population(X4,muslim,n0)
        & accept_population(X4,native,n15)
        & accept_population(X4,other,n2) ) ),
    c_0_35 ).

fof(c_0_974,axiom,
    ! [X4] :
      ( lhs_atom17(X4)
      | ( accept_population(X4,atheist,n68)
        & accept_population(X4,christian,n16)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n11)
        & accept_population(X4,other,n4) ) ),
    c_0_36 ).

fof(c_0_975,axiom,
    ! [X4] :
      ( lhs_atom15(X4)
      | ( accept_population(X4,atheist,n70)
        & accept_population(X4,christian,n15)
        & accept_population(X4,muslim,n1)
        & accept_population(X4,native,n10)
        & accept_population(X4,other,n4) ) ),
    c_0_37 ).

fof(c_0_976,axiom,
    ! [X4] :
      ( lhs_atom13(X4)
      | ( accept_population(X4,atheist,n30)
        & accept_population(X4,christian,n8)
        & accept_population(X4,muslim,n60)
        & accept_population(X4,native,n1)
        & accept_population(X4,other,n1) ) ),
    c_0_38 ).

fof(c_0_977,axiom,
    ! [X4] :
      ( lhs_atom11(X4)
      | ( accept_population(X4,atheist,n54)
        & accept_population(X4,christian,n23)
        & accept_population(X4,muslim,n3)
        & accept_population(X4,native,n1)
        & accept_population(X4,other,n9) ) ),
    c_0_39 ).

fof(c_0_978,axiom,
    ! [X4] :
      ( lhs_atom9(X4)
      | ( accept_population(X4,atheist,n65)
        & accept_population(X4,christian,n20)
        & accept_population(X4,muslim,n7)
        & accept_population(X4,native,n4)
        & accept_population(X4,other,n4) ) ),
    c_0_40 ).

fof(c_0_979,axiom,
    ! [X14,X15] :
      ( lhs_atom893(X14)
      | rdn_non_zero(rdn(rdnn(X15),X14)) ),
    c_0_41 ).

fof(c_0_980,axiom,
    ! [X8,X9] :
      ( lhs_atom897(X8,X9)
      | ~ ( less(X9,X8)
          | X9 = X8 ) ),
    c_0_42 ).

fof(c_0_981,plain,
    ! [X8,X9] :
      ( lhs_atom895(X8,X9)
      | ( ~ less(X8,X9)
        & X8 != X9 ) ),
    inference(fof_simplification,[status(thm)],[c_0_43]) ).

fof(c_0_982,axiom,
    ! [X8,X9] :
      ( lhs_atom896(X8,X9)
      | less(X9,X8)
      | X9 = X8 ),
    c_0_44 ).

fof(c_0_983,plain,
    ! [X8,X9] :
      ( lhs_atom894(X8,X9)
      | ~ ( ~ less(X8,X9)
          & X8 != X9 ) ),
    inference(fof_simplification,[status(thm)],[c_0_45]) ).

fof(c_0_984,axiom,
    ! [X1,X4] :
      ( lhs_atom8(X1,X4)
      | accept_number(X4,X1) ),
    c_0_46 ).

fof(c_0_985,axiom,
    ! [X9] :
      ( lhs_atom892(X9)
      | rdn_non_zero(rdnn(X9)) ),
    c_0_47 ).

fof(c_0_986,plain,
    lhs_atom887,
    inference(fof_simplification,[status(thm)],[c_0_48]) ).

fof(c_0_987,plain,
    lhs_atom886,
    inference(fof_simplification,[status(thm)],[c_0_49]) ).

fof(c_0_988,plain,
    lhs_atom885,
    inference(fof_simplification,[status(thm)],[c_0_50]) ).

fof(c_0_989,plain,
    lhs_atom884,
    inference(fof_simplification,[status(thm)],[c_0_51]) ).

fof(c_0_990,plain,
    lhs_atom883,
    inference(fof_simplification,[status(thm)],[c_0_52]) ).

fof(c_0_991,plain,
    lhs_atom882,
    inference(fof_simplification,[status(thm)],[c_0_53]) ).

fof(c_0_992,plain,
    lhs_atom881,
    inference(fof_simplification,[status(thm)],[c_0_54]) ).

fof(c_0_993,plain,
    lhs_atom880,
    inference(fof_simplification,[status(thm)],[c_0_55]) ).

fof(c_0_994,plain,
    lhs_atom879,
    inference(fof_simplification,[status(thm)],[c_0_56]) ).

fof(c_0_995,plain,
    lhs_atom878,
    inference(fof_simplification,[status(thm)],[c_0_57]) ).

fof(c_0_996,plain,
    lhs_atom877,
    inference(fof_simplification,[status(thm)],[c_0_58]) ).

fof(c_0_997,plain,
    lhs_atom876,
    inference(fof_simplification,[status(thm)],[c_0_59]) ).

fof(c_0_998,plain,
    lhs_atom875,
    inference(fof_simplification,[status(thm)],[c_0_60]) ).

fof(c_0_999,plain,
    lhs_atom874,
    inference(fof_simplification,[status(thm)],[c_0_61]) ).

fof(c_0_1000,plain,
    lhs_atom873,
    inference(fof_simplification,[status(thm)],[c_0_62]) ).

fof(c_0_1001,plain,
    lhs_atom872,
    inference(fof_simplification,[status(thm)],[c_0_63]) ).

fof(c_0_1002,plain,
    lhs_atom871,
    inference(fof_simplification,[status(thm)],[c_0_64]) ).

fof(c_0_1003,plain,
    lhs_atom870,
    inference(fof_simplification,[status(thm)],[c_0_65]) ).

fof(c_0_1004,plain,
    lhs_atom869,
    inference(fof_simplification,[status(thm)],[c_0_66]) ).

fof(c_0_1005,plain,
    lhs_atom868,
    inference(fof_simplification,[status(thm)],[c_0_67]) ).

fof(c_0_1006,plain,
    lhs_atom867,
    inference(fof_simplification,[status(thm)],[c_0_68]) ).

fof(c_0_1007,plain,
    lhs_atom866,
    inference(fof_simplification,[status(thm)],[c_0_69]) ).

fof(c_0_1008,plain,
    lhs_atom865,
    inference(fof_simplification,[status(thm)],[c_0_70]) ).

fof(c_0_1009,plain,
    lhs_atom864,
    inference(fof_simplification,[status(thm)],[c_0_71]) ).

fof(c_0_1010,plain,
    lhs_atom863,
    inference(fof_simplification,[status(thm)],[c_0_72]) ).

fof(c_0_1011,plain,
    lhs_atom862,
    inference(fof_simplification,[status(thm)],[c_0_73]) ).

fof(c_0_1012,plain,
    lhs_atom861,
    inference(fof_simplification,[status(thm)],[c_0_74]) ).

fof(c_0_1013,plain,
    lhs_atom860,
    inference(fof_simplification,[status(thm)],[c_0_75]) ).

fof(c_0_1014,plain,
    lhs_atom859,
    inference(fof_simplification,[status(thm)],[c_0_76]) ).

fof(c_0_1015,plain,
    lhs_atom858,
    inference(fof_simplification,[status(thm)],[c_0_77]) ).

fof(c_0_1016,plain,
    lhs_atom857,
    inference(fof_simplification,[status(thm)],[c_0_78]) ).

fof(c_0_1017,plain,
    lhs_atom856,
    inference(fof_simplification,[status(thm)],[c_0_79]) ).

fof(c_0_1018,plain,
    lhs_atom855,
    inference(fof_simplification,[status(thm)],[c_0_80]) ).

fof(c_0_1019,plain,
    lhs_atom854,
    inference(fof_simplification,[status(thm)],[c_0_81]) ).

fof(c_0_1020,plain,
    lhs_atom853,
    inference(fof_simplification,[status(thm)],[c_0_82]) ).

fof(c_0_1021,plain,
    lhs_atom852,
    inference(fof_simplification,[status(thm)],[c_0_83]) ).

fof(c_0_1022,plain,
    lhs_atom851,
    inference(fof_simplification,[status(thm)],[c_0_84]) ).

fof(c_0_1023,plain,
    lhs_atom850,
    inference(fof_simplification,[status(thm)],[c_0_85]) ).

fof(c_0_1024,plain,
    lhs_atom849,
    inference(fof_simplification,[status(thm)],[c_0_86]) ).

fof(c_0_1025,plain,
    lhs_atom848,
    inference(fof_simplification,[status(thm)],[c_0_87]) ).

fof(c_0_1026,plain,
    lhs_atom847,
    inference(fof_simplification,[status(thm)],[c_0_88]) ).

fof(c_0_1027,plain,
    lhs_atom846,
    inference(fof_simplification,[status(thm)],[c_0_89]) ).

fof(c_0_1028,plain,
    lhs_atom845,
    inference(fof_simplification,[status(thm)],[c_0_90]) ).

fof(c_0_1029,plain,
    lhs_atom844,
    inference(fof_simplification,[status(thm)],[c_0_91]) ).

fof(c_0_1030,plain,
    lhs_atom843,
    inference(fof_simplification,[status(thm)],[c_0_92]) ).

fof(c_0_1031,plain,
    lhs_atom842,
    inference(fof_simplification,[status(thm)],[c_0_93]) ).

fof(c_0_1032,plain,
    lhs_atom841,
    inference(fof_simplification,[status(thm)],[c_0_94]) ).

fof(c_0_1033,plain,
    lhs_atom840,
    inference(fof_simplification,[status(thm)],[c_0_95]) ).

fof(c_0_1034,plain,
    lhs_atom839,
    inference(fof_simplification,[status(thm)],[c_0_96]) ).

fof(c_0_1035,plain,
    lhs_atom838,
    inference(fof_simplification,[status(thm)],[c_0_97]) ).

fof(c_0_1036,plain,
    lhs_atom837,
    inference(fof_simplification,[status(thm)],[c_0_98]) ).

fof(c_0_1037,plain,
    lhs_atom836,
    inference(fof_simplification,[status(thm)],[c_0_99]) ).

fof(c_0_1038,plain,
    lhs_atom835,
    inference(fof_simplification,[status(thm)],[c_0_100]) ).

fof(c_0_1039,plain,
    lhs_atom834,
    inference(fof_simplification,[status(thm)],[c_0_101]) ).

fof(c_0_1040,plain,
    lhs_atom833,
    inference(fof_simplification,[status(thm)],[c_0_102]) ).

fof(c_0_1041,plain,
    lhs_atom832,
    inference(fof_simplification,[status(thm)],[c_0_103]) ).

fof(c_0_1042,plain,
    lhs_atom831,
    inference(fof_simplification,[status(thm)],[c_0_104]) ).

fof(c_0_1043,plain,
    lhs_atom830,
    inference(fof_simplification,[status(thm)],[c_0_105]) ).

fof(c_0_1044,plain,
    lhs_atom829,
    inference(fof_simplification,[status(thm)],[c_0_106]) ).

fof(c_0_1045,plain,
    lhs_atom828,
    inference(fof_simplification,[status(thm)],[c_0_107]) ).

fof(c_0_1046,plain,
    lhs_atom827,
    inference(fof_simplification,[status(thm)],[c_0_108]) ).

fof(c_0_1047,plain,
    lhs_atom826,
    inference(fof_simplification,[status(thm)],[c_0_109]) ).

fof(c_0_1048,plain,
    lhs_atom825,
    inference(fof_simplification,[status(thm)],[c_0_110]) ).

fof(c_0_1049,plain,
    lhs_atom824,
    inference(fof_simplification,[status(thm)],[c_0_111]) ).

fof(c_0_1050,plain,
    lhs_atom823,
    inference(fof_simplification,[status(thm)],[c_0_112]) ).

fof(c_0_1051,plain,
    lhs_atom822,
    inference(fof_simplification,[status(thm)],[c_0_113]) ).

fof(c_0_1052,plain,
    lhs_atom821,
    inference(fof_simplification,[status(thm)],[c_0_114]) ).

fof(c_0_1053,plain,
    lhs_atom820,
    inference(fof_simplification,[status(thm)],[c_0_115]) ).

fof(c_0_1054,plain,
    lhs_atom819,
    inference(fof_simplification,[status(thm)],[c_0_116]) ).

fof(c_0_1055,plain,
    lhs_atom818,
    inference(fof_simplification,[status(thm)],[c_0_117]) ).

fof(c_0_1056,plain,
    lhs_atom817,
    inference(fof_simplification,[status(thm)],[c_0_118]) ).

fof(c_0_1057,plain,
    lhs_atom816,
    inference(fof_simplification,[status(thm)],[c_0_119]) ).

fof(c_0_1058,plain,
    lhs_atom815,
    inference(fof_simplification,[status(thm)],[c_0_120]) ).

fof(c_0_1059,plain,
    lhs_atom814,
    inference(fof_simplification,[status(thm)],[c_0_121]) ).

fof(c_0_1060,plain,
    lhs_atom813,
    inference(fof_simplification,[status(thm)],[c_0_122]) ).

fof(c_0_1061,plain,
    lhs_atom812,
    inference(fof_simplification,[status(thm)],[c_0_123]) ).

fof(c_0_1062,plain,
    lhs_atom811,
    inference(fof_simplification,[status(thm)],[c_0_124]) ).

fof(c_0_1063,plain,
    lhs_atom810,
    inference(fof_simplification,[status(thm)],[c_0_125]) ).

fof(c_0_1064,plain,
    lhs_atom809,
    inference(fof_simplification,[status(thm)],[c_0_126]) ).

fof(c_0_1065,plain,
    lhs_atom808,
    inference(fof_simplification,[status(thm)],[c_0_127]) ).

fof(c_0_1066,plain,
    lhs_atom807,
    inference(fof_simplification,[status(thm)],[c_0_128]) ).

fof(c_0_1067,plain,
    lhs_atom806,
    inference(fof_simplification,[status(thm)],[c_0_129]) ).

fof(c_0_1068,plain,
    lhs_atom805,
    inference(fof_simplification,[status(thm)],[c_0_130]) ).

fof(c_0_1069,plain,
    lhs_atom804,
    inference(fof_simplification,[status(thm)],[c_0_131]) ).

fof(c_0_1070,plain,
    lhs_atom803,
    inference(fof_simplification,[status(thm)],[c_0_132]) ).

fof(c_0_1071,plain,
    lhs_atom802,
    inference(fof_simplification,[status(thm)],[c_0_133]) ).

fof(c_0_1072,plain,
    lhs_atom801,
    inference(fof_simplification,[status(thm)],[c_0_134]) ).

fof(c_0_1073,plain,
    lhs_atom800,
    inference(fof_simplification,[status(thm)],[c_0_135]) ).

fof(c_0_1074,plain,
    lhs_atom799,
    inference(fof_simplification,[status(thm)],[c_0_136]) ).

fof(c_0_1075,plain,
    lhs_atom798,
    inference(fof_simplification,[status(thm)],[c_0_137]) ).

fof(c_0_1076,plain,
    lhs_atom797,
    inference(fof_simplification,[status(thm)],[c_0_138]) ).

fof(c_0_1077,plain,
    lhs_atom796,
    inference(fof_simplification,[status(thm)],[c_0_139]) ).

fof(c_0_1078,plain,
    lhs_atom795,
    inference(fof_simplification,[status(thm)],[c_0_140]) ).

fof(c_0_1079,plain,
    lhs_atom794,
    inference(fof_simplification,[status(thm)],[c_0_141]) ).

fof(c_0_1080,plain,
    lhs_atom793,
    inference(fof_simplification,[status(thm)],[c_0_142]) ).

fof(c_0_1081,plain,
    lhs_atom792,
    inference(fof_simplification,[status(thm)],[c_0_143]) ).

fof(c_0_1082,plain,
    lhs_atom791,
    inference(fof_simplification,[status(thm)],[c_0_144]) ).

fof(c_0_1083,plain,
    lhs_atom790,
    inference(fof_simplification,[status(thm)],[c_0_145]) ).

fof(c_0_1084,plain,
    lhs_atom789,
    inference(fof_simplification,[status(thm)],[c_0_146]) ).

fof(c_0_1085,plain,
    lhs_atom788,
    inference(fof_simplification,[status(thm)],[c_0_147]) ).

fof(c_0_1086,plain,
    lhs_atom787,
    inference(fof_simplification,[status(thm)],[c_0_148]) ).

fof(c_0_1087,plain,
    lhs_atom786,
    inference(fof_simplification,[status(thm)],[c_0_149]) ).

fof(c_0_1088,plain,
    lhs_atom785,
    inference(fof_simplification,[status(thm)],[c_0_150]) ).

fof(c_0_1089,plain,
    lhs_atom784,
    inference(fof_simplification,[status(thm)],[c_0_151]) ).

fof(c_0_1090,plain,
    lhs_atom783,
    inference(fof_simplification,[status(thm)],[c_0_152]) ).

fof(c_0_1091,plain,
    lhs_atom782,
    inference(fof_simplification,[status(thm)],[c_0_153]) ).

fof(c_0_1092,plain,
    lhs_atom781,
    inference(fof_simplification,[status(thm)],[c_0_154]) ).

fof(c_0_1093,plain,
    lhs_atom780,
    inference(fof_simplification,[status(thm)],[c_0_155]) ).

fof(c_0_1094,plain,
    lhs_atom779,
    inference(fof_simplification,[status(thm)],[c_0_156]) ).

fof(c_0_1095,plain,
    lhs_atom778,
    inference(fof_simplification,[status(thm)],[c_0_157]) ).

fof(c_0_1096,plain,
    lhs_atom777,
    inference(fof_simplification,[status(thm)],[c_0_158]) ).

fof(c_0_1097,plain,
    lhs_atom776,
    inference(fof_simplification,[status(thm)],[c_0_159]) ).

fof(c_0_1098,plain,
    lhs_atom775,
    inference(fof_simplification,[status(thm)],[c_0_160]) ).

fof(c_0_1099,plain,
    lhs_atom774,
    inference(fof_simplification,[status(thm)],[c_0_161]) ).

fof(c_0_1100,plain,
    lhs_atom773,
    inference(fof_simplification,[status(thm)],[c_0_162]) ).

fof(c_0_1101,plain,
    lhs_atom772,
    inference(fof_simplification,[status(thm)],[c_0_163]) ).

fof(c_0_1102,plain,
    lhs_atom771,
    inference(fof_simplification,[status(thm)],[c_0_164]) ).

fof(c_0_1103,plain,
    lhs_atom770,
    inference(fof_simplification,[status(thm)],[c_0_165]) ).

fof(c_0_1104,plain,
    lhs_atom769,
    inference(fof_simplification,[status(thm)],[c_0_166]) ).

fof(c_0_1105,plain,
    lhs_atom768,
    inference(fof_simplification,[status(thm)],[c_0_167]) ).

fof(c_0_1106,plain,
    lhs_atom767,
    inference(fof_simplification,[status(thm)],[c_0_168]) ).

fof(c_0_1107,plain,
    lhs_atom766,
    inference(fof_simplification,[status(thm)],[c_0_169]) ).

fof(c_0_1108,plain,
    lhs_atom765,
    inference(fof_simplification,[status(thm)],[c_0_170]) ).

fof(c_0_1109,plain,
    lhs_atom764,
    inference(fof_simplification,[status(thm)],[c_0_171]) ).

fof(c_0_1110,plain,
    lhs_atom763,
    inference(fof_simplification,[status(thm)],[c_0_172]) ).

fof(c_0_1111,plain,
    lhs_atom762,
    inference(fof_simplification,[status(thm)],[c_0_173]) ).

fof(c_0_1112,plain,
    lhs_atom761,
    inference(fof_simplification,[status(thm)],[c_0_174]) ).

fof(c_0_1113,plain,
    lhs_atom760,
    inference(fof_simplification,[status(thm)],[c_0_175]) ).

fof(c_0_1114,plain,
    lhs_atom759,
    inference(fof_simplification,[status(thm)],[c_0_176]) ).

fof(c_0_1115,plain,
    lhs_atom758,
    inference(fof_simplification,[status(thm)],[c_0_177]) ).

fof(c_0_1116,plain,
    lhs_atom757,
    inference(fof_simplification,[status(thm)],[c_0_178]) ).

fof(c_0_1117,plain,
    lhs_atom756,
    inference(fof_simplification,[status(thm)],[c_0_179]) ).

fof(c_0_1118,plain,
    lhs_atom755,
    inference(fof_simplification,[status(thm)],[c_0_180]) ).

fof(c_0_1119,plain,
    lhs_atom754,
    inference(fof_simplification,[status(thm)],[c_0_181]) ).

fof(c_0_1120,plain,
    lhs_atom753,
    inference(fof_simplification,[status(thm)],[c_0_182]) ).

fof(c_0_1121,plain,
    lhs_atom752,
    inference(fof_simplification,[status(thm)],[c_0_183]) ).

fof(c_0_1122,plain,
    lhs_atom751,
    inference(fof_simplification,[status(thm)],[c_0_184]) ).

fof(c_0_1123,plain,
    lhs_atom750,
    inference(fof_simplification,[status(thm)],[c_0_185]) ).

fof(c_0_1124,plain,
    lhs_atom749,
    inference(fof_simplification,[status(thm)],[c_0_186]) ).

fof(c_0_1125,plain,
    lhs_atom748,
    inference(fof_simplification,[status(thm)],[c_0_187]) ).

fof(c_0_1126,plain,
    lhs_atom747,
    inference(fof_simplification,[status(thm)],[c_0_188]) ).

fof(c_0_1127,plain,
    lhs_atom746,
    inference(fof_simplification,[status(thm)],[c_0_189]) ).

fof(c_0_1128,plain,
    lhs_atom745,
    inference(fof_simplification,[status(thm)],[c_0_190]) ).

fof(c_0_1129,plain,
    lhs_atom744,
    inference(fof_simplification,[status(thm)],[c_0_191]) ).

fof(c_0_1130,plain,
    lhs_atom743,
    inference(fof_simplification,[status(thm)],[c_0_192]) ).

fof(c_0_1131,plain,
    lhs_atom742,
    inference(fof_simplification,[status(thm)],[c_0_193]) ).

fof(c_0_1132,plain,
    lhs_atom741,
    inference(fof_simplification,[status(thm)],[c_0_194]) ).

fof(c_0_1133,plain,
    lhs_atom740,
    inference(fof_simplification,[status(thm)],[c_0_195]) ).

fof(c_0_1134,plain,
    lhs_atom739,
    inference(fof_simplification,[status(thm)],[c_0_196]) ).

fof(c_0_1135,plain,
    lhs_atom738,
    inference(fof_simplification,[status(thm)],[c_0_197]) ).

fof(c_0_1136,plain,
    lhs_atom737,
    inference(fof_simplification,[status(thm)],[c_0_198]) ).

fof(c_0_1137,plain,
    lhs_atom736,
    inference(fof_simplification,[status(thm)],[c_0_199]) ).

fof(c_0_1138,plain,
    lhs_atom735,
    inference(fof_simplification,[status(thm)],[c_0_200]) ).

fof(c_0_1139,plain,
    lhs_atom734,
    inference(fof_simplification,[status(thm)],[c_0_201]) ).

fof(c_0_1140,plain,
    lhs_atom733,
    inference(fof_simplification,[status(thm)],[c_0_202]) ).

fof(c_0_1141,plain,
    lhs_atom732,
    inference(fof_simplification,[status(thm)],[c_0_203]) ).

fof(c_0_1142,plain,
    lhs_atom731,
    inference(fof_simplification,[status(thm)],[c_0_204]) ).

fof(c_0_1143,plain,
    lhs_atom730,
    inference(fof_simplification,[status(thm)],[c_0_205]) ).

fof(c_0_1144,plain,
    lhs_atom729,
    inference(fof_simplification,[status(thm)],[c_0_206]) ).

fof(c_0_1145,plain,
    lhs_atom728,
    inference(fof_simplification,[status(thm)],[c_0_207]) ).

fof(c_0_1146,plain,
    lhs_atom727,
    inference(fof_simplification,[status(thm)],[c_0_208]) ).

fof(c_0_1147,plain,
    lhs_atom726,
    inference(fof_simplification,[status(thm)],[c_0_209]) ).

fof(c_0_1148,plain,
    lhs_atom725,
    inference(fof_simplification,[status(thm)],[c_0_210]) ).

fof(c_0_1149,plain,
    lhs_atom724,
    inference(fof_simplification,[status(thm)],[c_0_211]) ).

fof(c_0_1150,plain,
    lhs_atom723,
    inference(fof_simplification,[status(thm)],[c_0_212]) ).

fof(c_0_1151,plain,
    lhs_atom722,
    inference(fof_simplification,[status(thm)],[c_0_213]) ).

fof(c_0_1152,plain,
    lhs_atom721,
    inference(fof_simplification,[status(thm)],[c_0_214]) ).

fof(c_0_1153,plain,
    lhs_atom720,
    inference(fof_simplification,[status(thm)],[c_0_215]) ).

fof(c_0_1154,plain,
    lhs_atom719,
    inference(fof_simplification,[status(thm)],[c_0_216]) ).

fof(c_0_1155,plain,
    lhs_atom718,
    inference(fof_simplification,[status(thm)],[c_0_217]) ).

fof(c_0_1156,plain,
    lhs_atom717,
    inference(fof_simplification,[status(thm)],[c_0_218]) ).

fof(c_0_1157,plain,
    lhs_atom716,
    inference(fof_simplification,[status(thm)],[c_0_219]) ).

fof(c_0_1158,plain,
    lhs_atom715,
    inference(fof_simplification,[status(thm)],[c_0_220]) ).

fof(c_0_1159,plain,
    lhs_atom714,
    inference(fof_simplification,[status(thm)],[c_0_221]) ).

fof(c_0_1160,plain,
    lhs_atom713,
    inference(fof_simplification,[status(thm)],[c_0_222]) ).

fof(c_0_1161,plain,
    lhs_atom712,
    inference(fof_simplification,[status(thm)],[c_0_223]) ).

fof(c_0_1162,plain,
    lhs_atom711,
    inference(fof_simplification,[status(thm)],[c_0_224]) ).

fof(c_0_1163,plain,
    lhs_atom710,
    inference(fof_simplification,[status(thm)],[c_0_225]) ).

fof(c_0_1164,plain,
    lhs_atom709,
    inference(fof_simplification,[status(thm)],[c_0_226]) ).

fof(c_0_1165,plain,
    lhs_atom708,
    inference(fof_simplification,[status(thm)],[c_0_227]) ).

fof(c_0_1166,plain,
    lhs_atom707,
    inference(fof_simplification,[status(thm)],[c_0_228]) ).

fof(c_0_1167,plain,
    lhs_atom706,
    inference(fof_simplification,[status(thm)],[c_0_229]) ).

fof(c_0_1168,plain,
    lhs_atom705,
    inference(fof_simplification,[status(thm)],[c_0_230]) ).

fof(c_0_1169,plain,
    lhs_atom704,
    inference(fof_simplification,[status(thm)],[c_0_231]) ).

fof(c_0_1170,plain,
    lhs_atom703,
    inference(fof_simplification,[status(thm)],[c_0_232]) ).

fof(c_0_1171,plain,
    lhs_atom702,
    inference(fof_simplification,[status(thm)],[c_0_233]) ).

fof(c_0_1172,plain,
    lhs_atom701,
    inference(fof_simplification,[status(thm)],[c_0_234]) ).

fof(c_0_1173,plain,
    lhs_atom700,
    inference(fof_simplification,[status(thm)],[c_0_235]) ).

fof(c_0_1174,plain,
    lhs_atom699,
    inference(fof_simplification,[status(thm)],[c_0_236]) ).

fof(c_0_1175,plain,
    lhs_atom698,
    inference(fof_simplification,[status(thm)],[c_0_237]) ).

fof(c_0_1176,plain,
    lhs_atom697,
    inference(fof_simplification,[status(thm)],[c_0_238]) ).

fof(c_0_1177,plain,
    lhs_atom696,
    inference(fof_simplification,[status(thm)],[c_0_239]) ).

fof(c_0_1178,plain,
    lhs_atom695,
    inference(fof_simplification,[status(thm)],[c_0_240]) ).

fof(c_0_1179,plain,
    lhs_atom694,
    inference(fof_simplification,[status(thm)],[c_0_241]) ).

fof(c_0_1180,plain,
    lhs_atom693,
    inference(fof_simplification,[status(thm)],[c_0_242]) ).

fof(c_0_1181,plain,
    lhs_atom692,
    inference(fof_simplification,[status(thm)],[c_0_243]) ).

fof(c_0_1182,plain,
    lhs_atom691,
    inference(fof_simplification,[status(thm)],[c_0_244]) ).

fof(c_0_1183,plain,
    lhs_atom690,
    inference(fof_simplification,[status(thm)],[c_0_245]) ).

fof(c_0_1184,plain,
    lhs_atom689,
    inference(fof_simplification,[status(thm)],[c_0_246]) ).

fof(c_0_1185,plain,
    lhs_atom688,
    inference(fof_simplification,[status(thm)],[c_0_247]) ).

fof(c_0_1186,plain,
    lhs_atom687,
    inference(fof_simplification,[status(thm)],[c_0_248]) ).

fof(c_0_1187,plain,
    lhs_atom686,
    inference(fof_simplification,[status(thm)],[c_0_249]) ).

fof(c_0_1188,plain,
    lhs_atom685,
    inference(fof_simplification,[status(thm)],[c_0_250]) ).

fof(c_0_1189,plain,
    lhs_atom684,
    inference(fof_simplification,[status(thm)],[c_0_251]) ).

fof(c_0_1190,plain,
    lhs_atom683,
    inference(fof_simplification,[status(thm)],[c_0_252]) ).

fof(c_0_1191,plain,
    lhs_atom682,
    inference(fof_simplification,[status(thm)],[c_0_253]) ).

fof(c_0_1192,plain,
    lhs_atom681,
    inference(fof_simplification,[status(thm)],[c_0_254]) ).

fof(c_0_1193,plain,
    lhs_atom680,
    inference(fof_simplification,[status(thm)],[c_0_255]) ).

fof(c_0_1194,plain,
    lhs_atom679,
    inference(fof_simplification,[status(thm)],[c_0_256]) ).

fof(c_0_1195,plain,
    lhs_atom678,
    inference(fof_simplification,[status(thm)],[c_0_257]) ).

fof(c_0_1196,plain,
    lhs_atom677,
    inference(fof_simplification,[status(thm)],[c_0_258]) ).

fof(c_0_1197,plain,
    lhs_atom676,
    inference(fof_simplification,[status(thm)],[c_0_259]) ).

fof(c_0_1198,plain,
    lhs_atom675,
    inference(fof_simplification,[status(thm)],[c_0_260]) ).

fof(c_0_1199,plain,
    lhs_atom674,
    inference(fof_simplification,[status(thm)],[c_0_261]) ).

fof(c_0_1200,plain,
    lhs_atom673,
    inference(fof_simplification,[status(thm)],[c_0_262]) ).

fof(c_0_1201,plain,
    lhs_atom672,
    inference(fof_simplification,[status(thm)],[c_0_263]) ).

fof(c_0_1202,plain,
    lhs_atom671,
    inference(fof_simplification,[status(thm)],[c_0_264]) ).

fof(c_0_1203,plain,
    lhs_atom670,
    inference(fof_simplification,[status(thm)],[c_0_265]) ).

fof(c_0_1204,plain,
    lhs_atom669,
    inference(fof_simplification,[status(thm)],[c_0_266]) ).

fof(c_0_1205,plain,
    lhs_atom668,
    inference(fof_simplification,[status(thm)],[c_0_267]) ).

fof(c_0_1206,plain,
    lhs_atom667,
    inference(fof_simplification,[status(thm)],[c_0_268]) ).

fof(c_0_1207,plain,
    lhs_atom666,
    inference(fof_simplification,[status(thm)],[c_0_269]) ).

fof(c_0_1208,plain,
    lhs_atom665,
    inference(fof_simplification,[status(thm)],[c_0_270]) ).

fof(c_0_1209,plain,
    lhs_atom664,
    inference(fof_simplification,[status(thm)],[c_0_271]) ).

fof(c_0_1210,plain,
    lhs_atom663,
    inference(fof_simplification,[status(thm)],[c_0_272]) ).

fof(c_0_1211,plain,
    lhs_atom662,
    inference(fof_simplification,[status(thm)],[c_0_273]) ).

fof(c_0_1212,plain,
    lhs_atom661,
    inference(fof_simplification,[status(thm)],[c_0_274]) ).

fof(c_0_1213,plain,
    lhs_atom660,
    inference(fof_simplification,[status(thm)],[c_0_275]) ).

fof(c_0_1214,plain,
    lhs_atom659,
    inference(fof_simplification,[status(thm)],[c_0_276]) ).

fof(c_0_1215,plain,
    lhs_atom658,
    inference(fof_simplification,[status(thm)],[c_0_277]) ).

fof(c_0_1216,plain,
    lhs_atom657,
    inference(fof_simplification,[status(thm)],[c_0_278]) ).

fof(c_0_1217,plain,
    lhs_atom656,
    inference(fof_simplification,[status(thm)],[c_0_279]) ).

fof(c_0_1218,plain,
    lhs_atom655,
    inference(fof_simplification,[status(thm)],[c_0_280]) ).

fof(c_0_1219,plain,
    lhs_atom654,
    inference(fof_simplification,[status(thm)],[c_0_281]) ).

fof(c_0_1220,plain,
    lhs_atom653,
    inference(fof_simplification,[status(thm)],[c_0_282]) ).

fof(c_0_1221,plain,
    lhs_atom652,
    inference(fof_simplification,[status(thm)],[c_0_283]) ).

fof(c_0_1222,plain,
    lhs_atom651,
    inference(fof_simplification,[status(thm)],[c_0_284]) ).

fof(c_0_1223,plain,
    lhs_atom650,
    inference(fof_simplification,[status(thm)],[c_0_285]) ).

fof(c_0_1224,plain,
    lhs_atom649,
    inference(fof_simplification,[status(thm)],[c_0_286]) ).

fof(c_0_1225,plain,
    lhs_atom648,
    inference(fof_simplification,[status(thm)],[c_0_287]) ).

fof(c_0_1226,plain,
    lhs_atom647,
    inference(fof_simplification,[status(thm)],[c_0_288]) ).

fof(c_0_1227,plain,
    lhs_atom646,
    inference(fof_simplification,[status(thm)],[c_0_289]) ).

fof(c_0_1228,plain,
    lhs_atom645,
    inference(fof_simplification,[status(thm)],[c_0_290]) ).

fof(c_0_1229,plain,
    lhs_atom644,
    inference(fof_simplification,[status(thm)],[c_0_291]) ).

fof(c_0_1230,plain,
    lhs_atom643,
    inference(fof_simplification,[status(thm)],[c_0_292]) ).

fof(c_0_1231,plain,
    lhs_atom642,
    inference(fof_simplification,[status(thm)],[c_0_293]) ).

fof(c_0_1232,plain,
    lhs_atom641,
    inference(fof_simplification,[status(thm)],[c_0_294]) ).

fof(c_0_1233,plain,
    lhs_atom640,
    inference(fof_simplification,[status(thm)],[c_0_295]) ).

fof(c_0_1234,plain,
    lhs_atom639,
    inference(fof_simplification,[status(thm)],[c_0_296]) ).

fof(c_0_1235,plain,
    lhs_atom638,
    inference(fof_simplification,[status(thm)],[c_0_297]) ).

fof(c_0_1236,plain,
    lhs_atom637,
    inference(fof_simplification,[status(thm)],[c_0_298]) ).

fof(c_0_1237,plain,
    lhs_atom636,
    inference(fof_simplification,[status(thm)],[c_0_299]) ).

fof(c_0_1238,plain,
    lhs_atom635,
    inference(fof_simplification,[status(thm)],[c_0_300]) ).

fof(c_0_1239,plain,
    lhs_atom634,
    inference(fof_simplification,[status(thm)],[c_0_301]) ).

fof(c_0_1240,plain,
    lhs_atom633,
    inference(fof_simplification,[status(thm)],[c_0_302]) ).

fof(c_0_1241,plain,
    lhs_atom632,
    inference(fof_simplification,[status(thm)],[c_0_303]) ).

fof(c_0_1242,plain,
    lhs_atom631,
    inference(fof_simplification,[status(thm)],[c_0_304]) ).

fof(c_0_1243,plain,
    lhs_atom630,
    inference(fof_simplification,[status(thm)],[c_0_305]) ).

fof(c_0_1244,plain,
    lhs_atom629,
    inference(fof_simplification,[status(thm)],[c_0_306]) ).

fof(c_0_1245,plain,
    lhs_atom628,
    inference(fof_simplification,[status(thm)],[c_0_307]) ).

fof(c_0_1246,plain,
    lhs_atom627,
    inference(fof_simplification,[status(thm)],[c_0_308]) ).

fof(c_0_1247,plain,
    lhs_atom626,
    inference(fof_simplification,[status(thm)],[c_0_309]) ).

fof(c_0_1248,plain,
    lhs_atom625,
    inference(fof_simplification,[status(thm)],[c_0_310]) ).

fof(c_0_1249,plain,
    lhs_atom624,
    inference(fof_simplification,[status(thm)],[c_0_311]) ).

fof(c_0_1250,plain,
    lhs_atom623,
    inference(fof_simplification,[status(thm)],[c_0_312]) ).

fof(c_0_1251,plain,
    lhs_atom622,
    inference(fof_simplification,[status(thm)],[c_0_313]) ).

fof(c_0_1252,plain,
    lhs_atom621,
    inference(fof_simplification,[status(thm)],[c_0_314]) ).

fof(c_0_1253,plain,
    lhs_atom620,
    inference(fof_simplification,[status(thm)],[c_0_315]) ).

fof(c_0_1254,plain,
    lhs_atom619,
    inference(fof_simplification,[status(thm)],[c_0_316]) ).

fof(c_0_1255,plain,
    lhs_atom618,
    inference(fof_simplification,[status(thm)],[c_0_317]) ).

fof(c_0_1256,plain,
    lhs_atom617,
    inference(fof_simplification,[status(thm)],[c_0_318]) ).

fof(c_0_1257,plain,
    lhs_atom616,
    inference(fof_simplification,[status(thm)],[c_0_319]) ).

fof(c_0_1258,plain,
    lhs_atom615,
    inference(fof_simplification,[status(thm)],[c_0_320]) ).

fof(c_0_1259,plain,
    lhs_atom614,
    inference(fof_simplification,[status(thm)],[c_0_321]) ).

fof(c_0_1260,plain,
    lhs_atom613,
    inference(fof_simplification,[status(thm)],[c_0_322]) ).

fof(c_0_1261,plain,
    lhs_atom612,
    inference(fof_simplification,[status(thm)],[c_0_323]) ).

fof(c_0_1262,plain,
    lhs_atom281,
    inference(fof_simplification,[status(thm)],[c_0_324]) ).

fof(c_0_1263,plain,
    lhs_atom611,
    inference(fof_simplification,[status(thm)],[c_0_325]) ).

fof(c_0_1264,plain,
    lhs_atom217,
    inference(fof_simplification,[status(thm)],[c_0_326]) ).

fof(c_0_1265,plain,
    lhs_atom132,
    inference(fof_simplification,[status(thm)],[c_0_327]) ).

fof(c_0_1266,plain,
    lhs_atom610,
    inference(fof_simplification,[status(thm)],[c_0_328]) ).

fof(c_0_1267,plain,
    lhs_atom609,
    inference(fof_simplification,[status(thm)],[c_0_329]) ).

fof(c_0_1268,plain,
    lhs_atom279,
    inference(fof_simplification,[status(thm)],[c_0_330]) ).

fof(c_0_1269,plain,
    lhs_atom608,
    inference(fof_simplification,[status(thm)],[c_0_331]) ).

fof(c_0_1270,plain,
    lhs_atom260,
    inference(fof_simplification,[status(thm)],[c_0_332]) ).

fof(c_0_1271,plain,
    lhs_atom261,
    inference(fof_simplification,[status(thm)],[c_0_333]) ).

fof(c_0_1272,plain,
    lhs_atom86,
    inference(fof_simplification,[status(thm)],[c_0_334]) ).

fof(c_0_1273,plain,
    lhs_atom88,
    inference(fof_simplification,[status(thm)],[c_0_335]) ).

fof(c_0_1274,plain,
    lhs_atom607,
    inference(fof_simplification,[status(thm)],[c_0_336]) ).

fof(c_0_1275,plain,
    lhs_atom606,
    inference(fof_simplification,[status(thm)],[c_0_337]) ).

fof(c_0_1276,plain,
    lhs_atom605,
    inference(fof_simplification,[status(thm)],[c_0_338]) ).

fof(c_0_1277,plain,
    lhs_atom604,
    inference(fof_simplification,[status(thm)],[c_0_339]) ).

fof(c_0_1278,plain,
    lhs_atom603,
    inference(fof_simplification,[status(thm)],[c_0_340]) ).

fof(c_0_1279,plain,
    lhs_atom602,
    inference(fof_simplification,[status(thm)],[c_0_341]) ).

fof(c_0_1280,plain,
    lhs_atom601,
    inference(fof_simplification,[status(thm)],[c_0_342]) ).

fof(c_0_1281,plain,
    lhs_atom276,
    inference(fof_simplification,[status(thm)],[c_0_343]) ).

fof(c_0_1282,plain,
    lhs_atom600,
    inference(fof_simplification,[status(thm)],[c_0_344]) ).

fof(c_0_1283,plain,
    lhs_atom226,
    inference(fof_simplification,[status(thm)],[c_0_345]) ).

fof(c_0_1284,plain,
    lhs_atom268,
    inference(fof_simplification,[status(thm)],[c_0_346]) ).

fof(c_0_1285,plain,
    lhs_atom599,
    inference(fof_simplification,[status(thm)],[c_0_347]) ).

fof(c_0_1286,plain,
    lhs_atom107,
    inference(fof_simplification,[status(thm)],[c_0_348]) ).

fof(c_0_1287,plain,
    lhs_atom598,
    inference(fof_simplification,[status(thm)],[c_0_349]) ).

fof(c_0_1288,plain,
    lhs_atom597,
    inference(fof_simplification,[status(thm)],[c_0_350]) ).

fof(c_0_1289,plain,
    lhs_atom273,
    inference(fof_simplification,[status(thm)],[c_0_351]) ).

fof(c_0_1290,plain,
    lhs_atom55,
    inference(fof_simplification,[status(thm)],[c_0_352]) ).

fof(c_0_1291,plain,
    lhs_atom231,
    inference(fof_simplification,[status(thm)],[c_0_353]) ).

fof(c_0_1292,plain,
    lhs_atom596,
    inference(fof_simplification,[status(thm)],[c_0_354]) ).

fof(c_0_1293,plain,
    lhs_atom51,
    inference(fof_simplification,[status(thm)],[c_0_355]) ).

fof(c_0_1294,plain,
    lhs_atom205,
    inference(fof_simplification,[status(thm)],[c_0_356]) ).

fof(c_0_1295,plain,
    lhs_atom595,
    inference(fof_simplification,[status(thm)],[c_0_357]) ).

fof(c_0_1296,plain,
    lhs_atom271,
    inference(fof_simplification,[status(thm)],[c_0_358]) ).

fof(c_0_1297,plain,
    lhs_atom594,
    inference(fof_simplification,[status(thm)],[c_0_359]) ).

fof(c_0_1298,plain,
    lhs_atom237,
    inference(fof_simplification,[status(thm)],[c_0_360]) ).

fof(c_0_1299,plain,
    lhs_atom238,
    inference(fof_simplification,[status(thm)],[c_0_361]) ).

fof(c_0_1300,plain,
    lhs_atom593,
    inference(fof_simplification,[status(thm)],[c_0_362]) ).

fof(c_0_1301,plain,
    lhs_atom79,
    inference(fof_simplification,[status(thm)],[c_0_363]) ).

fof(c_0_1302,plain,
    lhs_atom592,
    inference(fof_simplification,[status(thm)],[c_0_364]) ).

fof(c_0_1303,plain,
    lhs_atom269,
    inference(fof_simplification,[status(thm)],[c_0_365]) ).

fof(c_0_1304,plain,
    lhs_atom591,
    inference(fof_simplification,[status(thm)],[c_0_366]) ).

fof(c_0_1305,plain,
    lhs_atom248,
    inference(fof_simplification,[status(thm)],[c_0_367]) ).

fof(c_0_1306,plain,
    lhs_atom249,
    inference(fof_simplification,[status(thm)],[c_0_368]) ).

fof(c_0_1307,plain,
    lhs_atom590,
    inference(fof_simplification,[status(thm)],[c_0_369]) ).

fof(c_0_1308,plain,
    lhs_atom589,
    inference(fof_simplification,[status(thm)],[c_0_370]) ).

fof(c_0_1309,plain,
    lhs_atom202,
    inference(fof_simplification,[status(thm)],[c_0_371]) ).

fof(c_0_1310,plain,
    lhs_atom588,
    inference(fof_simplification,[status(thm)],[c_0_372]) ).

fof(c_0_1311,plain,
    lhs_atom587,
    inference(fof_simplification,[status(thm)],[c_0_373]) ).

fof(c_0_1312,plain,
    lhs_atom586,
    inference(fof_simplification,[status(thm)],[c_0_374]) ).

fof(c_0_1313,plain,
    lhs_atom585,
    inference(fof_simplification,[status(thm)],[c_0_375]) ).

fof(c_0_1314,plain,
    lhs_atom584,
    inference(fof_simplification,[status(thm)],[c_0_376]) ).

fof(c_0_1315,plain,
    lhs_atom583,
    inference(fof_simplification,[status(thm)],[c_0_377]) ).

fof(c_0_1316,plain,
    lhs_atom93,
    inference(fof_simplification,[status(thm)],[c_0_378]) ).

fof(c_0_1317,plain,
    lhs_atom582,
    inference(fof_simplification,[status(thm)],[c_0_379]) ).

fof(c_0_1318,plain,
    lhs_atom581,
    inference(fof_simplification,[status(thm)],[c_0_380]) ).

fof(c_0_1319,plain,
    lhs_atom580,
    inference(fof_simplification,[status(thm)],[c_0_381]) ).

fof(c_0_1320,plain,
    lhs_atom258,
    inference(fof_simplification,[status(thm)],[c_0_382]) ).

fof(c_0_1321,plain,
    lhs_atom579,
    inference(fof_simplification,[status(thm)],[c_0_383]) ).

fof(c_0_1322,plain,
    lhs_atom245,
    inference(fof_simplification,[status(thm)],[c_0_384]) ).

fof(c_0_1323,plain,
    lhs_atom578,
    inference(fof_simplification,[status(thm)],[c_0_385]) ).

fof(c_0_1324,plain,
    lhs_atom577,
    inference(fof_simplification,[status(thm)],[c_0_386]) ).

fof(c_0_1325,plain,
    lhs_atom256,
    inference(fof_simplification,[status(thm)],[c_0_387]) ).

fof(c_0_1326,plain,
    lhs_atom576,
    inference(fof_simplification,[status(thm)],[c_0_388]) ).

fof(c_0_1327,plain,
    lhs_atom575,
    inference(fof_simplification,[status(thm)],[c_0_389]) ).

fof(c_0_1328,plain,
    lhs_atom574,
    inference(fof_simplification,[status(thm)],[c_0_390]) ).

fof(c_0_1329,plain,
    lhs_atom573,
    inference(fof_simplification,[status(thm)],[c_0_391]) ).

fof(c_0_1330,plain,
    lhs_atom572,
    inference(fof_simplification,[status(thm)],[c_0_392]) ).

fof(c_0_1331,plain,
    lhs_atom571,
    inference(fof_simplification,[status(thm)],[c_0_393]) ).

fof(c_0_1332,plain,
    lhs_atom570,
    inference(fof_simplification,[status(thm)],[c_0_394]) ).

fof(c_0_1333,plain,
    lhs_atom569,
    inference(fof_simplification,[status(thm)],[c_0_395]) ).

fof(c_0_1334,plain,
    lhs_atom568,
    inference(fof_simplification,[status(thm)],[c_0_396]) ).

fof(c_0_1335,plain,
    lhs_atom567,
    inference(fof_simplification,[status(thm)],[c_0_397]) ).

fof(c_0_1336,plain,
    lhs_atom566,
    inference(fof_simplification,[status(thm)],[c_0_398]) ).

fof(c_0_1337,plain,
    lhs_atom565,
    inference(fof_simplification,[status(thm)],[c_0_399]) ).

fof(c_0_1338,plain,
    lhs_atom564,
    inference(fof_simplification,[status(thm)],[c_0_400]) ).

fof(c_0_1339,plain,
    lhs_atom563,
    inference(fof_simplification,[status(thm)],[c_0_401]) ).

fof(c_0_1340,plain,
    lhs_atom562,
    inference(fof_simplification,[status(thm)],[c_0_402]) ).

fof(c_0_1341,plain,
    lhs_atom561,
    inference(fof_simplification,[status(thm)],[c_0_403]) ).

fof(c_0_1342,plain,
    lhs_atom560,
    inference(fof_simplification,[status(thm)],[c_0_404]) ).

fof(c_0_1343,plain,
    lhs_atom559,
    inference(fof_simplification,[status(thm)],[c_0_405]) ).

fof(c_0_1344,plain,
    lhs_atom558,
    inference(fof_simplification,[status(thm)],[c_0_406]) ).

fof(c_0_1345,plain,
    lhs_atom557,
    inference(fof_simplification,[status(thm)],[c_0_407]) ).

fof(c_0_1346,plain,
    lhs_atom556,
    inference(fof_simplification,[status(thm)],[c_0_408]) ).

fof(c_0_1347,plain,
    lhs_atom555,
    inference(fof_simplification,[status(thm)],[c_0_409]) ).

fof(c_0_1348,plain,
    lhs_atom554,
    inference(fof_simplification,[status(thm)],[c_0_410]) ).

fof(c_0_1349,plain,
    lhs_atom553,
    inference(fof_simplification,[status(thm)],[c_0_411]) ).

fof(c_0_1350,plain,
    lhs_atom183,
    inference(fof_simplification,[status(thm)],[c_0_412]) ).

fof(c_0_1351,plain,
    lhs_atom552,
    inference(fof_simplification,[status(thm)],[c_0_413]) ).

fof(c_0_1352,plain,
    lhs_atom551,
    inference(fof_simplification,[status(thm)],[c_0_414]) ).

fof(c_0_1353,plain,
    lhs_atom550,
    inference(fof_simplification,[status(thm)],[c_0_415]) ).

fof(c_0_1354,plain,
    lhs_atom549,
    inference(fof_simplification,[status(thm)],[c_0_416]) ).

fof(c_0_1355,plain,
    lhs_atom548,
    inference(fof_simplification,[status(thm)],[c_0_417]) ).

fof(c_0_1356,plain,
    lhs_atom547,
    inference(fof_simplification,[status(thm)],[c_0_418]) ).

fof(c_0_1357,plain,
    lhs_atom99,
    inference(fof_simplification,[status(thm)],[c_0_419]) ).

fof(c_0_1358,plain,
    lhs_atom546,
    inference(fof_simplification,[status(thm)],[c_0_420]) ).

fof(c_0_1359,plain,
    lhs_atom545,
    inference(fof_simplification,[status(thm)],[c_0_421]) ).

fof(c_0_1360,plain,
    lhs_atom544,
    inference(fof_simplification,[status(thm)],[c_0_422]) ).

fof(c_0_1361,plain,
    lhs_atom543,
    inference(fof_simplification,[status(thm)],[c_0_423]) ).

fof(c_0_1362,plain,
    lhs_atom542,
    inference(fof_simplification,[status(thm)],[c_0_424]) ).

fof(c_0_1363,plain,
    lhs_atom541,
    inference(fof_simplification,[status(thm)],[c_0_425]) ).

fof(c_0_1364,plain,
    lhs_atom540,
    inference(fof_simplification,[status(thm)],[c_0_426]) ).

fof(c_0_1365,plain,
    lhs_atom539,
    inference(fof_simplification,[status(thm)],[c_0_427]) ).

fof(c_0_1366,plain,
    lhs_atom538,
    inference(fof_simplification,[status(thm)],[c_0_428]) ).

fof(c_0_1367,plain,
    lhs_atom537,
    inference(fof_simplification,[status(thm)],[c_0_429]) ).

fof(c_0_1368,plain,
    lhs_atom536,
    inference(fof_simplification,[status(thm)],[c_0_430]) ).

fof(c_0_1369,plain,
    lhs_atom535,
    inference(fof_simplification,[status(thm)],[c_0_431]) ).

fof(c_0_1370,plain,
    lhs_atom534,
    inference(fof_simplification,[status(thm)],[c_0_432]) ).

fof(c_0_1371,plain,
    lhs_atom533,
    inference(fof_simplification,[status(thm)],[c_0_433]) ).

fof(c_0_1372,plain,
    lhs_atom532,
    inference(fof_simplification,[status(thm)],[c_0_434]) ).

fof(c_0_1373,plain,
    lhs_atom531,
    inference(fof_simplification,[status(thm)],[c_0_435]) ).

fof(c_0_1374,plain,
    lhs_atom530,
    inference(fof_simplification,[status(thm)],[c_0_436]) ).

fof(c_0_1375,plain,
    lhs_atom529,
    inference(fof_simplification,[status(thm)],[c_0_437]) ).

fof(c_0_1376,plain,
    lhs_atom528,
    inference(fof_simplification,[status(thm)],[c_0_438]) ).

fof(c_0_1377,plain,
    lhs_atom527,
    inference(fof_simplification,[status(thm)],[c_0_439]) ).

fof(c_0_1378,plain,
    lhs_atom200,
    inference(fof_simplification,[status(thm)],[c_0_440]) ).

fof(c_0_1379,plain,
    lhs_atom526,
    inference(fof_simplification,[status(thm)],[c_0_441]) ).

fof(c_0_1380,plain,
    lhs_atom525,
    inference(fof_simplification,[status(thm)],[c_0_442]) ).

fof(c_0_1381,plain,
    lhs_atom524,
    inference(fof_simplification,[status(thm)],[c_0_443]) ).

fof(c_0_1382,plain,
    lhs_atom523,
    inference(fof_simplification,[status(thm)],[c_0_444]) ).

fof(c_0_1383,plain,
    lhs_atom522,
    inference(fof_simplification,[status(thm)],[c_0_445]) ).

fof(c_0_1384,plain,
    lhs_atom521,
    inference(fof_simplification,[status(thm)],[c_0_446]) ).

fof(c_0_1385,plain,
    lhs_atom62,
    inference(fof_simplification,[status(thm)],[c_0_447]) ).

fof(c_0_1386,plain,
    lhs_atom520,
    inference(fof_simplification,[status(thm)],[c_0_448]) ).

fof(c_0_1387,plain,
    lhs_atom519,
    inference(fof_simplification,[status(thm)],[c_0_449]) ).

fof(c_0_1388,plain,
    lhs_atom123,
    inference(fof_simplification,[status(thm)],[c_0_450]) ).

fof(c_0_1389,plain,
    lhs_atom518,
    inference(fof_simplification,[status(thm)],[c_0_451]) ).

fof(c_0_1390,plain,
    lhs_atom517,
    inference(fof_simplification,[status(thm)],[c_0_452]) ).

fof(c_0_1391,plain,
    lhs_atom516,
    inference(fof_simplification,[status(thm)],[c_0_453]) ).

fof(c_0_1392,plain,
    lhs_atom515,
    inference(fof_simplification,[status(thm)],[c_0_454]) ).

fof(c_0_1393,plain,
    lhs_atom514,
    inference(fof_simplification,[status(thm)],[c_0_455]) ).

fof(c_0_1394,plain,
    lhs_atom513,
    inference(fof_simplification,[status(thm)],[c_0_456]) ).

fof(c_0_1395,plain,
    lhs_atom512,
    inference(fof_simplification,[status(thm)],[c_0_457]) ).

fof(c_0_1396,plain,
    lhs_atom511,
    inference(fof_simplification,[status(thm)],[c_0_458]) ).

fof(c_0_1397,plain,
    lhs_atom510,
    inference(fof_simplification,[status(thm)],[c_0_459]) ).

fof(c_0_1398,plain,
    lhs_atom509,
    inference(fof_simplification,[status(thm)],[c_0_460]) ).

fof(c_0_1399,plain,
    lhs_atom508,
    inference(fof_simplification,[status(thm)],[c_0_461]) ).

fof(c_0_1400,plain,
    lhs_atom507,
    inference(fof_simplification,[status(thm)],[c_0_462]) ).

fof(c_0_1401,plain,
    lhs_atom506,
    inference(fof_simplification,[status(thm)],[c_0_463]) ).

fof(c_0_1402,plain,
    lhs_atom191,
    inference(fof_simplification,[status(thm)],[c_0_464]) ).

fof(c_0_1403,plain,
    lhs_atom505,
    inference(fof_simplification,[status(thm)],[c_0_465]) ).

fof(c_0_1404,plain,
    lhs_atom504,
    inference(fof_simplification,[status(thm)],[c_0_466]) ).

fof(c_0_1405,plain,
    lhs_atom503,
    inference(fof_simplification,[status(thm)],[c_0_467]) ).

fof(c_0_1406,plain,
    lhs_atom502,
    inference(fof_simplification,[status(thm)],[c_0_468]) ).

fof(c_0_1407,plain,
    lhs_atom501,
    inference(fof_simplification,[status(thm)],[c_0_469]) ).

fof(c_0_1408,plain,
    lhs_atom500,
    inference(fof_simplification,[status(thm)],[c_0_470]) ).

fof(c_0_1409,plain,
    lhs_atom499,
    inference(fof_simplification,[status(thm)],[c_0_471]) ).

fof(c_0_1410,plain,
    lhs_atom498,
    inference(fof_simplification,[status(thm)],[c_0_472]) ).

fof(c_0_1411,plain,
    lhs_atom497,
    inference(fof_simplification,[status(thm)],[c_0_473]) ).

fof(c_0_1412,plain,
    lhs_atom496,
    inference(fof_simplification,[status(thm)],[c_0_474]) ).

fof(c_0_1413,plain,
    lhs_atom495,
    inference(fof_simplification,[status(thm)],[c_0_475]) ).

fof(c_0_1414,plain,
    lhs_atom494,
    inference(fof_simplification,[status(thm)],[c_0_476]) ).

fof(c_0_1415,plain,
    lhs_atom493,
    inference(fof_simplification,[status(thm)],[c_0_477]) ).

fof(c_0_1416,plain,
    lhs_atom492,
    inference(fof_simplification,[status(thm)],[c_0_478]) ).

fof(c_0_1417,plain,
    lhs_atom491,
    inference(fof_simplification,[status(thm)],[c_0_479]) ).

fof(c_0_1418,plain,
    lhs_atom490,
    inference(fof_simplification,[status(thm)],[c_0_480]) ).

fof(c_0_1419,plain,
    lhs_atom489,
    inference(fof_simplification,[status(thm)],[c_0_481]) ).

fof(c_0_1420,plain,
    lhs_atom488,
    inference(fof_simplification,[status(thm)],[c_0_482]) ).

fof(c_0_1421,plain,
    lhs_atom487,
    inference(fof_simplification,[status(thm)],[c_0_483]) ).

fof(c_0_1422,plain,
    lhs_atom486,
    inference(fof_simplification,[status(thm)],[c_0_484]) ).

fof(c_0_1423,plain,
    lhs_atom485,
    inference(fof_simplification,[status(thm)],[c_0_485]) ).

fof(c_0_1424,plain,
    lhs_atom484,
    inference(fof_simplification,[status(thm)],[c_0_486]) ).

fof(c_0_1425,plain,
    lhs_atom483,
    inference(fof_simplification,[status(thm)],[c_0_487]) ).

fof(c_0_1426,plain,
    lhs_atom482,
    inference(fof_simplification,[status(thm)],[c_0_488]) ).

fof(c_0_1427,plain,
    lhs_atom481,
    inference(fof_simplification,[status(thm)],[c_0_489]) ).

fof(c_0_1428,plain,
    lhs_atom480,
    inference(fof_simplification,[status(thm)],[c_0_490]) ).

fof(c_0_1429,plain,
    lhs_atom479,
    inference(fof_simplification,[status(thm)],[c_0_491]) ).

fof(c_0_1430,plain,
    lhs_atom478,
    inference(fof_simplification,[status(thm)],[c_0_492]) ).

fof(c_0_1431,plain,
    lhs_atom477,
    inference(fof_simplification,[status(thm)],[c_0_493]) ).

fof(c_0_1432,plain,
    lhs_atom476,
    inference(fof_simplification,[status(thm)],[c_0_494]) ).

fof(c_0_1433,plain,
    lhs_atom475,
    inference(fof_simplification,[status(thm)],[c_0_495]) ).

fof(c_0_1434,plain,
    lhs_atom474,
    inference(fof_simplification,[status(thm)],[c_0_496]) ).

fof(c_0_1435,plain,
    lhs_atom473,
    inference(fof_simplification,[status(thm)],[c_0_497]) ).

fof(c_0_1436,plain,
    lhs_atom472,
    inference(fof_simplification,[status(thm)],[c_0_498]) ).

fof(c_0_1437,plain,
    lhs_atom471,
    inference(fof_simplification,[status(thm)],[c_0_499]) ).

fof(c_0_1438,plain,
    lhs_atom470,
    inference(fof_simplification,[status(thm)],[c_0_500]) ).

fof(c_0_1439,plain,
    lhs_atom469,
    inference(fof_simplification,[status(thm)],[c_0_501]) ).

fof(c_0_1440,plain,
    lhs_atom468,
    inference(fof_simplification,[status(thm)],[c_0_502]) ).

fof(c_0_1441,plain,
    lhs_atom467,
    inference(fof_simplification,[status(thm)],[c_0_503]) ).

fof(c_0_1442,plain,
    lhs_atom466,
    inference(fof_simplification,[status(thm)],[c_0_504]) ).

fof(c_0_1443,plain,
    lhs_atom465,
    inference(fof_simplification,[status(thm)],[c_0_505]) ).

fof(c_0_1444,plain,
    lhs_atom464,
    inference(fof_simplification,[status(thm)],[c_0_506]) ).

fof(c_0_1445,plain,
    lhs_atom463,
    inference(fof_simplification,[status(thm)],[c_0_507]) ).

fof(c_0_1446,plain,
    lhs_atom462,
    inference(fof_simplification,[status(thm)],[c_0_508]) ).

fof(c_0_1447,plain,
    lhs_atom461,
    inference(fof_simplification,[status(thm)],[c_0_509]) ).

fof(c_0_1448,plain,
    lhs_atom460,
    inference(fof_simplification,[status(thm)],[c_0_510]) ).

fof(c_0_1449,plain,
    lhs_atom459,
    inference(fof_simplification,[status(thm)],[c_0_511]) ).

fof(c_0_1450,plain,
    lhs_atom458,
    inference(fof_simplification,[status(thm)],[c_0_512]) ).

fof(c_0_1451,plain,
    lhs_atom457,
    inference(fof_simplification,[status(thm)],[c_0_513]) ).

fof(c_0_1452,plain,
    lhs_atom456,
    inference(fof_simplification,[status(thm)],[c_0_514]) ).

fof(c_0_1453,plain,
    lhs_atom455,
    inference(fof_simplification,[status(thm)],[c_0_515]) ).

fof(c_0_1454,plain,
    lhs_atom454,
    inference(fof_simplification,[status(thm)],[c_0_516]) ).

fof(c_0_1455,plain,
    lhs_atom453,
    inference(fof_simplification,[status(thm)],[c_0_517]) ).

fof(c_0_1456,plain,
    lhs_atom452,
    inference(fof_simplification,[status(thm)],[c_0_518]) ).

fof(c_0_1457,plain,
    lhs_atom451,
    inference(fof_simplification,[status(thm)],[c_0_519]) ).

fof(c_0_1458,plain,
    lhs_atom174,
    inference(fof_simplification,[status(thm)],[c_0_520]) ).

fof(c_0_1459,plain,
    lhs_atom450,
    inference(fof_simplification,[status(thm)],[c_0_521]) ).

fof(c_0_1460,plain,
    lhs_atom122,
    inference(fof_simplification,[status(thm)],[c_0_522]) ).

fof(c_0_1461,plain,
    lhs_atom449,
    inference(fof_simplification,[status(thm)],[c_0_523]) ).

fof(c_0_1462,plain,
    lhs_atom448,
    inference(fof_simplification,[status(thm)],[c_0_524]) ).

fof(c_0_1463,plain,
    lhs_atom447,
    inference(fof_simplification,[status(thm)],[c_0_525]) ).

fof(c_0_1464,plain,
    lhs_atom446,
    inference(fof_simplification,[status(thm)],[c_0_526]) ).

fof(c_0_1465,plain,
    lhs_atom445,
    inference(fof_simplification,[status(thm)],[c_0_527]) ).

fof(c_0_1466,plain,
    lhs_atom444,
    inference(fof_simplification,[status(thm)],[c_0_528]) ).

fof(c_0_1467,plain,
    lhs_atom443,
    inference(fof_simplification,[status(thm)],[c_0_529]) ).

fof(c_0_1468,plain,
    lhs_atom442,
    inference(fof_simplification,[status(thm)],[c_0_530]) ).

fof(c_0_1469,plain,
    lhs_atom441,
    inference(fof_simplification,[status(thm)],[c_0_531]) ).

fof(c_0_1470,plain,
    lhs_atom440,
    inference(fof_simplification,[status(thm)],[c_0_532]) ).

fof(c_0_1471,plain,
    lhs_atom439,
    inference(fof_simplification,[status(thm)],[c_0_533]) ).

fof(c_0_1472,plain,
    lhs_atom438,
    inference(fof_simplification,[status(thm)],[c_0_534]) ).

fof(c_0_1473,plain,
    lhs_atom437,
    inference(fof_simplification,[status(thm)],[c_0_535]) ).

fof(c_0_1474,plain,
    lhs_atom436,
    inference(fof_simplification,[status(thm)],[c_0_536]) ).

fof(c_0_1475,plain,
    lhs_atom435,
    inference(fof_simplification,[status(thm)],[c_0_537]) ).

fof(c_0_1476,plain,
    lhs_atom434,
    inference(fof_simplification,[status(thm)],[c_0_538]) ).

fof(c_0_1477,plain,
    lhs_atom433,
    inference(fof_simplification,[status(thm)],[c_0_539]) ).

fof(c_0_1478,plain,
    lhs_atom432,
    inference(fof_simplification,[status(thm)],[c_0_540]) ).

fof(c_0_1479,plain,
    lhs_atom431,
    inference(fof_simplification,[status(thm)],[c_0_541]) ).

fof(c_0_1480,plain,
    lhs_atom430,
    inference(fof_simplification,[status(thm)],[c_0_542]) ).

fof(c_0_1481,plain,
    lhs_atom429,
    inference(fof_simplification,[status(thm)],[c_0_543]) ).

fof(c_0_1482,plain,
    lhs_atom428,
    inference(fof_simplification,[status(thm)],[c_0_544]) ).

fof(c_0_1483,plain,
    lhs_atom427,
    inference(fof_simplification,[status(thm)],[c_0_545]) ).

fof(c_0_1484,plain,
    lhs_atom426,
    inference(fof_simplification,[status(thm)],[c_0_546]) ).

fof(c_0_1485,plain,
    lhs_atom425,
    inference(fof_simplification,[status(thm)],[c_0_547]) ).

fof(c_0_1486,plain,
    lhs_atom424,
    inference(fof_simplification,[status(thm)],[c_0_548]) ).

fof(c_0_1487,plain,
    lhs_atom423,
    inference(fof_simplification,[status(thm)],[c_0_549]) ).

fof(c_0_1488,plain,
    lhs_atom422,
    inference(fof_simplification,[status(thm)],[c_0_550]) ).

fof(c_0_1489,plain,
    lhs_atom421,
    inference(fof_simplification,[status(thm)],[c_0_551]) ).

fof(c_0_1490,plain,
    lhs_atom420,
    inference(fof_simplification,[status(thm)],[c_0_552]) ).

fof(c_0_1491,plain,
    lhs_atom419,
    inference(fof_simplification,[status(thm)],[c_0_553]) ).

fof(c_0_1492,plain,
    lhs_atom418,
    inference(fof_simplification,[status(thm)],[c_0_554]) ).

fof(c_0_1493,plain,
    lhs_atom417,
    inference(fof_simplification,[status(thm)],[c_0_555]) ).

fof(c_0_1494,plain,
    lhs_atom416,
    inference(fof_simplification,[status(thm)],[c_0_556]) ).

fof(c_0_1495,plain,
    lhs_atom415,
    inference(fof_simplification,[status(thm)],[c_0_557]) ).

fof(c_0_1496,plain,
    lhs_atom414,
    inference(fof_simplification,[status(thm)],[c_0_558]) ).

fof(c_0_1497,plain,
    lhs_atom413,
    inference(fof_simplification,[status(thm)],[c_0_559]) ).

fof(c_0_1498,plain,
    lhs_atom412,
    inference(fof_simplification,[status(thm)],[c_0_560]) ).

fof(c_0_1499,plain,
    lhs_atom411,
    inference(fof_simplification,[status(thm)],[c_0_561]) ).

fof(c_0_1500,plain,
    lhs_atom410,
    inference(fof_simplification,[status(thm)],[c_0_562]) ).

fof(c_0_1501,plain,
    lhs_atom409,
    inference(fof_simplification,[status(thm)],[c_0_563]) ).

fof(c_0_1502,plain,
    lhs_atom408,
    inference(fof_simplification,[status(thm)],[c_0_564]) ).

fof(c_0_1503,plain,
    lhs_atom407,
    inference(fof_simplification,[status(thm)],[c_0_565]) ).

fof(c_0_1504,plain,
    lhs_atom406,
    inference(fof_simplification,[status(thm)],[c_0_566]) ).

fof(c_0_1505,plain,
    lhs_atom405,
    inference(fof_simplification,[status(thm)],[c_0_567]) ).

fof(c_0_1506,plain,
    lhs_atom404,
    inference(fof_simplification,[status(thm)],[c_0_568]) ).

fof(c_0_1507,plain,
    lhs_atom403,
    inference(fof_simplification,[status(thm)],[c_0_569]) ).

fof(c_0_1508,plain,
    lhs_atom402,
    inference(fof_simplification,[status(thm)],[c_0_570]) ).

fof(c_0_1509,plain,
    lhs_atom401,
    inference(fof_simplification,[status(thm)],[c_0_571]) ).

fof(c_0_1510,plain,
    lhs_atom400,
    inference(fof_simplification,[status(thm)],[c_0_572]) ).

fof(c_0_1511,plain,
    lhs_atom399,
    inference(fof_simplification,[status(thm)],[c_0_573]) ).

fof(c_0_1512,plain,
    lhs_atom398,
    inference(fof_simplification,[status(thm)],[c_0_574]) ).

fof(c_0_1513,plain,
    lhs_atom397,
    inference(fof_simplification,[status(thm)],[c_0_575]) ).

fof(c_0_1514,plain,
    lhs_atom396,
    inference(fof_simplification,[status(thm)],[c_0_576]) ).

fof(c_0_1515,plain,
    lhs_atom395,
    inference(fof_simplification,[status(thm)],[c_0_577]) ).

fof(c_0_1516,plain,
    lhs_atom394,
    inference(fof_simplification,[status(thm)],[c_0_578]) ).

fof(c_0_1517,plain,
    lhs_atom393,
    inference(fof_simplification,[status(thm)],[c_0_579]) ).

fof(c_0_1518,plain,
    lhs_atom392,
    inference(fof_simplification,[status(thm)],[c_0_580]) ).

fof(c_0_1519,plain,
    lhs_atom391,
    inference(fof_simplification,[status(thm)],[c_0_581]) ).

fof(c_0_1520,plain,
    lhs_atom390,
    inference(fof_simplification,[status(thm)],[c_0_582]) ).

fof(c_0_1521,plain,
    lhs_atom389,
    inference(fof_simplification,[status(thm)],[c_0_583]) ).

fof(c_0_1522,plain,
    lhs_atom388,
    inference(fof_simplification,[status(thm)],[c_0_584]) ).

fof(c_0_1523,plain,
    lhs_atom387,
    inference(fof_simplification,[status(thm)],[c_0_585]) ).

fof(c_0_1524,plain,
    lhs_atom386,
    inference(fof_simplification,[status(thm)],[c_0_586]) ).

fof(c_0_1525,plain,
    lhs_atom385,
    inference(fof_simplification,[status(thm)],[c_0_587]) ).

fof(c_0_1526,plain,
    lhs_atom384,
    inference(fof_simplification,[status(thm)],[c_0_588]) ).

fof(c_0_1527,plain,
    lhs_atom383,
    inference(fof_simplification,[status(thm)],[c_0_589]) ).

fof(c_0_1528,plain,
    lhs_atom382,
    inference(fof_simplification,[status(thm)],[c_0_590]) ).

fof(c_0_1529,plain,
    lhs_atom381,
    inference(fof_simplification,[status(thm)],[c_0_591]) ).

fof(c_0_1530,plain,
    lhs_atom380,
    inference(fof_simplification,[status(thm)],[c_0_592]) ).

fof(c_0_1531,plain,
    lhs_atom379,
    inference(fof_simplification,[status(thm)],[c_0_593]) ).

fof(c_0_1532,plain,
    lhs_atom378,
    inference(fof_simplification,[status(thm)],[c_0_594]) ).

fof(c_0_1533,plain,
    lhs_atom377,
    inference(fof_simplification,[status(thm)],[c_0_595]) ).

fof(c_0_1534,plain,
    lhs_atom376,
    inference(fof_simplification,[status(thm)],[c_0_596]) ).

fof(c_0_1535,plain,
    lhs_atom375,
    inference(fof_simplification,[status(thm)],[c_0_597]) ).

fof(c_0_1536,plain,
    lhs_atom374,
    inference(fof_simplification,[status(thm)],[c_0_598]) ).

fof(c_0_1537,plain,
    lhs_atom373,
    inference(fof_simplification,[status(thm)],[c_0_599]) ).

fof(c_0_1538,plain,
    lhs_atom372,
    inference(fof_simplification,[status(thm)],[c_0_600]) ).

fof(c_0_1539,plain,
    lhs_atom371,
    inference(fof_simplification,[status(thm)],[c_0_601]) ).

fof(c_0_1540,plain,
    lhs_atom370,
    inference(fof_simplification,[status(thm)],[c_0_602]) ).

fof(c_0_1541,plain,
    lhs_atom369,
    inference(fof_simplification,[status(thm)],[c_0_603]) ).

fof(c_0_1542,plain,
    lhs_atom368,
    inference(fof_simplification,[status(thm)],[c_0_604]) ).

fof(c_0_1543,plain,
    lhs_atom367,
    inference(fof_simplification,[status(thm)],[c_0_605]) ).

fof(c_0_1544,plain,
    lhs_atom366,
    inference(fof_simplification,[status(thm)],[c_0_606]) ).

fof(c_0_1545,plain,
    lhs_atom365,
    inference(fof_simplification,[status(thm)],[c_0_607]) ).

fof(c_0_1546,plain,
    lhs_atom364,
    inference(fof_simplification,[status(thm)],[c_0_608]) ).

fof(c_0_1547,plain,
    lhs_atom363,
    inference(fof_simplification,[status(thm)],[c_0_609]) ).

fof(c_0_1548,plain,
    lhs_atom362,
    inference(fof_simplification,[status(thm)],[c_0_610]) ).

fof(c_0_1549,plain,
    lhs_atom361,
    inference(fof_simplification,[status(thm)],[c_0_611]) ).

fof(c_0_1550,plain,
    lhs_atom360,
    inference(fof_simplification,[status(thm)],[c_0_612]) ).

fof(c_0_1551,plain,
    lhs_atom359,
    inference(fof_simplification,[status(thm)],[c_0_613]) ).

fof(c_0_1552,plain,
    lhs_atom358,
    inference(fof_simplification,[status(thm)],[c_0_614]) ).

fof(c_0_1553,plain,
    lhs_atom357,
    inference(fof_simplification,[status(thm)],[c_0_615]) ).

fof(c_0_1554,plain,
    lhs_atom356,
    inference(fof_simplification,[status(thm)],[c_0_616]) ).

fof(c_0_1555,plain,
    lhs_atom355,
    inference(fof_simplification,[status(thm)],[c_0_617]) ).

fof(c_0_1556,plain,
    lhs_atom354,
    inference(fof_simplification,[status(thm)],[c_0_618]) ).

fof(c_0_1557,plain,
    lhs_atom353,
    inference(fof_simplification,[status(thm)],[c_0_619]) ).

fof(c_0_1558,plain,
    lhs_atom352,
    inference(fof_simplification,[status(thm)],[c_0_620]) ).

fof(c_0_1559,plain,
    lhs_atom351,
    inference(fof_simplification,[status(thm)],[c_0_621]) ).

fof(c_0_1560,plain,
    lhs_atom350,
    inference(fof_simplification,[status(thm)],[c_0_622]) ).

fof(c_0_1561,plain,
    lhs_atom349,
    inference(fof_simplification,[status(thm)],[c_0_623]) ).

fof(c_0_1562,plain,
    lhs_atom348,
    inference(fof_simplification,[status(thm)],[c_0_624]) ).

fof(c_0_1563,plain,
    lhs_atom347,
    inference(fof_simplification,[status(thm)],[c_0_625]) ).

fof(c_0_1564,plain,
    lhs_atom346,
    inference(fof_simplification,[status(thm)],[c_0_626]) ).

fof(c_0_1565,plain,
    lhs_atom345,
    inference(fof_simplification,[status(thm)],[c_0_627]) ).

fof(c_0_1566,plain,
    lhs_atom344,
    inference(fof_simplification,[status(thm)],[c_0_628]) ).

fof(c_0_1567,plain,
    lhs_atom343,
    inference(fof_simplification,[status(thm)],[c_0_629]) ).

fof(c_0_1568,plain,
    lhs_atom342,
    inference(fof_simplification,[status(thm)],[c_0_630]) ).

fof(c_0_1569,plain,
    lhs_atom341,
    inference(fof_simplification,[status(thm)],[c_0_631]) ).

fof(c_0_1570,plain,
    lhs_atom340,
    inference(fof_simplification,[status(thm)],[c_0_632]) ).

fof(c_0_1571,plain,
    lhs_atom339,
    inference(fof_simplification,[status(thm)],[c_0_633]) ).

fof(c_0_1572,plain,
    lhs_atom338,
    inference(fof_simplification,[status(thm)],[c_0_634]) ).

fof(c_0_1573,plain,
    lhs_atom337,
    inference(fof_simplification,[status(thm)],[c_0_635]) ).

fof(c_0_1574,plain,
    lhs_atom336,
    inference(fof_simplification,[status(thm)],[c_0_636]) ).

fof(c_0_1575,plain,
    lhs_atom335,
    inference(fof_simplification,[status(thm)],[c_0_637]) ).

fof(c_0_1576,plain,
    lhs_atom334,
    inference(fof_simplification,[status(thm)],[c_0_638]) ).

fof(c_0_1577,plain,
    lhs_atom333,
    inference(fof_simplification,[status(thm)],[c_0_639]) ).

fof(c_0_1578,plain,
    lhs_atom332,
    inference(fof_simplification,[status(thm)],[c_0_640]) ).

fof(c_0_1579,plain,
    lhs_atom331,
    inference(fof_simplification,[status(thm)],[c_0_641]) ).

fof(c_0_1580,plain,
    lhs_atom330,
    inference(fof_simplification,[status(thm)],[c_0_642]) ).

fof(c_0_1581,plain,
    lhs_atom329,
    inference(fof_simplification,[status(thm)],[c_0_643]) ).

fof(c_0_1582,plain,
    lhs_atom328,
    inference(fof_simplification,[status(thm)],[c_0_644]) ).

fof(c_0_1583,plain,
    lhs_atom327,
    inference(fof_simplification,[status(thm)],[c_0_645]) ).

fof(c_0_1584,plain,
    lhs_atom326,
    inference(fof_simplification,[status(thm)],[c_0_646]) ).

fof(c_0_1585,plain,
    lhs_atom325,
    inference(fof_simplification,[status(thm)],[c_0_647]) ).

fof(c_0_1586,plain,
    lhs_atom324,
    inference(fof_simplification,[status(thm)],[c_0_648]) ).

fof(c_0_1587,plain,
    lhs_atom323,
    inference(fof_simplification,[status(thm)],[c_0_649]) ).

fof(c_0_1588,plain,
    lhs_atom322,
    inference(fof_simplification,[status(thm)],[c_0_650]) ).

fof(c_0_1589,plain,
    lhs_atom321,
    inference(fof_simplification,[status(thm)],[c_0_651]) ).

fof(c_0_1590,plain,
    lhs_atom320,
    inference(fof_simplification,[status(thm)],[c_0_652]) ).

fof(c_0_1591,plain,
    lhs_atom319,
    inference(fof_simplification,[status(thm)],[c_0_653]) ).

fof(c_0_1592,plain,
    lhs_atom318,
    inference(fof_simplification,[status(thm)],[c_0_654]) ).

fof(c_0_1593,plain,
    lhs_atom317,
    inference(fof_simplification,[status(thm)],[c_0_655]) ).

fof(c_0_1594,plain,
    lhs_atom316,
    inference(fof_simplification,[status(thm)],[c_0_656]) ).

fof(c_0_1595,plain,
    lhs_atom315,
    inference(fof_simplification,[status(thm)],[c_0_657]) ).

fof(c_0_1596,plain,
    lhs_atom314,
    inference(fof_simplification,[status(thm)],[c_0_658]) ).

fof(c_0_1597,plain,
    lhs_atom313,
    inference(fof_simplification,[status(thm)],[c_0_659]) ).

fof(c_0_1598,plain,
    lhs_atom312,
    inference(fof_simplification,[status(thm)],[c_0_660]) ).

fof(c_0_1599,plain,
    lhs_atom311,
    inference(fof_simplification,[status(thm)],[c_0_661]) ).

fof(c_0_1600,plain,
    lhs_atom310,
    inference(fof_simplification,[status(thm)],[c_0_662]) ).

fof(c_0_1601,plain,
    lhs_atom309,
    inference(fof_simplification,[status(thm)],[c_0_663]) ).

fof(c_0_1602,plain,
    lhs_atom308,
    inference(fof_simplification,[status(thm)],[c_0_664]) ).

fof(c_0_1603,plain,
    lhs_atom307,
    inference(fof_simplification,[status(thm)],[c_0_665]) ).

fof(c_0_1604,plain,
    lhs_atom306,
    inference(fof_simplification,[status(thm)],[c_0_666]) ).

fof(c_0_1605,plain,
    lhs_atom305,
    inference(fof_simplification,[status(thm)],[c_0_667]) ).

fof(c_0_1606,plain,
    lhs_atom304,
    inference(fof_simplification,[status(thm)],[c_0_668]) ).

fof(c_0_1607,plain,
    lhs_atom303,
    inference(fof_simplification,[status(thm)],[c_0_669]) ).

fof(c_0_1608,plain,
    lhs_atom302,
    inference(fof_simplification,[status(thm)],[c_0_670]) ).

fof(c_0_1609,plain,
    lhs_atom301,
    inference(fof_simplification,[status(thm)],[c_0_671]) ).

fof(c_0_1610,plain,
    lhs_atom300,
    inference(fof_simplification,[status(thm)],[c_0_672]) ).

fof(c_0_1611,plain,
    lhs_atom299,
    inference(fof_simplification,[status(thm)],[c_0_673]) ).

fof(c_0_1612,plain,
    lhs_atom298,
    inference(fof_simplification,[status(thm)],[c_0_674]) ).

fof(c_0_1613,plain,
    lhs_atom297,
    inference(fof_simplification,[status(thm)],[c_0_675]) ).

fof(c_0_1614,plain,
    lhs_atom296,
    inference(fof_simplification,[status(thm)],[c_0_676]) ).

fof(c_0_1615,plain,
    lhs_atom295,
    inference(fof_simplification,[status(thm)],[c_0_677]) ).

fof(c_0_1616,plain,
    lhs_atom294,
    inference(fof_simplification,[status(thm)],[c_0_678]) ).

fof(c_0_1617,plain,
    lhs_atom293,
    inference(fof_simplification,[status(thm)],[c_0_679]) ).

fof(c_0_1618,plain,
    lhs_atom292,
    inference(fof_simplification,[status(thm)],[c_0_680]) ).

fof(c_0_1619,plain,
    lhs_atom291,
    inference(fof_simplification,[status(thm)],[c_0_681]) ).

fof(c_0_1620,plain,
    lhs_atom290,
    inference(fof_simplification,[status(thm)],[c_0_682]) ).

fof(c_0_1621,plain,
    lhs_atom289,
    inference(fof_simplification,[status(thm)],[c_0_683]) ).

fof(c_0_1622,plain,
    lhs_atom288,
    inference(fof_simplification,[status(thm)],[c_0_684]) ).

fof(c_0_1623,plain,
    lhs_atom287,
    inference(fof_simplification,[status(thm)],[c_0_685]) ).

fof(c_0_1624,plain,
    lhs_atom286,
    inference(fof_simplification,[status(thm)],[c_0_686]) ).

fof(c_0_1625,plain,
    lhs_atom285,
    inference(fof_simplification,[status(thm)],[c_0_687]) ).

fof(c_0_1626,plain,
    lhs_atom284,
    inference(fof_simplification,[status(thm)],[c_0_688]) ).

fof(c_0_1627,plain,
    lhs_atom283,
    inference(fof_simplification,[status(thm)],[c_0_689]) ).

fof(c_0_1628,plain,
    lhs_atom282,
    inference(fof_simplification,[status(thm)],[c_0_690]) ).

fof(c_0_1629,plain,
    lhs_atom281,
    inference(fof_simplification,[status(thm)],[c_0_691]) ).

fof(c_0_1630,plain,
    lhs_atom280,
    inference(fof_simplification,[status(thm)],[c_0_692]) ).

fof(c_0_1631,plain,
    lhs_atom279,
    inference(fof_simplification,[status(thm)],[c_0_693]) ).

fof(c_0_1632,plain,
    lhs_atom278,
    inference(fof_simplification,[status(thm)],[c_0_694]) ).

fof(c_0_1633,plain,
    lhs_atom277,
    inference(fof_simplification,[status(thm)],[c_0_695]) ).

fof(c_0_1634,plain,
    lhs_atom276,
    inference(fof_simplification,[status(thm)],[c_0_696]) ).

fof(c_0_1635,plain,
    lhs_atom275,
    inference(fof_simplification,[status(thm)],[c_0_697]) ).

fof(c_0_1636,plain,
    lhs_atom274,
    inference(fof_simplification,[status(thm)],[c_0_698]) ).

fof(c_0_1637,plain,
    lhs_atom273,
    inference(fof_simplification,[status(thm)],[c_0_699]) ).

fof(c_0_1638,plain,
    lhs_atom272,
    inference(fof_simplification,[status(thm)],[c_0_700]) ).

fof(c_0_1639,plain,
    lhs_atom271,
    inference(fof_simplification,[status(thm)],[c_0_701]) ).

fof(c_0_1640,plain,
    lhs_atom270,
    inference(fof_simplification,[status(thm)],[c_0_702]) ).

fof(c_0_1641,plain,
    lhs_atom269,
    inference(fof_simplification,[status(thm)],[c_0_703]) ).

fof(c_0_1642,plain,
    lhs_atom268,
    inference(fof_simplification,[status(thm)],[c_0_704]) ).

fof(c_0_1643,plain,
    lhs_atom267,
    inference(fof_simplification,[status(thm)],[c_0_705]) ).

fof(c_0_1644,plain,
    lhs_atom266,
    inference(fof_simplification,[status(thm)],[c_0_706]) ).

fof(c_0_1645,plain,
    lhs_atom265,
    inference(fof_simplification,[status(thm)],[c_0_707]) ).

fof(c_0_1646,plain,
    lhs_atom264,
    inference(fof_simplification,[status(thm)],[c_0_708]) ).

fof(c_0_1647,plain,
    lhs_atom263,
    inference(fof_simplification,[status(thm)],[c_0_709]) ).

fof(c_0_1648,plain,
    lhs_atom262,
    inference(fof_simplification,[status(thm)],[c_0_710]) ).

fof(c_0_1649,plain,
    lhs_atom261,
    inference(fof_simplification,[status(thm)],[c_0_711]) ).

fof(c_0_1650,plain,
    lhs_atom260,
    inference(fof_simplification,[status(thm)],[c_0_712]) ).

fof(c_0_1651,plain,
    lhs_atom259,
    inference(fof_simplification,[status(thm)],[c_0_713]) ).

fof(c_0_1652,plain,
    lhs_atom258,
    inference(fof_simplification,[status(thm)],[c_0_714]) ).

fof(c_0_1653,plain,
    lhs_atom257,
    inference(fof_simplification,[status(thm)],[c_0_715]) ).

fof(c_0_1654,plain,
    lhs_atom256,
    inference(fof_simplification,[status(thm)],[c_0_716]) ).

fof(c_0_1655,plain,
    lhs_atom255,
    inference(fof_simplification,[status(thm)],[c_0_717]) ).

fof(c_0_1656,plain,
    lhs_atom254,
    inference(fof_simplification,[status(thm)],[c_0_718]) ).

fof(c_0_1657,plain,
    lhs_atom253,
    inference(fof_simplification,[status(thm)],[c_0_719]) ).

fof(c_0_1658,plain,
    lhs_atom252,
    inference(fof_simplification,[status(thm)],[c_0_720]) ).

fof(c_0_1659,plain,
    lhs_atom251,
    inference(fof_simplification,[status(thm)],[c_0_721]) ).

fof(c_0_1660,plain,
    lhs_atom250,
    inference(fof_simplification,[status(thm)],[c_0_722]) ).

fof(c_0_1661,plain,
    lhs_atom249,
    inference(fof_simplification,[status(thm)],[c_0_723]) ).

fof(c_0_1662,plain,
    lhs_atom248,
    inference(fof_simplification,[status(thm)],[c_0_724]) ).

fof(c_0_1663,plain,
    lhs_atom247,
    inference(fof_simplification,[status(thm)],[c_0_725]) ).

fof(c_0_1664,plain,
    lhs_atom246,
    inference(fof_simplification,[status(thm)],[c_0_726]) ).

fof(c_0_1665,plain,
    lhs_atom245,
    inference(fof_simplification,[status(thm)],[c_0_727]) ).

fof(c_0_1666,plain,
    lhs_atom244,
    inference(fof_simplification,[status(thm)],[c_0_728]) ).

fof(c_0_1667,plain,
    lhs_atom243,
    inference(fof_simplification,[status(thm)],[c_0_729]) ).

fof(c_0_1668,plain,
    lhs_atom242,
    inference(fof_simplification,[status(thm)],[c_0_730]) ).

fof(c_0_1669,plain,
    lhs_atom241,
    inference(fof_simplification,[status(thm)],[c_0_731]) ).

fof(c_0_1670,plain,
    lhs_atom240,
    inference(fof_simplification,[status(thm)],[c_0_732]) ).

fof(c_0_1671,plain,
    lhs_atom239,
    inference(fof_simplification,[status(thm)],[c_0_733]) ).

fof(c_0_1672,plain,
    lhs_atom238,
    inference(fof_simplification,[status(thm)],[c_0_734]) ).

fof(c_0_1673,plain,
    lhs_atom237,
    inference(fof_simplification,[status(thm)],[c_0_735]) ).

fof(c_0_1674,plain,
    lhs_atom236,
    inference(fof_simplification,[status(thm)],[c_0_736]) ).

fof(c_0_1675,plain,
    lhs_atom235,
    inference(fof_simplification,[status(thm)],[c_0_737]) ).

fof(c_0_1676,plain,
    lhs_atom234,
    inference(fof_simplification,[status(thm)],[c_0_738]) ).

fof(c_0_1677,plain,
    lhs_atom233,
    inference(fof_simplification,[status(thm)],[c_0_739]) ).

fof(c_0_1678,plain,
    lhs_atom232,
    inference(fof_simplification,[status(thm)],[c_0_740]) ).

fof(c_0_1679,plain,
    lhs_atom231,
    inference(fof_simplification,[status(thm)],[c_0_741]) ).

fof(c_0_1680,plain,
    lhs_atom230,
    inference(fof_simplification,[status(thm)],[c_0_742]) ).

fof(c_0_1681,plain,
    lhs_atom229,
    inference(fof_simplification,[status(thm)],[c_0_743]) ).

fof(c_0_1682,plain,
    lhs_atom228,
    inference(fof_simplification,[status(thm)],[c_0_744]) ).

fof(c_0_1683,plain,
    lhs_atom227,
    inference(fof_simplification,[status(thm)],[c_0_745]) ).

fof(c_0_1684,plain,
    lhs_atom226,
    inference(fof_simplification,[status(thm)],[c_0_746]) ).

fof(c_0_1685,plain,
    lhs_atom225,
    inference(fof_simplification,[status(thm)],[c_0_747]) ).

fof(c_0_1686,plain,
    lhs_atom224,
    inference(fof_simplification,[status(thm)],[c_0_748]) ).

fof(c_0_1687,plain,
    lhs_atom223,
    inference(fof_simplification,[status(thm)],[c_0_749]) ).

fof(c_0_1688,plain,
    lhs_atom222,
    inference(fof_simplification,[status(thm)],[c_0_750]) ).

fof(c_0_1689,plain,
    lhs_atom221,
    inference(fof_simplification,[status(thm)],[c_0_751]) ).

fof(c_0_1690,plain,
    lhs_atom220,
    inference(fof_simplification,[status(thm)],[c_0_752]) ).

fof(c_0_1691,plain,
    lhs_atom219,
    inference(fof_simplification,[status(thm)],[c_0_753]) ).

fof(c_0_1692,plain,
    lhs_atom218,
    inference(fof_simplification,[status(thm)],[c_0_754]) ).

fof(c_0_1693,plain,
    lhs_atom217,
    inference(fof_simplification,[status(thm)],[c_0_755]) ).

fof(c_0_1694,plain,
    lhs_atom216,
    inference(fof_simplification,[status(thm)],[c_0_756]) ).

fof(c_0_1695,plain,
    lhs_atom215,
    inference(fof_simplification,[status(thm)],[c_0_757]) ).

fof(c_0_1696,plain,
    lhs_atom214,
    inference(fof_simplification,[status(thm)],[c_0_758]) ).

fof(c_0_1697,plain,
    lhs_atom213,
    inference(fof_simplification,[status(thm)],[c_0_759]) ).

fof(c_0_1698,plain,
    lhs_atom212,
    inference(fof_simplification,[status(thm)],[c_0_760]) ).

fof(c_0_1699,plain,
    lhs_atom211,
    inference(fof_simplification,[status(thm)],[c_0_761]) ).

fof(c_0_1700,plain,
    lhs_atom210,
    inference(fof_simplification,[status(thm)],[c_0_762]) ).

fof(c_0_1701,plain,
    lhs_atom209,
    inference(fof_simplification,[status(thm)],[c_0_763]) ).

fof(c_0_1702,plain,
    lhs_atom208,
    inference(fof_simplification,[status(thm)],[c_0_764]) ).

fof(c_0_1703,plain,
    lhs_atom207,
    inference(fof_simplification,[status(thm)],[c_0_765]) ).

fof(c_0_1704,plain,
    lhs_atom206,
    inference(fof_simplification,[status(thm)],[c_0_766]) ).

fof(c_0_1705,plain,
    lhs_atom205,
    inference(fof_simplification,[status(thm)],[c_0_767]) ).

fof(c_0_1706,plain,
    lhs_atom204,
    inference(fof_simplification,[status(thm)],[c_0_768]) ).

fof(c_0_1707,plain,
    lhs_atom203,
    inference(fof_simplification,[status(thm)],[c_0_769]) ).

fof(c_0_1708,plain,
    lhs_atom202,
    inference(fof_simplification,[status(thm)],[c_0_770]) ).

fof(c_0_1709,plain,
    lhs_atom201,
    inference(fof_simplification,[status(thm)],[c_0_771]) ).

fof(c_0_1710,plain,
    lhs_atom200,
    inference(fof_simplification,[status(thm)],[c_0_772]) ).

fof(c_0_1711,plain,
    lhs_atom199,
    inference(fof_simplification,[status(thm)],[c_0_773]) ).

fof(c_0_1712,plain,
    lhs_atom198,
    inference(fof_simplification,[status(thm)],[c_0_774]) ).

fof(c_0_1713,plain,
    lhs_atom197,
    inference(fof_simplification,[status(thm)],[c_0_775]) ).

fof(c_0_1714,plain,
    lhs_atom196,
    inference(fof_simplification,[status(thm)],[c_0_776]) ).

fof(c_0_1715,plain,
    lhs_atom195,
    inference(fof_simplification,[status(thm)],[c_0_777]) ).

fof(c_0_1716,plain,
    lhs_atom194,
    inference(fof_simplification,[status(thm)],[c_0_778]) ).

fof(c_0_1717,plain,
    lhs_atom193,
    inference(fof_simplification,[status(thm)],[c_0_779]) ).

fof(c_0_1718,plain,
    lhs_atom192,
    inference(fof_simplification,[status(thm)],[c_0_780]) ).

fof(c_0_1719,plain,
    lhs_atom191,
    inference(fof_simplification,[status(thm)],[c_0_781]) ).

fof(c_0_1720,plain,
    lhs_atom190,
    inference(fof_simplification,[status(thm)],[c_0_782]) ).

fof(c_0_1721,plain,
    lhs_atom189,
    inference(fof_simplification,[status(thm)],[c_0_783]) ).

fof(c_0_1722,plain,
    lhs_atom188,
    inference(fof_simplification,[status(thm)],[c_0_784]) ).

fof(c_0_1723,plain,
    lhs_atom187,
    inference(fof_simplification,[status(thm)],[c_0_785]) ).

fof(c_0_1724,plain,
    lhs_atom186,
    inference(fof_simplification,[status(thm)],[c_0_786]) ).

fof(c_0_1725,plain,
    lhs_atom185,
    inference(fof_simplification,[status(thm)],[c_0_787]) ).

fof(c_0_1726,plain,
    lhs_atom184,
    inference(fof_simplification,[status(thm)],[c_0_788]) ).

fof(c_0_1727,plain,
    lhs_atom183,
    inference(fof_simplification,[status(thm)],[c_0_789]) ).

fof(c_0_1728,plain,
    lhs_atom182,
    inference(fof_simplification,[status(thm)],[c_0_790]) ).

fof(c_0_1729,plain,
    lhs_atom181,
    inference(fof_simplification,[status(thm)],[c_0_791]) ).

fof(c_0_1730,plain,
    lhs_atom180,
    inference(fof_simplification,[status(thm)],[c_0_792]) ).

fof(c_0_1731,plain,
    lhs_atom179,
    inference(fof_simplification,[status(thm)],[c_0_793]) ).

fof(c_0_1732,plain,
    lhs_atom178,
    inference(fof_simplification,[status(thm)],[c_0_794]) ).

fof(c_0_1733,plain,
    lhs_atom177,
    inference(fof_simplification,[status(thm)],[c_0_795]) ).

fof(c_0_1734,plain,
    lhs_atom176,
    inference(fof_simplification,[status(thm)],[c_0_796]) ).

fof(c_0_1735,plain,
    lhs_atom175,
    inference(fof_simplification,[status(thm)],[c_0_797]) ).

fof(c_0_1736,plain,
    lhs_atom174,
    inference(fof_simplification,[status(thm)],[c_0_798]) ).

fof(c_0_1737,plain,
    lhs_atom173,
    inference(fof_simplification,[status(thm)],[c_0_799]) ).

fof(c_0_1738,plain,
    lhs_atom172,
    inference(fof_simplification,[status(thm)],[c_0_800]) ).

fof(c_0_1739,plain,
    lhs_atom171,
    inference(fof_simplification,[status(thm)],[c_0_801]) ).

fof(c_0_1740,plain,
    lhs_atom170,
    inference(fof_simplification,[status(thm)],[c_0_802]) ).

fof(c_0_1741,plain,
    lhs_atom169,
    inference(fof_simplification,[status(thm)],[c_0_803]) ).

fof(c_0_1742,plain,
    lhs_atom168,
    inference(fof_simplification,[status(thm)],[c_0_804]) ).

fof(c_0_1743,plain,
    lhs_atom167,
    inference(fof_simplification,[status(thm)],[c_0_805]) ).

fof(c_0_1744,plain,
    lhs_atom166,
    inference(fof_simplification,[status(thm)],[c_0_806]) ).

fof(c_0_1745,plain,
    lhs_atom165,
    inference(fof_simplification,[status(thm)],[c_0_807]) ).

fof(c_0_1746,plain,
    lhs_atom164,
    inference(fof_simplification,[status(thm)],[c_0_808]) ).

fof(c_0_1747,plain,
    lhs_atom163,
    inference(fof_simplification,[status(thm)],[c_0_809]) ).

fof(c_0_1748,plain,
    lhs_atom162,
    inference(fof_simplification,[status(thm)],[c_0_810]) ).

fof(c_0_1749,plain,
    lhs_atom161,
    inference(fof_simplification,[status(thm)],[c_0_811]) ).

fof(c_0_1750,plain,
    lhs_atom160,
    inference(fof_simplification,[status(thm)],[c_0_812]) ).

fof(c_0_1751,plain,
    lhs_atom159,
    inference(fof_simplification,[status(thm)],[c_0_813]) ).

fof(c_0_1752,plain,
    lhs_atom158,
    inference(fof_simplification,[status(thm)],[c_0_814]) ).

fof(c_0_1753,plain,
    lhs_atom157,
    inference(fof_simplification,[status(thm)],[c_0_815]) ).

fof(c_0_1754,plain,
    lhs_atom156,
    inference(fof_simplification,[status(thm)],[c_0_816]) ).

fof(c_0_1755,plain,
    lhs_atom155,
    inference(fof_simplification,[status(thm)],[c_0_817]) ).

fof(c_0_1756,plain,
    lhs_atom154,
    inference(fof_simplification,[status(thm)],[c_0_818]) ).

fof(c_0_1757,plain,
    lhs_atom153,
    inference(fof_simplification,[status(thm)],[c_0_819]) ).

fof(c_0_1758,plain,
    lhs_atom152,
    inference(fof_simplification,[status(thm)],[c_0_820]) ).

fof(c_0_1759,plain,
    lhs_atom151,
    inference(fof_simplification,[status(thm)],[c_0_821]) ).

fof(c_0_1760,plain,
    lhs_atom150,
    inference(fof_simplification,[status(thm)],[c_0_822]) ).

fof(c_0_1761,plain,
    lhs_atom149,
    inference(fof_simplification,[status(thm)],[c_0_823]) ).

fof(c_0_1762,plain,
    lhs_atom148,
    inference(fof_simplification,[status(thm)],[c_0_824]) ).

fof(c_0_1763,plain,
    lhs_atom147,
    inference(fof_simplification,[status(thm)],[c_0_825]) ).

fof(c_0_1764,plain,
    lhs_atom146,
    inference(fof_simplification,[status(thm)],[c_0_826]) ).

fof(c_0_1765,plain,
    lhs_atom145,
    inference(fof_simplification,[status(thm)],[c_0_827]) ).

fof(c_0_1766,plain,
    lhs_atom144,
    inference(fof_simplification,[status(thm)],[c_0_828]) ).

fof(c_0_1767,plain,
    lhs_atom143,
    inference(fof_simplification,[status(thm)],[c_0_829]) ).

fof(c_0_1768,plain,
    lhs_atom142,
    inference(fof_simplification,[status(thm)],[c_0_830]) ).

fof(c_0_1769,plain,
    lhs_atom141,
    inference(fof_simplification,[status(thm)],[c_0_831]) ).

fof(c_0_1770,plain,
    lhs_atom140,
    inference(fof_simplification,[status(thm)],[c_0_832]) ).

fof(c_0_1771,plain,
    lhs_atom139,
    inference(fof_simplification,[status(thm)],[c_0_833]) ).

fof(c_0_1772,plain,
    lhs_atom138,
    inference(fof_simplification,[status(thm)],[c_0_834]) ).

fof(c_0_1773,plain,
    lhs_atom137,
    inference(fof_simplification,[status(thm)],[c_0_835]) ).

fof(c_0_1774,plain,
    lhs_atom136,
    inference(fof_simplification,[status(thm)],[c_0_836]) ).

fof(c_0_1775,plain,
    lhs_atom135,
    inference(fof_simplification,[status(thm)],[c_0_837]) ).

fof(c_0_1776,plain,
    lhs_atom134,
    inference(fof_simplification,[status(thm)],[c_0_838]) ).

fof(c_0_1777,plain,
    lhs_atom133,
    inference(fof_simplification,[status(thm)],[c_0_839]) ).

fof(c_0_1778,plain,
    lhs_atom132,
    inference(fof_simplification,[status(thm)],[c_0_840]) ).

fof(c_0_1779,plain,
    lhs_atom131,
    inference(fof_simplification,[status(thm)],[c_0_841]) ).

fof(c_0_1780,plain,
    lhs_atom130,
    inference(fof_simplification,[status(thm)],[c_0_842]) ).

fof(c_0_1781,plain,
    lhs_atom129,
    inference(fof_simplification,[status(thm)],[c_0_843]) ).

fof(c_0_1782,plain,
    lhs_atom128,
    inference(fof_simplification,[status(thm)],[c_0_844]) ).

fof(c_0_1783,plain,
    lhs_atom127,
    inference(fof_simplification,[status(thm)],[c_0_845]) ).

fof(c_0_1784,plain,
    lhs_atom126,
    inference(fof_simplification,[status(thm)],[c_0_846]) ).

fof(c_0_1785,plain,
    lhs_atom125,
    inference(fof_simplification,[status(thm)],[c_0_847]) ).

fof(c_0_1786,plain,
    lhs_atom124,
    inference(fof_simplification,[status(thm)],[c_0_848]) ).

fof(c_0_1787,plain,
    lhs_atom123,
    inference(fof_simplification,[status(thm)],[c_0_849]) ).

fof(c_0_1788,plain,
    lhs_atom122,
    inference(fof_simplification,[status(thm)],[c_0_850]) ).

fof(c_0_1789,plain,
    lhs_atom121,
    inference(fof_simplification,[status(thm)],[c_0_851]) ).

fof(c_0_1790,plain,
    lhs_atom120,
    inference(fof_simplification,[status(thm)],[c_0_852]) ).

fof(c_0_1791,plain,
    lhs_atom119,
    inference(fof_simplification,[status(thm)],[c_0_853]) ).

fof(c_0_1792,plain,
    lhs_atom118,
    inference(fof_simplification,[status(thm)],[c_0_854]) ).

fof(c_0_1793,plain,
    lhs_atom117,
    inference(fof_simplification,[status(thm)],[c_0_855]) ).

fof(c_0_1794,plain,
    lhs_atom116,
    inference(fof_simplification,[status(thm)],[c_0_856]) ).

fof(c_0_1795,plain,
    lhs_atom115,
    inference(fof_simplification,[status(thm)],[c_0_857]) ).

fof(c_0_1796,plain,
    lhs_atom114,
    inference(fof_simplification,[status(thm)],[c_0_858]) ).

fof(c_0_1797,plain,
    lhs_atom113,
    inference(fof_simplification,[status(thm)],[c_0_859]) ).

fof(c_0_1798,plain,
    lhs_atom112,
    inference(fof_simplification,[status(thm)],[c_0_860]) ).

fof(c_0_1799,plain,
    lhs_atom111,
    inference(fof_simplification,[status(thm)],[c_0_861]) ).

fof(c_0_1800,plain,
    lhs_atom110,
    inference(fof_simplification,[status(thm)],[c_0_862]) ).

fof(c_0_1801,plain,
    lhs_atom109,
    inference(fof_simplification,[status(thm)],[c_0_863]) ).

fof(c_0_1802,plain,
    lhs_atom108,
    inference(fof_simplification,[status(thm)],[c_0_864]) ).

fof(c_0_1803,plain,
    lhs_atom107,
    inference(fof_simplification,[status(thm)],[c_0_865]) ).

fof(c_0_1804,plain,
    lhs_atom106,
    inference(fof_simplification,[status(thm)],[c_0_866]) ).

fof(c_0_1805,plain,
    lhs_atom105,
    inference(fof_simplification,[status(thm)],[c_0_867]) ).

fof(c_0_1806,plain,
    lhs_atom104,
    inference(fof_simplification,[status(thm)],[c_0_868]) ).

fof(c_0_1807,plain,
    lhs_atom103,
    inference(fof_simplification,[status(thm)],[c_0_869]) ).

fof(c_0_1808,plain,
    lhs_atom102,
    inference(fof_simplification,[status(thm)],[c_0_870]) ).

fof(c_0_1809,plain,
    lhs_atom101,
    inference(fof_simplification,[status(thm)],[c_0_871]) ).

fof(c_0_1810,plain,
    lhs_atom100,
    inference(fof_simplification,[status(thm)],[c_0_872]) ).

fof(c_0_1811,plain,
    lhs_atom99,
    inference(fof_simplification,[status(thm)],[c_0_873]) ).

fof(c_0_1812,plain,
    lhs_atom98,
    inference(fof_simplification,[status(thm)],[c_0_874]) ).

fof(c_0_1813,plain,
    lhs_atom97,
    inference(fof_simplification,[status(thm)],[c_0_875]) ).

fof(c_0_1814,plain,
    lhs_atom96,
    inference(fof_simplification,[status(thm)],[c_0_876]) ).

fof(c_0_1815,plain,
    lhs_atom95,
    inference(fof_simplification,[status(thm)],[c_0_877]) ).

fof(c_0_1816,plain,
    lhs_atom94,
    inference(fof_simplification,[status(thm)],[c_0_878]) ).

fof(c_0_1817,plain,
    lhs_atom93,
    inference(fof_simplification,[status(thm)],[c_0_879]) ).

fof(c_0_1818,plain,
    lhs_atom92,
    inference(fof_simplification,[status(thm)],[c_0_880]) ).

fof(c_0_1819,plain,
    lhs_atom91,
    inference(fof_simplification,[status(thm)],[c_0_881]) ).

fof(c_0_1820,plain,
    lhs_atom90,
    inference(fof_simplification,[status(thm)],[c_0_882]) ).

fof(c_0_1821,plain,
    lhs_atom89,
    inference(fof_simplification,[status(thm)],[c_0_883]) ).

fof(c_0_1822,plain,
    lhs_atom88,
    inference(fof_simplification,[status(thm)],[c_0_884]) ).

fof(c_0_1823,plain,
    lhs_atom87,
    inference(fof_simplification,[status(thm)],[c_0_885]) ).

fof(c_0_1824,plain,
    lhs_atom86,
    inference(fof_simplification,[status(thm)],[c_0_886]) ).

fof(c_0_1825,plain,
    lhs_atom85,
    inference(fof_simplification,[status(thm)],[c_0_887]) ).

fof(c_0_1826,plain,
    lhs_atom84,
    inference(fof_simplification,[status(thm)],[c_0_888]) ).

fof(c_0_1827,plain,
    lhs_atom83,
    inference(fof_simplification,[status(thm)],[c_0_889]) ).

fof(c_0_1828,plain,
    lhs_atom82,
    inference(fof_simplification,[status(thm)],[c_0_890]) ).

fof(c_0_1829,plain,
    lhs_atom81,
    inference(fof_simplification,[status(thm)],[c_0_891]) ).

fof(c_0_1830,plain,
    lhs_atom80,
    inference(fof_simplification,[status(thm)],[c_0_892]) ).

fof(c_0_1831,plain,
    lhs_atom79,
    inference(fof_simplification,[status(thm)],[c_0_893]) ).

fof(c_0_1832,plain,
    lhs_atom78,
    inference(fof_simplification,[status(thm)],[c_0_894]) ).

fof(c_0_1833,plain,
    lhs_atom77,
    inference(fof_simplification,[status(thm)],[c_0_895]) ).

fof(c_0_1834,plain,
    lhs_atom76,
    inference(fof_simplification,[status(thm)],[c_0_896]) ).

fof(c_0_1835,plain,
    lhs_atom75,
    inference(fof_simplification,[status(thm)],[c_0_897]) ).

fof(c_0_1836,plain,
    lhs_atom74,
    inference(fof_simplification,[status(thm)],[c_0_898]) ).

fof(c_0_1837,plain,
    lhs_atom73,
    inference(fof_simplification,[status(thm)],[c_0_899]) ).

fof(c_0_1838,plain,
    lhs_atom72,
    inference(fof_simplification,[status(thm)],[c_0_900]) ).

fof(c_0_1839,plain,
    lhs_atom71,
    inference(fof_simplification,[status(thm)],[c_0_901]) ).

fof(c_0_1840,plain,
    lhs_atom70,
    inference(fof_simplification,[status(thm)],[c_0_902]) ).

fof(c_0_1841,plain,
    lhs_atom69,
    inference(fof_simplification,[status(thm)],[c_0_903]) ).

fof(c_0_1842,plain,
    lhs_atom68,
    inference(fof_simplification,[status(thm)],[c_0_904]) ).

fof(c_0_1843,plain,
    lhs_atom67,
    inference(fof_simplification,[status(thm)],[c_0_905]) ).

fof(c_0_1844,plain,
    lhs_atom66,
    inference(fof_simplification,[status(thm)],[c_0_906]) ).

fof(c_0_1845,plain,
    lhs_atom65,
    inference(fof_simplification,[status(thm)],[c_0_907]) ).

fof(c_0_1846,plain,
    lhs_atom64,
    inference(fof_simplification,[status(thm)],[c_0_908]) ).

fof(c_0_1847,plain,
    lhs_atom63,
    inference(fof_simplification,[status(thm)],[c_0_909]) ).

fof(c_0_1848,plain,
    lhs_atom62,
    inference(fof_simplification,[status(thm)],[c_0_910]) ).

fof(c_0_1849,plain,
    lhs_atom61,
    inference(fof_simplification,[status(thm)],[c_0_911]) ).

fof(c_0_1850,plain,
    lhs_atom60,
    inference(fof_simplification,[status(thm)],[c_0_912]) ).

fof(c_0_1851,plain,
    lhs_atom59,
    inference(fof_simplification,[status(thm)],[c_0_913]) ).

fof(c_0_1852,plain,
    lhs_atom58,
    inference(fof_simplification,[status(thm)],[c_0_914]) ).

fof(c_0_1853,plain,
    lhs_atom57,
    inference(fof_simplification,[status(thm)],[c_0_915]) ).

fof(c_0_1854,plain,
    lhs_atom56,
    inference(fof_simplification,[status(thm)],[c_0_916]) ).

fof(c_0_1855,plain,
    lhs_atom55,
    inference(fof_simplification,[status(thm)],[c_0_917]) ).

fof(c_0_1856,plain,
    lhs_atom54,
    inference(fof_simplification,[status(thm)],[c_0_918]) ).

fof(c_0_1857,plain,
    lhs_atom53,
    inference(fof_simplification,[status(thm)],[c_0_919]) ).

fof(c_0_1858,plain,
    lhs_atom52,
    inference(fof_simplification,[status(thm)],[c_0_920]) ).

fof(c_0_1859,plain,
    lhs_atom51,
    inference(fof_simplification,[status(thm)],[c_0_921]) ).

fof(c_0_1860,plain,
    lhs_atom50,
    inference(fof_simplification,[status(thm)],[c_0_922]) ).

fof(c_0_1861,plain,
    lhs_atom49,
    inference(fof_simplification,[status(thm)],[c_0_923]) ).

fof(c_0_1862,plain,
    lhs_atom48,
    inference(fof_simplification,[status(thm)],[c_0_924]) ).

fof(c_0_1863,plain,
    lhs_atom47,
    inference(fof_simplification,[status(thm)],[c_0_925]) ).

fof(c_0_1864,plain,
    lhs_atom46,
    inference(fof_simplification,[status(thm)],[c_0_926]) ).

fof(c_0_1865,plain,
    lhs_atom45,
    inference(fof_simplification,[status(thm)],[c_0_927]) ).

fof(c_0_1866,plain,
    lhs_atom44,
    inference(fof_simplification,[status(thm)],[c_0_928]) ).

fof(c_0_1867,plain,
    lhs_atom43,
    inference(fof_simplification,[status(thm)],[c_0_929]) ).

fof(c_0_1868,plain,
    lhs_atom42,
    inference(fof_simplification,[status(thm)],[c_0_930]) ).

fof(c_0_1869,plain,
    lhs_atom41,
    inference(fof_simplification,[status(thm)],[c_0_931]) ).

fof(c_0_1870,plain,
    lhs_atom40,
    inference(fof_simplification,[status(thm)],[c_0_932]) ).

fof(c_0_1871,plain,
    lhs_atom39,
    inference(fof_simplification,[status(thm)],[c_0_933]) ).

fof(c_0_1872,plain,
    lhs_atom38,
    inference(fof_simplification,[status(thm)],[c_0_934]) ).

fof(c_0_1873,plain,
    lhs_atom37,
    inference(fof_simplification,[status(thm)],[c_0_935]) ).

fof(c_0_1874,plain,
    lhs_atom36,
    inference(fof_simplification,[status(thm)],[c_0_936]) ).

fof(c_0_1875,plain,
    lhs_atom35,
    inference(fof_simplification,[status(thm)],[c_0_937]) ).

fof(c_0_1876,plain,
    ! [X5] :
      ( lhs_atom34(X5)
      | ~ accept_population(X5,atheist,n30)
      | ~ accept_population(X5,christian,n0)
      | ~ accept_population(X5,muslim,n65)
      | ~ accept_population(X5,native,n0)
      | ~ accept_population(X5,other,n5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_938])]) ).

fof(c_0_1877,plain,
    ! [X5] :
      ( lhs_atom32(X5)
      | ~ accept_population(X5,atheist,n78)
      | ~ accept_population(X5,christian,n20)
      | ~ accept_population(X5,muslim,n1)
      | ~ accept_population(X5,native,n0)
      | ~ accept_population(X5,other,n1) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_939])]) ).

fof(c_0_1878,plain,
    ! [X5] :
      ( lhs_atom30(X5)
      | ~ accept_population(X5,atheist,n70)
      | ~ accept_population(X5,christian,n20)
      | ~ accept_population(X5,muslim,n8)
      | ~ accept_population(X5,native,n0)
      | ~ accept_population(X5,other,n2) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_940])]) ).

fof(c_0_1879,plain,
    ! [X5] :
      ( lhs_atom28(X5)
      | ~ accept_population(X5,atheist,n75)
      | ~ accept_population(X5,christian,n25)
      | ~ accept_population(X5,muslim,n0)
      | ~ accept_population(X5,native,n0)
      | ~ accept_population(X5,other,n0) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_941])]) ).

fof(c_0_1880,plain,
    ! [X5] :
      ( lhs_atom26(X5)
      | ~ accept_population(X5,atheist,n75)
      | ~ accept_population(X5,christian,n24)
      | ~ accept_population(X5,muslim,n1)
      | ~ accept_population(X5,native,n0)
      | ~ accept_population(X5,other,n0) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_942])]) ).

fof(c_0_1881,plain,
    ! [X5] :
      ( lhs_atom24(X5)
      | ~ accept_population(X5,atheist,n0)
      | ~ accept_population(X5,christian,n0)
      | ~ accept_population(X5,muslim,n0)
      | ~ accept_population(X5,native,n100)
      | ~ accept_population(X5,other,n0) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_943])]) ).

fof(c_0_1882,plain,
    ! [X5] :
      ( lhs_atom22(X5)
      | ~ accept_population(X5,atheist,n12)
      | ~ accept_population(X5,christian,n3)
      | ~ accept_population(X5,muslim,n0)
      | ~ accept_population(X5,native,n85)
      | ~ accept_population(X5,other,n0) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_944])]) ).

fof(c_0_1883,plain,
    ! [X5] :
      ( lhs_atom20(X5)
      | ~ accept_population(X5,atheist,n70)
      | ~ accept_population(X5,christian,n13)
      | ~ accept_population(X5,muslim,n0)
      | ~ accept_population(X5,native,n15)
      | ~ accept_population(X5,other,n2) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_945])]) ).

fof(c_0_1884,plain,
    ! [X5] :
      ( lhs_atom18(X5)
      | ~ accept_population(X5,atheist,n68)
      | ~ accept_population(X5,christian,n16)
      | ~ accept_population(X5,muslim,n1)
      | ~ accept_population(X5,native,n11)
      | ~ accept_population(X5,other,n4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_946])]) ).

fof(c_0_1885,plain,
    ! [X5] :
      ( lhs_atom16(X5)
      | ~ accept_population(X5,atheist,n70)
      | ~ accept_population(X5,christian,n15)
      | ~ accept_population(X5,muslim,n1)
      | ~ accept_population(X5,native,n10)
      | ~ accept_population(X5,other,n4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_947])]) ).

fof(c_0_1886,plain,
    ! [X5] :
      ( lhs_atom14(X5)
      | ~ accept_population(X5,atheist,n30)
      | ~ accept_population(X5,christian,n8)
      | ~ accept_population(X5,muslim,n60)
      | ~ accept_population(X5,native,n1)
      | ~ accept_population(X5,other,n1) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_948])]) ).

fof(c_0_1887,plain,
    ! [X5] :
      ( lhs_atom12(X5)
      | ~ accept_population(X5,atheist,n54)
      | ~ accept_population(X5,christian,n23)
      | ~ accept_population(X5,muslim,n3)
      | ~ accept_population(X5,native,n1)
      | ~ accept_population(X5,other,n9) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_949])]) ).

fof(c_0_1888,plain,
    ! [X5] :
      ( lhs_atom10(X5)
      | ~ accept_population(X5,atheist,n65)
      | ~ accept_population(X5,christian,n20)
      | ~ accept_population(X5,muslim,n7)
      | ~ accept_population(X5,native,n4)
      | ~ accept_population(X5,other,n4) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_950])]) ).

fof(c_0_1889,plain,
    ! [X5,X6,X7,X8] :
      ( lhs_atom2(X5,X6,X7,X8)
      | ~ accept_city(X8,X7)
      | ~ accept_leader(X8,X6)
      | ~ accept_number(X8,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_951])]) ).

fof(c_0_1890,plain,
    ! [X5,X6,X7,X8] :
      ( ( accept_city(X8,X7)
        | lhs_atom1(X5,X6,X7,X8) )
      & ( accept_leader(X8,X6)
        | lhs_atom1(X5,X6,X7,X8) )
      & ( accept_number(X8,X5)
        | lhs_atom1(X5,X6,X7,X8) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_952])]) ).

fof(c_0_1891,plain,
    ! [X7,X8,X9,X10] :
      ( lhs_atom4(X7,X9,X10)
      | ~ accept_population(X10,X7,X8)
      | ~ less(X9,X8) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_953])]) ).

fof(c_0_1892,plain,
    ! [X10,X11,X12] :
      ( lhs_atom898(X10,X12)
      | ~ sum(X12,n1,X11)
      | ~ less(X10,X11) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_954])]) ).

fof(c_0_1893,plain,
    ! [X14,X15,X16,X17] :
      ( lhs_atom889(X14,X15)
      | rdn_positive_less(rdn(rdnn(X16),X14),rdn(rdnn(X17),X15)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_955])])]) ).

fof(c_0_1894,plain,
    ! [X15,X16,X17] :
      ( lhs_atom890(X15,X16,X17)
      | ~ rdn_positive_less(rdnn(X16),rdnn(X17))
      | ~ rdn_non_zero(X15) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_956])]) ).

fof(c_0_1895,plain,
    ! [X18,X19,X20,X21] :
      ( lhs_atom894(X18,X19)
      | ~ rdn_translate(X19,rdn_neg(X21))
      | ~ rdn_translate(X18,rdn_neg(X20))
      | ~ rdn_positive_less(X20,X21) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_957])])])]) ).

fof(c_0_1896,plain,
    ! [X18,X19,X20,X21] :
      ( lhs_atom894(X18,X19)
      | ~ rdn_translate(X19,rdn_pos(X21))
      | ~ rdn_translate(X18,rdn_pos(X20))
      | ~ rdn_positive_less(X21,X20) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_958])])])]) ).

fof(c_0_1897,plain,
    ! [X5,X6,X7] :
      ( lhs_atom7(X5,X6,X7)
      | ~ accept_city(X7,X6)
      | ~ accept_leader(X7,X5) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_959])]) ).

fof(c_0_1898,plain,
    ! [X10,X11,X12] :
      ( lhs_atom888(X10,X12)
      | ~ rdn_positive_less(rdnn(X12),rdnn(X11))
      | ~ rdn_positive_less(rdnn(X11),rdnn(X10)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_960])]) ).

fof(c_0_1899,plain,
    ! [X18,X19,X20,X21] :
      ( lhs_atom894(X18,X19)
      | ~ rdn_translate(X19,rdn_neg(X20))
      | ~ rdn_translate(X18,rdn_pos(X21)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_961])])])]) ).

fof(c_0_1900,plain,
    ! [X5,X6,X7] :
      ( lhs_atom6(X5,X6,X7)
      | accept_leader(X7,X5) ),
    inference(variable_rename,[status(thm)],[c_0_962]) ).

fof(c_0_1901,plain,
    ! [X5,X6,X7] :
      ( ( accept_leader(X7,X5)
        | lhs_atom5(X5,X6,X7) )
      & ( accept_city(X7,X6)
        | lhs_atom5(X5,X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_963])]) ).

fof(c_0_1902,plain,
    ! [X16,X17,X18] :
      ( lhs_atom891(X16)
      | rdn_positive_less(rdnn(X18),rdn(rdnn(X17),X16)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_964])])]) ).

fof(c_0_1903,plain,
    ! [X6,X7,X8] :
      ( lhs_atom3(X7,X8)
      | ~ accept_number(X8,X6)
      | ~ less(X7,X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_965])]) ).

fof(c_0_1904,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n30)
        | lhs_atom33(X5) )
      & ( accept_population(X5,christian,n0)
        | lhs_atom33(X5) )
      & ( accept_population(X5,muslim,n65)
        | lhs_atom33(X5) )
      & ( accept_population(X5,native,n0)
        | lhs_atom33(X5) )
      & ( accept_population(X5,other,n5)
        | lhs_atom33(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_966])]) ).

fof(c_0_1905,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n78)
        | lhs_atom31(X5) )
      & ( accept_population(X5,christian,n20)
        | lhs_atom31(X5) )
      & ( accept_population(X5,muslim,n1)
        | lhs_atom31(X5) )
      & ( accept_population(X5,native,n0)
        | lhs_atom31(X5) )
      & ( accept_population(X5,other,n1)
        | lhs_atom31(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_967])]) ).

fof(c_0_1906,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n70)
        | lhs_atom29(X5) )
      & ( accept_population(X5,christian,n20)
        | lhs_atom29(X5) )
      & ( accept_population(X5,muslim,n8)
        | lhs_atom29(X5) )
      & ( accept_population(X5,native,n0)
        | lhs_atom29(X5) )
      & ( accept_population(X5,other,n2)
        | lhs_atom29(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_968])]) ).

fof(c_0_1907,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n75)
        | lhs_atom27(X5) )
      & ( accept_population(X5,christian,n25)
        | lhs_atom27(X5) )
      & ( accept_population(X5,muslim,n0)
        | lhs_atom27(X5) )
      & ( accept_population(X5,native,n0)
        | lhs_atom27(X5) )
      & ( accept_population(X5,other,n0)
        | lhs_atom27(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_969])]) ).

fof(c_0_1908,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n75)
        | lhs_atom25(X5) )
      & ( accept_population(X5,christian,n24)
        | lhs_atom25(X5) )
      & ( accept_population(X5,muslim,n1)
        | lhs_atom25(X5) )
      & ( accept_population(X5,native,n0)
        | lhs_atom25(X5) )
      & ( accept_population(X5,other,n0)
        | lhs_atom25(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_970])]) ).

fof(c_0_1909,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n0)
        | lhs_atom23(X5) )
      & ( accept_population(X5,christian,n0)
        | lhs_atom23(X5) )
      & ( accept_population(X5,muslim,n0)
        | lhs_atom23(X5) )
      & ( accept_population(X5,native,n100)
        | lhs_atom23(X5) )
      & ( accept_population(X5,other,n0)
        | lhs_atom23(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_971])]) ).

fof(c_0_1910,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n12)
        | lhs_atom21(X5) )
      & ( accept_population(X5,christian,n3)
        | lhs_atom21(X5) )
      & ( accept_population(X5,muslim,n0)
        | lhs_atom21(X5) )
      & ( accept_population(X5,native,n85)
        | lhs_atom21(X5) )
      & ( accept_population(X5,other,n0)
        | lhs_atom21(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_972])]) ).

fof(c_0_1911,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n70)
        | lhs_atom19(X5) )
      & ( accept_population(X5,christian,n13)
        | lhs_atom19(X5) )
      & ( accept_population(X5,muslim,n0)
        | lhs_atom19(X5) )
      & ( accept_population(X5,native,n15)
        | lhs_atom19(X5) )
      & ( accept_population(X5,other,n2)
        | lhs_atom19(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_973])]) ).

fof(c_0_1912,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n68)
        | lhs_atom17(X5) )
      & ( accept_population(X5,christian,n16)
        | lhs_atom17(X5) )
      & ( accept_population(X5,muslim,n1)
        | lhs_atom17(X5) )
      & ( accept_population(X5,native,n11)
        | lhs_atom17(X5) )
      & ( accept_population(X5,other,n4)
        | lhs_atom17(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_974])]) ).

fof(c_0_1913,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n70)
        | lhs_atom15(X5) )
      & ( accept_population(X5,christian,n15)
        | lhs_atom15(X5) )
      & ( accept_population(X5,muslim,n1)
        | lhs_atom15(X5) )
      & ( accept_population(X5,native,n10)
        | lhs_atom15(X5) )
      & ( accept_population(X5,other,n4)
        | lhs_atom15(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_975])]) ).

fof(c_0_1914,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n30)
        | lhs_atom13(X5) )
      & ( accept_population(X5,christian,n8)
        | lhs_atom13(X5) )
      & ( accept_population(X5,muslim,n60)
        | lhs_atom13(X5) )
      & ( accept_population(X5,native,n1)
        | lhs_atom13(X5) )
      & ( accept_population(X5,other,n1)
        | lhs_atom13(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_976])]) ).

fof(c_0_1915,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n54)
        | lhs_atom11(X5) )
      & ( accept_population(X5,christian,n23)
        | lhs_atom11(X5) )
      & ( accept_population(X5,muslim,n3)
        | lhs_atom11(X5) )
      & ( accept_population(X5,native,n1)
        | lhs_atom11(X5) )
      & ( accept_population(X5,other,n9)
        | lhs_atom11(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_977])]) ).

fof(c_0_1916,plain,
    ! [X5] :
      ( ( accept_population(X5,atheist,n65)
        | lhs_atom9(X5) )
      & ( accept_population(X5,christian,n20)
        | lhs_atom9(X5) )
      & ( accept_population(X5,muslim,n7)
        | lhs_atom9(X5) )
      & ( accept_population(X5,native,n4)
        | lhs_atom9(X5) )
      & ( accept_population(X5,other,n4)
        | lhs_atom9(X5) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_978])]) ).

fof(c_0_1917,plain,
    ! [X16,X17] :
      ( lhs_atom893(X16)
      | rdn_non_zero(rdn(rdnn(X17),X16)) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[c_0_979])])]) ).

fof(c_0_1918,plain,
    ! [X10,X11] :
      ( ( ~ less(X11,X10)
        | lhs_atom897(X10,X11) )
      & ( X11 != X10
        | lhs_atom897(X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_980])])]) ).

fof(c_0_1919,plain,
    ! [X10,X11] :
      ( ( ~ less(X10,X11)
        | lhs_atom895(X10,X11) )
      & ( X10 != X11
        | lhs_atom895(X10,X11) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[c_0_981])]) ).

fof(c_0_1920,plain,
    ! [X10,X11] :
      ( lhs_atom896(X10,X11)
      | less(X11,X10)
      | X11 = X10 ),
    inference(variable_rename,[status(thm)],[c_0_982]) ).

fof(c_0_1921,plain,
    ! [X10,X11] :
      ( lhs_atom894(X10,X11)
      | less(X10,X11)
      | X10 = X11 ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_983])]) ).

fof(c_0_1922,plain,
    ! [X5,X6] :
      ( lhs_atom8(X5,X6)
      | accept_number(X6,X5) ),
    inference(variable_rename,[status(thm)],[c_0_984]) ).

fof(c_0_1923,plain,
    ! [X10] :
      ( lhs_atom892(X10)
      | rdn_non_zero(rdnn(X10)) ),
    inference(variable_rename,[status(thm)],[c_0_985]) ).

fof(c_0_1924,plain,
    lhs_atom887,
    c_0_986 ).

fof(c_0_1925,plain,
    lhs_atom886,
    c_0_987 ).

fof(c_0_1926,plain,
    lhs_atom885,
    c_0_988 ).

fof(c_0_1927,plain,
    lhs_atom884,
    c_0_989 ).

fof(c_0_1928,plain,
    lhs_atom883,
    c_0_990 ).

fof(c_0_1929,plain,
    lhs_atom882,
    c_0_991 ).

fof(c_0_1930,plain,
    lhs_atom881,
    c_0_992 ).

fof(c_0_1931,plain,
    lhs_atom880,
    c_0_993 ).

fof(c_0_1932,plain,
    lhs_atom879,
    c_0_994 ).

fof(c_0_1933,plain,
    lhs_atom878,
    c_0_995 ).

fof(c_0_1934,plain,
    lhs_atom877,
    c_0_996 ).

fof(c_0_1935,plain,
    lhs_atom876,
    c_0_997 ).

fof(c_0_1936,plain,
    lhs_atom875,
    c_0_998 ).

fof(c_0_1937,plain,
    lhs_atom874,
    c_0_999 ).

fof(c_0_1938,plain,
    lhs_atom873,
    c_0_1000 ).

fof(c_0_1939,plain,
    lhs_atom872,
    c_0_1001 ).

fof(c_0_1940,plain,
    lhs_atom871,
    c_0_1002 ).

fof(c_0_1941,plain,
    lhs_atom870,
    c_0_1003 ).

fof(c_0_1942,plain,
    lhs_atom869,
    c_0_1004 ).

fof(c_0_1943,plain,
    lhs_atom868,
    c_0_1005 ).

fof(c_0_1944,plain,
    lhs_atom867,
    c_0_1006 ).

fof(c_0_1945,plain,
    lhs_atom866,
    c_0_1007 ).

fof(c_0_1946,plain,
    lhs_atom865,
    c_0_1008 ).

fof(c_0_1947,plain,
    lhs_atom864,
    c_0_1009 ).

fof(c_0_1948,plain,
    lhs_atom863,
    c_0_1010 ).

fof(c_0_1949,plain,
    lhs_atom862,
    c_0_1011 ).

fof(c_0_1950,plain,
    lhs_atom861,
    c_0_1012 ).

fof(c_0_1951,plain,
    lhs_atom860,
    c_0_1013 ).

fof(c_0_1952,plain,
    lhs_atom859,
    c_0_1014 ).

fof(c_0_1953,plain,
    lhs_atom858,
    c_0_1015 ).

fof(c_0_1954,plain,
    lhs_atom857,
    c_0_1016 ).

fof(c_0_1955,plain,
    lhs_atom856,
    c_0_1017 ).

fof(c_0_1956,plain,
    lhs_atom855,
    c_0_1018 ).

fof(c_0_1957,plain,
    lhs_atom854,
    c_0_1019 ).

fof(c_0_1958,plain,
    lhs_atom853,
    c_0_1020 ).

fof(c_0_1959,plain,
    lhs_atom852,
    c_0_1021 ).

fof(c_0_1960,plain,
    lhs_atom851,
    c_0_1022 ).

fof(c_0_1961,plain,
    lhs_atom850,
    c_0_1023 ).

fof(c_0_1962,plain,
    lhs_atom849,
    c_0_1024 ).

fof(c_0_1963,plain,
    lhs_atom848,
    c_0_1025 ).

fof(c_0_1964,plain,
    lhs_atom847,
    c_0_1026 ).

fof(c_0_1965,plain,
    lhs_atom846,
    c_0_1027 ).

fof(c_0_1966,plain,
    lhs_atom845,
    c_0_1028 ).

fof(c_0_1967,plain,
    lhs_atom844,
    c_0_1029 ).

fof(c_0_1968,plain,
    lhs_atom843,
    c_0_1030 ).

fof(c_0_1969,plain,
    lhs_atom842,
    c_0_1031 ).

fof(c_0_1970,plain,
    lhs_atom841,
    c_0_1032 ).

fof(c_0_1971,plain,
    lhs_atom840,
    c_0_1033 ).

fof(c_0_1972,plain,
    lhs_atom839,
    c_0_1034 ).

fof(c_0_1973,plain,
    lhs_atom838,
    c_0_1035 ).

fof(c_0_1974,plain,
    lhs_atom837,
    c_0_1036 ).

fof(c_0_1975,plain,
    lhs_atom836,
    c_0_1037 ).

fof(c_0_1976,plain,
    lhs_atom835,
    c_0_1038 ).

fof(c_0_1977,plain,
    lhs_atom834,
    c_0_1039 ).

fof(c_0_1978,plain,
    lhs_atom833,
    c_0_1040 ).

fof(c_0_1979,plain,
    lhs_atom832,
    c_0_1041 ).

fof(c_0_1980,plain,
    lhs_atom831,
    c_0_1042 ).

fof(c_0_1981,plain,
    lhs_atom830,
    c_0_1043 ).

fof(c_0_1982,plain,
    lhs_atom829,
    c_0_1044 ).

fof(c_0_1983,plain,
    lhs_atom828,
    c_0_1045 ).

fof(c_0_1984,plain,
    lhs_atom827,
    c_0_1046 ).

fof(c_0_1985,plain,
    lhs_atom826,
    c_0_1047 ).

fof(c_0_1986,plain,
    lhs_atom825,
    c_0_1048 ).

fof(c_0_1987,plain,
    lhs_atom824,
    c_0_1049 ).

fof(c_0_1988,plain,
    lhs_atom823,
    c_0_1050 ).

fof(c_0_1989,plain,
    lhs_atom822,
    c_0_1051 ).

fof(c_0_1990,plain,
    lhs_atom821,
    c_0_1052 ).

fof(c_0_1991,plain,
    lhs_atom820,
    c_0_1053 ).

fof(c_0_1992,plain,
    lhs_atom819,
    c_0_1054 ).

fof(c_0_1993,plain,
    lhs_atom818,
    c_0_1055 ).

fof(c_0_1994,plain,
    lhs_atom817,
    c_0_1056 ).

fof(c_0_1995,plain,
    lhs_atom816,
    c_0_1057 ).

fof(c_0_1996,plain,
    lhs_atom815,
    c_0_1058 ).

fof(c_0_1997,plain,
    lhs_atom814,
    c_0_1059 ).

fof(c_0_1998,plain,
    lhs_atom813,
    c_0_1060 ).

fof(c_0_1999,plain,
    lhs_atom812,
    c_0_1061 ).

fof(c_0_2000,plain,
    lhs_atom811,
    c_0_1062 ).

fof(c_0_2001,plain,
    lhs_atom810,
    c_0_1063 ).

fof(c_0_2002,plain,
    lhs_atom809,
    c_0_1064 ).

fof(c_0_2003,plain,
    lhs_atom808,
    c_0_1065 ).

fof(c_0_2004,plain,
    lhs_atom807,
    c_0_1066 ).

fof(c_0_2005,plain,
    lhs_atom806,
    c_0_1067 ).

fof(c_0_2006,plain,
    lhs_atom805,
    c_0_1068 ).

fof(c_0_2007,plain,
    lhs_atom804,
    c_0_1069 ).

fof(c_0_2008,plain,
    lhs_atom803,
    c_0_1070 ).

fof(c_0_2009,plain,
    lhs_atom802,
    c_0_1071 ).

fof(c_0_2010,plain,
    lhs_atom801,
    c_0_1072 ).

fof(c_0_2011,plain,
    lhs_atom800,
    c_0_1073 ).

fof(c_0_2012,plain,
    lhs_atom799,
    c_0_1074 ).

fof(c_0_2013,plain,
    lhs_atom798,
    c_0_1075 ).

fof(c_0_2014,plain,
    lhs_atom797,
    c_0_1076 ).

fof(c_0_2015,plain,
    lhs_atom796,
    c_0_1077 ).

fof(c_0_2016,plain,
    lhs_atom795,
    c_0_1078 ).

fof(c_0_2017,plain,
    lhs_atom794,
    c_0_1079 ).

fof(c_0_2018,plain,
    lhs_atom793,
    c_0_1080 ).

fof(c_0_2019,plain,
    lhs_atom792,
    c_0_1081 ).

fof(c_0_2020,plain,
    lhs_atom791,
    c_0_1082 ).

fof(c_0_2021,plain,
    lhs_atom790,
    c_0_1083 ).

fof(c_0_2022,plain,
    lhs_atom789,
    c_0_1084 ).

fof(c_0_2023,plain,
    lhs_atom788,
    c_0_1085 ).

fof(c_0_2024,plain,
    lhs_atom787,
    c_0_1086 ).

fof(c_0_2025,plain,
    lhs_atom786,
    c_0_1087 ).

fof(c_0_2026,plain,
    lhs_atom785,
    c_0_1088 ).

fof(c_0_2027,plain,
    lhs_atom784,
    c_0_1089 ).

fof(c_0_2028,plain,
    lhs_atom783,
    c_0_1090 ).

fof(c_0_2029,plain,
    lhs_atom782,
    c_0_1091 ).

fof(c_0_2030,plain,
    lhs_atom781,
    c_0_1092 ).

fof(c_0_2031,plain,
    lhs_atom780,
    c_0_1093 ).

fof(c_0_2032,plain,
    lhs_atom779,
    c_0_1094 ).

fof(c_0_2033,plain,
    lhs_atom778,
    c_0_1095 ).

fof(c_0_2034,plain,
    lhs_atom777,
    c_0_1096 ).

fof(c_0_2035,plain,
    lhs_atom776,
    c_0_1097 ).

fof(c_0_2036,plain,
    lhs_atom775,
    c_0_1098 ).

fof(c_0_2037,plain,
    lhs_atom774,
    c_0_1099 ).

fof(c_0_2038,plain,
    lhs_atom773,
    c_0_1100 ).

fof(c_0_2039,plain,
    lhs_atom772,
    c_0_1101 ).

fof(c_0_2040,plain,
    lhs_atom771,
    c_0_1102 ).

fof(c_0_2041,plain,
    lhs_atom770,
    c_0_1103 ).

fof(c_0_2042,plain,
    lhs_atom769,
    c_0_1104 ).

fof(c_0_2043,plain,
    lhs_atom768,
    c_0_1105 ).

fof(c_0_2044,plain,
    lhs_atom767,
    c_0_1106 ).

fof(c_0_2045,plain,
    lhs_atom766,
    c_0_1107 ).

fof(c_0_2046,plain,
    lhs_atom765,
    c_0_1108 ).

fof(c_0_2047,plain,
    lhs_atom764,
    c_0_1109 ).

fof(c_0_2048,plain,
    lhs_atom763,
    c_0_1110 ).

fof(c_0_2049,plain,
    lhs_atom762,
    c_0_1111 ).

fof(c_0_2050,plain,
    lhs_atom761,
    c_0_1112 ).

fof(c_0_2051,plain,
    lhs_atom760,
    c_0_1113 ).

fof(c_0_2052,plain,
    lhs_atom759,
    c_0_1114 ).

fof(c_0_2053,plain,
    lhs_atom758,
    c_0_1115 ).

fof(c_0_2054,plain,
    lhs_atom757,
    c_0_1116 ).

fof(c_0_2055,plain,
    lhs_atom756,
    c_0_1117 ).

fof(c_0_2056,plain,
    lhs_atom755,
    c_0_1118 ).

fof(c_0_2057,plain,
    lhs_atom754,
    c_0_1119 ).

fof(c_0_2058,plain,
    lhs_atom753,
    c_0_1120 ).

fof(c_0_2059,plain,
    lhs_atom752,
    c_0_1121 ).

fof(c_0_2060,plain,
    lhs_atom751,
    c_0_1122 ).

fof(c_0_2061,plain,
    lhs_atom750,
    c_0_1123 ).

fof(c_0_2062,plain,
    lhs_atom749,
    c_0_1124 ).

fof(c_0_2063,plain,
    lhs_atom748,
    c_0_1125 ).

fof(c_0_2064,plain,
    lhs_atom747,
    c_0_1126 ).

fof(c_0_2065,plain,
    lhs_atom746,
    c_0_1127 ).

fof(c_0_2066,plain,
    lhs_atom745,
    c_0_1128 ).

fof(c_0_2067,plain,
    lhs_atom744,
    c_0_1129 ).

fof(c_0_2068,plain,
    lhs_atom743,
    c_0_1130 ).

fof(c_0_2069,plain,
    lhs_atom742,
    c_0_1131 ).

fof(c_0_2070,plain,
    lhs_atom741,
    c_0_1132 ).

fof(c_0_2071,plain,
    lhs_atom740,
    c_0_1133 ).

fof(c_0_2072,plain,
    lhs_atom739,
    c_0_1134 ).

fof(c_0_2073,plain,
    lhs_atom738,
    c_0_1135 ).

fof(c_0_2074,plain,
    lhs_atom737,
    c_0_1136 ).

fof(c_0_2075,plain,
    lhs_atom736,
    c_0_1137 ).

fof(c_0_2076,plain,
    lhs_atom735,
    c_0_1138 ).

fof(c_0_2077,plain,
    lhs_atom734,
    c_0_1139 ).

fof(c_0_2078,plain,
    lhs_atom733,
    c_0_1140 ).

fof(c_0_2079,plain,
    lhs_atom732,
    c_0_1141 ).

fof(c_0_2080,plain,
    lhs_atom731,
    c_0_1142 ).

fof(c_0_2081,plain,
    lhs_atom730,
    c_0_1143 ).

fof(c_0_2082,plain,
    lhs_atom729,
    c_0_1144 ).

fof(c_0_2083,plain,
    lhs_atom728,
    c_0_1145 ).

fof(c_0_2084,plain,
    lhs_atom727,
    c_0_1146 ).

fof(c_0_2085,plain,
    lhs_atom726,
    c_0_1147 ).

fof(c_0_2086,plain,
    lhs_atom725,
    c_0_1148 ).

fof(c_0_2087,plain,
    lhs_atom724,
    c_0_1149 ).

fof(c_0_2088,plain,
    lhs_atom723,
    c_0_1150 ).

fof(c_0_2089,plain,
    lhs_atom722,
    c_0_1151 ).

fof(c_0_2090,plain,
    lhs_atom721,
    c_0_1152 ).

fof(c_0_2091,plain,
    lhs_atom720,
    c_0_1153 ).

fof(c_0_2092,plain,
    lhs_atom719,
    c_0_1154 ).

fof(c_0_2093,plain,
    lhs_atom718,
    c_0_1155 ).

fof(c_0_2094,plain,
    lhs_atom717,
    c_0_1156 ).

fof(c_0_2095,plain,
    lhs_atom716,
    c_0_1157 ).

fof(c_0_2096,plain,
    lhs_atom715,
    c_0_1158 ).

fof(c_0_2097,plain,
    lhs_atom714,
    c_0_1159 ).

fof(c_0_2098,plain,
    lhs_atom713,
    c_0_1160 ).

fof(c_0_2099,plain,
    lhs_atom712,
    c_0_1161 ).

fof(c_0_2100,plain,
    lhs_atom711,
    c_0_1162 ).

fof(c_0_2101,plain,
    lhs_atom710,
    c_0_1163 ).

fof(c_0_2102,plain,
    lhs_atom709,
    c_0_1164 ).

fof(c_0_2103,plain,
    lhs_atom708,
    c_0_1165 ).

fof(c_0_2104,plain,
    lhs_atom707,
    c_0_1166 ).

fof(c_0_2105,plain,
    lhs_atom706,
    c_0_1167 ).

fof(c_0_2106,plain,
    lhs_atom705,
    c_0_1168 ).

fof(c_0_2107,plain,
    lhs_atom704,
    c_0_1169 ).

fof(c_0_2108,plain,
    lhs_atom703,
    c_0_1170 ).

fof(c_0_2109,plain,
    lhs_atom702,
    c_0_1171 ).

fof(c_0_2110,plain,
    lhs_atom701,
    c_0_1172 ).

fof(c_0_2111,plain,
    lhs_atom700,
    c_0_1173 ).

fof(c_0_2112,plain,
    lhs_atom699,
    c_0_1174 ).

fof(c_0_2113,plain,
    lhs_atom698,
    c_0_1175 ).

fof(c_0_2114,plain,
    lhs_atom697,
    c_0_1176 ).

fof(c_0_2115,plain,
    lhs_atom696,
    c_0_1177 ).

fof(c_0_2116,plain,
    lhs_atom695,
    c_0_1178 ).

fof(c_0_2117,plain,
    lhs_atom694,
    c_0_1179 ).

fof(c_0_2118,plain,
    lhs_atom693,
    c_0_1180 ).

fof(c_0_2119,plain,
    lhs_atom692,
    c_0_1181 ).

fof(c_0_2120,plain,
    lhs_atom691,
    c_0_1182 ).

fof(c_0_2121,plain,
    lhs_atom690,
    c_0_1183 ).

fof(c_0_2122,plain,
    lhs_atom689,
    c_0_1184 ).

fof(c_0_2123,plain,
    lhs_atom688,
    c_0_1185 ).

fof(c_0_2124,plain,
    lhs_atom687,
    c_0_1186 ).

fof(c_0_2125,plain,
    lhs_atom686,
    c_0_1187 ).

fof(c_0_2126,plain,
    lhs_atom685,
    c_0_1188 ).

fof(c_0_2127,plain,
    lhs_atom684,
    c_0_1189 ).

fof(c_0_2128,plain,
    lhs_atom683,
    c_0_1190 ).

fof(c_0_2129,plain,
    lhs_atom682,
    c_0_1191 ).

fof(c_0_2130,plain,
    lhs_atom681,
    c_0_1192 ).

fof(c_0_2131,plain,
    lhs_atom680,
    c_0_1193 ).

fof(c_0_2132,plain,
    lhs_atom679,
    c_0_1194 ).

fof(c_0_2133,plain,
    lhs_atom678,
    c_0_1195 ).

fof(c_0_2134,plain,
    lhs_atom677,
    c_0_1196 ).

fof(c_0_2135,plain,
    lhs_atom676,
    c_0_1197 ).

fof(c_0_2136,plain,
    lhs_atom675,
    c_0_1198 ).

fof(c_0_2137,plain,
    lhs_atom674,
    c_0_1199 ).

fof(c_0_2138,plain,
    lhs_atom673,
    c_0_1200 ).

fof(c_0_2139,plain,
    lhs_atom672,
    c_0_1201 ).

fof(c_0_2140,plain,
    lhs_atom671,
    c_0_1202 ).

fof(c_0_2141,plain,
    lhs_atom670,
    c_0_1203 ).

fof(c_0_2142,plain,
    lhs_atom669,
    c_0_1204 ).

fof(c_0_2143,plain,
    lhs_atom668,
    c_0_1205 ).

fof(c_0_2144,plain,
    lhs_atom667,
    c_0_1206 ).

fof(c_0_2145,plain,
    lhs_atom666,
    c_0_1207 ).

fof(c_0_2146,plain,
    lhs_atom665,
    c_0_1208 ).

fof(c_0_2147,plain,
    lhs_atom664,
    c_0_1209 ).

fof(c_0_2148,plain,
    lhs_atom663,
    c_0_1210 ).

fof(c_0_2149,plain,
    lhs_atom662,
    c_0_1211 ).

fof(c_0_2150,plain,
    lhs_atom661,
    c_0_1212 ).

fof(c_0_2151,plain,
    lhs_atom660,
    c_0_1213 ).

fof(c_0_2152,plain,
    lhs_atom659,
    c_0_1214 ).

fof(c_0_2153,plain,
    lhs_atom658,
    c_0_1215 ).

fof(c_0_2154,plain,
    lhs_atom657,
    c_0_1216 ).

fof(c_0_2155,plain,
    lhs_atom656,
    c_0_1217 ).

fof(c_0_2156,plain,
    lhs_atom655,
    c_0_1218 ).

fof(c_0_2157,plain,
    lhs_atom654,
    c_0_1219 ).

fof(c_0_2158,plain,
    lhs_atom653,
    c_0_1220 ).

fof(c_0_2159,plain,
    lhs_atom652,
    c_0_1221 ).

fof(c_0_2160,plain,
    lhs_atom651,
    c_0_1222 ).

fof(c_0_2161,plain,
    lhs_atom650,
    c_0_1223 ).

fof(c_0_2162,plain,
    lhs_atom649,
    c_0_1224 ).

fof(c_0_2163,plain,
    lhs_atom648,
    c_0_1225 ).

fof(c_0_2164,plain,
    lhs_atom647,
    c_0_1226 ).

fof(c_0_2165,plain,
    lhs_atom646,
    c_0_1227 ).

fof(c_0_2166,plain,
    lhs_atom645,
    c_0_1228 ).

fof(c_0_2167,plain,
    lhs_atom644,
    c_0_1229 ).

fof(c_0_2168,plain,
    lhs_atom643,
    c_0_1230 ).

fof(c_0_2169,plain,
    lhs_atom642,
    c_0_1231 ).

fof(c_0_2170,plain,
    lhs_atom641,
    c_0_1232 ).

fof(c_0_2171,plain,
    lhs_atom640,
    c_0_1233 ).

fof(c_0_2172,plain,
    lhs_atom639,
    c_0_1234 ).

fof(c_0_2173,plain,
    lhs_atom638,
    c_0_1235 ).

fof(c_0_2174,plain,
    lhs_atom637,
    c_0_1236 ).

fof(c_0_2175,plain,
    lhs_atom636,
    c_0_1237 ).

fof(c_0_2176,plain,
    lhs_atom635,
    c_0_1238 ).

fof(c_0_2177,plain,
    lhs_atom634,
    c_0_1239 ).

fof(c_0_2178,plain,
    lhs_atom633,
    c_0_1240 ).

fof(c_0_2179,plain,
    lhs_atom632,
    c_0_1241 ).

fof(c_0_2180,plain,
    lhs_atom631,
    c_0_1242 ).

fof(c_0_2181,plain,
    lhs_atom630,
    c_0_1243 ).

fof(c_0_2182,plain,
    lhs_atom629,
    c_0_1244 ).

fof(c_0_2183,plain,
    lhs_atom628,
    c_0_1245 ).

fof(c_0_2184,plain,
    lhs_atom627,
    c_0_1246 ).

fof(c_0_2185,plain,
    lhs_atom626,
    c_0_1247 ).

fof(c_0_2186,plain,
    lhs_atom625,
    c_0_1248 ).

fof(c_0_2187,plain,
    lhs_atom624,
    c_0_1249 ).

fof(c_0_2188,plain,
    lhs_atom623,
    c_0_1250 ).

fof(c_0_2189,plain,
    lhs_atom622,
    c_0_1251 ).

fof(c_0_2190,plain,
    lhs_atom621,
    c_0_1252 ).

fof(c_0_2191,plain,
    lhs_atom620,
    c_0_1253 ).

fof(c_0_2192,plain,
    lhs_atom619,
    c_0_1254 ).

fof(c_0_2193,plain,
    lhs_atom618,
    c_0_1255 ).

fof(c_0_2194,plain,
    lhs_atom617,
    c_0_1256 ).

fof(c_0_2195,plain,
    lhs_atom616,
    c_0_1257 ).

fof(c_0_2196,plain,
    lhs_atom615,
    c_0_1258 ).

fof(c_0_2197,plain,
    lhs_atom614,
    c_0_1259 ).

fof(c_0_2198,plain,
    lhs_atom613,
    c_0_1260 ).

fof(c_0_2199,plain,
    lhs_atom612,
    c_0_1261 ).

fof(c_0_2200,plain,
    lhs_atom281,
    c_0_1262 ).

fof(c_0_2201,plain,
    lhs_atom611,
    c_0_1263 ).

fof(c_0_2202,plain,
    lhs_atom217,
    c_0_1264 ).

fof(c_0_2203,plain,
    lhs_atom132,
    c_0_1265 ).

fof(c_0_2204,plain,
    lhs_atom610,
    c_0_1266 ).

fof(c_0_2205,plain,
    lhs_atom609,
    c_0_1267 ).

fof(c_0_2206,plain,
    lhs_atom279,
    c_0_1268 ).

fof(c_0_2207,plain,
    lhs_atom608,
    c_0_1269 ).

fof(c_0_2208,plain,
    lhs_atom260,
    c_0_1270 ).

fof(c_0_2209,plain,
    lhs_atom261,
    c_0_1271 ).

fof(c_0_2210,plain,
    lhs_atom86,
    c_0_1272 ).

fof(c_0_2211,plain,
    lhs_atom88,
    c_0_1273 ).

fof(c_0_2212,plain,
    lhs_atom607,
    c_0_1274 ).

fof(c_0_2213,plain,
    lhs_atom606,
    c_0_1275 ).

fof(c_0_2214,plain,
    lhs_atom605,
    c_0_1276 ).

fof(c_0_2215,plain,
    lhs_atom604,
    c_0_1277 ).

fof(c_0_2216,plain,
    lhs_atom603,
    c_0_1278 ).

fof(c_0_2217,plain,
    lhs_atom602,
    c_0_1279 ).

fof(c_0_2218,plain,
    lhs_atom601,
    c_0_1280 ).

fof(c_0_2219,plain,
    lhs_atom276,
    c_0_1281 ).

fof(c_0_2220,plain,
    lhs_atom600,
    c_0_1282 ).

fof(c_0_2221,plain,
    lhs_atom226,
    c_0_1283 ).

fof(c_0_2222,plain,
    lhs_atom268,
    c_0_1284 ).

fof(c_0_2223,plain,
    lhs_atom599,
    c_0_1285 ).

fof(c_0_2224,plain,
    lhs_atom107,
    c_0_1286 ).

fof(c_0_2225,plain,
    lhs_atom598,
    c_0_1287 ).

fof(c_0_2226,plain,
    lhs_atom597,
    c_0_1288 ).

fof(c_0_2227,plain,
    lhs_atom273,
    c_0_1289 ).

fof(c_0_2228,plain,
    lhs_atom55,
    c_0_1290 ).

fof(c_0_2229,plain,
    lhs_atom231,
    c_0_1291 ).

fof(c_0_2230,plain,
    lhs_atom596,
    c_0_1292 ).

fof(c_0_2231,plain,
    lhs_atom51,
    c_0_1293 ).

fof(c_0_2232,plain,
    lhs_atom205,
    c_0_1294 ).

fof(c_0_2233,plain,
    lhs_atom595,
    c_0_1295 ).

fof(c_0_2234,plain,
    lhs_atom271,
    c_0_1296 ).

fof(c_0_2235,plain,
    lhs_atom594,
    c_0_1297 ).

fof(c_0_2236,plain,
    lhs_atom237,
    c_0_1298 ).

fof(c_0_2237,plain,
    lhs_atom238,
    c_0_1299 ).

fof(c_0_2238,plain,
    lhs_atom593,
    c_0_1300 ).

fof(c_0_2239,plain,
    lhs_atom79,
    c_0_1301 ).

fof(c_0_2240,plain,
    lhs_atom592,
    c_0_1302 ).

fof(c_0_2241,plain,
    lhs_atom269,
    c_0_1303 ).

fof(c_0_2242,plain,
    lhs_atom591,
    c_0_1304 ).

fof(c_0_2243,plain,
    lhs_atom248,
    c_0_1305 ).

fof(c_0_2244,plain,
    lhs_atom249,
    c_0_1306 ).

fof(c_0_2245,plain,
    lhs_atom590,
    c_0_1307 ).

fof(c_0_2246,plain,
    lhs_atom589,
    c_0_1308 ).

fof(c_0_2247,plain,
    lhs_atom202,
    c_0_1309 ).

fof(c_0_2248,plain,
    lhs_atom588,
    c_0_1310 ).

fof(c_0_2249,plain,
    lhs_atom587,
    c_0_1311 ).

fof(c_0_2250,plain,
    lhs_atom586,
    c_0_1312 ).

fof(c_0_2251,plain,
    lhs_atom585,
    c_0_1313 ).

fof(c_0_2252,plain,
    lhs_atom584,
    c_0_1314 ).

fof(c_0_2253,plain,
    lhs_atom583,
    c_0_1315 ).

fof(c_0_2254,plain,
    lhs_atom93,
    c_0_1316 ).

fof(c_0_2255,plain,
    lhs_atom582,
    c_0_1317 ).

fof(c_0_2256,plain,
    lhs_atom581,
    c_0_1318 ).

fof(c_0_2257,plain,
    lhs_atom580,
    c_0_1319 ).

fof(c_0_2258,plain,
    lhs_atom258,
    c_0_1320 ).

fof(c_0_2259,plain,
    lhs_atom579,
    c_0_1321 ).

fof(c_0_2260,plain,
    lhs_atom245,
    c_0_1322 ).

fof(c_0_2261,plain,
    lhs_atom578,
    c_0_1323 ).

fof(c_0_2262,plain,
    lhs_atom577,
    c_0_1324 ).

fof(c_0_2263,plain,
    lhs_atom256,
    c_0_1325 ).

fof(c_0_2264,plain,
    lhs_atom576,
    c_0_1326 ).

fof(c_0_2265,plain,
    lhs_atom575,
    c_0_1327 ).

fof(c_0_2266,plain,
    lhs_atom574,
    c_0_1328 ).

fof(c_0_2267,plain,
    lhs_atom573,
    c_0_1329 ).

fof(c_0_2268,plain,
    lhs_atom572,
    c_0_1330 ).

fof(c_0_2269,plain,
    lhs_atom571,
    c_0_1331 ).

fof(c_0_2270,plain,
    lhs_atom570,
    c_0_1332 ).

fof(c_0_2271,plain,
    lhs_atom569,
    c_0_1333 ).

fof(c_0_2272,plain,
    lhs_atom568,
    c_0_1334 ).

fof(c_0_2273,plain,
    lhs_atom567,
    c_0_1335 ).

fof(c_0_2274,plain,
    lhs_atom566,
    c_0_1336 ).

fof(c_0_2275,plain,
    lhs_atom565,
    c_0_1337 ).

fof(c_0_2276,plain,
    lhs_atom564,
    c_0_1338 ).

fof(c_0_2277,plain,
    lhs_atom563,
    c_0_1339 ).

fof(c_0_2278,plain,
    lhs_atom562,
    c_0_1340 ).

fof(c_0_2279,plain,
    lhs_atom561,
    c_0_1341 ).

fof(c_0_2280,plain,
    lhs_atom560,
    c_0_1342 ).

fof(c_0_2281,plain,
    lhs_atom559,
    c_0_1343 ).

fof(c_0_2282,plain,
    lhs_atom558,
    c_0_1344 ).

fof(c_0_2283,plain,
    lhs_atom557,
    c_0_1345 ).

fof(c_0_2284,plain,
    lhs_atom556,
    c_0_1346 ).

fof(c_0_2285,plain,
    lhs_atom555,
    c_0_1347 ).

fof(c_0_2286,plain,
    lhs_atom554,
    c_0_1348 ).

fof(c_0_2287,plain,
    lhs_atom553,
    c_0_1349 ).

fof(c_0_2288,plain,
    lhs_atom183,
    c_0_1350 ).

fof(c_0_2289,plain,
    lhs_atom552,
    c_0_1351 ).

fof(c_0_2290,plain,
    lhs_atom551,
    c_0_1352 ).

fof(c_0_2291,plain,
    lhs_atom550,
    c_0_1353 ).

fof(c_0_2292,plain,
    lhs_atom549,
    c_0_1354 ).

fof(c_0_2293,plain,
    lhs_atom548,
    c_0_1355 ).

fof(c_0_2294,plain,
    lhs_atom547,
    c_0_1356 ).

fof(c_0_2295,plain,
    lhs_atom99,
    c_0_1357 ).

fof(c_0_2296,plain,
    lhs_atom546,
    c_0_1358 ).

fof(c_0_2297,plain,
    lhs_atom545,
    c_0_1359 ).

fof(c_0_2298,plain,
    lhs_atom544,
    c_0_1360 ).

fof(c_0_2299,plain,
    lhs_atom543,
    c_0_1361 ).

fof(c_0_2300,plain,
    lhs_atom542,
    c_0_1362 ).

fof(c_0_2301,plain,
    lhs_atom541,
    c_0_1363 ).

fof(c_0_2302,plain,
    lhs_atom540,
    c_0_1364 ).

fof(c_0_2303,plain,
    lhs_atom539,
    c_0_1365 ).

fof(c_0_2304,plain,
    lhs_atom538,
    c_0_1366 ).

fof(c_0_2305,plain,
    lhs_atom537,
    c_0_1367 ).

fof(c_0_2306,plain,
    lhs_atom536,
    c_0_1368 ).

fof(c_0_2307,plain,
    lhs_atom535,
    c_0_1369 ).

fof(c_0_2308,plain,
    lhs_atom534,
    c_0_1370 ).

fof(c_0_2309,plain,
    lhs_atom533,
    c_0_1371 ).

fof(c_0_2310,plain,
    lhs_atom532,
    c_0_1372 ).

fof(c_0_2311,plain,
    lhs_atom531,
    c_0_1373 ).

fof(c_0_2312,plain,
    lhs_atom530,
    c_0_1374 ).

fof(c_0_2313,plain,
    lhs_atom529,
    c_0_1375 ).

fof(c_0_2314,plain,
    lhs_atom528,
    c_0_1376 ).

fof(c_0_2315,plain,
    lhs_atom527,
    c_0_1377 ).

fof(c_0_2316,plain,
    lhs_atom200,
    c_0_1378 ).

fof(c_0_2317,plain,
    lhs_atom526,
    c_0_1379 ).

fof(c_0_2318,plain,
    lhs_atom525,
    c_0_1380 ).

fof(c_0_2319,plain,
    lhs_atom524,
    c_0_1381 ).

fof(c_0_2320,plain,
    lhs_atom523,
    c_0_1382 ).

fof(c_0_2321,plain,
    lhs_atom522,
    c_0_1383 ).

fof(c_0_2322,plain,
    lhs_atom521,
    c_0_1384 ).

fof(c_0_2323,plain,
    lhs_atom62,
    c_0_1385 ).

fof(c_0_2324,plain,
    lhs_atom520,
    c_0_1386 ).

fof(c_0_2325,plain,
    lhs_atom519,
    c_0_1387 ).

fof(c_0_2326,plain,
    lhs_atom123,
    c_0_1388 ).

fof(c_0_2327,plain,
    lhs_atom518,
    c_0_1389 ).

fof(c_0_2328,plain,
    lhs_atom517,
    c_0_1390 ).

fof(c_0_2329,plain,
    lhs_atom516,
    c_0_1391 ).

fof(c_0_2330,plain,
    lhs_atom515,
    c_0_1392 ).

fof(c_0_2331,plain,
    lhs_atom514,
    c_0_1393 ).

fof(c_0_2332,plain,
    lhs_atom513,
    c_0_1394 ).

fof(c_0_2333,plain,
    lhs_atom512,
    c_0_1395 ).

fof(c_0_2334,plain,
    lhs_atom511,
    c_0_1396 ).

fof(c_0_2335,plain,
    lhs_atom510,
    c_0_1397 ).

fof(c_0_2336,plain,
    lhs_atom509,
    c_0_1398 ).

fof(c_0_2337,plain,
    lhs_atom508,
    c_0_1399 ).

fof(c_0_2338,plain,
    lhs_atom507,
    c_0_1400 ).

fof(c_0_2339,plain,
    lhs_atom506,
    c_0_1401 ).

fof(c_0_2340,plain,
    lhs_atom191,
    c_0_1402 ).

fof(c_0_2341,plain,
    lhs_atom505,
    c_0_1403 ).

fof(c_0_2342,plain,
    lhs_atom504,
    c_0_1404 ).

fof(c_0_2343,plain,
    lhs_atom503,
    c_0_1405 ).

fof(c_0_2344,plain,
    lhs_atom502,
    c_0_1406 ).

fof(c_0_2345,plain,
    lhs_atom501,
    c_0_1407 ).

fof(c_0_2346,plain,
    lhs_atom500,
    c_0_1408 ).

fof(c_0_2347,plain,
    lhs_atom499,
    c_0_1409 ).

fof(c_0_2348,plain,
    lhs_atom498,
    c_0_1410 ).

fof(c_0_2349,plain,
    lhs_atom497,
    c_0_1411 ).

fof(c_0_2350,plain,
    lhs_atom496,
    c_0_1412 ).

fof(c_0_2351,plain,
    lhs_atom495,
    c_0_1413 ).

fof(c_0_2352,plain,
    lhs_atom494,
    c_0_1414 ).

fof(c_0_2353,plain,
    lhs_atom493,
    c_0_1415 ).

fof(c_0_2354,plain,
    lhs_atom492,
    c_0_1416 ).

fof(c_0_2355,plain,
    lhs_atom491,
    c_0_1417 ).

fof(c_0_2356,plain,
    lhs_atom490,
    c_0_1418 ).

fof(c_0_2357,plain,
    lhs_atom489,
    c_0_1419 ).

fof(c_0_2358,plain,
    lhs_atom488,
    c_0_1420 ).

fof(c_0_2359,plain,
    lhs_atom487,
    c_0_1421 ).

fof(c_0_2360,plain,
    lhs_atom486,
    c_0_1422 ).

fof(c_0_2361,plain,
    lhs_atom485,
    c_0_1423 ).

fof(c_0_2362,plain,
    lhs_atom484,
    c_0_1424 ).

fof(c_0_2363,plain,
    lhs_atom483,
    c_0_1425 ).

fof(c_0_2364,plain,
    lhs_atom482,
    c_0_1426 ).

fof(c_0_2365,plain,
    lhs_atom481,
    c_0_1427 ).

fof(c_0_2366,plain,
    lhs_atom480,
    c_0_1428 ).

fof(c_0_2367,plain,
    lhs_atom479,
    c_0_1429 ).

fof(c_0_2368,plain,
    lhs_atom478,
    c_0_1430 ).

fof(c_0_2369,plain,
    lhs_atom477,
    c_0_1431 ).

fof(c_0_2370,plain,
    lhs_atom476,
    c_0_1432 ).

fof(c_0_2371,plain,
    lhs_atom475,
    c_0_1433 ).

fof(c_0_2372,plain,
    lhs_atom474,
    c_0_1434 ).

fof(c_0_2373,plain,
    lhs_atom473,
    c_0_1435 ).

fof(c_0_2374,plain,
    lhs_atom472,
    c_0_1436 ).

fof(c_0_2375,plain,
    lhs_atom471,
    c_0_1437 ).

fof(c_0_2376,plain,
    lhs_atom470,
    c_0_1438 ).

fof(c_0_2377,plain,
    lhs_atom469,
    c_0_1439 ).

fof(c_0_2378,plain,
    lhs_atom468,
    c_0_1440 ).

fof(c_0_2379,plain,
    lhs_atom467,
    c_0_1441 ).

fof(c_0_2380,plain,
    lhs_atom466,
    c_0_1442 ).

fof(c_0_2381,plain,
    lhs_atom465,
    c_0_1443 ).

fof(c_0_2382,plain,
    lhs_atom464,
    c_0_1444 ).

fof(c_0_2383,plain,
    lhs_atom463,
    c_0_1445 ).

fof(c_0_2384,plain,
    lhs_atom462,
    c_0_1446 ).

fof(c_0_2385,plain,
    lhs_atom461,
    c_0_1447 ).

fof(c_0_2386,plain,
    lhs_atom460,
    c_0_1448 ).

fof(c_0_2387,plain,
    lhs_atom459,
    c_0_1449 ).

fof(c_0_2388,plain,
    lhs_atom458,
    c_0_1450 ).

fof(c_0_2389,plain,
    lhs_atom457,
    c_0_1451 ).

fof(c_0_2390,plain,
    lhs_atom456,
    c_0_1452 ).

fof(c_0_2391,plain,
    lhs_atom455,
    c_0_1453 ).

fof(c_0_2392,plain,
    lhs_atom454,
    c_0_1454 ).

fof(c_0_2393,plain,
    lhs_atom453,
    c_0_1455 ).

fof(c_0_2394,plain,
    lhs_atom452,
    c_0_1456 ).

fof(c_0_2395,plain,
    lhs_atom451,
    c_0_1457 ).

fof(c_0_2396,plain,
    lhs_atom174,
    c_0_1458 ).

fof(c_0_2397,plain,
    lhs_atom450,
    c_0_1459 ).

fof(c_0_2398,plain,
    lhs_atom122,
    c_0_1460 ).

fof(c_0_2399,plain,
    lhs_atom449,
    c_0_1461 ).

fof(c_0_2400,plain,
    lhs_atom448,
    c_0_1462 ).

fof(c_0_2401,plain,
    lhs_atom447,
    c_0_1463 ).

fof(c_0_2402,plain,
    lhs_atom446,
    c_0_1464 ).

fof(c_0_2403,plain,
    lhs_atom445,
    c_0_1465 ).

fof(c_0_2404,plain,
    lhs_atom444,
    c_0_1466 ).

fof(c_0_2405,plain,
    lhs_atom443,
    c_0_1467 ).

fof(c_0_2406,plain,
    lhs_atom442,
    c_0_1468 ).

fof(c_0_2407,plain,
    lhs_atom441,
    c_0_1469 ).

fof(c_0_2408,plain,
    lhs_atom440,
    c_0_1470 ).

fof(c_0_2409,plain,
    lhs_atom439,
    c_0_1471 ).

fof(c_0_2410,plain,
    lhs_atom438,
    c_0_1472 ).

fof(c_0_2411,plain,
    lhs_atom437,
    c_0_1473 ).

fof(c_0_2412,plain,
    lhs_atom436,
    c_0_1474 ).

fof(c_0_2413,plain,
    lhs_atom435,
    c_0_1475 ).

fof(c_0_2414,plain,
    lhs_atom434,
    c_0_1476 ).

fof(c_0_2415,plain,
    lhs_atom433,
    c_0_1477 ).

fof(c_0_2416,plain,
    lhs_atom432,
    c_0_1478 ).

fof(c_0_2417,plain,
    lhs_atom431,
    c_0_1479 ).

fof(c_0_2418,plain,
    lhs_atom430,
    c_0_1480 ).

fof(c_0_2419,plain,
    lhs_atom429,
    c_0_1481 ).

fof(c_0_2420,plain,
    lhs_atom428,
    c_0_1482 ).

fof(c_0_2421,plain,
    lhs_atom427,
    c_0_1483 ).

fof(c_0_2422,plain,
    lhs_atom426,
    c_0_1484 ).

fof(c_0_2423,plain,
    lhs_atom425,
    c_0_1485 ).

fof(c_0_2424,plain,
    lhs_atom424,
    c_0_1486 ).

fof(c_0_2425,plain,
    lhs_atom423,
    c_0_1487 ).

fof(c_0_2426,plain,
    lhs_atom422,
    c_0_1488 ).

fof(c_0_2427,plain,
    lhs_atom421,
    c_0_1489 ).

fof(c_0_2428,plain,
    lhs_atom420,
    c_0_1490 ).

fof(c_0_2429,plain,
    lhs_atom419,
    c_0_1491 ).

fof(c_0_2430,plain,
    lhs_atom418,
    c_0_1492 ).

fof(c_0_2431,plain,
    lhs_atom417,
    c_0_1493 ).

fof(c_0_2432,plain,
    lhs_atom416,
    c_0_1494 ).

fof(c_0_2433,plain,
    lhs_atom415,
    c_0_1495 ).

fof(c_0_2434,plain,
    lhs_atom414,
    c_0_1496 ).

fof(c_0_2435,plain,
    lhs_atom413,
    c_0_1497 ).

fof(c_0_2436,plain,
    lhs_atom412,
    c_0_1498 ).

fof(c_0_2437,plain,
    lhs_atom411,
    c_0_1499 ).

fof(c_0_2438,plain,
    lhs_atom410,
    c_0_1500 ).

fof(c_0_2439,plain,
    lhs_atom409,
    c_0_1501 ).

fof(c_0_2440,plain,
    lhs_atom408,
    c_0_1502 ).

fof(c_0_2441,plain,
    lhs_atom407,
    c_0_1503 ).

fof(c_0_2442,plain,
    lhs_atom406,
    c_0_1504 ).

fof(c_0_2443,plain,
    lhs_atom405,
    c_0_1505 ).

fof(c_0_2444,plain,
    lhs_atom404,
    c_0_1506 ).

fof(c_0_2445,plain,
    lhs_atom403,
    c_0_1507 ).

fof(c_0_2446,plain,
    lhs_atom402,
    c_0_1508 ).

fof(c_0_2447,plain,
    lhs_atom401,
    c_0_1509 ).

fof(c_0_2448,plain,
    lhs_atom400,
    c_0_1510 ).

fof(c_0_2449,plain,
    lhs_atom399,
    c_0_1511 ).

fof(c_0_2450,plain,
    lhs_atom398,
    c_0_1512 ).

fof(c_0_2451,plain,
    lhs_atom397,
    c_0_1513 ).

fof(c_0_2452,plain,
    lhs_atom396,
    c_0_1514 ).

fof(c_0_2453,plain,
    lhs_atom395,
    c_0_1515 ).

fof(c_0_2454,plain,
    lhs_atom394,
    c_0_1516 ).

fof(c_0_2455,plain,
    lhs_atom393,
    c_0_1517 ).

fof(c_0_2456,plain,
    lhs_atom392,
    c_0_1518 ).

fof(c_0_2457,plain,
    lhs_atom391,
    c_0_1519 ).

fof(c_0_2458,plain,
    lhs_atom390,
    c_0_1520 ).

fof(c_0_2459,plain,
    lhs_atom389,
    c_0_1521 ).

fof(c_0_2460,plain,
    lhs_atom388,
    c_0_1522 ).

fof(c_0_2461,plain,
    lhs_atom387,
    c_0_1523 ).

fof(c_0_2462,plain,
    lhs_atom386,
    c_0_1524 ).

fof(c_0_2463,plain,
    lhs_atom385,
    c_0_1525 ).

fof(c_0_2464,plain,
    lhs_atom384,
    c_0_1526 ).

fof(c_0_2465,plain,
    lhs_atom383,
    c_0_1527 ).

fof(c_0_2466,plain,
    lhs_atom382,
    c_0_1528 ).

fof(c_0_2467,plain,
    lhs_atom381,
    c_0_1529 ).

fof(c_0_2468,plain,
    lhs_atom380,
    c_0_1530 ).

fof(c_0_2469,plain,
    lhs_atom379,
    c_0_1531 ).

fof(c_0_2470,plain,
    lhs_atom378,
    c_0_1532 ).

fof(c_0_2471,plain,
    lhs_atom377,
    c_0_1533 ).

fof(c_0_2472,plain,
    lhs_atom376,
    c_0_1534 ).

fof(c_0_2473,plain,
    lhs_atom375,
    c_0_1535 ).

fof(c_0_2474,plain,
    lhs_atom374,
    c_0_1536 ).

fof(c_0_2475,plain,
    lhs_atom373,
    c_0_1537 ).

fof(c_0_2476,plain,
    lhs_atom372,
    c_0_1538 ).

fof(c_0_2477,plain,
    lhs_atom371,
    c_0_1539 ).

fof(c_0_2478,plain,
    lhs_atom370,
    c_0_1540 ).

fof(c_0_2479,plain,
    lhs_atom369,
    c_0_1541 ).

fof(c_0_2480,plain,
    lhs_atom368,
    c_0_1542 ).

fof(c_0_2481,plain,
    lhs_atom367,
    c_0_1543 ).

fof(c_0_2482,plain,
    lhs_atom366,
    c_0_1544 ).

fof(c_0_2483,plain,
    lhs_atom365,
    c_0_1545 ).

fof(c_0_2484,plain,
    lhs_atom364,
    c_0_1546 ).

fof(c_0_2485,plain,
    lhs_atom363,
    c_0_1547 ).

fof(c_0_2486,plain,
    lhs_atom362,
    c_0_1548 ).

fof(c_0_2487,plain,
    lhs_atom361,
    c_0_1549 ).

fof(c_0_2488,plain,
    lhs_atom360,
    c_0_1550 ).

fof(c_0_2489,plain,
    lhs_atom359,
    c_0_1551 ).

fof(c_0_2490,plain,
    lhs_atom358,
    c_0_1552 ).

fof(c_0_2491,plain,
    lhs_atom357,
    c_0_1553 ).

fof(c_0_2492,plain,
    lhs_atom356,
    c_0_1554 ).

fof(c_0_2493,plain,
    lhs_atom355,
    c_0_1555 ).

fof(c_0_2494,plain,
    lhs_atom354,
    c_0_1556 ).

fof(c_0_2495,plain,
    lhs_atom353,
    c_0_1557 ).

fof(c_0_2496,plain,
    lhs_atom352,
    c_0_1558 ).

fof(c_0_2497,plain,
    lhs_atom351,
    c_0_1559 ).

fof(c_0_2498,plain,
    lhs_atom350,
    c_0_1560 ).

fof(c_0_2499,plain,
    lhs_atom349,
    c_0_1561 ).

fof(c_0_2500,plain,
    lhs_atom348,
    c_0_1562 ).

fof(c_0_2501,plain,
    lhs_atom347,
    c_0_1563 ).

fof(c_0_2502,plain,
    lhs_atom346,
    c_0_1564 ).

fof(c_0_2503,plain,
    lhs_atom345,
    c_0_1565 ).

fof(c_0_2504,plain,
    lhs_atom344,
    c_0_1566 ).

fof(c_0_2505,plain,
    lhs_atom343,
    c_0_1567 ).

fof(c_0_2506,plain,
    lhs_atom342,
    c_0_1568 ).

fof(c_0_2507,plain,
    lhs_atom341,
    c_0_1569 ).

fof(c_0_2508,plain,
    lhs_atom340,
    c_0_1570 ).

fof(c_0_2509,plain,
    lhs_atom339,
    c_0_1571 ).

fof(c_0_2510,plain,
    lhs_atom338,
    c_0_1572 ).

fof(c_0_2511,plain,
    lhs_atom337,
    c_0_1573 ).

fof(c_0_2512,plain,
    lhs_atom336,
    c_0_1574 ).

fof(c_0_2513,plain,
    lhs_atom335,
    c_0_1575 ).

fof(c_0_2514,plain,
    lhs_atom334,
    c_0_1576 ).

fof(c_0_2515,plain,
    lhs_atom333,
    c_0_1577 ).

fof(c_0_2516,plain,
    lhs_atom332,
    c_0_1578 ).

fof(c_0_2517,plain,
    lhs_atom331,
    c_0_1579 ).

fof(c_0_2518,plain,
    lhs_atom330,
    c_0_1580 ).

fof(c_0_2519,plain,
    lhs_atom329,
    c_0_1581 ).

fof(c_0_2520,plain,
    lhs_atom328,
    c_0_1582 ).

fof(c_0_2521,plain,
    lhs_atom327,
    c_0_1583 ).

fof(c_0_2522,plain,
    lhs_atom326,
    c_0_1584 ).

fof(c_0_2523,plain,
    lhs_atom325,
    c_0_1585 ).

fof(c_0_2524,plain,
    lhs_atom324,
    c_0_1586 ).

fof(c_0_2525,plain,
    lhs_atom323,
    c_0_1587 ).

fof(c_0_2526,plain,
    lhs_atom322,
    c_0_1588 ).

fof(c_0_2527,plain,
    lhs_atom321,
    c_0_1589 ).

fof(c_0_2528,plain,
    lhs_atom320,
    c_0_1590 ).

fof(c_0_2529,plain,
    lhs_atom319,
    c_0_1591 ).

fof(c_0_2530,plain,
    lhs_atom318,
    c_0_1592 ).

fof(c_0_2531,plain,
    lhs_atom317,
    c_0_1593 ).

fof(c_0_2532,plain,
    lhs_atom316,
    c_0_1594 ).

fof(c_0_2533,plain,
    lhs_atom315,
    c_0_1595 ).

fof(c_0_2534,plain,
    lhs_atom314,
    c_0_1596 ).

fof(c_0_2535,plain,
    lhs_atom313,
    c_0_1597 ).

fof(c_0_2536,plain,
    lhs_atom312,
    c_0_1598 ).

fof(c_0_2537,plain,
    lhs_atom311,
    c_0_1599 ).

fof(c_0_2538,plain,
    lhs_atom310,
    c_0_1600 ).

fof(c_0_2539,plain,
    lhs_atom309,
    c_0_1601 ).

fof(c_0_2540,plain,
    lhs_atom308,
    c_0_1602 ).

fof(c_0_2541,plain,
    lhs_atom307,
    c_0_1603 ).

fof(c_0_2542,plain,
    lhs_atom306,
    c_0_1604 ).

fof(c_0_2543,plain,
    lhs_atom305,
    c_0_1605 ).

fof(c_0_2544,plain,
    lhs_atom304,
    c_0_1606 ).

fof(c_0_2545,plain,
    lhs_atom303,
    c_0_1607 ).

fof(c_0_2546,plain,
    lhs_atom302,
    c_0_1608 ).

fof(c_0_2547,plain,
    lhs_atom301,
    c_0_1609 ).

fof(c_0_2548,plain,
    lhs_atom300,
    c_0_1610 ).

fof(c_0_2549,plain,
    lhs_atom299,
    c_0_1611 ).

fof(c_0_2550,plain,
    lhs_atom298,
    c_0_1612 ).

fof(c_0_2551,plain,
    lhs_atom297,
    c_0_1613 ).

fof(c_0_2552,plain,
    lhs_atom296,
    c_0_1614 ).

fof(c_0_2553,plain,
    lhs_atom295,
    c_0_1615 ).

fof(c_0_2554,plain,
    lhs_atom294,
    c_0_1616 ).

fof(c_0_2555,plain,
    lhs_atom293,
    c_0_1617 ).

fof(c_0_2556,plain,
    lhs_atom292,
    c_0_1618 ).

fof(c_0_2557,plain,
    lhs_atom291,
    c_0_1619 ).

fof(c_0_2558,plain,
    lhs_atom290,
    c_0_1620 ).

fof(c_0_2559,plain,
    lhs_atom289,
    c_0_1621 ).

fof(c_0_2560,plain,
    lhs_atom288,
    c_0_1622 ).

fof(c_0_2561,plain,
    lhs_atom287,
    c_0_1623 ).

fof(c_0_2562,plain,
    lhs_atom286,
    c_0_1624 ).

fof(c_0_2563,plain,
    lhs_atom285,
    c_0_1625 ).

fof(c_0_2564,plain,
    lhs_atom284,
    c_0_1626 ).

fof(c_0_2565,plain,
    lhs_atom283,
    c_0_1627 ).

fof(c_0_2566,plain,
    lhs_atom282,
    c_0_1628 ).

fof(c_0_2567,plain,
    lhs_atom281,
    c_0_1629 ).

fof(c_0_2568,plain,
    lhs_atom280,
    c_0_1630 ).

fof(c_0_2569,plain,
    lhs_atom279,
    c_0_1631 ).

fof(c_0_2570,plain,
    lhs_atom278,
    c_0_1632 ).

fof(c_0_2571,plain,
    lhs_atom277,
    c_0_1633 ).

fof(c_0_2572,plain,
    lhs_atom276,
    c_0_1634 ).

fof(c_0_2573,plain,
    lhs_atom275,
    c_0_1635 ).

fof(c_0_2574,plain,
    lhs_atom274,
    c_0_1636 ).

fof(c_0_2575,plain,
    lhs_atom273,
    c_0_1637 ).

fof(c_0_2576,plain,
    lhs_atom272,
    c_0_1638 ).

fof(c_0_2577,plain,
    lhs_atom271,
    c_0_1639 ).

fof(c_0_2578,plain,
    lhs_atom270,
    c_0_1640 ).

fof(c_0_2579,plain,
    lhs_atom269,
    c_0_1641 ).

fof(c_0_2580,plain,
    lhs_atom268,
    c_0_1642 ).

fof(c_0_2581,plain,
    lhs_atom267,
    c_0_1643 ).

fof(c_0_2582,plain,
    lhs_atom266,
    c_0_1644 ).

fof(c_0_2583,plain,
    lhs_atom265,
    c_0_1645 ).

fof(c_0_2584,plain,
    lhs_atom264,
    c_0_1646 ).

fof(c_0_2585,plain,
    lhs_atom263,
    c_0_1647 ).

fof(c_0_2586,plain,
    lhs_atom262,
    c_0_1648 ).

fof(c_0_2587,plain,
    lhs_atom261,
    c_0_1649 ).

fof(c_0_2588,plain,
    lhs_atom260,
    c_0_1650 ).

fof(c_0_2589,plain,
    lhs_atom259,
    c_0_1651 ).

fof(c_0_2590,plain,
    lhs_atom258,
    c_0_1652 ).

fof(c_0_2591,plain,
    lhs_atom257,
    c_0_1653 ).

fof(c_0_2592,plain,
    lhs_atom256,
    c_0_1654 ).

fof(c_0_2593,plain,
    lhs_atom255,
    c_0_1655 ).

fof(c_0_2594,plain,
    lhs_atom254,
    c_0_1656 ).

fof(c_0_2595,plain,
    lhs_atom253,
    c_0_1657 ).

fof(c_0_2596,plain,
    lhs_atom252,
    c_0_1658 ).

fof(c_0_2597,plain,
    lhs_atom251,
    c_0_1659 ).

fof(c_0_2598,plain,
    lhs_atom250,
    c_0_1660 ).

fof(c_0_2599,plain,
    lhs_atom249,
    c_0_1661 ).

fof(c_0_2600,plain,
    lhs_atom248,
    c_0_1662 ).

fof(c_0_2601,plain,
    lhs_atom247,
    c_0_1663 ).

fof(c_0_2602,plain,
    lhs_atom246,
    c_0_1664 ).

fof(c_0_2603,plain,
    lhs_atom245,
    c_0_1665 ).

fof(c_0_2604,plain,
    lhs_atom244,
    c_0_1666 ).

fof(c_0_2605,plain,
    lhs_atom243,
    c_0_1667 ).

fof(c_0_2606,plain,
    lhs_atom242,
    c_0_1668 ).

fof(c_0_2607,plain,
    lhs_atom241,
    c_0_1669 ).

fof(c_0_2608,plain,
    lhs_atom240,
    c_0_1670 ).

fof(c_0_2609,plain,
    lhs_atom239,
    c_0_1671 ).

fof(c_0_2610,plain,
    lhs_atom238,
    c_0_1672 ).

fof(c_0_2611,plain,
    lhs_atom237,
    c_0_1673 ).

fof(c_0_2612,plain,
    lhs_atom236,
    c_0_1674 ).

fof(c_0_2613,plain,
    lhs_atom235,
    c_0_1675 ).

fof(c_0_2614,plain,
    lhs_atom234,
    c_0_1676 ).

fof(c_0_2615,plain,
    lhs_atom233,
    c_0_1677 ).

fof(c_0_2616,plain,
    lhs_atom232,
    c_0_1678 ).

fof(c_0_2617,plain,
    lhs_atom231,
    c_0_1679 ).

fof(c_0_2618,plain,
    lhs_atom230,
    c_0_1680 ).

fof(c_0_2619,plain,
    lhs_atom229,
    c_0_1681 ).

fof(c_0_2620,plain,
    lhs_atom228,
    c_0_1682 ).

fof(c_0_2621,plain,
    lhs_atom227,
    c_0_1683 ).

fof(c_0_2622,plain,
    lhs_atom226,
    c_0_1684 ).

fof(c_0_2623,plain,
    lhs_atom225,
    c_0_1685 ).

fof(c_0_2624,plain,
    lhs_atom224,
    c_0_1686 ).

fof(c_0_2625,plain,
    lhs_atom223,
    c_0_1687 ).

fof(c_0_2626,plain,
    lhs_atom222,
    c_0_1688 ).

fof(c_0_2627,plain,
    lhs_atom221,
    c_0_1689 ).

fof(c_0_2628,plain,
    lhs_atom220,
    c_0_1690 ).

fof(c_0_2629,plain,
    lhs_atom219,
    c_0_1691 ).

fof(c_0_2630,plain,
    lhs_atom218,
    c_0_1692 ).

fof(c_0_2631,plain,
    lhs_atom217,
    c_0_1693 ).

fof(c_0_2632,plain,
    lhs_atom216,
    c_0_1694 ).

fof(c_0_2633,plain,
    lhs_atom215,
    c_0_1695 ).

fof(c_0_2634,plain,
    lhs_atom214,
    c_0_1696 ).

fof(c_0_2635,plain,
    lhs_atom213,
    c_0_1697 ).

fof(c_0_2636,plain,
    lhs_atom212,
    c_0_1698 ).

fof(c_0_2637,plain,
    lhs_atom211,
    c_0_1699 ).

fof(c_0_2638,plain,
    lhs_atom210,
    c_0_1700 ).

fof(c_0_2639,plain,
    lhs_atom209,
    c_0_1701 ).

fof(c_0_2640,plain,
    lhs_atom208,
    c_0_1702 ).

fof(c_0_2641,plain,
    lhs_atom207,
    c_0_1703 ).

fof(c_0_2642,plain,
    lhs_atom206,
    c_0_1704 ).

fof(c_0_2643,plain,
    lhs_atom205,
    c_0_1705 ).

fof(c_0_2644,plain,
    lhs_atom204,
    c_0_1706 ).

fof(c_0_2645,plain,
    lhs_atom203,
    c_0_1707 ).

fof(c_0_2646,plain,
    lhs_atom202,
    c_0_1708 ).

fof(c_0_2647,plain,
    lhs_atom201,
    c_0_1709 ).

fof(c_0_2648,plain,
    lhs_atom200,
    c_0_1710 ).

fof(c_0_2649,plain,
    lhs_atom199,
    c_0_1711 ).

fof(c_0_2650,plain,
    lhs_atom198,
    c_0_1712 ).

fof(c_0_2651,plain,
    lhs_atom197,
    c_0_1713 ).

fof(c_0_2652,plain,
    lhs_atom196,
    c_0_1714 ).

fof(c_0_2653,plain,
    lhs_atom195,
    c_0_1715 ).

fof(c_0_2654,plain,
    lhs_atom194,
    c_0_1716 ).

fof(c_0_2655,plain,
    lhs_atom193,
    c_0_1717 ).

fof(c_0_2656,plain,
    lhs_atom192,
    c_0_1718 ).

fof(c_0_2657,plain,
    lhs_atom191,
    c_0_1719 ).

fof(c_0_2658,plain,
    lhs_atom190,
    c_0_1720 ).

fof(c_0_2659,plain,
    lhs_atom189,
    c_0_1721 ).

fof(c_0_2660,plain,
    lhs_atom188,
    c_0_1722 ).

fof(c_0_2661,plain,
    lhs_atom187,
    c_0_1723 ).

fof(c_0_2662,plain,
    lhs_atom186,
    c_0_1724 ).

fof(c_0_2663,plain,
    lhs_atom185,
    c_0_1725 ).

fof(c_0_2664,plain,
    lhs_atom184,
    c_0_1726 ).

fof(c_0_2665,plain,
    lhs_atom183,
    c_0_1727 ).

fof(c_0_2666,plain,
    lhs_atom182,
    c_0_1728 ).

fof(c_0_2667,plain,
    lhs_atom181,
    c_0_1729 ).

fof(c_0_2668,plain,
    lhs_atom180,
    c_0_1730 ).

fof(c_0_2669,plain,
    lhs_atom179,
    c_0_1731 ).

fof(c_0_2670,plain,
    lhs_atom178,
    c_0_1732 ).

fof(c_0_2671,plain,
    lhs_atom177,
    c_0_1733 ).

fof(c_0_2672,plain,
    lhs_atom176,
    c_0_1734 ).

fof(c_0_2673,plain,
    lhs_atom175,
    c_0_1735 ).

fof(c_0_2674,plain,
    lhs_atom174,
    c_0_1736 ).

fof(c_0_2675,plain,
    lhs_atom173,
    c_0_1737 ).

fof(c_0_2676,plain,
    lhs_atom172,
    c_0_1738 ).

fof(c_0_2677,plain,
    lhs_atom171,
    c_0_1739 ).

fof(c_0_2678,plain,
    lhs_atom170,
    c_0_1740 ).

fof(c_0_2679,plain,
    lhs_atom169,
    c_0_1741 ).

fof(c_0_2680,plain,
    lhs_atom168,
    c_0_1742 ).

fof(c_0_2681,plain,
    lhs_atom167,
    c_0_1743 ).

fof(c_0_2682,plain,
    lhs_atom166,
    c_0_1744 ).

fof(c_0_2683,plain,
    lhs_atom165,
    c_0_1745 ).

fof(c_0_2684,plain,
    lhs_atom164,
    c_0_1746 ).

fof(c_0_2685,plain,
    lhs_atom163,
    c_0_1747 ).

fof(c_0_2686,plain,
    lhs_atom162,
    c_0_1748 ).

fof(c_0_2687,plain,
    lhs_atom161,
    c_0_1749 ).

fof(c_0_2688,plain,
    lhs_atom160,
    c_0_1750 ).

fof(c_0_2689,plain,
    lhs_atom159,
    c_0_1751 ).

fof(c_0_2690,plain,
    lhs_atom158,
    c_0_1752 ).

fof(c_0_2691,plain,
    lhs_atom157,
    c_0_1753 ).

fof(c_0_2692,plain,
    lhs_atom156,
    c_0_1754 ).

fof(c_0_2693,plain,
    lhs_atom155,
    c_0_1755 ).

fof(c_0_2694,plain,
    lhs_atom154,
    c_0_1756 ).

fof(c_0_2695,plain,
    lhs_atom153,
    c_0_1757 ).

fof(c_0_2696,plain,
    lhs_atom152,
    c_0_1758 ).

fof(c_0_2697,plain,
    lhs_atom151,
    c_0_1759 ).

fof(c_0_2698,plain,
    lhs_atom150,
    c_0_1760 ).

fof(c_0_2699,plain,
    lhs_atom149,
    c_0_1761 ).

fof(c_0_2700,plain,
    lhs_atom148,
    c_0_1762 ).

fof(c_0_2701,plain,
    lhs_atom147,
    c_0_1763 ).

fof(c_0_2702,plain,
    lhs_atom146,
    c_0_1764 ).

fof(c_0_2703,plain,
    lhs_atom145,
    c_0_1765 ).

fof(c_0_2704,plain,
    lhs_atom144,
    c_0_1766 ).

fof(c_0_2705,plain,
    lhs_atom143,
    c_0_1767 ).

fof(c_0_2706,plain,
    lhs_atom142,
    c_0_1768 ).

fof(c_0_2707,plain,
    lhs_atom141,
    c_0_1769 ).

fof(c_0_2708,plain,
    lhs_atom140,
    c_0_1770 ).

fof(c_0_2709,plain,
    lhs_atom139,
    c_0_1771 ).

fof(c_0_2710,plain,
    lhs_atom138,
    c_0_1772 ).

fof(c_0_2711,plain,
    lhs_atom137,
    c_0_1773 ).

fof(c_0_2712,plain,
    lhs_atom136,
    c_0_1774 ).

fof(c_0_2713,plain,
    lhs_atom135,
    c_0_1775 ).

fof(c_0_2714,plain,
    lhs_atom134,
    c_0_1776 ).

fof(c_0_2715,plain,
    lhs_atom133,
    c_0_1777 ).

fof(c_0_2716,plain,
    lhs_atom132,
    c_0_1778 ).

fof(c_0_2717,plain,
    lhs_atom131,
    c_0_1779 ).

fof(c_0_2718,plain,
    lhs_atom130,
    c_0_1780 ).

fof(c_0_2719,plain,
    lhs_atom129,
    c_0_1781 ).

fof(c_0_2720,plain,
    lhs_atom128,
    c_0_1782 ).

fof(c_0_2721,plain,
    lhs_atom127,
    c_0_1783 ).

fof(c_0_2722,plain,
    lhs_atom126,
    c_0_1784 ).

fof(c_0_2723,plain,
    lhs_atom125,
    c_0_1785 ).

fof(c_0_2724,plain,
    lhs_atom124,
    c_0_1786 ).

fof(c_0_2725,plain,
    lhs_atom123,
    c_0_1787 ).

fof(c_0_2726,plain,
    lhs_atom122,
    c_0_1788 ).

fof(c_0_2727,plain,
    lhs_atom121,
    c_0_1789 ).

fof(c_0_2728,plain,
    lhs_atom120,
    c_0_1790 ).

fof(c_0_2729,plain,
    lhs_atom119,
    c_0_1791 ).

fof(c_0_2730,plain,
    lhs_atom118,
    c_0_1792 ).

fof(c_0_2731,plain,
    lhs_atom117,
    c_0_1793 ).

fof(c_0_2732,plain,
    lhs_atom116,
    c_0_1794 ).

fof(c_0_2733,plain,
    lhs_atom115,
    c_0_1795 ).

fof(c_0_2734,plain,
    lhs_atom114,
    c_0_1796 ).

fof(c_0_2735,plain,
    lhs_atom113,
    c_0_1797 ).

fof(c_0_2736,plain,
    lhs_atom112,
    c_0_1798 ).

fof(c_0_2737,plain,
    lhs_atom111,
    c_0_1799 ).

fof(c_0_2738,plain,
    lhs_atom110,
    c_0_1800 ).

fof(c_0_2739,plain,
    lhs_atom109,
    c_0_1801 ).

fof(c_0_2740,plain,
    lhs_atom108,
    c_0_1802 ).

fof(c_0_2741,plain,
    lhs_atom107,
    c_0_1803 ).

fof(c_0_2742,plain,
    lhs_atom106,
    c_0_1804 ).

fof(c_0_2743,plain,
    lhs_atom105,
    c_0_1805 ).

fof(c_0_2744,plain,
    lhs_atom104,
    c_0_1806 ).

fof(c_0_2745,plain,
    lhs_atom103,
    c_0_1807 ).

fof(c_0_2746,plain,
    lhs_atom102,
    c_0_1808 ).

fof(c_0_2747,plain,
    lhs_atom101,
    c_0_1809 ).

fof(c_0_2748,plain,
    lhs_atom100,
    c_0_1810 ).

fof(c_0_2749,plain,
    lhs_atom99,
    c_0_1811 ).

fof(c_0_2750,plain,
    lhs_atom98,
    c_0_1812 ).

fof(c_0_2751,plain,
    lhs_atom97,
    c_0_1813 ).

fof(c_0_2752,plain,
    lhs_atom96,
    c_0_1814 ).

fof(c_0_2753,plain,
    lhs_atom95,
    c_0_1815 ).

fof(c_0_2754,plain,
    lhs_atom94,
    c_0_1816 ).

fof(c_0_2755,plain,
    lhs_atom93,
    c_0_1817 ).

fof(c_0_2756,plain,
    lhs_atom92,
    c_0_1818 ).

fof(c_0_2757,plain,
    lhs_atom91,
    c_0_1819 ).

fof(c_0_2758,plain,
    lhs_atom90,
    c_0_1820 ).

fof(c_0_2759,plain,
    lhs_atom89,
    c_0_1821 ).

fof(c_0_2760,plain,
    lhs_atom88,
    c_0_1822 ).

fof(c_0_2761,plain,
    lhs_atom87,
    c_0_1823 ).

fof(c_0_2762,plain,
    lhs_atom86,
    c_0_1824 ).

fof(c_0_2763,plain,
    lhs_atom85,
    c_0_1825 ).

fof(c_0_2764,plain,
    lhs_atom84,
    c_0_1826 ).

fof(c_0_2765,plain,
    lhs_atom83,
    c_0_1827 ).

fof(c_0_2766,plain,
    lhs_atom82,
    c_0_1828 ).

fof(c_0_2767,plain,
    lhs_atom81,
    c_0_1829 ).

fof(c_0_2768,plain,
    lhs_atom80,
    c_0_1830 ).

fof(c_0_2769,plain,
    lhs_atom79,
    c_0_1831 ).

fof(c_0_2770,plain,
    lhs_atom78,
    c_0_1832 ).

fof(c_0_2771,plain,
    lhs_atom77,
    c_0_1833 ).

fof(c_0_2772,plain,
    lhs_atom76,
    c_0_1834 ).

fof(c_0_2773,plain,
    lhs_atom75,
    c_0_1835 ).

fof(c_0_2774,plain,
    lhs_atom74,
    c_0_1836 ).

fof(c_0_2775,plain,
    lhs_atom73,
    c_0_1837 ).

fof(c_0_2776,plain,
    lhs_atom72,
    c_0_1838 ).

fof(c_0_2777,plain,
    lhs_atom71,
    c_0_1839 ).

fof(c_0_2778,plain,
    lhs_atom70,
    c_0_1840 ).

fof(c_0_2779,plain,
    lhs_atom69,
    c_0_1841 ).

fof(c_0_2780,plain,
    lhs_atom68,
    c_0_1842 ).

fof(c_0_2781,plain,
    lhs_atom67,
    c_0_1843 ).

fof(c_0_2782,plain,
    lhs_atom66,
    c_0_1844 ).

fof(c_0_2783,plain,
    lhs_atom65,
    c_0_1845 ).

fof(c_0_2784,plain,
    lhs_atom64,
    c_0_1846 ).

fof(c_0_2785,plain,
    lhs_atom63,
    c_0_1847 ).

fof(c_0_2786,plain,
    lhs_atom62,
    c_0_1848 ).

fof(c_0_2787,plain,
    lhs_atom61,
    c_0_1849 ).

fof(c_0_2788,plain,
    lhs_atom60,
    c_0_1850 ).

fof(c_0_2789,plain,
    lhs_atom59,
    c_0_1851 ).

fof(c_0_2790,plain,
    lhs_atom58,
    c_0_1852 ).

fof(c_0_2791,plain,
    lhs_atom57,
    c_0_1853 ).

fof(c_0_2792,plain,
    lhs_atom56,
    c_0_1854 ).

fof(c_0_2793,plain,
    lhs_atom55,
    c_0_1855 ).

fof(c_0_2794,plain,
    lhs_atom54,
    c_0_1856 ).

fof(c_0_2795,plain,
    lhs_atom53,
    c_0_1857 ).

fof(c_0_2796,plain,
    lhs_atom52,
    c_0_1858 ).

fof(c_0_2797,plain,
    lhs_atom51,
    c_0_1859 ).

fof(c_0_2798,plain,
    lhs_atom50,
    c_0_1860 ).

fof(c_0_2799,plain,
    lhs_atom49,
    c_0_1861 ).

fof(c_0_2800,plain,
    lhs_atom48,
    c_0_1862 ).

fof(c_0_2801,plain,
    lhs_atom47,
    c_0_1863 ).

fof(c_0_2802,plain,
    lhs_atom46,
    c_0_1864 ).

fof(c_0_2803,plain,
    lhs_atom45,
    c_0_1865 ).

fof(c_0_2804,plain,
    lhs_atom44,
    c_0_1866 ).

fof(c_0_2805,plain,
    lhs_atom43,
    c_0_1867 ).

fof(c_0_2806,plain,
    lhs_atom42,
    c_0_1868 ).

fof(c_0_2807,plain,
    lhs_atom41,
    c_0_1869 ).

fof(c_0_2808,plain,
    lhs_atom40,
    c_0_1870 ).

fof(c_0_2809,plain,
    lhs_atom39,
    c_0_1871 ).

fof(c_0_2810,plain,
    lhs_atom38,
    c_0_1872 ).

fof(c_0_2811,plain,
    lhs_atom37,
    c_0_1873 ).

fof(c_0_2812,plain,
    lhs_atom36,
    c_0_1874 ).

fof(c_0_2813,plain,
    lhs_atom35,
    c_0_1875 ).

cnf(c_0_2814,plain,
    ( lhs_atom34(X1)
    | ~ accept_population(X1,other,n5)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n65)
    | ~ accept_population(X1,christian,n0)
    | ~ accept_population(X1,atheist,n30) ),
    inference(split_conjunct,[status(thm)],[c_0_1876]) ).

cnf(c_0_2815,plain,
    ( lhs_atom32(X1)
    | ~ accept_population(X1,other,n1)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n78) ),
    inference(split_conjunct,[status(thm)],[c_0_1877]) ).

cnf(c_0_2816,plain,
    ( lhs_atom30(X1)
    | ~ accept_population(X1,other,n2)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n8)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n70) ),
    inference(split_conjunct,[status(thm)],[c_0_1878]) ).

cnf(c_0_2817,plain,
    ( lhs_atom28(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n25)
    | ~ accept_population(X1,atheist,n75) ),
    inference(split_conjunct,[status(thm)],[c_0_1879]) ).

cnf(c_0_2818,plain,
    ( lhs_atom26(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n24)
    | ~ accept_population(X1,atheist,n75) ),
    inference(split_conjunct,[status(thm)],[c_0_1880]) ).

cnf(c_0_2819,plain,
    ( lhs_atom24(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n100)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n0)
    | ~ accept_population(X1,atheist,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1881]) ).

cnf(c_0_2820,plain,
    ( lhs_atom22(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n85)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n3)
    | ~ accept_population(X1,atheist,n12) ),
    inference(split_conjunct,[status(thm)],[c_0_1882]) ).

cnf(c_0_2821,plain,
    ( lhs_atom20(X1)
    | ~ accept_population(X1,other,n2)
    | ~ accept_population(X1,native,n15)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n13)
    | ~ accept_population(X1,atheist,n70) ),
    inference(split_conjunct,[status(thm)],[c_0_1883]) ).

cnf(c_0_2822,plain,
    ( lhs_atom18(X1)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n11)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n16)
    | ~ accept_population(X1,atheist,n68) ),
    inference(split_conjunct,[status(thm)],[c_0_1884]) ).

cnf(c_0_2823,plain,
    ( lhs_atom16(X1)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n10)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n15)
    | ~ accept_population(X1,atheist,n70) ),
    inference(split_conjunct,[status(thm)],[c_0_1885]) ).

cnf(c_0_2824,plain,
    ( lhs_atom14(X1)
    | ~ accept_population(X1,other,n1)
    | ~ accept_population(X1,native,n1)
    | ~ accept_population(X1,muslim,n60)
    | ~ accept_population(X1,christian,n8)
    | ~ accept_population(X1,atheist,n30) ),
    inference(split_conjunct,[status(thm)],[c_0_1886]) ).

cnf(c_0_2825,plain,
    ( lhs_atom12(X1)
    | ~ accept_population(X1,other,n9)
    | ~ accept_population(X1,native,n1)
    | ~ accept_population(X1,muslim,n3)
    | ~ accept_population(X1,christian,n23)
    | ~ accept_population(X1,atheist,n54) ),
    inference(split_conjunct,[status(thm)],[c_0_1887]) ).

cnf(c_0_2826,plain,
    ( lhs_atom10(X1)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n4)
    | ~ accept_population(X1,muslim,n7)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n65) ),
    inference(split_conjunct,[status(thm)],[c_0_1888]) ).

cnf(c_0_2827,plain,
    ( lhs_atom2(X2,X3,X4,X1)
    | ~ accept_number(X1,X2)
    | ~ accept_leader(X1,X3)
    | ~ accept_city(X1,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_1889]) ).

cnf(c_0_2828,plain,
    ( lhs_atom1(X1,X2,X3,X4)
    | accept_city(X4,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_1890]) ).

cnf(c_0_2829,plain,
    ( lhs_atom1(X1,X2,X3,X4)
    | accept_leader(X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1890]) ).

cnf(c_0_2830,plain,
    ( lhs_atom1(X1,X2,X3,X4)
    | accept_number(X4,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1890]) ).

cnf(c_0_2831,plain,
    ( lhs_atom4(X4,X1,X3)
    | ~ less(X1,X2)
    | ~ accept_population(X3,X4,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1891]) ).

cnf(c_0_2832,plain,
    ( lhs_atom898(X1,X3)
    | ~ less(X1,X2)
    | ~ sum(X3,n1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1892]) ).

cnf(c_0_2833,plain,
    ( rdn_positive_less(rdn(rdnn(X1),X2),rdn(rdnn(X3),X4))
    | lhs_atom889(X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_1893]) ).

cnf(c_0_2834,plain,
    ( lhs_atom890(X1,X2,X3)
    | ~ rdn_non_zero(X1)
    | ~ rdn_positive_less(rdnn(X2),rdnn(X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_1894]) ).

cnf(c_0_2835,plain,
    ( lhs_atom894(X3,X4)
    | ~ rdn_positive_less(X1,X2)
    | ~ rdn_translate(X3,rdn_neg(X1))
    | ~ rdn_translate(X4,rdn_neg(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_1895]) ).

cnf(c_0_2836,plain,
    ( lhs_atom894(X3,X4)
    | ~ rdn_positive_less(X1,X2)
    | ~ rdn_translate(X3,rdn_pos(X2))
    | ~ rdn_translate(X4,rdn_pos(X1)) ),
    inference(split_conjunct,[status(thm)],[c_0_1896]) ).

cnf(c_0_2837,plain,
    ( lhs_atom7(X2,X3,X1)
    | ~ accept_leader(X1,X2)
    | ~ accept_city(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_1897]) ).

cnf(c_0_2838,plain,
    ( lhs_atom888(X2,X3)
    | ~ rdn_positive_less(rdnn(X1),rdnn(X2))
    | ~ rdn_positive_less(rdnn(X3),rdnn(X1)) ),
    inference(split_conjunct,[status(thm)],[c_0_1898]) ).

cnf(c_0_2839,plain,
    ( lhs_atom894(X1,X3)
    | ~ rdn_translate(X1,rdn_pos(X2))
    | ~ rdn_translate(X3,rdn_neg(X4)) ),
    inference(split_conjunct,[status(thm)],[c_0_1899]) ).

cnf(c_0_2840,plain,
    ( accept_leader(X1,X2)
    | lhs_atom6(X2,X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1900]) ).

cnf(c_0_2841,plain,
    ( lhs_atom5(X1,X2,X3)
    | accept_leader(X3,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1901]) ).

cnf(c_0_2842,plain,
    ( lhs_atom5(X1,X2,X3)
    | accept_city(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1901]) ).

cnf(c_0_2843,plain,
    ( rdn_positive_less(rdnn(X1),rdn(rdnn(X2),X3))
    | lhs_atom891(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_1902]) ).

cnf(c_0_2844,plain,
    ( lhs_atom3(X1,X3)
    | ~ less(X1,X2)
    | ~ accept_number(X3,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1903]) ).

cnf(c_0_2845,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,atheist,n30) ),
    inference(split_conjunct,[status(thm)],[c_0_1904]) ).

cnf(c_0_2846,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,christian,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1904]) ).

cnf(c_0_2847,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,muslim,n65) ),
    inference(split_conjunct,[status(thm)],[c_0_1904]) ).

cnf(c_0_2848,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,native,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1904]) ).

cnf(c_0_2849,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,other,n5) ),
    inference(split_conjunct,[status(thm)],[c_0_1904]) ).

cnf(c_0_2850,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,atheist,n78) ),
    inference(split_conjunct,[status(thm)],[c_0_1905]) ).

cnf(c_0_2851,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,christian,n20) ),
    inference(split_conjunct,[status(thm)],[c_0_1905]) ).

cnf(c_0_2852,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,muslim,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1905]) ).

cnf(c_0_2853,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,native,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1905]) ).

cnf(c_0_2854,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,other,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1905]) ).

cnf(c_0_2855,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,atheist,n70) ),
    inference(split_conjunct,[status(thm)],[c_0_1906]) ).

cnf(c_0_2856,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,christian,n20) ),
    inference(split_conjunct,[status(thm)],[c_0_1906]) ).

cnf(c_0_2857,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,muslim,n8) ),
    inference(split_conjunct,[status(thm)],[c_0_1906]) ).

cnf(c_0_2858,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,native,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1906]) ).

cnf(c_0_2859,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,other,n2) ),
    inference(split_conjunct,[status(thm)],[c_0_1906]) ).

cnf(c_0_2860,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,atheist,n75) ),
    inference(split_conjunct,[status(thm)],[c_0_1907]) ).

cnf(c_0_2861,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,christian,n25) ),
    inference(split_conjunct,[status(thm)],[c_0_1907]) ).

cnf(c_0_2862,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,muslim,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1907]) ).

cnf(c_0_2863,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,native,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1907]) ).

cnf(c_0_2864,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,other,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1907]) ).

cnf(c_0_2865,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,atheist,n75) ),
    inference(split_conjunct,[status(thm)],[c_0_1908]) ).

cnf(c_0_2866,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,christian,n24) ),
    inference(split_conjunct,[status(thm)],[c_0_1908]) ).

cnf(c_0_2867,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,muslim,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1908]) ).

cnf(c_0_2868,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,native,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1908]) ).

cnf(c_0_2869,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,other,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1908]) ).

cnf(c_0_2870,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,atheist,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1909]) ).

cnf(c_0_2871,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,christian,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1909]) ).

cnf(c_0_2872,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,muslim,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1909]) ).

cnf(c_0_2873,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,native,n100) ),
    inference(split_conjunct,[status(thm)],[c_0_1909]) ).

cnf(c_0_2874,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,other,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1909]) ).

cnf(c_0_2875,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,atheist,n12) ),
    inference(split_conjunct,[status(thm)],[c_0_1910]) ).

cnf(c_0_2876,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,christian,n3) ),
    inference(split_conjunct,[status(thm)],[c_0_1910]) ).

cnf(c_0_2877,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,muslim,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1910]) ).

cnf(c_0_2878,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,native,n85) ),
    inference(split_conjunct,[status(thm)],[c_0_1910]) ).

cnf(c_0_2879,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,other,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1910]) ).

cnf(c_0_2880,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,atheist,n70) ),
    inference(split_conjunct,[status(thm)],[c_0_1911]) ).

cnf(c_0_2881,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,christian,n13) ),
    inference(split_conjunct,[status(thm)],[c_0_1911]) ).

cnf(c_0_2882,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,muslim,n0) ),
    inference(split_conjunct,[status(thm)],[c_0_1911]) ).

cnf(c_0_2883,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,native,n15) ),
    inference(split_conjunct,[status(thm)],[c_0_1911]) ).

cnf(c_0_2884,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,other,n2) ),
    inference(split_conjunct,[status(thm)],[c_0_1911]) ).

cnf(c_0_2885,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,atheist,n68) ),
    inference(split_conjunct,[status(thm)],[c_0_1912]) ).

cnf(c_0_2886,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,christian,n16) ),
    inference(split_conjunct,[status(thm)],[c_0_1912]) ).

cnf(c_0_2887,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,muslim,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1912]) ).

cnf(c_0_2888,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,native,n11) ),
    inference(split_conjunct,[status(thm)],[c_0_1912]) ).

cnf(c_0_2889,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,other,n4) ),
    inference(split_conjunct,[status(thm)],[c_0_1912]) ).

cnf(c_0_2890,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,atheist,n70) ),
    inference(split_conjunct,[status(thm)],[c_0_1913]) ).

cnf(c_0_2891,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,christian,n15) ),
    inference(split_conjunct,[status(thm)],[c_0_1913]) ).

cnf(c_0_2892,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,muslim,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1913]) ).

cnf(c_0_2893,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,native,n10) ),
    inference(split_conjunct,[status(thm)],[c_0_1913]) ).

cnf(c_0_2894,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,other,n4) ),
    inference(split_conjunct,[status(thm)],[c_0_1913]) ).

cnf(c_0_2895,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,atheist,n30) ),
    inference(split_conjunct,[status(thm)],[c_0_1914]) ).

cnf(c_0_2896,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,christian,n8) ),
    inference(split_conjunct,[status(thm)],[c_0_1914]) ).

cnf(c_0_2897,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,muslim,n60) ),
    inference(split_conjunct,[status(thm)],[c_0_1914]) ).

cnf(c_0_2898,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,native,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1914]) ).

cnf(c_0_2899,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,other,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1914]) ).

cnf(c_0_2900,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,atheist,n54) ),
    inference(split_conjunct,[status(thm)],[c_0_1915]) ).

cnf(c_0_2901,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,christian,n23) ),
    inference(split_conjunct,[status(thm)],[c_0_1915]) ).

cnf(c_0_2902,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,muslim,n3) ),
    inference(split_conjunct,[status(thm)],[c_0_1915]) ).

cnf(c_0_2903,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,native,n1) ),
    inference(split_conjunct,[status(thm)],[c_0_1915]) ).

cnf(c_0_2904,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,other,n9) ),
    inference(split_conjunct,[status(thm)],[c_0_1915]) ).

cnf(c_0_2905,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,atheist,n65) ),
    inference(split_conjunct,[status(thm)],[c_0_1916]) ).

cnf(c_0_2906,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,christian,n20) ),
    inference(split_conjunct,[status(thm)],[c_0_1916]) ).

cnf(c_0_2907,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,muslim,n7) ),
    inference(split_conjunct,[status(thm)],[c_0_1916]) ).

cnf(c_0_2908,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,native,n4) ),
    inference(split_conjunct,[status(thm)],[c_0_1916]) ).

cnf(c_0_2909,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,other,n4) ),
    inference(split_conjunct,[status(thm)],[c_0_1916]) ).

cnf(c_0_2910,plain,
    ( rdn_non_zero(rdn(rdnn(X1),X2))
    | lhs_atom893(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1917]) ).

cnf(c_0_2911,plain,
    ( lhs_atom897(X1,X2)
    | ~ less(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1918]) ).

cnf(c_0_2912,plain,
    ( lhs_atom895(X1,X2)
    | ~ less(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1919]) ).

cnf(c_0_2913,plain,
    ( X1 = X2
    | less(X1,X2)
    | lhs_atom896(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1920]) ).

cnf(c_0_2914,plain,
    ( X1 = X2
    | less(X1,X2)
    | lhs_atom894(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_1921]) ).

cnf(c_0_2915,plain,
    ( accept_number(X1,X2)
    | lhs_atom8(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1922]) ).

cnf(c_0_2916,plain,
    ( lhs_atom897(X1,X2)
    | X2 != X1 ),
    inference(split_conjunct,[status(thm)],[c_0_1918]) ).

cnf(c_0_2917,plain,
    ( lhs_atom895(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_1919]) ).

cnf(c_0_2918,plain,
    ( rdn_non_zero(rdnn(X1))
    | lhs_atom892(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_1923]) ).

cnf(c_0_2919,plain,
    lhs_atom887,
    inference(split_conjunct,[status(thm)],[c_0_1924]) ).

cnf(c_0_2920,plain,
    lhs_atom886,
    inference(split_conjunct,[status(thm)],[c_0_1925]) ).

cnf(c_0_2921,plain,
    lhs_atom885,
    inference(split_conjunct,[status(thm)],[c_0_1926]) ).

cnf(c_0_2922,plain,
    lhs_atom884,
    inference(split_conjunct,[status(thm)],[c_0_1927]) ).

cnf(c_0_2923,plain,
    lhs_atom883,
    inference(split_conjunct,[status(thm)],[c_0_1928]) ).

cnf(c_0_2924,plain,
    lhs_atom882,
    inference(split_conjunct,[status(thm)],[c_0_1929]) ).

cnf(c_0_2925,plain,
    lhs_atom881,
    inference(split_conjunct,[status(thm)],[c_0_1930]) ).

cnf(c_0_2926,plain,
    lhs_atom880,
    inference(split_conjunct,[status(thm)],[c_0_1931]) ).

cnf(c_0_2927,plain,
    lhs_atom879,
    inference(split_conjunct,[status(thm)],[c_0_1932]) ).

cnf(c_0_2928,plain,
    lhs_atom878,
    inference(split_conjunct,[status(thm)],[c_0_1933]) ).

cnf(c_0_2929,plain,
    lhs_atom877,
    inference(split_conjunct,[status(thm)],[c_0_1934]) ).

cnf(c_0_2930,plain,
    lhs_atom876,
    inference(split_conjunct,[status(thm)],[c_0_1935]) ).

cnf(c_0_2931,plain,
    lhs_atom875,
    inference(split_conjunct,[status(thm)],[c_0_1936]) ).

cnf(c_0_2932,plain,
    lhs_atom874,
    inference(split_conjunct,[status(thm)],[c_0_1937]) ).

cnf(c_0_2933,plain,
    lhs_atom873,
    inference(split_conjunct,[status(thm)],[c_0_1938]) ).

cnf(c_0_2934,plain,
    lhs_atom872,
    inference(split_conjunct,[status(thm)],[c_0_1939]) ).

cnf(c_0_2935,plain,
    lhs_atom871,
    inference(split_conjunct,[status(thm)],[c_0_1940]) ).

cnf(c_0_2936,plain,
    lhs_atom870,
    inference(split_conjunct,[status(thm)],[c_0_1941]) ).

cnf(c_0_2937,plain,
    lhs_atom869,
    inference(split_conjunct,[status(thm)],[c_0_1942]) ).

cnf(c_0_2938,plain,
    lhs_atom868,
    inference(split_conjunct,[status(thm)],[c_0_1943]) ).

cnf(c_0_2939,plain,
    lhs_atom867,
    inference(split_conjunct,[status(thm)],[c_0_1944]) ).

cnf(c_0_2940,plain,
    lhs_atom866,
    inference(split_conjunct,[status(thm)],[c_0_1945]) ).

cnf(c_0_2941,plain,
    lhs_atom865,
    inference(split_conjunct,[status(thm)],[c_0_1946]) ).

cnf(c_0_2942,plain,
    lhs_atom864,
    inference(split_conjunct,[status(thm)],[c_0_1947]) ).

cnf(c_0_2943,plain,
    lhs_atom863,
    inference(split_conjunct,[status(thm)],[c_0_1948]) ).

cnf(c_0_2944,plain,
    lhs_atom862,
    inference(split_conjunct,[status(thm)],[c_0_1949]) ).

cnf(c_0_2945,plain,
    lhs_atom861,
    inference(split_conjunct,[status(thm)],[c_0_1950]) ).

cnf(c_0_2946,plain,
    lhs_atom860,
    inference(split_conjunct,[status(thm)],[c_0_1951]) ).

cnf(c_0_2947,plain,
    lhs_atom859,
    inference(split_conjunct,[status(thm)],[c_0_1952]) ).

cnf(c_0_2948,plain,
    lhs_atom858,
    inference(split_conjunct,[status(thm)],[c_0_1953]) ).

cnf(c_0_2949,plain,
    lhs_atom857,
    inference(split_conjunct,[status(thm)],[c_0_1954]) ).

cnf(c_0_2950,plain,
    lhs_atom856,
    inference(split_conjunct,[status(thm)],[c_0_1955]) ).

cnf(c_0_2951,plain,
    lhs_atom855,
    inference(split_conjunct,[status(thm)],[c_0_1956]) ).

cnf(c_0_2952,plain,
    lhs_atom854,
    inference(split_conjunct,[status(thm)],[c_0_1957]) ).

cnf(c_0_2953,plain,
    lhs_atom853,
    inference(split_conjunct,[status(thm)],[c_0_1958]) ).

cnf(c_0_2954,plain,
    lhs_atom852,
    inference(split_conjunct,[status(thm)],[c_0_1959]) ).

cnf(c_0_2955,plain,
    lhs_atom851,
    inference(split_conjunct,[status(thm)],[c_0_1960]) ).

cnf(c_0_2956,plain,
    lhs_atom850,
    inference(split_conjunct,[status(thm)],[c_0_1961]) ).

cnf(c_0_2957,plain,
    lhs_atom849,
    inference(split_conjunct,[status(thm)],[c_0_1962]) ).

cnf(c_0_2958,plain,
    lhs_atom848,
    inference(split_conjunct,[status(thm)],[c_0_1963]) ).

cnf(c_0_2959,plain,
    lhs_atom847,
    inference(split_conjunct,[status(thm)],[c_0_1964]) ).

cnf(c_0_2960,plain,
    lhs_atom846,
    inference(split_conjunct,[status(thm)],[c_0_1965]) ).

cnf(c_0_2961,plain,
    lhs_atom845,
    inference(split_conjunct,[status(thm)],[c_0_1966]) ).

cnf(c_0_2962,plain,
    lhs_atom844,
    inference(split_conjunct,[status(thm)],[c_0_1967]) ).

cnf(c_0_2963,plain,
    lhs_atom843,
    inference(split_conjunct,[status(thm)],[c_0_1968]) ).

cnf(c_0_2964,plain,
    lhs_atom842,
    inference(split_conjunct,[status(thm)],[c_0_1969]) ).

cnf(c_0_2965,plain,
    lhs_atom841,
    inference(split_conjunct,[status(thm)],[c_0_1970]) ).

cnf(c_0_2966,plain,
    lhs_atom840,
    inference(split_conjunct,[status(thm)],[c_0_1971]) ).

cnf(c_0_2967,plain,
    lhs_atom839,
    inference(split_conjunct,[status(thm)],[c_0_1972]) ).

cnf(c_0_2968,plain,
    lhs_atom838,
    inference(split_conjunct,[status(thm)],[c_0_1973]) ).

cnf(c_0_2969,plain,
    lhs_atom837,
    inference(split_conjunct,[status(thm)],[c_0_1974]) ).

cnf(c_0_2970,plain,
    lhs_atom836,
    inference(split_conjunct,[status(thm)],[c_0_1975]) ).

cnf(c_0_2971,plain,
    lhs_atom835,
    inference(split_conjunct,[status(thm)],[c_0_1976]) ).

cnf(c_0_2972,plain,
    lhs_atom834,
    inference(split_conjunct,[status(thm)],[c_0_1977]) ).

cnf(c_0_2973,plain,
    lhs_atom833,
    inference(split_conjunct,[status(thm)],[c_0_1978]) ).

cnf(c_0_2974,plain,
    lhs_atom832,
    inference(split_conjunct,[status(thm)],[c_0_1979]) ).

cnf(c_0_2975,plain,
    lhs_atom831,
    inference(split_conjunct,[status(thm)],[c_0_1980]) ).

cnf(c_0_2976,plain,
    lhs_atom830,
    inference(split_conjunct,[status(thm)],[c_0_1981]) ).

cnf(c_0_2977,plain,
    lhs_atom829,
    inference(split_conjunct,[status(thm)],[c_0_1982]) ).

cnf(c_0_2978,plain,
    lhs_atom828,
    inference(split_conjunct,[status(thm)],[c_0_1983]) ).

cnf(c_0_2979,plain,
    lhs_atom827,
    inference(split_conjunct,[status(thm)],[c_0_1984]) ).

cnf(c_0_2980,plain,
    lhs_atom826,
    inference(split_conjunct,[status(thm)],[c_0_1985]) ).

cnf(c_0_2981,plain,
    lhs_atom825,
    inference(split_conjunct,[status(thm)],[c_0_1986]) ).

cnf(c_0_2982,plain,
    lhs_atom824,
    inference(split_conjunct,[status(thm)],[c_0_1987]) ).

cnf(c_0_2983,plain,
    lhs_atom823,
    inference(split_conjunct,[status(thm)],[c_0_1988]) ).

cnf(c_0_2984,plain,
    lhs_atom822,
    inference(split_conjunct,[status(thm)],[c_0_1989]) ).

cnf(c_0_2985,plain,
    lhs_atom821,
    inference(split_conjunct,[status(thm)],[c_0_1990]) ).

cnf(c_0_2986,plain,
    lhs_atom820,
    inference(split_conjunct,[status(thm)],[c_0_1991]) ).

cnf(c_0_2987,plain,
    lhs_atom819,
    inference(split_conjunct,[status(thm)],[c_0_1992]) ).

cnf(c_0_2988,plain,
    lhs_atom818,
    inference(split_conjunct,[status(thm)],[c_0_1993]) ).

cnf(c_0_2989,plain,
    lhs_atom817,
    inference(split_conjunct,[status(thm)],[c_0_1994]) ).

cnf(c_0_2990,plain,
    lhs_atom816,
    inference(split_conjunct,[status(thm)],[c_0_1995]) ).

cnf(c_0_2991,plain,
    lhs_atom815,
    inference(split_conjunct,[status(thm)],[c_0_1996]) ).

cnf(c_0_2992,plain,
    lhs_atom814,
    inference(split_conjunct,[status(thm)],[c_0_1997]) ).

cnf(c_0_2993,plain,
    lhs_atom813,
    inference(split_conjunct,[status(thm)],[c_0_1998]) ).

cnf(c_0_2994,plain,
    lhs_atom812,
    inference(split_conjunct,[status(thm)],[c_0_1999]) ).

cnf(c_0_2995,plain,
    lhs_atom811,
    inference(split_conjunct,[status(thm)],[c_0_2000]) ).

cnf(c_0_2996,plain,
    lhs_atom810,
    inference(split_conjunct,[status(thm)],[c_0_2001]) ).

cnf(c_0_2997,plain,
    lhs_atom809,
    inference(split_conjunct,[status(thm)],[c_0_2002]) ).

cnf(c_0_2998,plain,
    lhs_atom808,
    inference(split_conjunct,[status(thm)],[c_0_2003]) ).

cnf(c_0_2999,plain,
    lhs_atom807,
    inference(split_conjunct,[status(thm)],[c_0_2004]) ).

cnf(c_0_3000,plain,
    lhs_atom806,
    inference(split_conjunct,[status(thm)],[c_0_2005]) ).

cnf(c_0_3001,plain,
    lhs_atom805,
    inference(split_conjunct,[status(thm)],[c_0_2006]) ).

cnf(c_0_3002,plain,
    lhs_atom804,
    inference(split_conjunct,[status(thm)],[c_0_2007]) ).

cnf(c_0_3003,plain,
    lhs_atom803,
    inference(split_conjunct,[status(thm)],[c_0_2008]) ).

cnf(c_0_3004,plain,
    lhs_atom802,
    inference(split_conjunct,[status(thm)],[c_0_2009]) ).

cnf(c_0_3005,plain,
    lhs_atom801,
    inference(split_conjunct,[status(thm)],[c_0_2010]) ).

cnf(c_0_3006,plain,
    lhs_atom800,
    inference(split_conjunct,[status(thm)],[c_0_2011]) ).

cnf(c_0_3007,plain,
    lhs_atom799,
    inference(split_conjunct,[status(thm)],[c_0_2012]) ).

cnf(c_0_3008,plain,
    lhs_atom798,
    inference(split_conjunct,[status(thm)],[c_0_2013]) ).

cnf(c_0_3009,plain,
    lhs_atom797,
    inference(split_conjunct,[status(thm)],[c_0_2014]) ).

cnf(c_0_3010,plain,
    lhs_atom796,
    inference(split_conjunct,[status(thm)],[c_0_2015]) ).

cnf(c_0_3011,plain,
    lhs_atom795,
    inference(split_conjunct,[status(thm)],[c_0_2016]) ).

cnf(c_0_3012,plain,
    lhs_atom794,
    inference(split_conjunct,[status(thm)],[c_0_2017]) ).

cnf(c_0_3013,plain,
    lhs_atom793,
    inference(split_conjunct,[status(thm)],[c_0_2018]) ).

cnf(c_0_3014,plain,
    lhs_atom792,
    inference(split_conjunct,[status(thm)],[c_0_2019]) ).

cnf(c_0_3015,plain,
    lhs_atom791,
    inference(split_conjunct,[status(thm)],[c_0_2020]) ).

cnf(c_0_3016,plain,
    lhs_atom790,
    inference(split_conjunct,[status(thm)],[c_0_2021]) ).

cnf(c_0_3017,plain,
    lhs_atom789,
    inference(split_conjunct,[status(thm)],[c_0_2022]) ).

cnf(c_0_3018,plain,
    lhs_atom788,
    inference(split_conjunct,[status(thm)],[c_0_2023]) ).

cnf(c_0_3019,plain,
    lhs_atom787,
    inference(split_conjunct,[status(thm)],[c_0_2024]) ).

cnf(c_0_3020,plain,
    lhs_atom786,
    inference(split_conjunct,[status(thm)],[c_0_2025]) ).

cnf(c_0_3021,plain,
    lhs_atom785,
    inference(split_conjunct,[status(thm)],[c_0_2026]) ).

cnf(c_0_3022,plain,
    lhs_atom784,
    inference(split_conjunct,[status(thm)],[c_0_2027]) ).

cnf(c_0_3023,plain,
    lhs_atom783,
    inference(split_conjunct,[status(thm)],[c_0_2028]) ).

cnf(c_0_3024,plain,
    lhs_atom782,
    inference(split_conjunct,[status(thm)],[c_0_2029]) ).

cnf(c_0_3025,plain,
    lhs_atom781,
    inference(split_conjunct,[status(thm)],[c_0_2030]) ).

cnf(c_0_3026,plain,
    lhs_atom780,
    inference(split_conjunct,[status(thm)],[c_0_2031]) ).

cnf(c_0_3027,plain,
    lhs_atom779,
    inference(split_conjunct,[status(thm)],[c_0_2032]) ).

cnf(c_0_3028,plain,
    lhs_atom778,
    inference(split_conjunct,[status(thm)],[c_0_2033]) ).

cnf(c_0_3029,plain,
    lhs_atom777,
    inference(split_conjunct,[status(thm)],[c_0_2034]) ).

cnf(c_0_3030,plain,
    lhs_atom776,
    inference(split_conjunct,[status(thm)],[c_0_2035]) ).

cnf(c_0_3031,plain,
    lhs_atom775,
    inference(split_conjunct,[status(thm)],[c_0_2036]) ).

cnf(c_0_3032,plain,
    lhs_atom774,
    inference(split_conjunct,[status(thm)],[c_0_2037]) ).

cnf(c_0_3033,plain,
    lhs_atom773,
    inference(split_conjunct,[status(thm)],[c_0_2038]) ).

cnf(c_0_3034,plain,
    lhs_atom772,
    inference(split_conjunct,[status(thm)],[c_0_2039]) ).

cnf(c_0_3035,plain,
    lhs_atom771,
    inference(split_conjunct,[status(thm)],[c_0_2040]) ).

cnf(c_0_3036,plain,
    lhs_atom770,
    inference(split_conjunct,[status(thm)],[c_0_2041]) ).

cnf(c_0_3037,plain,
    lhs_atom769,
    inference(split_conjunct,[status(thm)],[c_0_2042]) ).

cnf(c_0_3038,plain,
    lhs_atom768,
    inference(split_conjunct,[status(thm)],[c_0_2043]) ).

cnf(c_0_3039,plain,
    lhs_atom767,
    inference(split_conjunct,[status(thm)],[c_0_2044]) ).

cnf(c_0_3040,plain,
    lhs_atom766,
    inference(split_conjunct,[status(thm)],[c_0_2045]) ).

cnf(c_0_3041,plain,
    lhs_atom765,
    inference(split_conjunct,[status(thm)],[c_0_2046]) ).

cnf(c_0_3042,plain,
    lhs_atom764,
    inference(split_conjunct,[status(thm)],[c_0_2047]) ).

cnf(c_0_3043,plain,
    lhs_atom763,
    inference(split_conjunct,[status(thm)],[c_0_2048]) ).

cnf(c_0_3044,plain,
    lhs_atom762,
    inference(split_conjunct,[status(thm)],[c_0_2049]) ).

cnf(c_0_3045,plain,
    lhs_atom761,
    inference(split_conjunct,[status(thm)],[c_0_2050]) ).

cnf(c_0_3046,plain,
    lhs_atom760,
    inference(split_conjunct,[status(thm)],[c_0_2051]) ).

cnf(c_0_3047,plain,
    lhs_atom759,
    inference(split_conjunct,[status(thm)],[c_0_2052]) ).

cnf(c_0_3048,plain,
    lhs_atom758,
    inference(split_conjunct,[status(thm)],[c_0_2053]) ).

cnf(c_0_3049,plain,
    lhs_atom757,
    inference(split_conjunct,[status(thm)],[c_0_2054]) ).

cnf(c_0_3050,plain,
    lhs_atom756,
    inference(split_conjunct,[status(thm)],[c_0_2055]) ).

cnf(c_0_3051,plain,
    lhs_atom755,
    inference(split_conjunct,[status(thm)],[c_0_2056]) ).

cnf(c_0_3052,plain,
    lhs_atom754,
    inference(split_conjunct,[status(thm)],[c_0_2057]) ).

cnf(c_0_3053,plain,
    lhs_atom753,
    inference(split_conjunct,[status(thm)],[c_0_2058]) ).

cnf(c_0_3054,plain,
    lhs_atom752,
    inference(split_conjunct,[status(thm)],[c_0_2059]) ).

cnf(c_0_3055,plain,
    lhs_atom751,
    inference(split_conjunct,[status(thm)],[c_0_2060]) ).

cnf(c_0_3056,plain,
    lhs_atom750,
    inference(split_conjunct,[status(thm)],[c_0_2061]) ).

cnf(c_0_3057,plain,
    lhs_atom749,
    inference(split_conjunct,[status(thm)],[c_0_2062]) ).

cnf(c_0_3058,plain,
    lhs_atom748,
    inference(split_conjunct,[status(thm)],[c_0_2063]) ).

cnf(c_0_3059,plain,
    lhs_atom747,
    inference(split_conjunct,[status(thm)],[c_0_2064]) ).

cnf(c_0_3060,plain,
    lhs_atom746,
    inference(split_conjunct,[status(thm)],[c_0_2065]) ).

cnf(c_0_3061,plain,
    lhs_atom745,
    inference(split_conjunct,[status(thm)],[c_0_2066]) ).

cnf(c_0_3062,plain,
    lhs_atom744,
    inference(split_conjunct,[status(thm)],[c_0_2067]) ).

cnf(c_0_3063,plain,
    lhs_atom743,
    inference(split_conjunct,[status(thm)],[c_0_2068]) ).

cnf(c_0_3064,plain,
    lhs_atom742,
    inference(split_conjunct,[status(thm)],[c_0_2069]) ).

cnf(c_0_3065,plain,
    lhs_atom741,
    inference(split_conjunct,[status(thm)],[c_0_2070]) ).

cnf(c_0_3066,plain,
    lhs_atom740,
    inference(split_conjunct,[status(thm)],[c_0_2071]) ).

cnf(c_0_3067,plain,
    lhs_atom739,
    inference(split_conjunct,[status(thm)],[c_0_2072]) ).

cnf(c_0_3068,plain,
    lhs_atom738,
    inference(split_conjunct,[status(thm)],[c_0_2073]) ).

cnf(c_0_3069,plain,
    lhs_atom737,
    inference(split_conjunct,[status(thm)],[c_0_2074]) ).

cnf(c_0_3070,plain,
    lhs_atom736,
    inference(split_conjunct,[status(thm)],[c_0_2075]) ).

cnf(c_0_3071,plain,
    lhs_atom735,
    inference(split_conjunct,[status(thm)],[c_0_2076]) ).

cnf(c_0_3072,plain,
    lhs_atom734,
    inference(split_conjunct,[status(thm)],[c_0_2077]) ).

cnf(c_0_3073,plain,
    lhs_atom733,
    inference(split_conjunct,[status(thm)],[c_0_2078]) ).

cnf(c_0_3074,plain,
    lhs_atom732,
    inference(split_conjunct,[status(thm)],[c_0_2079]) ).

cnf(c_0_3075,plain,
    lhs_atom731,
    inference(split_conjunct,[status(thm)],[c_0_2080]) ).

cnf(c_0_3076,plain,
    lhs_atom730,
    inference(split_conjunct,[status(thm)],[c_0_2081]) ).

cnf(c_0_3077,plain,
    lhs_atom729,
    inference(split_conjunct,[status(thm)],[c_0_2082]) ).

cnf(c_0_3078,plain,
    lhs_atom728,
    inference(split_conjunct,[status(thm)],[c_0_2083]) ).

cnf(c_0_3079,plain,
    lhs_atom727,
    inference(split_conjunct,[status(thm)],[c_0_2084]) ).

cnf(c_0_3080,plain,
    lhs_atom726,
    inference(split_conjunct,[status(thm)],[c_0_2085]) ).

cnf(c_0_3081,plain,
    lhs_atom725,
    inference(split_conjunct,[status(thm)],[c_0_2086]) ).

cnf(c_0_3082,plain,
    lhs_atom724,
    inference(split_conjunct,[status(thm)],[c_0_2087]) ).

cnf(c_0_3083,plain,
    lhs_atom723,
    inference(split_conjunct,[status(thm)],[c_0_2088]) ).

cnf(c_0_3084,plain,
    lhs_atom722,
    inference(split_conjunct,[status(thm)],[c_0_2089]) ).

cnf(c_0_3085,plain,
    lhs_atom721,
    inference(split_conjunct,[status(thm)],[c_0_2090]) ).

cnf(c_0_3086,plain,
    lhs_atom720,
    inference(split_conjunct,[status(thm)],[c_0_2091]) ).

cnf(c_0_3087,plain,
    lhs_atom719,
    inference(split_conjunct,[status(thm)],[c_0_2092]) ).

cnf(c_0_3088,plain,
    lhs_atom718,
    inference(split_conjunct,[status(thm)],[c_0_2093]) ).

cnf(c_0_3089,plain,
    lhs_atom717,
    inference(split_conjunct,[status(thm)],[c_0_2094]) ).

cnf(c_0_3090,plain,
    lhs_atom716,
    inference(split_conjunct,[status(thm)],[c_0_2095]) ).

cnf(c_0_3091,plain,
    lhs_atom715,
    inference(split_conjunct,[status(thm)],[c_0_2096]) ).

cnf(c_0_3092,plain,
    lhs_atom714,
    inference(split_conjunct,[status(thm)],[c_0_2097]) ).

cnf(c_0_3093,plain,
    lhs_atom713,
    inference(split_conjunct,[status(thm)],[c_0_2098]) ).

cnf(c_0_3094,plain,
    lhs_atom712,
    inference(split_conjunct,[status(thm)],[c_0_2099]) ).

cnf(c_0_3095,plain,
    lhs_atom711,
    inference(split_conjunct,[status(thm)],[c_0_2100]) ).

cnf(c_0_3096,plain,
    lhs_atom710,
    inference(split_conjunct,[status(thm)],[c_0_2101]) ).

cnf(c_0_3097,plain,
    lhs_atom709,
    inference(split_conjunct,[status(thm)],[c_0_2102]) ).

cnf(c_0_3098,plain,
    lhs_atom708,
    inference(split_conjunct,[status(thm)],[c_0_2103]) ).

cnf(c_0_3099,plain,
    lhs_atom707,
    inference(split_conjunct,[status(thm)],[c_0_2104]) ).

cnf(c_0_3100,plain,
    lhs_atom706,
    inference(split_conjunct,[status(thm)],[c_0_2105]) ).

cnf(c_0_3101,plain,
    lhs_atom705,
    inference(split_conjunct,[status(thm)],[c_0_2106]) ).

cnf(c_0_3102,plain,
    lhs_atom704,
    inference(split_conjunct,[status(thm)],[c_0_2107]) ).

cnf(c_0_3103,plain,
    lhs_atom703,
    inference(split_conjunct,[status(thm)],[c_0_2108]) ).

cnf(c_0_3104,plain,
    lhs_atom702,
    inference(split_conjunct,[status(thm)],[c_0_2109]) ).

cnf(c_0_3105,plain,
    lhs_atom701,
    inference(split_conjunct,[status(thm)],[c_0_2110]) ).

cnf(c_0_3106,plain,
    lhs_atom700,
    inference(split_conjunct,[status(thm)],[c_0_2111]) ).

cnf(c_0_3107,plain,
    lhs_atom699,
    inference(split_conjunct,[status(thm)],[c_0_2112]) ).

cnf(c_0_3108,plain,
    lhs_atom698,
    inference(split_conjunct,[status(thm)],[c_0_2113]) ).

cnf(c_0_3109,plain,
    lhs_atom697,
    inference(split_conjunct,[status(thm)],[c_0_2114]) ).

cnf(c_0_3110,plain,
    lhs_atom696,
    inference(split_conjunct,[status(thm)],[c_0_2115]) ).

cnf(c_0_3111,plain,
    lhs_atom695,
    inference(split_conjunct,[status(thm)],[c_0_2116]) ).

cnf(c_0_3112,plain,
    lhs_atom694,
    inference(split_conjunct,[status(thm)],[c_0_2117]) ).

cnf(c_0_3113,plain,
    lhs_atom693,
    inference(split_conjunct,[status(thm)],[c_0_2118]) ).

cnf(c_0_3114,plain,
    lhs_atom692,
    inference(split_conjunct,[status(thm)],[c_0_2119]) ).

cnf(c_0_3115,plain,
    lhs_atom691,
    inference(split_conjunct,[status(thm)],[c_0_2120]) ).

cnf(c_0_3116,plain,
    lhs_atom690,
    inference(split_conjunct,[status(thm)],[c_0_2121]) ).

cnf(c_0_3117,plain,
    lhs_atom689,
    inference(split_conjunct,[status(thm)],[c_0_2122]) ).

cnf(c_0_3118,plain,
    lhs_atom688,
    inference(split_conjunct,[status(thm)],[c_0_2123]) ).

cnf(c_0_3119,plain,
    lhs_atom687,
    inference(split_conjunct,[status(thm)],[c_0_2124]) ).

cnf(c_0_3120,plain,
    lhs_atom686,
    inference(split_conjunct,[status(thm)],[c_0_2125]) ).

cnf(c_0_3121,plain,
    lhs_atom685,
    inference(split_conjunct,[status(thm)],[c_0_2126]) ).

cnf(c_0_3122,plain,
    lhs_atom684,
    inference(split_conjunct,[status(thm)],[c_0_2127]) ).

cnf(c_0_3123,plain,
    lhs_atom683,
    inference(split_conjunct,[status(thm)],[c_0_2128]) ).

cnf(c_0_3124,plain,
    lhs_atom682,
    inference(split_conjunct,[status(thm)],[c_0_2129]) ).

cnf(c_0_3125,plain,
    lhs_atom681,
    inference(split_conjunct,[status(thm)],[c_0_2130]) ).

cnf(c_0_3126,plain,
    lhs_atom680,
    inference(split_conjunct,[status(thm)],[c_0_2131]) ).

cnf(c_0_3127,plain,
    lhs_atom679,
    inference(split_conjunct,[status(thm)],[c_0_2132]) ).

cnf(c_0_3128,plain,
    lhs_atom678,
    inference(split_conjunct,[status(thm)],[c_0_2133]) ).

cnf(c_0_3129,plain,
    lhs_atom677,
    inference(split_conjunct,[status(thm)],[c_0_2134]) ).

cnf(c_0_3130,plain,
    lhs_atom676,
    inference(split_conjunct,[status(thm)],[c_0_2135]) ).

cnf(c_0_3131,plain,
    lhs_atom675,
    inference(split_conjunct,[status(thm)],[c_0_2136]) ).

cnf(c_0_3132,plain,
    lhs_atom674,
    inference(split_conjunct,[status(thm)],[c_0_2137]) ).

cnf(c_0_3133,plain,
    lhs_atom673,
    inference(split_conjunct,[status(thm)],[c_0_2138]) ).

cnf(c_0_3134,plain,
    lhs_atom672,
    inference(split_conjunct,[status(thm)],[c_0_2139]) ).

cnf(c_0_3135,plain,
    lhs_atom671,
    inference(split_conjunct,[status(thm)],[c_0_2140]) ).

cnf(c_0_3136,plain,
    lhs_atom670,
    inference(split_conjunct,[status(thm)],[c_0_2141]) ).

cnf(c_0_3137,plain,
    lhs_atom669,
    inference(split_conjunct,[status(thm)],[c_0_2142]) ).

cnf(c_0_3138,plain,
    lhs_atom668,
    inference(split_conjunct,[status(thm)],[c_0_2143]) ).

cnf(c_0_3139,plain,
    lhs_atom667,
    inference(split_conjunct,[status(thm)],[c_0_2144]) ).

cnf(c_0_3140,plain,
    lhs_atom666,
    inference(split_conjunct,[status(thm)],[c_0_2145]) ).

cnf(c_0_3141,plain,
    lhs_atom665,
    inference(split_conjunct,[status(thm)],[c_0_2146]) ).

cnf(c_0_3142,plain,
    lhs_atom664,
    inference(split_conjunct,[status(thm)],[c_0_2147]) ).

cnf(c_0_3143,plain,
    lhs_atom663,
    inference(split_conjunct,[status(thm)],[c_0_2148]) ).

cnf(c_0_3144,plain,
    lhs_atom662,
    inference(split_conjunct,[status(thm)],[c_0_2149]) ).

cnf(c_0_3145,plain,
    lhs_atom661,
    inference(split_conjunct,[status(thm)],[c_0_2150]) ).

cnf(c_0_3146,plain,
    lhs_atom660,
    inference(split_conjunct,[status(thm)],[c_0_2151]) ).

cnf(c_0_3147,plain,
    lhs_atom659,
    inference(split_conjunct,[status(thm)],[c_0_2152]) ).

cnf(c_0_3148,plain,
    lhs_atom658,
    inference(split_conjunct,[status(thm)],[c_0_2153]) ).

cnf(c_0_3149,plain,
    lhs_atom657,
    inference(split_conjunct,[status(thm)],[c_0_2154]) ).

cnf(c_0_3150,plain,
    lhs_atom656,
    inference(split_conjunct,[status(thm)],[c_0_2155]) ).

cnf(c_0_3151,plain,
    lhs_atom655,
    inference(split_conjunct,[status(thm)],[c_0_2156]) ).

cnf(c_0_3152,plain,
    lhs_atom654,
    inference(split_conjunct,[status(thm)],[c_0_2157]) ).

cnf(c_0_3153,plain,
    lhs_atom653,
    inference(split_conjunct,[status(thm)],[c_0_2158]) ).

cnf(c_0_3154,plain,
    lhs_atom652,
    inference(split_conjunct,[status(thm)],[c_0_2159]) ).

cnf(c_0_3155,plain,
    lhs_atom651,
    inference(split_conjunct,[status(thm)],[c_0_2160]) ).

cnf(c_0_3156,plain,
    lhs_atom650,
    inference(split_conjunct,[status(thm)],[c_0_2161]) ).

cnf(c_0_3157,plain,
    lhs_atom649,
    inference(split_conjunct,[status(thm)],[c_0_2162]) ).

cnf(c_0_3158,plain,
    lhs_atom648,
    inference(split_conjunct,[status(thm)],[c_0_2163]) ).

cnf(c_0_3159,plain,
    lhs_atom647,
    inference(split_conjunct,[status(thm)],[c_0_2164]) ).

cnf(c_0_3160,plain,
    lhs_atom646,
    inference(split_conjunct,[status(thm)],[c_0_2165]) ).

cnf(c_0_3161,plain,
    lhs_atom645,
    inference(split_conjunct,[status(thm)],[c_0_2166]) ).

cnf(c_0_3162,plain,
    lhs_atom644,
    inference(split_conjunct,[status(thm)],[c_0_2167]) ).

cnf(c_0_3163,plain,
    lhs_atom643,
    inference(split_conjunct,[status(thm)],[c_0_2168]) ).

cnf(c_0_3164,plain,
    lhs_atom642,
    inference(split_conjunct,[status(thm)],[c_0_2169]) ).

cnf(c_0_3165,plain,
    lhs_atom641,
    inference(split_conjunct,[status(thm)],[c_0_2170]) ).

cnf(c_0_3166,plain,
    lhs_atom640,
    inference(split_conjunct,[status(thm)],[c_0_2171]) ).

cnf(c_0_3167,plain,
    lhs_atom639,
    inference(split_conjunct,[status(thm)],[c_0_2172]) ).

cnf(c_0_3168,plain,
    lhs_atom638,
    inference(split_conjunct,[status(thm)],[c_0_2173]) ).

cnf(c_0_3169,plain,
    lhs_atom637,
    inference(split_conjunct,[status(thm)],[c_0_2174]) ).

cnf(c_0_3170,plain,
    lhs_atom636,
    inference(split_conjunct,[status(thm)],[c_0_2175]) ).

cnf(c_0_3171,plain,
    lhs_atom635,
    inference(split_conjunct,[status(thm)],[c_0_2176]) ).

cnf(c_0_3172,plain,
    lhs_atom634,
    inference(split_conjunct,[status(thm)],[c_0_2177]) ).

cnf(c_0_3173,plain,
    lhs_atom633,
    inference(split_conjunct,[status(thm)],[c_0_2178]) ).

cnf(c_0_3174,plain,
    lhs_atom632,
    inference(split_conjunct,[status(thm)],[c_0_2179]) ).

cnf(c_0_3175,plain,
    lhs_atom631,
    inference(split_conjunct,[status(thm)],[c_0_2180]) ).

cnf(c_0_3176,plain,
    lhs_atom630,
    inference(split_conjunct,[status(thm)],[c_0_2181]) ).

cnf(c_0_3177,plain,
    lhs_atom629,
    inference(split_conjunct,[status(thm)],[c_0_2182]) ).

cnf(c_0_3178,plain,
    lhs_atom628,
    inference(split_conjunct,[status(thm)],[c_0_2183]) ).

cnf(c_0_3179,plain,
    lhs_atom627,
    inference(split_conjunct,[status(thm)],[c_0_2184]) ).

cnf(c_0_3180,plain,
    lhs_atom626,
    inference(split_conjunct,[status(thm)],[c_0_2185]) ).

cnf(c_0_3181,plain,
    lhs_atom625,
    inference(split_conjunct,[status(thm)],[c_0_2186]) ).

cnf(c_0_3182,plain,
    lhs_atom624,
    inference(split_conjunct,[status(thm)],[c_0_2187]) ).

cnf(c_0_3183,plain,
    lhs_atom623,
    inference(split_conjunct,[status(thm)],[c_0_2188]) ).

cnf(c_0_3184,plain,
    lhs_atom622,
    inference(split_conjunct,[status(thm)],[c_0_2189]) ).

cnf(c_0_3185,plain,
    lhs_atom621,
    inference(split_conjunct,[status(thm)],[c_0_2190]) ).

cnf(c_0_3186,plain,
    lhs_atom620,
    inference(split_conjunct,[status(thm)],[c_0_2191]) ).

cnf(c_0_3187,plain,
    lhs_atom619,
    inference(split_conjunct,[status(thm)],[c_0_2192]) ).

cnf(c_0_3188,plain,
    lhs_atom618,
    inference(split_conjunct,[status(thm)],[c_0_2193]) ).

cnf(c_0_3189,plain,
    lhs_atom617,
    inference(split_conjunct,[status(thm)],[c_0_2194]) ).

cnf(c_0_3190,plain,
    lhs_atom616,
    inference(split_conjunct,[status(thm)],[c_0_2195]) ).

cnf(c_0_3191,plain,
    lhs_atom615,
    inference(split_conjunct,[status(thm)],[c_0_2196]) ).

cnf(c_0_3192,plain,
    lhs_atom614,
    inference(split_conjunct,[status(thm)],[c_0_2197]) ).

cnf(c_0_3193,plain,
    lhs_atom613,
    inference(split_conjunct,[status(thm)],[c_0_2198]) ).

cnf(c_0_3194,plain,
    lhs_atom612,
    inference(split_conjunct,[status(thm)],[c_0_2199]) ).

cnf(c_0_3195,plain,
    lhs_atom281,
    inference(split_conjunct,[status(thm)],[c_0_2200]) ).

cnf(c_0_3196,plain,
    lhs_atom611,
    inference(split_conjunct,[status(thm)],[c_0_2201]) ).

cnf(c_0_3197,plain,
    lhs_atom217,
    inference(split_conjunct,[status(thm)],[c_0_2202]) ).

cnf(c_0_3198,plain,
    lhs_atom132,
    inference(split_conjunct,[status(thm)],[c_0_2203]) ).

cnf(c_0_3199,plain,
    lhs_atom610,
    inference(split_conjunct,[status(thm)],[c_0_2204]) ).

cnf(c_0_3200,plain,
    lhs_atom609,
    inference(split_conjunct,[status(thm)],[c_0_2205]) ).

cnf(c_0_3201,plain,
    lhs_atom279,
    inference(split_conjunct,[status(thm)],[c_0_2206]) ).

cnf(c_0_3202,plain,
    lhs_atom608,
    inference(split_conjunct,[status(thm)],[c_0_2207]) ).

cnf(c_0_3203,plain,
    lhs_atom260,
    inference(split_conjunct,[status(thm)],[c_0_2208]) ).

cnf(c_0_3204,plain,
    lhs_atom261,
    inference(split_conjunct,[status(thm)],[c_0_2209]) ).

cnf(c_0_3205,plain,
    lhs_atom86,
    inference(split_conjunct,[status(thm)],[c_0_2210]) ).

cnf(c_0_3206,plain,
    lhs_atom88,
    inference(split_conjunct,[status(thm)],[c_0_2211]) ).

cnf(c_0_3207,plain,
    lhs_atom607,
    inference(split_conjunct,[status(thm)],[c_0_2212]) ).

cnf(c_0_3208,plain,
    lhs_atom606,
    inference(split_conjunct,[status(thm)],[c_0_2213]) ).

cnf(c_0_3209,plain,
    lhs_atom605,
    inference(split_conjunct,[status(thm)],[c_0_2214]) ).

cnf(c_0_3210,plain,
    lhs_atom604,
    inference(split_conjunct,[status(thm)],[c_0_2215]) ).

cnf(c_0_3211,plain,
    lhs_atom603,
    inference(split_conjunct,[status(thm)],[c_0_2216]) ).

cnf(c_0_3212,plain,
    lhs_atom602,
    inference(split_conjunct,[status(thm)],[c_0_2217]) ).

cnf(c_0_3213,plain,
    lhs_atom601,
    inference(split_conjunct,[status(thm)],[c_0_2218]) ).

cnf(c_0_3214,plain,
    lhs_atom276,
    inference(split_conjunct,[status(thm)],[c_0_2219]) ).

cnf(c_0_3215,plain,
    lhs_atom600,
    inference(split_conjunct,[status(thm)],[c_0_2220]) ).

cnf(c_0_3216,plain,
    lhs_atom226,
    inference(split_conjunct,[status(thm)],[c_0_2221]) ).

cnf(c_0_3217,plain,
    lhs_atom268,
    inference(split_conjunct,[status(thm)],[c_0_2222]) ).

cnf(c_0_3218,plain,
    lhs_atom599,
    inference(split_conjunct,[status(thm)],[c_0_2223]) ).

cnf(c_0_3219,plain,
    lhs_atom107,
    inference(split_conjunct,[status(thm)],[c_0_2224]) ).

cnf(c_0_3220,plain,
    lhs_atom598,
    inference(split_conjunct,[status(thm)],[c_0_2225]) ).

cnf(c_0_3221,plain,
    lhs_atom597,
    inference(split_conjunct,[status(thm)],[c_0_2226]) ).

cnf(c_0_3222,plain,
    lhs_atom273,
    inference(split_conjunct,[status(thm)],[c_0_2227]) ).

cnf(c_0_3223,plain,
    lhs_atom55,
    inference(split_conjunct,[status(thm)],[c_0_2228]) ).

cnf(c_0_3224,plain,
    lhs_atom231,
    inference(split_conjunct,[status(thm)],[c_0_2229]) ).

cnf(c_0_3225,plain,
    lhs_atom596,
    inference(split_conjunct,[status(thm)],[c_0_2230]) ).

cnf(c_0_3226,plain,
    lhs_atom51,
    inference(split_conjunct,[status(thm)],[c_0_2231]) ).

cnf(c_0_3227,plain,
    lhs_atom205,
    inference(split_conjunct,[status(thm)],[c_0_2232]) ).

cnf(c_0_3228,plain,
    lhs_atom595,
    inference(split_conjunct,[status(thm)],[c_0_2233]) ).

cnf(c_0_3229,plain,
    lhs_atom271,
    inference(split_conjunct,[status(thm)],[c_0_2234]) ).

cnf(c_0_3230,plain,
    lhs_atom594,
    inference(split_conjunct,[status(thm)],[c_0_2235]) ).

cnf(c_0_3231,plain,
    lhs_atom237,
    inference(split_conjunct,[status(thm)],[c_0_2236]) ).

cnf(c_0_3232,plain,
    lhs_atom238,
    inference(split_conjunct,[status(thm)],[c_0_2237]) ).

cnf(c_0_3233,plain,
    lhs_atom593,
    inference(split_conjunct,[status(thm)],[c_0_2238]) ).

cnf(c_0_3234,plain,
    lhs_atom79,
    inference(split_conjunct,[status(thm)],[c_0_2239]) ).

cnf(c_0_3235,plain,
    lhs_atom592,
    inference(split_conjunct,[status(thm)],[c_0_2240]) ).

cnf(c_0_3236,plain,
    lhs_atom269,
    inference(split_conjunct,[status(thm)],[c_0_2241]) ).

cnf(c_0_3237,plain,
    lhs_atom591,
    inference(split_conjunct,[status(thm)],[c_0_2242]) ).

cnf(c_0_3238,plain,
    lhs_atom248,
    inference(split_conjunct,[status(thm)],[c_0_2243]) ).

cnf(c_0_3239,plain,
    lhs_atom249,
    inference(split_conjunct,[status(thm)],[c_0_2244]) ).

cnf(c_0_3240,plain,
    lhs_atom590,
    inference(split_conjunct,[status(thm)],[c_0_2245]) ).

cnf(c_0_3241,plain,
    lhs_atom589,
    inference(split_conjunct,[status(thm)],[c_0_2246]) ).

cnf(c_0_3242,plain,
    lhs_atom202,
    inference(split_conjunct,[status(thm)],[c_0_2247]) ).

cnf(c_0_3243,plain,
    lhs_atom588,
    inference(split_conjunct,[status(thm)],[c_0_2248]) ).

cnf(c_0_3244,plain,
    lhs_atom587,
    inference(split_conjunct,[status(thm)],[c_0_2249]) ).

cnf(c_0_3245,plain,
    lhs_atom586,
    inference(split_conjunct,[status(thm)],[c_0_2250]) ).

cnf(c_0_3246,plain,
    lhs_atom585,
    inference(split_conjunct,[status(thm)],[c_0_2251]) ).

cnf(c_0_3247,plain,
    lhs_atom584,
    inference(split_conjunct,[status(thm)],[c_0_2252]) ).

cnf(c_0_3248,plain,
    lhs_atom583,
    inference(split_conjunct,[status(thm)],[c_0_2253]) ).

cnf(c_0_3249,plain,
    lhs_atom93,
    inference(split_conjunct,[status(thm)],[c_0_2254]) ).

cnf(c_0_3250,plain,
    lhs_atom582,
    inference(split_conjunct,[status(thm)],[c_0_2255]) ).

cnf(c_0_3251,plain,
    lhs_atom581,
    inference(split_conjunct,[status(thm)],[c_0_2256]) ).

cnf(c_0_3252,plain,
    lhs_atom580,
    inference(split_conjunct,[status(thm)],[c_0_2257]) ).

cnf(c_0_3253,plain,
    lhs_atom258,
    inference(split_conjunct,[status(thm)],[c_0_2258]) ).

cnf(c_0_3254,plain,
    lhs_atom579,
    inference(split_conjunct,[status(thm)],[c_0_2259]) ).

cnf(c_0_3255,plain,
    lhs_atom245,
    inference(split_conjunct,[status(thm)],[c_0_2260]) ).

cnf(c_0_3256,plain,
    lhs_atom578,
    inference(split_conjunct,[status(thm)],[c_0_2261]) ).

cnf(c_0_3257,plain,
    lhs_atom577,
    inference(split_conjunct,[status(thm)],[c_0_2262]) ).

cnf(c_0_3258,plain,
    lhs_atom256,
    inference(split_conjunct,[status(thm)],[c_0_2263]) ).

cnf(c_0_3259,plain,
    lhs_atom576,
    inference(split_conjunct,[status(thm)],[c_0_2264]) ).

cnf(c_0_3260,plain,
    lhs_atom575,
    inference(split_conjunct,[status(thm)],[c_0_2265]) ).

cnf(c_0_3261,plain,
    lhs_atom574,
    inference(split_conjunct,[status(thm)],[c_0_2266]) ).

cnf(c_0_3262,plain,
    lhs_atom573,
    inference(split_conjunct,[status(thm)],[c_0_2267]) ).

cnf(c_0_3263,plain,
    lhs_atom572,
    inference(split_conjunct,[status(thm)],[c_0_2268]) ).

cnf(c_0_3264,plain,
    lhs_atom571,
    inference(split_conjunct,[status(thm)],[c_0_2269]) ).

cnf(c_0_3265,plain,
    lhs_atom570,
    inference(split_conjunct,[status(thm)],[c_0_2270]) ).

cnf(c_0_3266,plain,
    lhs_atom569,
    inference(split_conjunct,[status(thm)],[c_0_2271]) ).

cnf(c_0_3267,plain,
    lhs_atom568,
    inference(split_conjunct,[status(thm)],[c_0_2272]) ).

cnf(c_0_3268,plain,
    lhs_atom567,
    inference(split_conjunct,[status(thm)],[c_0_2273]) ).

cnf(c_0_3269,plain,
    lhs_atom566,
    inference(split_conjunct,[status(thm)],[c_0_2274]) ).

cnf(c_0_3270,plain,
    lhs_atom565,
    inference(split_conjunct,[status(thm)],[c_0_2275]) ).

cnf(c_0_3271,plain,
    lhs_atom564,
    inference(split_conjunct,[status(thm)],[c_0_2276]) ).

cnf(c_0_3272,plain,
    lhs_atom563,
    inference(split_conjunct,[status(thm)],[c_0_2277]) ).

cnf(c_0_3273,plain,
    lhs_atom562,
    inference(split_conjunct,[status(thm)],[c_0_2278]) ).

cnf(c_0_3274,plain,
    lhs_atom561,
    inference(split_conjunct,[status(thm)],[c_0_2279]) ).

cnf(c_0_3275,plain,
    lhs_atom560,
    inference(split_conjunct,[status(thm)],[c_0_2280]) ).

cnf(c_0_3276,plain,
    lhs_atom559,
    inference(split_conjunct,[status(thm)],[c_0_2281]) ).

cnf(c_0_3277,plain,
    lhs_atom558,
    inference(split_conjunct,[status(thm)],[c_0_2282]) ).

cnf(c_0_3278,plain,
    lhs_atom557,
    inference(split_conjunct,[status(thm)],[c_0_2283]) ).

cnf(c_0_3279,plain,
    lhs_atom556,
    inference(split_conjunct,[status(thm)],[c_0_2284]) ).

cnf(c_0_3280,plain,
    lhs_atom555,
    inference(split_conjunct,[status(thm)],[c_0_2285]) ).

cnf(c_0_3281,plain,
    lhs_atom554,
    inference(split_conjunct,[status(thm)],[c_0_2286]) ).

cnf(c_0_3282,plain,
    lhs_atom553,
    inference(split_conjunct,[status(thm)],[c_0_2287]) ).

cnf(c_0_3283,plain,
    lhs_atom183,
    inference(split_conjunct,[status(thm)],[c_0_2288]) ).

cnf(c_0_3284,plain,
    lhs_atom552,
    inference(split_conjunct,[status(thm)],[c_0_2289]) ).

cnf(c_0_3285,plain,
    lhs_atom551,
    inference(split_conjunct,[status(thm)],[c_0_2290]) ).

cnf(c_0_3286,plain,
    lhs_atom550,
    inference(split_conjunct,[status(thm)],[c_0_2291]) ).

cnf(c_0_3287,plain,
    lhs_atom549,
    inference(split_conjunct,[status(thm)],[c_0_2292]) ).

cnf(c_0_3288,plain,
    lhs_atom548,
    inference(split_conjunct,[status(thm)],[c_0_2293]) ).

cnf(c_0_3289,plain,
    lhs_atom547,
    inference(split_conjunct,[status(thm)],[c_0_2294]) ).

cnf(c_0_3290,plain,
    lhs_atom99,
    inference(split_conjunct,[status(thm)],[c_0_2295]) ).

cnf(c_0_3291,plain,
    lhs_atom546,
    inference(split_conjunct,[status(thm)],[c_0_2296]) ).

cnf(c_0_3292,plain,
    lhs_atom545,
    inference(split_conjunct,[status(thm)],[c_0_2297]) ).

cnf(c_0_3293,plain,
    lhs_atom544,
    inference(split_conjunct,[status(thm)],[c_0_2298]) ).

cnf(c_0_3294,plain,
    lhs_atom543,
    inference(split_conjunct,[status(thm)],[c_0_2299]) ).

cnf(c_0_3295,plain,
    lhs_atom542,
    inference(split_conjunct,[status(thm)],[c_0_2300]) ).

cnf(c_0_3296,plain,
    lhs_atom541,
    inference(split_conjunct,[status(thm)],[c_0_2301]) ).

cnf(c_0_3297,plain,
    lhs_atom540,
    inference(split_conjunct,[status(thm)],[c_0_2302]) ).

cnf(c_0_3298,plain,
    lhs_atom539,
    inference(split_conjunct,[status(thm)],[c_0_2303]) ).

cnf(c_0_3299,plain,
    lhs_atom538,
    inference(split_conjunct,[status(thm)],[c_0_2304]) ).

cnf(c_0_3300,plain,
    lhs_atom537,
    inference(split_conjunct,[status(thm)],[c_0_2305]) ).

cnf(c_0_3301,plain,
    lhs_atom536,
    inference(split_conjunct,[status(thm)],[c_0_2306]) ).

cnf(c_0_3302,plain,
    lhs_atom535,
    inference(split_conjunct,[status(thm)],[c_0_2307]) ).

cnf(c_0_3303,plain,
    lhs_atom534,
    inference(split_conjunct,[status(thm)],[c_0_2308]) ).

cnf(c_0_3304,plain,
    lhs_atom533,
    inference(split_conjunct,[status(thm)],[c_0_2309]) ).

cnf(c_0_3305,plain,
    lhs_atom532,
    inference(split_conjunct,[status(thm)],[c_0_2310]) ).

cnf(c_0_3306,plain,
    lhs_atom531,
    inference(split_conjunct,[status(thm)],[c_0_2311]) ).

cnf(c_0_3307,plain,
    lhs_atom530,
    inference(split_conjunct,[status(thm)],[c_0_2312]) ).

cnf(c_0_3308,plain,
    lhs_atom529,
    inference(split_conjunct,[status(thm)],[c_0_2313]) ).

cnf(c_0_3309,plain,
    lhs_atom528,
    inference(split_conjunct,[status(thm)],[c_0_2314]) ).

cnf(c_0_3310,plain,
    lhs_atom527,
    inference(split_conjunct,[status(thm)],[c_0_2315]) ).

cnf(c_0_3311,plain,
    lhs_atom200,
    inference(split_conjunct,[status(thm)],[c_0_2316]) ).

cnf(c_0_3312,plain,
    lhs_atom526,
    inference(split_conjunct,[status(thm)],[c_0_2317]) ).

cnf(c_0_3313,plain,
    lhs_atom525,
    inference(split_conjunct,[status(thm)],[c_0_2318]) ).

cnf(c_0_3314,plain,
    lhs_atom524,
    inference(split_conjunct,[status(thm)],[c_0_2319]) ).

cnf(c_0_3315,plain,
    lhs_atom523,
    inference(split_conjunct,[status(thm)],[c_0_2320]) ).

cnf(c_0_3316,plain,
    lhs_atom522,
    inference(split_conjunct,[status(thm)],[c_0_2321]) ).

cnf(c_0_3317,plain,
    lhs_atom521,
    inference(split_conjunct,[status(thm)],[c_0_2322]) ).

cnf(c_0_3318,plain,
    lhs_atom62,
    inference(split_conjunct,[status(thm)],[c_0_2323]) ).

cnf(c_0_3319,plain,
    lhs_atom520,
    inference(split_conjunct,[status(thm)],[c_0_2324]) ).

cnf(c_0_3320,plain,
    lhs_atom519,
    inference(split_conjunct,[status(thm)],[c_0_2325]) ).

cnf(c_0_3321,plain,
    lhs_atom123,
    inference(split_conjunct,[status(thm)],[c_0_2326]) ).

cnf(c_0_3322,plain,
    lhs_atom518,
    inference(split_conjunct,[status(thm)],[c_0_2327]) ).

cnf(c_0_3323,plain,
    lhs_atom517,
    inference(split_conjunct,[status(thm)],[c_0_2328]) ).

cnf(c_0_3324,plain,
    lhs_atom516,
    inference(split_conjunct,[status(thm)],[c_0_2329]) ).

cnf(c_0_3325,plain,
    lhs_atom515,
    inference(split_conjunct,[status(thm)],[c_0_2330]) ).

cnf(c_0_3326,plain,
    lhs_atom514,
    inference(split_conjunct,[status(thm)],[c_0_2331]) ).

cnf(c_0_3327,plain,
    lhs_atom513,
    inference(split_conjunct,[status(thm)],[c_0_2332]) ).

cnf(c_0_3328,plain,
    lhs_atom512,
    inference(split_conjunct,[status(thm)],[c_0_2333]) ).

cnf(c_0_3329,plain,
    lhs_atom511,
    inference(split_conjunct,[status(thm)],[c_0_2334]) ).

cnf(c_0_3330,plain,
    lhs_atom510,
    inference(split_conjunct,[status(thm)],[c_0_2335]) ).

cnf(c_0_3331,plain,
    lhs_atom509,
    inference(split_conjunct,[status(thm)],[c_0_2336]) ).

cnf(c_0_3332,plain,
    lhs_atom508,
    inference(split_conjunct,[status(thm)],[c_0_2337]) ).

cnf(c_0_3333,plain,
    lhs_atom507,
    inference(split_conjunct,[status(thm)],[c_0_2338]) ).

cnf(c_0_3334,plain,
    lhs_atom506,
    inference(split_conjunct,[status(thm)],[c_0_2339]) ).

cnf(c_0_3335,plain,
    lhs_atom191,
    inference(split_conjunct,[status(thm)],[c_0_2340]) ).

cnf(c_0_3336,plain,
    lhs_atom505,
    inference(split_conjunct,[status(thm)],[c_0_2341]) ).

cnf(c_0_3337,plain,
    lhs_atom504,
    inference(split_conjunct,[status(thm)],[c_0_2342]) ).

cnf(c_0_3338,plain,
    lhs_atom503,
    inference(split_conjunct,[status(thm)],[c_0_2343]) ).

cnf(c_0_3339,plain,
    lhs_atom502,
    inference(split_conjunct,[status(thm)],[c_0_2344]) ).

cnf(c_0_3340,plain,
    lhs_atom501,
    inference(split_conjunct,[status(thm)],[c_0_2345]) ).

cnf(c_0_3341,plain,
    lhs_atom500,
    inference(split_conjunct,[status(thm)],[c_0_2346]) ).

cnf(c_0_3342,plain,
    lhs_atom499,
    inference(split_conjunct,[status(thm)],[c_0_2347]) ).

cnf(c_0_3343,plain,
    lhs_atom498,
    inference(split_conjunct,[status(thm)],[c_0_2348]) ).

cnf(c_0_3344,plain,
    lhs_atom497,
    inference(split_conjunct,[status(thm)],[c_0_2349]) ).

cnf(c_0_3345,plain,
    lhs_atom496,
    inference(split_conjunct,[status(thm)],[c_0_2350]) ).

cnf(c_0_3346,plain,
    lhs_atom495,
    inference(split_conjunct,[status(thm)],[c_0_2351]) ).

cnf(c_0_3347,plain,
    lhs_atom494,
    inference(split_conjunct,[status(thm)],[c_0_2352]) ).

cnf(c_0_3348,plain,
    lhs_atom493,
    inference(split_conjunct,[status(thm)],[c_0_2353]) ).

cnf(c_0_3349,plain,
    lhs_atom492,
    inference(split_conjunct,[status(thm)],[c_0_2354]) ).

cnf(c_0_3350,plain,
    lhs_atom491,
    inference(split_conjunct,[status(thm)],[c_0_2355]) ).

cnf(c_0_3351,plain,
    lhs_atom490,
    inference(split_conjunct,[status(thm)],[c_0_2356]) ).

cnf(c_0_3352,plain,
    lhs_atom489,
    inference(split_conjunct,[status(thm)],[c_0_2357]) ).

cnf(c_0_3353,plain,
    lhs_atom488,
    inference(split_conjunct,[status(thm)],[c_0_2358]) ).

cnf(c_0_3354,plain,
    lhs_atom487,
    inference(split_conjunct,[status(thm)],[c_0_2359]) ).

cnf(c_0_3355,plain,
    lhs_atom486,
    inference(split_conjunct,[status(thm)],[c_0_2360]) ).

cnf(c_0_3356,plain,
    lhs_atom485,
    inference(split_conjunct,[status(thm)],[c_0_2361]) ).

cnf(c_0_3357,plain,
    lhs_atom484,
    inference(split_conjunct,[status(thm)],[c_0_2362]) ).

cnf(c_0_3358,plain,
    lhs_atom483,
    inference(split_conjunct,[status(thm)],[c_0_2363]) ).

cnf(c_0_3359,plain,
    lhs_atom482,
    inference(split_conjunct,[status(thm)],[c_0_2364]) ).

cnf(c_0_3360,plain,
    lhs_atom481,
    inference(split_conjunct,[status(thm)],[c_0_2365]) ).

cnf(c_0_3361,plain,
    lhs_atom480,
    inference(split_conjunct,[status(thm)],[c_0_2366]) ).

cnf(c_0_3362,plain,
    lhs_atom479,
    inference(split_conjunct,[status(thm)],[c_0_2367]) ).

cnf(c_0_3363,plain,
    lhs_atom478,
    inference(split_conjunct,[status(thm)],[c_0_2368]) ).

cnf(c_0_3364,plain,
    lhs_atom477,
    inference(split_conjunct,[status(thm)],[c_0_2369]) ).

cnf(c_0_3365,plain,
    lhs_atom476,
    inference(split_conjunct,[status(thm)],[c_0_2370]) ).

cnf(c_0_3366,plain,
    lhs_atom475,
    inference(split_conjunct,[status(thm)],[c_0_2371]) ).

cnf(c_0_3367,plain,
    lhs_atom474,
    inference(split_conjunct,[status(thm)],[c_0_2372]) ).

cnf(c_0_3368,plain,
    lhs_atom473,
    inference(split_conjunct,[status(thm)],[c_0_2373]) ).

cnf(c_0_3369,plain,
    lhs_atom472,
    inference(split_conjunct,[status(thm)],[c_0_2374]) ).

cnf(c_0_3370,plain,
    lhs_atom471,
    inference(split_conjunct,[status(thm)],[c_0_2375]) ).

cnf(c_0_3371,plain,
    lhs_atom470,
    inference(split_conjunct,[status(thm)],[c_0_2376]) ).

cnf(c_0_3372,plain,
    lhs_atom469,
    inference(split_conjunct,[status(thm)],[c_0_2377]) ).

cnf(c_0_3373,plain,
    lhs_atom468,
    inference(split_conjunct,[status(thm)],[c_0_2378]) ).

cnf(c_0_3374,plain,
    lhs_atom467,
    inference(split_conjunct,[status(thm)],[c_0_2379]) ).

cnf(c_0_3375,plain,
    lhs_atom466,
    inference(split_conjunct,[status(thm)],[c_0_2380]) ).

cnf(c_0_3376,plain,
    lhs_atom465,
    inference(split_conjunct,[status(thm)],[c_0_2381]) ).

cnf(c_0_3377,plain,
    lhs_atom464,
    inference(split_conjunct,[status(thm)],[c_0_2382]) ).

cnf(c_0_3378,plain,
    lhs_atom463,
    inference(split_conjunct,[status(thm)],[c_0_2383]) ).

cnf(c_0_3379,plain,
    lhs_atom462,
    inference(split_conjunct,[status(thm)],[c_0_2384]) ).

cnf(c_0_3380,plain,
    lhs_atom461,
    inference(split_conjunct,[status(thm)],[c_0_2385]) ).

cnf(c_0_3381,plain,
    lhs_atom460,
    inference(split_conjunct,[status(thm)],[c_0_2386]) ).

cnf(c_0_3382,plain,
    lhs_atom459,
    inference(split_conjunct,[status(thm)],[c_0_2387]) ).

cnf(c_0_3383,plain,
    lhs_atom458,
    inference(split_conjunct,[status(thm)],[c_0_2388]) ).

cnf(c_0_3384,plain,
    lhs_atom457,
    inference(split_conjunct,[status(thm)],[c_0_2389]) ).

cnf(c_0_3385,plain,
    lhs_atom456,
    inference(split_conjunct,[status(thm)],[c_0_2390]) ).

cnf(c_0_3386,plain,
    lhs_atom455,
    inference(split_conjunct,[status(thm)],[c_0_2391]) ).

cnf(c_0_3387,plain,
    lhs_atom454,
    inference(split_conjunct,[status(thm)],[c_0_2392]) ).

cnf(c_0_3388,plain,
    lhs_atom453,
    inference(split_conjunct,[status(thm)],[c_0_2393]) ).

cnf(c_0_3389,plain,
    lhs_atom452,
    inference(split_conjunct,[status(thm)],[c_0_2394]) ).

cnf(c_0_3390,plain,
    lhs_atom451,
    inference(split_conjunct,[status(thm)],[c_0_2395]) ).

cnf(c_0_3391,plain,
    lhs_atom174,
    inference(split_conjunct,[status(thm)],[c_0_2396]) ).

cnf(c_0_3392,plain,
    lhs_atom450,
    inference(split_conjunct,[status(thm)],[c_0_2397]) ).

cnf(c_0_3393,plain,
    lhs_atom122,
    inference(split_conjunct,[status(thm)],[c_0_2398]) ).

cnf(c_0_3394,plain,
    lhs_atom449,
    inference(split_conjunct,[status(thm)],[c_0_2399]) ).

cnf(c_0_3395,plain,
    lhs_atom448,
    inference(split_conjunct,[status(thm)],[c_0_2400]) ).

cnf(c_0_3396,plain,
    lhs_atom447,
    inference(split_conjunct,[status(thm)],[c_0_2401]) ).

cnf(c_0_3397,plain,
    lhs_atom446,
    inference(split_conjunct,[status(thm)],[c_0_2402]) ).

cnf(c_0_3398,plain,
    lhs_atom445,
    inference(split_conjunct,[status(thm)],[c_0_2403]) ).

cnf(c_0_3399,plain,
    lhs_atom444,
    inference(split_conjunct,[status(thm)],[c_0_2404]) ).

cnf(c_0_3400,plain,
    lhs_atom443,
    inference(split_conjunct,[status(thm)],[c_0_2405]) ).

cnf(c_0_3401,plain,
    lhs_atom442,
    inference(split_conjunct,[status(thm)],[c_0_2406]) ).

cnf(c_0_3402,plain,
    lhs_atom441,
    inference(split_conjunct,[status(thm)],[c_0_2407]) ).

cnf(c_0_3403,plain,
    lhs_atom440,
    inference(split_conjunct,[status(thm)],[c_0_2408]) ).

cnf(c_0_3404,plain,
    lhs_atom439,
    inference(split_conjunct,[status(thm)],[c_0_2409]) ).

cnf(c_0_3405,plain,
    lhs_atom438,
    inference(split_conjunct,[status(thm)],[c_0_2410]) ).

cnf(c_0_3406,plain,
    lhs_atom437,
    inference(split_conjunct,[status(thm)],[c_0_2411]) ).

cnf(c_0_3407,plain,
    lhs_atom436,
    inference(split_conjunct,[status(thm)],[c_0_2412]) ).

cnf(c_0_3408,plain,
    lhs_atom435,
    inference(split_conjunct,[status(thm)],[c_0_2413]) ).

cnf(c_0_3409,plain,
    lhs_atom434,
    inference(split_conjunct,[status(thm)],[c_0_2414]) ).

cnf(c_0_3410,plain,
    lhs_atom433,
    inference(split_conjunct,[status(thm)],[c_0_2415]) ).

cnf(c_0_3411,plain,
    lhs_atom432,
    inference(split_conjunct,[status(thm)],[c_0_2416]) ).

cnf(c_0_3412,plain,
    lhs_atom431,
    inference(split_conjunct,[status(thm)],[c_0_2417]) ).

cnf(c_0_3413,plain,
    lhs_atom430,
    inference(split_conjunct,[status(thm)],[c_0_2418]) ).

cnf(c_0_3414,plain,
    lhs_atom429,
    inference(split_conjunct,[status(thm)],[c_0_2419]) ).

cnf(c_0_3415,plain,
    lhs_atom428,
    inference(split_conjunct,[status(thm)],[c_0_2420]) ).

cnf(c_0_3416,plain,
    lhs_atom427,
    inference(split_conjunct,[status(thm)],[c_0_2421]) ).

cnf(c_0_3417,plain,
    lhs_atom426,
    inference(split_conjunct,[status(thm)],[c_0_2422]) ).

cnf(c_0_3418,plain,
    lhs_atom425,
    inference(split_conjunct,[status(thm)],[c_0_2423]) ).

cnf(c_0_3419,plain,
    lhs_atom424,
    inference(split_conjunct,[status(thm)],[c_0_2424]) ).

cnf(c_0_3420,plain,
    lhs_atom423,
    inference(split_conjunct,[status(thm)],[c_0_2425]) ).

cnf(c_0_3421,plain,
    lhs_atom422,
    inference(split_conjunct,[status(thm)],[c_0_2426]) ).

cnf(c_0_3422,plain,
    lhs_atom421,
    inference(split_conjunct,[status(thm)],[c_0_2427]) ).

cnf(c_0_3423,plain,
    lhs_atom420,
    inference(split_conjunct,[status(thm)],[c_0_2428]) ).

cnf(c_0_3424,plain,
    lhs_atom419,
    inference(split_conjunct,[status(thm)],[c_0_2429]) ).

cnf(c_0_3425,plain,
    lhs_atom418,
    inference(split_conjunct,[status(thm)],[c_0_2430]) ).

cnf(c_0_3426,plain,
    lhs_atom417,
    inference(split_conjunct,[status(thm)],[c_0_2431]) ).

cnf(c_0_3427,plain,
    lhs_atom416,
    inference(split_conjunct,[status(thm)],[c_0_2432]) ).

cnf(c_0_3428,plain,
    lhs_atom415,
    inference(split_conjunct,[status(thm)],[c_0_2433]) ).

cnf(c_0_3429,plain,
    lhs_atom414,
    inference(split_conjunct,[status(thm)],[c_0_2434]) ).

cnf(c_0_3430,plain,
    lhs_atom413,
    inference(split_conjunct,[status(thm)],[c_0_2435]) ).

cnf(c_0_3431,plain,
    lhs_atom412,
    inference(split_conjunct,[status(thm)],[c_0_2436]) ).

cnf(c_0_3432,plain,
    lhs_atom411,
    inference(split_conjunct,[status(thm)],[c_0_2437]) ).

cnf(c_0_3433,plain,
    lhs_atom410,
    inference(split_conjunct,[status(thm)],[c_0_2438]) ).

cnf(c_0_3434,plain,
    lhs_atom409,
    inference(split_conjunct,[status(thm)],[c_0_2439]) ).

cnf(c_0_3435,plain,
    lhs_atom408,
    inference(split_conjunct,[status(thm)],[c_0_2440]) ).

cnf(c_0_3436,plain,
    lhs_atom407,
    inference(split_conjunct,[status(thm)],[c_0_2441]) ).

cnf(c_0_3437,plain,
    lhs_atom406,
    inference(split_conjunct,[status(thm)],[c_0_2442]) ).

cnf(c_0_3438,plain,
    lhs_atom405,
    inference(split_conjunct,[status(thm)],[c_0_2443]) ).

cnf(c_0_3439,plain,
    lhs_atom404,
    inference(split_conjunct,[status(thm)],[c_0_2444]) ).

cnf(c_0_3440,plain,
    lhs_atom403,
    inference(split_conjunct,[status(thm)],[c_0_2445]) ).

cnf(c_0_3441,plain,
    lhs_atom402,
    inference(split_conjunct,[status(thm)],[c_0_2446]) ).

cnf(c_0_3442,plain,
    lhs_atom401,
    inference(split_conjunct,[status(thm)],[c_0_2447]) ).

cnf(c_0_3443,plain,
    lhs_atom400,
    inference(split_conjunct,[status(thm)],[c_0_2448]) ).

cnf(c_0_3444,plain,
    lhs_atom399,
    inference(split_conjunct,[status(thm)],[c_0_2449]) ).

cnf(c_0_3445,plain,
    lhs_atom398,
    inference(split_conjunct,[status(thm)],[c_0_2450]) ).

cnf(c_0_3446,plain,
    lhs_atom397,
    inference(split_conjunct,[status(thm)],[c_0_2451]) ).

cnf(c_0_3447,plain,
    lhs_atom396,
    inference(split_conjunct,[status(thm)],[c_0_2452]) ).

cnf(c_0_3448,plain,
    lhs_atom395,
    inference(split_conjunct,[status(thm)],[c_0_2453]) ).

cnf(c_0_3449,plain,
    lhs_atom394,
    inference(split_conjunct,[status(thm)],[c_0_2454]) ).

cnf(c_0_3450,plain,
    lhs_atom393,
    inference(split_conjunct,[status(thm)],[c_0_2455]) ).

cnf(c_0_3451,plain,
    lhs_atom392,
    inference(split_conjunct,[status(thm)],[c_0_2456]) ).

cnf(c_0_3452,plain,
    lhs_atom391,
    inference(split_conjunct,[status(thm)],[c_0_2457]) ).

cnf(c_0_3453,plain,
    lhs_atom390,
    inference(split_conjunct,[status(thm)],[c_0_2458]) ).

cnf(c_0_3454,plain,
    lhs_atom389,
    inference(split_conjunct,[status(thm)],[c_0_2459]) ).

cnf(c_0_3455,plain,
    lhs_atom388,
    inference(split_conjunct,[status(thm)],[c_0_2460]) ).

cnf(c_0_3456,plain,
    lhs_atom387,
    inference(split_conjunct,[status(thm)],[c_0_2461]) ).

cnf(c_0_3457,plain,
    lhs_atom386,
    inference(split_conjunct,[status(thm)],[c_0_2462]) ).

cnf(c_0_3458,plain,
    lhs_atom385,
    inference(split_conjunct,[status(thm)],[c_0_2463]) ).

cnf(c_0_3459,plain,
    lhs_atom384,
    inference(split_conjunct,[status(thm)],[c_0_2464]) ).

cnf(c_0_3460,plain,
    lhs_atom383,
    inference(split_conjunct,[status(thm)],[c_0_2465]) ).

cnf(c_0_3461,plain,
    lhs_atom382,
    inference(split_conjunct,[status(thm)],[c_0_2466]) ).

cnf(c_0_3462,plain,
    lhs_atom381,
    inference(split_conjunct,[status(thm)],[c_0_2467]) ).

cnf(c_0_3463,plain,
    lhs_atom380,
    inference(split_conjunct,[status(thm)],[c_0_2468]) ).

cnf(c_0_3464,plain,
    lhs_atom379,
    inference(split_conjunct,[status(thm)],[c_0_2469]) ).

cnf(c_0_3465,plain,
    lhs_atom378,
    inference(split_conjunct,[status(thm)],[c_0_2470]) ).

cnf(c_0_3466,plain,
    lhs_atom377,
    inference(split_conjunct,[status(thm)],[c_0_2471]) ).

cnf(c_0_3467,plain,
    lhs_atom376,
    inference(split_conjunct,[status(thm)],[c_0_2472]) ).

cnf(c_0_3468,plain,
    lhs_atom375,
    inference(split_conjunct,[status(thm)],[c_0_2473]) ).

cnf(c_0_3469,plain,
    lhs_atom374,
    inference(split_conjunct,[status(thm)],[c_0_2474]) ).

cnf(c_0_3470,plain,
    lhs_atom373,
    inference(split_conjunct,[status(thm)],[c_0_2475]) ).

cnf(c_0_3471,plain,
    lhs_atom372,
    inference(split_conjunct,[status(thm)],[c_0_2476]) ).

cnf(c_0_3472,plain,
    lhs_atom371,
    inference(split_conjunct,[status(thm)],[c_0_2477]) ).

cnf(c_0_3473,plain,
    lhs_atom370,
    inference(split_conjunct,[status(thm)],[c_0_2478]) ).

cnf(c_0_3474,plain,
    lhs_atom369,
    inference(split_conjunct,[status(thm)],[c_0_2479]) ).

cnf(c_0_3475,plain,
    lhs_atom368,
    inference(split_conjunct,[status(thm)],[c_0_2480]) ).

cnf(c_0_3476,plain,
    lhs_atom367,
    inference(split_conjunct,[status(thm)],[c_0_2481]) ).

cnf(c_0_3477,plain,
    lhs_atom366,
    inference(split_conjunct,[status(thm)],[c_0_2482]) ).

cnf(c_0_3478,plain,
    lhs_atom365,
    inference(split_conjunct,[status(thm)],[c_0_2483]) ).

cnf(c_0_3479,plain,
    lhs_atom364,
    inference(split_conjunct,[status(thm)],[c_0_2484]) ).

cnf(c_0_3480,plain,
    lhs_atom363,
    inference(split_conjunct,[status(thm)],[c_0_2485]) ).

cnf(c_0_3481,plain,
    lhs_atom362,
    inference(split_conjunct,[status(thm)],[c_0_2486]) ).

cnf(c_0_3482,plain,
    lhs_atom361,
    inference(split_conjunct,[status(thm)],[c_0_2487]) ).

cnf(c_0_3483,plain,
    lhs_atom360,
    inference(split_conjunct,[status(thm)],[c_0_2488]) ).

cnf(c_0_3484,plain,
    lhs_atom359,
    inference(split_conjunct,[status(thm)],[c_0_2489]) ).

cnf(c_0_3485,plain,
    lhs_atom358,
    inference(split_conjunct,[status(thm)],[c_0_2490]) ).

cnf(c_0_3486,plain,
    lhs_atom357,
    inference(split_conjunct,[status(thm)],[c_0_2491]) ).

cnf(c_0_3487,plain,
    lhs_atom356,
    inference(split_conjunct,[status(thm)],[c_0_2492]) ).

cnf(c_0_3488,plain,
    lhs_atom355,
    inference(split_conjunct,[status(thm)],[c_0_2493]) ).

cnf(c_0_3489,plain,
    lhs_atom354,
    inference(split_conjunct,[status(thm)],[c_0_2494]) ).

cnf(c_0_3490,plain,
    lhs_atom353,
    inference(split_conjunct,[status(thm)],[c_0_2495]) ).

cnf(c_0_3491,plain,
    lhs_atom352,
    inference(split_conjunct,[status(thm)],[c_0_2496]) ).

cnf(c_0_3492,plain,
    lhs_atom351,
    inference(split_conjunct,[status(thm)],[c_0_2497]) ).

cnf(c_0_3493,plain,
    lhs_atom350,
    inference(split_conjunct,[status(thm)],[c_0_2498]) ).

cnf(c_0_3494,plain,
    lhs_atom349,
    inference(split_conjunct,[status(thm)],[c_0_2499]) ).

cnf(c_0_3495,plain,
    lhs_atom348,
    inference(split_conjunct,[status(thm)],[c_0_2500]) ).

cnf(c_0_3496,plain,
    lhs_atom347,
    inference(split_conjunct,[status(thm)],[c_0_2501]) ).

cnf(c_0_3497,plain,
    lhs_atom346,
    inference(split_conjunct,[status(thm)],[c_0_2502]) ).

cnf(c_0_3498,plain,
    lhs_atom345,
    inference(split_conjunct,[status(thm)],[c_0_2503]) ).

cnf(c_0_3499,plain,
    lhs_atom344,
    inference(split_conjunct,[status(thm)],[c_0_2504]) ).

cnf(c_0_3500,plain,
    lhs_atom343,
    inference(split_conjunct,[status(thm)],[c_0_2505]) ).

cnf(c_0_3501,plain,
    lhs_atom342,
    inference(split_conjunct,[status(thm)],[c_0_2506]) ).

cnf(c_0_3502,plain,
    lhs_atom341,
    inference(split_conjunct,[status(thm)],[c_0_2507]) ).

cnf(c_0_3503,plain,
    lhs_atom340,
    inference(split_conjunct,[status(thm)],[c_0_2508]) ).

cnf(c_0_3504,plain,
    lhs_atom339,
    inference(split_conjunct,[status(thm)],[c_0_2509]) ).

cnf(c_0_3505,plain,
    lhs_atom338,
    inference(split_conjunct,[status(thm)],[c_0_2510]) ).

cnf(c_0_3506,plain,
    lhs_atom337,
    inference(split_conjunct,[status(thm)],[c_0_2511]) ).

cnf(c_0_3507,plain,
    lhs_atom336,
    inference(split_conjunct,[status(thm)],[c_0_2512]) ).

cnf(c_0_3508,plain,
    lhs_atom335,
    inference(split_conjunct,[status(thm)],[c_0_2513]) ).

cnf(c_0_3509,plain,
    lhs_atom334,
    inference(split_conjunct,[status(thm)],[c_0_2514]) ).

cnf(c_0_3510,plain,
    lhs_atom333,
    inference(split_conjunct,[status(thm)],[c_0_2515]) ).

cnf(c_0_3511,plain,
    lhs_atom332,
    inference(split_conjunct,[status(thm)],[c_0_2516]) ).

cnf(c_0_3512,plain,
    lhs_atom331,
    inference(split_conjunct,[status(thm)],[c_0_2517]) ).

cnf(c_0_3513,plain,
    lhs_atom330,
    inference(split_conjunct,[status(thm)],[c_0_2518]) ).

cnf(c_0_3514,plain,
    lhs_atom329,
    inference(split_conjunct,[status(thm)],[c_0_2519]) ).

cnf(c_0_3515,plain,
    lhs_atom328,
    inference(split_conjunct,[status(thm)],[c_0_2520]) ).

cnf(c_0_3516,plain,
    lhs_atom327,
    inference(split_conjunct,[status(thm)],[c_0_2521]) ).

cnf(c_0_3517,plain,
    lhs_atom326,
    inference(split_conjunct,[status(thm)],[c_0_2522]) ).

cnf(c_0_3518,plain,
    lhs_atom325,
    inference(split_conjunct,[status(thm)],[c_0_2523]) ).

cnf(c_0_3519,plain,
    lhs_atom324,
    inference(split_conjunct,[status(thm)],[c_0_2524]) ).

cnf(c_0_3520,plain,
    lhs_atom323,
    inference(split_conjunct,[status(thm)],[c_0_2525]) ).

cnf(c_0_3521,plain,
    lhs_atom322,
    inference(split_conjunct,[status(thm)],[c_0_2526]) ).

cnf(c_0_3522,plain,
    lhs_atom321,
    inference(split_conjunct,[status(thm)],[c_0_2527]) ).

cnf(c_0_3523,plain,
    lhs_atom320,
    inference(split_conjunct,[status(thm)],[c_0_2528]) ).

cnf(c_0_3524,plain,
    lhs_atom319,
    inference(split_conjunct,[status(thm)],[c_0_2529]) ).

cnf(c_0_3525,plain,
    lhs_atom318,
    inference(split_conjunct,[status(thm)],[c_0_2530]) ).

cnf(c_0_3526,plain,
    lhs_atom317,
    inference(split_conjunct,[status(thm)],[c_0_2531]) ).

cnf(c_0_3527,plain,
    lhs_atom316,
    inference(split_conjunct,[status(thm)],[c_0_2532]) ).

cnf(c_0_3528,plain,
    lhs_atom315,
    inference(split_conjunct,[status(thm)],[c_0_2533]) ).

cnf(c_0_3529,plain,
    lhs_atom314,
    inference(split_conjunct,[status(thm)],[c_0_2534]) ).

cnf(c_0_3530,plain,
    lhs_atom313,
    inference(split_conjunct,[status(thm)],[c_0_2535]) ).

cnf(c_0_3531,plain,
    lhs_atom312,
    inference(split_conjunct,[status(thm)],[c_0_2536]) ).

cnf(c_0_3532,plain,
    lhs_atom311,
    inference(split_conjunct,[status(thm)],[c_0_2537]) ).

cnf(c_0_3533,plain,
    lhs_atom310,
    inference(split_conjunct,[status(thm)],[c_0_2538]) ).

cnf(c_0_3534,plain,
    lhs_atom309,
    inference(split_conjunct,[status(thm)],[c_0_2539]) ).

cnf(c_0_3535,plain,
    lhs_atom308,
    inference(split_conjunct,[status(thm)],[c_0_2540]) ).

cnf(c_0_3536,plain,
    lhs_atom307,
    inference(split_conjunct,[status(thm)],[c_0_2541]) ).

cnf(c_0_3537,plain,
    lhs_atom306,
    inference(split_conjunct,[status(thm)],[c_0_2542]) ).

cnf(c_0_3538,plain,
    lhs_atom305,
    inference(split_conjunct,[status(thm)],[c_0_2543]) ).

cnf(c_0_3539,plain,
    lhs_atom304,
    inference(split_conjunct,[status(thm)],[c_0_2544]) ).

cnf(c_0_3540,plain,
    lhs_atom303,
    inference(split_conjunct,[status(thm)],[c_0_2545]) ).

cnf(c_0_3541,plain,
    lhs_atom302,
    inference(split_conjunct,[status(thm)],[c_0_2546]) ).

cnf(c_0_3542,plain,
    lhs_atom301,
    inference(split_conjunct,[status(thm)],[c_0_2547]) ).

cnf(c_0_3543,plain,
    lhs_atom300,
    inference(split_conjunct,[status(thm)],[c_0_2548]) ).

cnf(c_0_3544,plain,
    lhs_atom299,
    inference(split_conjunct,[status(thm)],[c_0_2549]) ).

cnf(c_0_3545,plain,
    lhs_atom298,
    inference(split_conjunct,[status(thm)],[c_0_2550]) ).

cnf(c_0_3546,plain,
    lhs_atom297,
    inference(split_conjunct,[status(thm)],[c_0_2551]) ).

cnf(c_0_3547,plain,
    lhs_atom296,
    inference(split_conjunct,[status(thm)],[c_0_2552]) ).

cnf(c_0_3548,plain,
    lhs_atom295,
    inference(split_conjunct,[status(thm)],[c_0_2553]) ).

cnf(c_0_3549,plain,
    lhs_atom294,
    inference(split_conjunct,[status(thm)],[c_0_2554]) ).

cnf(c_0_3550,plain,
    lhs_atom293,
    inference(split_conjunct,[status(thm)],[c_0_2555]) ).

cnf(c_0_3551,plain,
    lhs_atom292,
    inference(split_conjunct,[status(thm)],[c_0_2556]) ).

cnf(c_0_3552,plain,
    lhs_atom291,
    inference(split_conjunct,[status(thm)],[c_0_2557]) ).

cnf(c_0_3553,plain,
    lhs_atom290,
    inference(split_conjunct,[status(thm)],[c_0_2558]) ).

cnf(c_0_3554,plain,
    lhs_atom289,
    inference(split_conjunct,[status(thm)],[c_0_2559]) ).

cnf(c_0_3555,plain,
    lhs_atom288,
    inference(split_conjunct,[status(thm)],[c_0_2560]) ).

cnf(c_0_3556,plain,
    lhs_atom287,
    inference(split_conjunct,[status(thm)],[c_0_2561]) ).

cnf(c_0_3557,plain,
    lhs_atom286,
    inference(split_conjunct,[status(thm)],[c_0_2562]) ).

cnf(c_0_3558,plain,
    lhs_atom285,
    inference(split_conjunct,[status(thm)],[c_0_2563]) ).

cnf(c_0_3559,plain,
    lhs_atom284,
    inference(split_conjunct,[status(thm)],[c_0_2564]) ).

cnf(c_0_3560,plain,
    lhs_atom283,
    inference(split_conjunct,[status(thm)],[c_0_2565]) ).

cnf(c_0_3561,plain,
    lhs_atom282,
    inference(split_conjunct,[status(thm)],[c_0_2566]) ).

cnf(c_0_3562,plain,
    lhs_atom281,
    inference(split_conjunct,[status(thm)],[c_0_2567]) ).

cnf(c_0_3563,plain,
    lhs_atom280,
    inference(split_conjunct,[status(thm)],[c_0_2568]) ).

cnf(c_0_3564,plain,
    lhs_atom279,
    inference(split_conjunct,[status(thm)],[c_0_2569]) ).

cnf(c_0_3565,plain,
    lhs_atom278,
    inference(split_conjunct,[status(thm)],[c_0_2570]) ).

cnf(c_0_3566,plain,
    lhs_atom277,
    inference(split_conjunct,[status(thm)],[c_0_2571]) ).

cnf(c_0_3567,plain,
    lhs_atom276,
    inference(split_conjunct,[status(thm)],[c_0_2572]) ).

cnf(c_0_3568,plain,
    lhs_atom275,
    inference(split_conjunct,[status(thm)],[c_0_2573]) ).

cnf(c_0_3569,plain,
    lhs_atom274,
    inference(split_conjunct,[status(thm)],[c_0_2574]) ).

cnf(c_0_3570,plain,
    lhs_atom273,
    inference(split_conjunct,[status(thm)],[c_0_2575]) ).

cnf(c_0_3571,plain,
    lhs_atom272,
    inference(split_conjunct,[status(thm)],[c_0_2576]) ).

cnf(c_0_3572,plain,
    lhs_atom271,
    inference(split_conjunct,[status(thm)],[c_0_2577]) ).

cnf(c_0_3573,plain,
    lhs_atom270,
    inference(split_conjunct,[status(thm)],[c_0_2578]) ).

cnf(c_0_3574,plain,
    lhs_atom269,
    inference(split_conjunct,[status(thm)],[c_0_2579]) ).

cnf(c_0_3575,plain,
    lhs_atom268,
    inference(split_conjunct,[status(thm)],[c_0_2580]) ).

cnf(c_0_3576,plain,
    lhs_atom267,
    inference(split_conjunct,[status(thm)],[c_0_2581]) ).

cnf(c_0_3577,plain,
    lhs_atom266,
    inference(split_conjunct,[status(thm)],[c_0_2582]) ).

cnf(c_0_3578,plain,
    lhs_atom265,
    inference(split_conjunct,[status(thm)],[c_0_2583]) ).

cnf(c_0_3579,plain,
    lhs_atom264,
    inference(split_conjunct,[status(thm)],[c_0_2584]) ).

cnf(c_0_3580,plain,
    lhs_atom263,
    inference(split_conjunct,[status(thm)],[c_0_2585]) ).

cnf(c_0_3581,plain,
    lhs_atom262,
    inference(split_conjunct,[status(thm)],[c_0_2586]) ).

cnf(c_0_3582,plain,
    lhs_atom261,
    inference(split_conjunct,[status(thm)],[c_0_2587]) ).

cnf(c_0_3583,plain,
    lhs_atom260,
    inference(split_conjunct,[status(thm)],[c_0_2588]) ).

cnf(c_0_3584,plain,
    lhs_atom259,
    inference(split_conjunct,[status(thm)],[c_0_2589]) ).

cnf(c_0_3585,plain,
    lhs_atom258,
    inference(split_conjunct,[status(thm)],[c_0_2590]) ).

cnf(c_0_3586,plain,
    lhs_atom257,
    inference(split_conjunct,[status(thm)],[c_0_2591]) ).

cnf(c_0_3587,plain,
    lhs_atom256,
    inference(split_conjunct,[status(thm)],[c_0_2592]) ).

cnf(c_0_3588,plain,
    lhs_atom255,
    inference(split_conjunct,[status(thm)],[c_0_2593]) ).

cnf(c_0_3589,plain,
    lhs_atom254,
    inference(split_conjunct,[status(thm)],[c_0_2594]) ).

cnf(c_0_3590,plain,
    lhs_atom253,
    inference(split_conjunct,[status(thm)],[c_0_2595]) ).

cnf(c_0_3591,plain,
    lhs_atom252,
    inference(split_conjunct,[status(thm)],[c_0_2596]) ).

cnf(c_0_3592,plain,
    lhs_atom251,
    inference(split_conjunct,[status(thm)],[c_0_2597]) ).

cnf(c_0_3593,plain,
    lhs_atom250,
    inference(split_conjunct,[status(thm)],[c_0_2598]) ).

cnf(c_0_3594,plain,
    lhs_atom249,
    inference(split_conjunct,[status(thm)],[c_0_2599]) ).

cnf(c_0_3595,plain,
    lhs_atom248,
    inference(split_conjunct,[status(thm)],[c_0_2600]) ).

cnf(c_0_3596,plain,
    lhs_atom247,
    inference(split_conjunct,[status(thm)],[c_0_2601]) ).

cnf(c_0_3597,plain,
    lhs_atom246,
    inference(split_conjunct,[status(thm)],[c_0_2602]) ).

cnf(c_0_3598,plain,
    lhs_atom245,
    inference(split_conjunct,[status(thm)],[c_0_2603]) ).

cnf(c_0_3599,plain,
    lhs_atom244,
    inference(split_conjunct,[status(thm)],[c_0_2604]) ).

cnf(c_0_3600,plain,
    lhs_atom243,
    inference(split_conjunct,[status(thm)],[c_0_2605]) ).

cnf(c_0_3601,plain,
    lhs_atom242,
    inference(split_conjunct,[status(thm)],[c_0_2606]) ).

cnf(c_0_3602,plain,
    lhs_atom241,
    inference(split_conjunct,[status(thm)],[c_0_2607]) ).

cnf(c_0_3603,plain,
    lhs_atom240,
    inference(split_conjunct,[status(thm)],[c_0_2608]) ).

cnf(c_0_3604,plain,
    lhs_atom239,
    inference(split_conjunct,[status(thm)],[c_0_2609]) ).

cnf(c_0_3605,plain,
    lhs_atom238,
    inference(split_conjunct,[status(thm)],[c_0_2610]) ).

cnf(c_0_3606,plain,
    lhs_atom237,
    inference(split_conjunct,[status(thm)],[c_0_2611]) ).

cnf(c_0_3607,plain,
    lhs_atom236,
    inference(split_conjunct,[status(thm)],[c_0_2612]) ).

cnf(c_0_3608,plain,
    lhs_atom235,
    inference(split_conjunct,[status(thm)],[c_0_2613]) ).

cnf(c_0_3609,plain,
    lhs_atom234,
    inference(split_conjunct,[status(thm)],[c_0_2614]) ).

cnf(c_0_3610,plain,
    lhs_atom233,
    inference(split_conjunct,[status(thm)],[c_0_2615]) ).

cnf(c_0_3611,plain,
    lhs_atom232,
    inference(split_conjunct,[status(thm)],[c_0_2616]) ).

cnf(c_0_3612,plain,
    lhs_atom231,
    inference(split_conjunct,[status(thm)],[c_0_2617]) ).

cnf(c_0_3613,plain,
    lhs_atom230,
    inference(split_conjunct,[status(thm)],[c_0_2618]) ).

cnf(c_0_3614,plain,
    lhs_atom229,
    inference(split_conjunct,[status(thm)],[c_0_2619]) ).

cnf(c_0_3615,plain,
    lhs_atom228,
    inference(split_conjunct,[status(thm)],[c_0_2620]) ).

cnf(c_0_3616,plain,
    lhs_atom227,
    inference(split_conjunct,[status(thm)],[c_0_2621]) ).

cnf(c_0_3617,plain,
    lhs_atom226,
    inference(split_conjunct,[status(thm)],[c_0_2622]) ).

cnf(c_0_3618,plain,
    lhs_atom225,
    inference(split_conjunct,[status(thm)],[c_0_2623]) ).

cnf(c_0_3619,plain,
    lhs_atom224,
    inference(split_conjunct,[status(thm)],[c_0_2624]) ).

cnf(c_0_3620,plain,
    lhs_atom223,
    inference(split_conjunct,[status(thm)],[c_0_2625]) ).

cnf(c_0_3621,plain,
    lhs_atom222,
    inference(split_conjunct,[status(thm)],[c_0_2626]) ).

cnf(c_0_3622,plain,
    lhs_atom221,
    inference(split_conjunct,[status(thm)],[c_0_2627]) ).

cnf(c_0_3623,plain,
    lhs_atom220,
    inference(split_conjunct,[status(thm)],[c_0_2628]) ).

cnf(c_0_3624,plain,
    lhs_atom219,
    inference(split_conjunct,[status(thm)],[c_0_2629]) ).

cnf(c_0_3625,plain,
    lhs_atom218,
    inference(split_conjunct,[status(thm)],[c_0_2630]) ).

cnf(c_0_3626,plain,
    lhs_atom217,
    inference(split_conjunct,[status(thm)],[c_0_2631]) ).

cnf(c_0_3627,plain,
    lhs_atom216,
    inference(split_conjunct,[status(thm)],[c_0_2632]) ).

cnf(c_0_3628,plain,
    lhs_atom215,
    inference(split_conjunct,[status(thm)],[c_0_2633]) ).

cnf(c_0_3629,plain,
    lhs_atom214,
    inference(split_conjunct,[status(thm)],[c_0_2634]) ).

cnf(c_0_3630,plain,
    lhs_atom213,
    inference(split_conjunct,[status(thm)],[c_0_2635]) ).

cnf(c_0_3631,plain,
    lhs_atom212,
    inference(split_conjunct,[status(thm)],[c_0_2636]) ).

cnf(c_0_3632,plain,
    lhs_atom211,
    inference(split_conjunct,[status(thm)],[c_0_2637]) ).

cnf(c_0_3633,plain,
    lhs_atom210,
    inference(split_conjunct,[status(thm)],[c_0_2638]) ).

cnf(c_0_3634,plain,
    lhs_atom209,
    inference(split_conjunct,[status(thm)],[c_0_2639]) ).

cnf(c_0_3635,plain,
    lhs_atom208,
    inference(split_conjunct,[status(thm)],[c_0_2640]) ).

cnf(c_0_3636,plain,
    lhs_atom207,
    inference(split_conjunct,[status(thm)],[c_0_2641]) ).

cnf(c_0_3637,plain,
    lhs_atom206,
    inference(split_conjunct,[status(thm)],[c_0_2642]) ).

cnf(c_0_3638,plain,
    lhs_atom205,
    inference(split_conjunct,[status(thm)],[c_0_2643]) ).

cnf(c_0_3639,plain,
    lhs_atom204,
    inference(split_conjunct,[status(thm)],[c_0_2644]) ).

cnf(c_0_3640,plain,
    lhs_atom203,
    inference(split_conjunct,[status(thm)],[c_0_2645]) ).

cnf(c_0_3641,plain,
    lhs_atom202,
    inference(split_conjunct,[status(thm)],[c_0_2646]) ).

cnf(c_0_3642,plain,
    lhs_atom201,
    inference(split_conjunct,[status(thm)],[c_0_2647]) ).

cnf(c_0_3643,plain,
    lhs_atom200,
    inference(split_conjunct,[status(thm)],[c_0_2648]) ).

cnf(c_0_3644,plain,
    lhs_atom199,
    inference(split_conjunct,[status(thm)],[c_0_2649]) ).

cnf(c_0_3645,plain,
    lhs_atom198,
    inference(split_conjunct,[status(thm)],[c_0_2650]) ).

cnf(c_0_3646,plain,
    lhs_atom197,
    inference(split_conjunct,[status(thm)],[c_0_2651]) ).

cnf(c_0_3647,plain,
    lhs_atom196,
    inference(split_conjunct,[status(thm)],[c_0_2652]) ).

cnf(c_0_3648,plain,
    lhs_atom195,
    inference(split_conjunct,[status(thm)],[c_0_2653]) ).

cnf(c_0_3649,plain,
    lhs_atom194,
    inference(split_conjunct,[status(thm)],[c_0_2654]) ).

cnf(c_0_3650,plain,
    lhs_atom193,
    inference(split_conjunct,[status(thm)],[c_0_2655]) ).

cnf(c_0_3651,plain,
    lhs_atom192,
    inference(split_conjunct,[status(thm)],[c_0_2656]) ).

cnf(c_0_3652,plain,
    lhs_atom191,
    inference(split_conjunct,[status(thm)],[c_0_2657]) ).

cnf(c_0_3653,plain,
    lhs_atom190,
    inference(split_conjunct,[status(thm)],[c_0_2658]) ).

cnf(c_0_3654,plain,
    lhs_atom189,
    inference(split_conjunct,[status(thm)],[c_0_2659]) ).

cnf(c_0_3655,plain,
    lhs_atom188,
    inference(split_conjunct,[status(thm)],[c_0_2660]) ).

cnf(c_0_3656,plain,
    lhs_atom187,
    inference(split_conjunct,[status(thm)],[c_0_2661]) ).

cnf(c_0_3657,plain,
    lhs_atom186,
    inference(split_conjunct,[status(thm)],[c_0_2662]) ).

cnf(c_0_3658,plain,
    lhs_atom185,
    inference(split_conjunct,[status(thm)],[c_0_2663]) ).

cnf(c_0_3659,plain,
    lhs_atom184,
    inference(split_conjunct,[status(thm)],[c_0_2664]) ).

cnf(c_0_3660,plain,
    lhs_atom183,
    inference(split_conjunct,[status(thm)],[c_0_2665]) ).

cnf(c_0_3661,plain,
    lhs_atom182,
    inference(split_conjunct,[status(thm)],[c_0_2666]) ).

cnf(c_0_3662,plain,
    lhs_atom181,
    inference(split_conjunct,[status(thm)],[c_0_2667]) ).

cnf(c_0_3663,plain,
    lhs_atom180,
    inference(split_conjunct,[status(thm)],[c_0_2668]) ).

cnf(c_0_3664,plain,
    lhs_atom179,
    inference(split_conjunct,[status(thm)],[c_0_2669]) ).

cnf(c_0_3665,plain,
    lhs_atom178,
    inference(split_conjunct,[status(thm)],[c_0_2670]) ).

cnf(c_0_3666,plain,
    lhs_atom177,
    inference(split_conjunct,[status(thm)],[c_0_2671]) ).

cnf(c_0_3667,plain,
    lhs_atom176,
    inference(split_conjunct,[status(thm)],[c_0_2672]) ).

cnf(c_0_3668,plain,
    lhs_atom175,
    inference(split_conjunct,[status(thm)],[c_0_2673]) ).

cnf(c_0_3669,plain,
    lhs_atom174,
    inference(split_conjunct,[status(thm)],[c_0_2674]) ).

cnf(c_0_3670,plain,
    lhs_atom173,
    inference(split_conjunct,[status(thm)],[c_0_2675]) ).

cnf(c_0_3671,plain,
    lhs_atom172,
    inference(split_conjunct,[status(thm)],[c_0_2676]) ).

cnf(c_0_3672,plain,
    lhs_atom171,
    inference(split_conjunct,[status(thm)],[c_0_2677]) ).

cnf(c_0_3673,plain,
    lhs_atom170,
    inference(split_conjunct,[status(thm)],[c_0_2678]) ).

cnf(c_0_3674,plain,
    lhs_atom169,
    inference(split_conjunct,[status(thm)],[c_0_2679]) ).

cnf(c_0_3675,plain,
    lhs_atom168,
    inference(split_conjunct,[status(thm)],[c_0_2680]) ).

cnf(c_0_3676,plain,
    lhs_atom167,
    inference(split_conjunct,[status(thm)],[c_0_2681]) ).

cnf(c_0_3677,plain,
    lhs_atom166,
    inference(split_conjunct,[status(thm)],[c_0_2682]) ).

cnf(c_0_3678,plain,
    lhs_atom165,
    inference(split_conjunct,[status(thm)],[c_0_2683]) ).

cnf(c_0_3679,plain,
    lhs_atom164,
    inference(split_conjunct,[status(thm)],[c_0_2684]) ).

cnf(c_0_3680,plain,
    lhs_atom163,
    inference(split_conjunct,[status(thm)],[c_0_2685]) ).

cnf(c_0_3681,plain,
    lhs_atom162,
    inference(split_conjunct,[status(thm)],[c_0_2686]) ).

cnf(c_0_3682,plain,
    lhs_atom161,
    inference(split_conjunct,[status(thm)],[c_0_2687]) ).

cnf(c_0_3683,plain,
    lhs_atom160,
    inference(split_conjunct,[status(thm)],[c_0_2688]) ).

cnf(c_0_3684,plain,
    lhs_atom159,
    inference(split_conjunct,[status(thm)],[c_0_2689]) ).

cnf(c_0_3685,plain,
    lhs_atom158,
    inference(split_conjunct,[status(thm)],[c_0_2690]) ).

cnf(c_0_3686,plain,
    lhs_atom157,
    inference(split_conjunct,[status(thm)],[c_0_2691]) ).

cnf(c_0_3687,plain,
    lhs_atom156,
    inference(split_conjunct,[status(thm)],[c_0_2692]) ).

cnf(c_0_3688,plain,
    lhs_atom155,
    inference(split_conjunct,[status(thm)],[c_0_2693]) ).

cnf(c_0_3689,plain,
    lhs_atom154,
    inference(split_conjunct,[status(thm)],[c_0_2694]) ).

cnf(c_0_3690,plain,
    lhs_atom153,
    inference(split_conjunct,[status(thm)],[c_0_2695]) ).

cnf(c_0_3691,plain,
    lhs_atom152,
    inference(split_conjunct,[status(thm)],[c_0_2696]) ).

cnf(c_0_3692,plain,
    lhs_atom151,
    inference(split_conjunct,[status(thm)],[c_0_2697]) ).

cnf(c_0_3693,plain,
    lhs_atom150,
    inference(split_conjunct,[status(thm)],[c_0_2698]) ).

cnf(c_0_3694,plain,
    lhs_atom149,
    inference(split_conjunct,[status(thm)],[c_0_2699]) ).

cnf(c_0_3695,plain,
    lhs_atom148,
    inference(split_conjunct,[status(thm)],[c_0_2700]) ).

cnf(c_0_3696,plain,
    lhs_atom147,
    inference(split_conjunct,[status(thm)],[c_0_2701]) ).

cnf(c_0_3697,plain,
    lhs_atom146,
    inference(split_conjunct,[status(thm)],[c_0_2702]) ).

cnf(c_0_3698,plain,
    lhs_atom145,
    inference(split_conjunct,[status(thm)],[c_0_2703]) ).

cnf(c_0_3699,plain,
    lhs_atom144,
    inference(split_conjunct,[status(thm)],[c_0_2704]) ).

cnf(c_0_3700,plain,
    lhs_atom143,
    inference(split_conjunct,[status(thm)],[c_0_2705]) ).

cnf(c_0_3701,plain,
    lhs_atom142,
    inference(split_conjunct,[status(thm)],[c_0_2706]) ).

cnf(c_0_3702,plain,
    lhs_atom141,
    inference(split_conjunct,[status(thm)],[c_0_2707]) ).

cnf(c_0_3703,plain,
    lhs_atom140,
    inference(split_conjunct,[status(thm)],[c_0_2708]) ).

cnf(c_0_3704,plain,
    lhs_atom139,
    inference(split_conjunct,[status(thm)],[c_0_2709]) ).

cnf(c_0_3705,plain,
    lhs_atom138,
    inference(split_conjunct,[status(thm)],[c_0_2710]) ).

cnf(c_0_3706,plain,
    lhs_atom137,
    inference(split_conjunct,[status(thm)],[c_0_2711]) ).

cnf(c_0_3707,plain,
    lhs_atom136,
    inference(split_conjunct,[status(thm)],[c_0_2712]) ).

cnf(c_0_3708,plain,
    lhs_atom135,
    inference(split_conjunct,[status(thm)],[c_0_2713]) ).

cnf(c_0_3709,plain,
    lhs_atom134,
    inference(split_conjunct,[status(thm)],[c_0_2714]) ).

cnf(c_0_3710,plain,
    lhs_atom133,
    inference(split_conjunct,[status(thm)],[c_0_2715]) ).

cnf(c_0_3711,plain,
    lhs_atom132,
    inference(split_conjunct,[status(thm)],[c_0_2716]) ).

cnf(c_0_3712,plain,
    lhs_atom131,
    inference(split_conjunct,[status(thm)],[c_0_2717]) ).

cnf(c_0_3713,plain,
    lhs_atom130,
    inference(split_conjunct,[status(thm)],[c_0_2718]) ).

cnf(c_0_3714,plain,
    lhs_atom129,
    inference(split_conjunct,[status(thm)],[c_0_2719]) ).

cnf(c_0_3715,plain,
    lhs_atom128,
    inference(split_conjunct,[status(thm)],[c_0_2720]) ).

cnf(c_0_3716,plain,
    lhs_atom127,
    inference(split_conjunct,[status(thm)],[c_0_2721]) ).

cnf(c_0_3717,plain,
    lhs_atom126,
    inference(split_conjunct,[status(thm)],[c_0_2722]) ).

cnf(c_0_3718,plain,
    lhs_atom125,
    inference(split_conjunct,[status(thm)],[c_0_2723]) ).

cnf(c_0_3719,plain,
    lhs_atom124,
    inference(split_conjunct,[status(thm)],[c_0_2724]) ).

cnf(c_0_3720,plain,
    lhs_atom123,
    inference(split_conjunct,[status(thm)],[c_0_2725]) ).

cnf(c_0_3721,plain,
    lhs_atom122,
    inference(split_conjunct,[status(thm)],[c_0_2726]) ).

cnf(c_0_3722,plain,
    lhs_atom121,
    inference(split_conjunct,[status(thm)],[c_0_2727]) ).

cnf(c_0_3723,plain,
    lhs_atom120,
    inference(split_conjunct,[status(thm)],[c_0_2728]) ).

cnf(c_0_3724,plain,
    lhs_atom119,
    inference(split_conjunct,[status(thm)],[c_0_2729]) ).

cnf(c_0_3725,plain,
    lhs_atom118,
    inference(split_conjunct,[status(thm)],[c_0_2730]) ).

cnf(c_0_3726,plain,
    lhs_atom117,
    inference(split_conjunct,[status(thm)],[c_0_2731]) ).

cnf(c_0_3727,plain,
    lhs_atom116,
    inference(split_conjunct,[status(thm)],[c_0_2732]) ).

cnf(c_0_3728,plain,
    lhs_atom115,
    inference(split_conjunct,[status(thm)],[c_0_2733]) ).

cnf(c_0_3729,plain,
    lhs_atom114,
    inference(split_conjunct,[status(thm)],[c_0_2734]) ).

cnf(c_0_3730,plain,
    lhs_atom113,
    inference(split_conjunct,[status(thm)],[c_0_2735]) ).

cnf(c_0_3731,plain,
    lhs_atom112,
    inference(split_conjunct,[status(thm)],[c_0_2736]) ).

cnf(c_0_3732,plain,
    lhs_atom111,
    inference(split_conjunct,[status(thm)],[c_0_2737]) ).

cnf(c_0_3733,plain,
    lhs_atom110,
    inference(split_conjunct,[status(thm)],[c_0_2738]) ).

cnf(c_0_3734,plain,
    lhs_atom109,
    inference(split_conjunct,[status(thm)],[c_0_2739]) ).

cnf(c_0_3735,plain,
    lhs_atom108,
    inference(split_conjunct,[status(thm)],[c_0_2740]) ).

cnf(c_0_3736,plain,
    lhs_atom107,
    inference(split_conjunct,[status(thm)],[c_0_2741]) ).

cnf(c_0_3737,plain,
    lhs_atom106,
    inference(split_conjunct,[status(thm)],[c_0_2742]) ).

cnf(c_0_3738,plain,
    lhs_atom105,
    inference(split_conjunct,[status(thm)],[c_0_2743]) ).

cnf(c_0_3739,plain,
    lhs_atom104,
    inference(split_conjunct,[status(thm)],[c_0_2744]) ).

cnf(c_0_3740,plain,
    lhs_atom103,
    inference(split_conjunct,[status(thm)],[c_0_2745]) ).

cnf(c_0_3741,plain,
    lhs_atom102,
    inference(split_conjunct,[status(thm)],[c_0_2746]) ).

cnf(c_0_3742,plain,
    lhs_atom101,
    inference(split_conjunct,[status(thm)],[c_0_2747]) ).

cnf(c_0_3743,plain,
    lhs_atom100,
    inference(split_conjunct,[status(thm)],[c_0_2748]) ).

cnf(c_0_3744,plain,
    lhs_atom99,
    inference(split_conjunct,[status(thm)],[c_0_2749]) ).

cnf(c_0_3745,plain,
    lhs_atom98,
    inference(split_conjunct,[status(thm)],[c_0_2750]) ).

cnf(c_0_3746,plain,
    lhs_atom97,
    inference(split_conjunct,[status(thm)],[c_0_2751]) ).

cnf(c_0_3747,plain,
    lhs_atom96,
    inference(split_conjunct,[status(thm)],[c_0_2752]) ).

cnf(c_0_3748,plain,
    lhs_atom95,
    inference(split_conjunct,[status(thm)],[c_0_2753]) ).

cnf(c_0_3749,plain,
    lhs_atom94,
    inference(split_conjunct,[status(thm)],[c_0_2754]) ).

cnf(c_0_3750,plain,
    lhs_atom93,
    inference(split_conjunct,[status(thm)],[c_0_2755]) ).

cnf(c_0_3751,plain,
    lhs_atom92,
    inference(split_conjunct,[status(thm)],[c_0_2756]) ).

cnf(c_0_3752,plain,
    lhs_atom91,
    inference(split_conjunct,[status(thm)],[c_0_2757]) ).

cnf(c_0_3753,plain,
    lhs_atom90,
    inference(split_conjunct,[status(thm)],[c_0_2758]) ).

cnf(c_0_3754,plain,
    lhs_atom89,
    inference(split_conjunct,[status(thm)],[c_0_2759]) ).

cnf(c_0_3755,plain,
    lhs_atom88,
    inference(split_conjunct,[status(thm)],[c_0_2760]) ).

cnf(c_0_3756,plain,
    lhs_atom87,
    inference(split_conjunct,[status(thm)],[c_0_2761]) ).

cnf(c_0_3757,plain,
    lhs_atom86,
    inference(split_conjunct,[status(thm)],[c_0_2762]) ).

cnf(c_0_3758,plain,
    lhs_atom85,
    inference(split_conjunct,[status(thm)],[c_0_2763]) ).

cnf(c_0_3759,plain,
    lhs_atom84,
    inference(split_conjunct,[status(thm)],[c_0_2764]) ).

cnf(c_0_3760,plain,
    lhs_atom83,
    inference(split_conjunct,[status(thm)],[c_0_2765]) ).

cnf(c_0_3761,plain,
    lhs_atom82,
    inference(split_conjunct,[status(thm)],[c_0_2766]) ).

cnf(c_0_3762,plain,
    lhs_atom81,
    inference(split_conjunct,[status(thm)],[c_0_2767]) ).

cnf(c_0_3763,plain,
    lhs_atom80,
    inference(split_conjunct,[status(thm)],[c_0_2768]) ).

cnf(c_0_3764,plain,
    lhs_atom79,
    inference(split_conjunct,[status(thm)],[c_0_2769]) ).

cnf(c_0_3765,plain,
    lhs_atom78,
    inference(split_conjunct,[status(thm)],[c_0_2770]) ).

cnf(c_0_3766,plain,
    lhs_atom77,
    inference(split_conjunct,[status(thm)],[c_0_2771]) ).

cnf(c_0_3767,plain,
    lhs_atom76,
    inference(split_conjunct,[status(thm)],[c_0_2772]) ).

cnf(c_0_3768,plain,
    lhs_atom75,
    inference(split_conjunct,[status(thm)],[c_0_2773]) ).

cnf(c_0_3769,plain,
    lhs_atom74,
    inference(split_conjunct,[status(thm)],[c_0_2774]) ).

cnf(c_0_3770,plain,
    lhs_atom73,
    inference(split_conjunct,[status(thm)],[c_0_2775]) ).

cnf(c_0_3771,plain,
    lhs_atom72,
    inference(split_conjunct,[status(thm)],[c_0_2776]) ).

cnf(c_0_3772,plain,
    lhs_atom71,
    inference(split_conjunct,[status(thm)],[c_0_2777]) ).

cnf(c_0_3773,plain,
    lhs_atom70,
    inference(split_conjunct,[status(thm)],[c_0_2778]) ).

cnf(c_0_3774,plain,
    lhs_atom69,
    inference(split_conjunct,[status(thm)],[c_0_2779]) ).

cnf(c_0_3775,plain,
    lhs_atom68,
    inference(split_conjunct,[status(thm)],[c_0_2780]) ).

cnf(c_0_3776,plain,
    lhs_atom67,
    inference(split_conjunct,[status(thm)],[c_0_2781]) ).

cnf(c_0_3777,plain,
    lhs_atom66,
    inference(split_conjunct,[status(thm)],[c_0_2782]) ).

cnf(c_0_3778,plain,
    lhs_atom65,
    inference(split_conjunct,[status(thm)],[c_0_2783]) ).

cnf(c_0_3779,plain,
    lhs_atom64,
    inference(split_conjunct,[status(thm)],[c_0_2784]) ).

cnf(c_0_3780,plain,
    lhs_atom63,
    inference(split_conjunct,[status(thm)],[c_0_2785]) ).

cnf(c_0_3781,plain,
    lhs_atom62,
    inference(split_conjunct,[status(thm)],[c_0_2786]) ).

cnf(c_0_3782,plain,
    lhs_atom61,
    inference(split_conjunct,[status(thm)],[c_0_2787]) ).

cnf(c_0_3783,plain,
    lhs_atom60,
    inference(split_conjunct,[status(thm)],[c_0_2788]) ).

cnf(c_0_3784,plain,
    lhs_atom59,
    inference(split_conjunct,[status(thm)],[c_0_2789]) ).

cnf(c_0_3785,plain,
    lhs_atom58,
    inference(split_conjunct,[status(thm)],[c_0_2790]) ).

cnf(c_0_3786,plain,
    lhs_atom57,
    inference(split_conjunct,[status(thm)],[c_0_2791]) ).

cnf(c_0_3787,plain,
    lhs_atom56,
    inference(split_conjunct,[status(thm)],[c_0_2792]) ).

cnf(c_0_3788,plain,
    lhs_atom55,
    inference(split_conjunct,[status(thm)],[c_0_2793]) ).

cnf(c_0_3789,plain,
    lhs_atom54,
    inference(split_conjunct,[status(thm)],[c_0_2794]) ).

cnf(c_0_3790,plain,
    lhs_atom53,
    inference(split_conjunct,[status(thm)],[c_0_2795]) ).

cnf(c_0_3791,plain,
    lhs_atom52,
    inference(split_conjunct,[status(thm)],[c_0_2796]) ).

cnf(c_0_3792,plain,
    lhs_atom51,
    inference(split_conjunct,[status(thm)],[c_0_2797]) ).

cnf(c_0_3793,plain,
    lhs_atom50,
    inference(split_conjunct,[status(thm)],[c_0_2798]) ).

cnf(c_0_3794,plain,
    lhs_atom49,
    inference(split_conjunct,[status(thm)],[c_0_2799]) ).

cnf(c_0_3795,plain,
    lhs_atom48,
    inference(split_conjunct,[status(thm)],[c_0_2800]) ).

cnf(c_0_3796,plain,
    lhs_atom47,
    inference(split_conjunct,[status(thm)],[c_0_2801]) ).

cnf(c_0_3797,plain,
    lhs_atom46,
    inference(split_conjunct,[status(thm)],[c_0_2802]) ).

cnf(c_0_3798,plain,
    lhs_atom45,
    inference(split_conjunct,[status(thm)],[c_0_2803]) ).

cnf(c_0_3799,plain,
    lhs_atom44,
    inference(split_conjunct,[status(thm)],[c_0_2804]) ).

cnf(c_0_3800,plain,
    lhs_atom43,
    inference(split_conjunct,[status(thm)],[c_0_2805]) ).

cnf(c_0_3801,plain,
    lhs_atom42,
    inference(split_conjunct,[status(thm)],[c_0_2806]) ).

cnf(c_0_3802,plain,
    lhs_atom41,
    inference(split_conjunct,[status(thm)],[c_0_2807]) ).

cnf(c_0_3803,plain,
    lhs_atom40,
    inference(split_conjunct,[status(thm)],[c_0_2808]) ).

cnf(c_0_3804,plain,
    lhs_atom39,
    inference(split_conjunct,[status(thm)],[c_0_2809]) ).

cnf(c_0_3805,plain,
    lhs_atom38,
    inference(split_conjunct,[status(thm)],[c_0_2810]) ).

cnf(c_0_3806,plain,
    lhs_atom37,
    inference(split_conjunct,[status(thm)],[c_0_2811]) ).

cnf(c_0_3807,plain,
    lhs_atom36,
    inference(split_conjunct,[status(thm)],[c_0_2812]) ).

cnf(c_0_3808,plain,
    lhs_atom35,
    inference(split_conjunct,[status(thm)],[c_0_2813]) ).

cnf(c_0_3809,plain,
    ( lhs_atom34(X1)
    | ~ accept_population(X1,other,n5)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n65)
    | ~ accept_population(X1,christian,n0)
    | ~ accept_population(X1,atheist,n30) ),
    c_0_2814,
    [final] ).

cnf(c_0_3810,plain,
    ( lhs_atom32(X1)
    | ~ accept_population(X1,other,n1)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n78) ),
    c_0_2815,
    [final] ).

cnf(c_0_3811,plain,
    ( lhs_atom30(X1)
    | ~ accept_population(X1,other,n2)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n8)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n70) ),
    c_0_2816,
    [final] ).

cnf(c_0_3812,plain,
    ( lhs_atom28(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n25)
    | ~ accept_population(X1,atheist,n75) ),
    c_0_2817,
    [final] ).

cnf(c_0_3813,plain,
    ( lhs_atom26(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n24)
    | ~ accept_population(X1,atheist,n75) ),
    c_0_2818,
    [final] ).

cnf(c_0_3814,plain,
    ( lhs_atom24(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n100)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n0)
    | ~ accept_population(X1,atheist,n0) ),
    c_0_2819,
    [final] ).

cnf(c_0_3815,plain,
    ( lhs_atom22(X1)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n85)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n3)
    | ~ accept_population(X1,atheist,n12) ),
    c_0_2820,
    [final] ).

cnf(c_0_3816,plain,
    ( lhs_atom20(X1)
    | ~ accept_population(X1,other,n2)
    | ~ accept_population(X1,native,n15)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n13)
    | ~ accept_population(X1,atheist,n70) ),
    c_0_2821,
    [final] ).

cnf(c_0_3817,plain,
    ( lhs_atom18(X1)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n11)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n16)
    | ~ accept_population(X1,atheist,n68) ),
    c_0_2822,
    [final] ).

cnf(c_0_3818,plain,
    ( lhs_atom16(X1)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n10)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n15)
    | ~ accept_population(X1,atheist,n70) ),
    c_0_2823,
    [final] ).

cnf(c_0_3819,plain,
    ( lhs_atom14(X1)
    | ~ accept_population(X1,other,n1)
    | ~ accept_population(X1,native,n1)
    | ~ accept_population(X1,muslim,n60)
    | ~ accept_population(X1,christian,n8)
    | ~ accept_population(X1,atheist,n30) ),
    c_0_2824,
    [final] ).

cnf(c_0_3820,plain,
    ( lhs_atom12(X1)
    | ~ accept_population(X1,other,n9)
    | ~ accept_population(X1,native,n1)
    | ~ accept_population(X1,muslim,n3)
    | ~ accept_population(X1,christian,n23)
    | ~ accept_population(X1,atheist,n54) ),
    c_0_2825,
    [final] ).

cnf(c_0_3821,plain,
    ( lhs_atom10(X1)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n4)
    | ~ accept_population(X1,muslim,n7)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n65) ),
    c_0_2826,
    [final] ).

cnf(c_0_3822,plain,
    ( lhs_atom2(X2,X3,X4,X1)
    | ~ accept_number(X1,X2)
    | ~ accept_leader(X1,X3)
    | ~ accept_city(X1,X4) ),
    c_0_2827,
    [final] ).

cnf(c_0_3823,plain,
    ( lhs_atom1(X1,X2,X3,X4)
    | accept_city(X4,X3) ),
    c_0_2828,
    [final] ).

cnf(c_0_3824,plain,
    ( lhs_atom1(X1,X2,X3,X4)
    | accept_leader(X4,X2) ),
    c_0_2829,
    [final] ).

cnf(c_0_3825,plain,
    ( lhs_atom1(X1,X2,X3,X4)
    | accept_number(X4,X1) ),
    c_0_2830,
    [final] ).

cnf(c_0_3826,plain,
    ( lhs_atom4(X4,X1,X3)
    | ~ less(X1,X2)
    | ~ accept_population(X3,X4,X2) ),
    c_0_2831,
    [final] ).

cnf(c_0_3827,plain,
    ( lhs_atom898(X1,X3)
    | ~ less(X1,X2)
    | ~ sum(X3,n1,X2) ),
    c_0_2832,
    [final] ).

cnf(c_0_3828,plain,
    ( rdn_positive_less(rdn(rdnn(X1),X2),rdn(rdnn(X3),X4))
    | lhs_atom889(X2,X4) ),
    c_0_2833,
    [final] ).

cnf(c_0_3829,plain,
    ( lhs_atom890(X1,X2,X3)
    | ~ rdn_non_zero(X1)
    | ~ rdn_positive_less(rdnn(X2),rdnn(X3)) ),
    c_0_2834,
    [final] ).

cnf(c_0_3830,plain,
    ( lhs_atom894(X3,X4)
    | ~ rdn_positive_less(X1,X2)
    | ~ rdn_translate(X3,rdn_neg(X1))
    | ~ rdn_translate(X4,rdn_neg(X2)) ),
    c_0_2835,
    [final] ).

cnf(c_0_3831,plain,
    ( lhs_atom894(X3,X4)
    | ~ rdn_positive_less(X1,X2)
    | ~ rdn_translate(X3,rdn_pos(X2))
    | ~ rdn_translate(X4,rdn_pos(X1)) ),
    c_0_2836,
    [final] ).

cnf(c_0_3832,plain,
    ( lhs_atom7(X2,X3,X1)
    | ~ accept_leader(X1,X2)
    | ~ accept_city(X1,X3) ),
    c_0_2837,
    [final] ).

cnf(c_0_3833,plain,
    ( lhs_atom888(X2,X3)
    | ~ rdn_positive_less(rdnn(X1),rdnn(X2))
    | ~ rdn_positive_less(rdnn(X3),rdnn(X1)) ),
    c_0_2838,
    [final] ).

cnf(c_0_3834,plain,
    ( lhs_atom894(X1,X3)
    | ~ rdn_translate(X1,rdn_pos(X2))
    | ~ rdn_translate(X3,rdn_neg(X4)) ),
    c_0_2839,
    [final] ).

cnf(c_0_3835,plain,
    ( accept_leader(X1,X2)
    | lhs_atom6(X2,X3,X1) ),
    c_0_2840,
    [final] ).

cnf(c_0_3836,plain,
    ( lhs_atom5(X1,X2,X3)
    | accept_leader(X3,X1) ),
    c_0_2841,
    [final] ).

cnf(c_0_3837,plain,
    ( lhs_atom5(X1,X2,X3)
    | accept_city(X3,X2) ),
    c_0_2842,
    [final] ).

cnf(c_0_3838,plain,
    ( rdn_positive_less(rdnn(X1),rdn(rdnn(X2),X3))
    | lhs_atom891(X3) ),
    c_0_2843,
    [final] ).

cnf(c_0_3839,plain,
    ( lhs_atom3(X1,X3)
    | ~ less(X1,X2)
    | ~ accept_number(X3,X2) ),
    c_0_2844,
    [final] ).

cnf(c_0_3840,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,atheist,n30) ),
    c_0_2845,
    [final] ).

cnf(c_0_3841,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,christian,n0) ),
    c_0_2846,
    [final] ).

cnf(c_0_3842,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,muslim,n65) ),
    c_0_2847,
    [final] ).

cnf(c_0_3843,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,native,n0) ),
    c_0_2848,
    [final] ).

cnf(c_0_3844,plain,
    ( lhs_atom33(X1)
    | accept_population(X1,other,n5) ),
    c_0_2849,
    [final] ).

cnf(c_0_3845,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,atheist,n78) ),
    c_0_2850,
    [final] ).

cnf(c_0_3846,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,christian,n20) ),
    c_0_2851,
    [final] ).

cnf(c_0_3847,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,muslim,n1) ),
    c_0_2852,
    [final] ).

cnf(c_0_3848,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,native,n0) ),
    c_0_2853,
    [final] ).

cnf(c_0_3849,plain,
    ( lhs_atom31(X1)
    | accept_population(X1,other,n1) ),
    c_0_2854,
    [final] ).

cnf(c_0_3850,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,atheist,n70) ),
    c_0_2855,
    [final] ).

cnf(c_0_3851,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,christian,n20) ),
    c_0_2856,
    [final] ).

cnf(c_0_3852,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,muslim,n8) ),
    c_0_2857,
    [final] ).

cnf(c_0_3853,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,native,n0) ),
    c_0_2858,
    [final] ).

cnf(c_0_3854,plain,
    ( lhs_atom29(X1)
    | accept_population(X1,other,n2) ),
    c_0_2859,
    [final] ).

cnf(c_0_3855,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,atheist,n75) ),
    c_0_2860,
    [final] ).

cnf(c_0_3856,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,christian,n25) ),
    c_0_2861,
    [final] ).

cnf(c_0_3857,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,muslim,n0) ),
    c_0_2862,
    [final] ).

cnf(c_0_3858,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,native,n0) ),
    c_0_2863,
    [final] ).

cnf(c_0_3859,plain,
    ( lhs_atom27(X1)
    | accept_population(X1,other,n0) ),
    c_0_2864,
    [final] ).

cnf(c_0_3860,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,atheist,n75) ),
    c_0_2865,
    [final] ).

cnf(c_0_3861,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,christian,n24) ),
    c_0_2866,
    [final] ).

cnf(c_0_3862,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,muslim,n1) ),
    c_0_2867,
    [final] ).

cnf(c_0_3863,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,native,n0) ),
    c_0_2868,
    [final] ).

cnf(c_0_3864,plain,
    ( lhs_atom25(X1)
    | accept_population(X1,other,n0) ),
    c_0_2869,
    [final] ).

cnf(c_0_3865,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,atheist,n0) ),
    c_0_2870,
    [final] ).

cnf(c_0_3866,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,christian,n0) ),
    c_0_2871,
    [final] ).

cnf(c_0_3867,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,muslim,n0) ),
    c_0_2872,
    [final] ).

cnf(c_0_3868,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,native,n100) ),
    c_0_2873,
    [final] ).

cnf(c_0_3869,plain,
    ( lhs_atom23(X1)
    | accept_population(X1,other,n0) ),
    c_0_2874,
    [final] ).

cnf(c_0_3870,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,atheist,n12) ),
    c_0_2875,
    [final] ).

cnf(c_0_3871,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,christian,n3) ),
    c_0_2876,
    [final] ).

cnf(c_0_3872,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,muslim,n0) ),
    c_0_2877,
    [final] ).

cnf(c_0_3873,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,native,n85) ),
    c_0_2878,
    [final] ).

cnf(c_0_3874,plain,
    ( lhs_atom21(X1)
    | accept_population(X1,other,n0) ),
    c_0_2879,
    [final] ).

cnf(c_0_3875,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,atheist,n70) ),
    c_0_2880,
    [final] ).

cnf(c_0_3876,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,christian,n13) ),
    c_0_2881,
    [final] ).

cnf(c_0_3877,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,muslim,n0) ),
    c_0_2882,
    [final] ).

cnf(c_0_3878,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,native,n15) ),
    c_0_2883,
    [final] ).

cnf(c_0_3879,plain,
    ( lhs_atom19(X1)
    | accept_population(X1,other,n2) ),
    c_0_2884,
    [final] ).

cnf(c_0_3880,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,atheist,n68) ),
    c_0_2885,
    [final] ).

cnf(c_0_3881,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,christian,n16) ),
    c_0_2886,
    [final] ).

cnf(c_0_3882,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,muslim,n1) ),
    c_0_2887,
    [final] ).

cnf(c_0_3883,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,native,n11) ),
    c_0_2888,
    [final] ).

cnf(c_0_3884,plain,
    ( lhs_atom17(X1)
    | accept_population(X1,other,n4) ),
    c_0_2889,
    [final] ).

cnf(c_0_3885,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,atheist,n70) ),
    c_0_2890,
    [final] ).

cnf(c_0_3886,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,christian,n15) ),
    c_0_2891,
    [final] ).

cnf(c_0_3887,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,muslim,n1) ),
    c_0_2892,
    [final] ).

cnf(c_0_3888,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,native,n10) ),
    c_0_2893,
    [final] ).

cnf(c_0_3889,plain,
    ( lhs_atom15(X1)
    | accept_population(X1,other,n4) ),
    c_0_2894,
    [final] ).

cnf(c_0_3890,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,atheist,n30) ),
    c_0_2895,
    [final] ).

cnf(c_0_3891,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,christian,n8) ),
    c_0_2896,
    [final] ).

cnf(c_0_3892,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,muslim,n60) ),
    c_0_2897,
    [final] ).

cnf(c_0_3893,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,native,n1) ),
    c_0_2898,
    [final] ).

cnf(c_0_3894,plain,
    ( lhs_atom13(X1)
    | accept_population(X1,other,n1) ),
    c_0_2899,
    [final] ).

cnf(c_0_3895,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,atheist,n54) ),
    c_0_2900,
    [final] ).

cnf(c_0_3896,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,christian,n23) ),
    c_0_2901,
    [final] ).

cnf(c_0_3897,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,muslim,n3) ),
    c_0_2902,
    [final] ).

cnf(c_0_3898,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,native,n1) ),
    c_0_2903,
    [final] ).

cnf(c_0_3899,plain,
    ( lhs_atom11(X1)
    | accept_population(X1,other,n9) ),
    c_0_2904,
    [final] ).

cnf(c_0_3900,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,atheist,n65) ),
    c_0_2905,
    [final] ).

cnf(c_0_3901,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,christian,n20) ),
    c_0_2906,
    [final] ).

cnf(c_0_3902,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,muslim,n7) ),
    c_0_2907,
    [final] ).

cnf(c_0_3903,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,native,n4) ),
    c_0_2908,
    [final] ).

cnf(c_0_3904,plain,
    ( lhs_atom9(X1)
    | accept_population(X1,other,n4) ),
    c_0_2909,
    [final] ).

cnf(c_0_3905,plain,
    ( rdn_non_zero(rdn(rdnn(X1),X2))
    | lhs_atom893(X2) ),
    c_0_2910,
    [final] ).

cnf(c_0_3906,plain,
    ( lhs_atom897(X1,X2)
    | ~ less(X2,X1) ),
    c_0_2911,
    [final] ).

cnf(c_0_3907,plain,
    ( lhs_atom895(X1,X2)
    | ~ less(X1,X2) ),
    c_0_2912,
    [final] ).

cnf(c_0_3908,plain,
    ( X1 = X2
    | less(X1,X2)
    | lhs_atom896(X2,X1) ),
    c_0_2913,
    [final] ).

cnf(c_0_3909,plain,
    ( X1 = X2
    | less(X1,X2)
    | lhs_atom894(X1,X2) ),
    c_0_2914,
    [final] ).

cnf(c_0_3910,plain,
    ( accept_number(X1,X2)
    | lhs_atom8(X2,X1) ),
    c_0_2915,
    [final] ).

cnf(c_0_3911,plain,
    ( lhs_atom897(X1,X2)
    | X2 != X1 ),
    c_0_2916,
    [final] ).

cnf(c_0_3912,plain,
    ( lhs_atom895(X1,X2)
    | X1 != X2 ),
    c_0_2917,
    [final] ).

cnf(c_0_3913,plain,
    ( rdn_non_zero(rdnn(X1))
    | lhs_atom892(X1) ),
    c_0_2918,
    [final] ).

cnf(c_0_3914,plain,
    lhs_atom887,
    c_0_2919,
    [final] ).

cnf(c_0_3915,plain,
    lhs_atom886,
    c_0_2920,
    [final] ).

cnf(c_0_3916,plain,
    lhs_atom885,
    c_0_2921,
    [final] ).

cnf(c_0_3917,plain,
    lhs_atom884,
    c_0_2922,
    [final] ).

cnf(c_0_3918,plain,
    lhs_atom883,
    c_0_2923,
    [final] ).

cnf(c_0_3919,plain,
    lhs_atom882,
    c_0_2924,
    [final] ).

cnf(c_0_3920,plain,
    lhs_atom881,
    c_0_2925,
    [final] ).

cnf(c_0_3921,plain,
    lhs_atom880,
    c_0_2926,
    [final] ).

cnf(c_0_3922,plain,
    lhs_atom879,
    c_0_2927,
    [final] ).

cnf(c_0_3923,plain,
    lhs_atom878,
    c_0_2928,
    [final] ).

cnf(c_0_3924,plain,
    lhs_atom877,
    c_0_2929,
    [final] ).

cnf(c_0_3925,plain,
    lhs_atom876,
    c_0_2930,
    [final] ).

cnf(c_0_3926,plain,
    lhs_atom875,
    c_0_2931,
    [final] ).

cnf(c_0_3927,plain,
    lhs_atom874,
    c_0_2932,
    [final] ).

cnf(c_0_3928,plain,
    lhs_atom873,
    c_0_2933,
    [final] ).

cnf(c_0_3929,plain,
    lhs_atom872,
    c_0_2934,
    [final] ).

cnf(c_0_3930,plain,
    lhs_atom871,
    c_0_2935,
    [final] ).

cnf(c_0_3931,plain,
    lhs_atom870,
    c_0_2936,
    [final] ).

cnf(c_0_3932,plain,
    lhs_atom869,
    c_0_2937,
    [final] ).

cnf(c_0_3933,plain,
    lhs_atom868,
    c_0_2938,
    [final] ).

cnf(c_0_3934,plain,
    lhs_atom867,
    c_0_2939,
    [final] ).

cnf(c_0_3935,plain,
    lhs_atom866,
    c_0_2940,
    [final] ).

cnf(c_0_3936,plain,
    lhs_atom865,
    c_0_2941,
    [final] ).

cnf(c_0_3937,plain,
    lhs_atom864,
    c_0_2942,
    [final] ).

cnf(c_0_3938,plain,
    lhs_atom863,
    c_0_2943,
    [final] ).

cnf(c_0_3939,plain,
    lhs_atom862,
    c_0_2944,
    [final] ).

cnf(c_0_3940,plain,
    lhs_atom861,
    c_0_2945,
    [final] ).

cnf(c_0_3941,plain,
    lhs_atom860,
    c_0_2946,
    [final] ).

cnf(c_0_3942,plain,
    lhs_atom859,
    c_0_2947,
    [final] ).

cnf(c_0_3943,plain,
    lhs_atom858,
    c_0_2948,
    [final] ).

cnf(c_0_3944,plain,
    lhs_atom857,
    c_0_2949,
    [final] ).

cnf(c_0_3945,plain,
    lhs_atom856,
    c_0_2950,
    [final] ).

cnf(c_0_3946,plain,
    lhs_atom855,
    c_0_2951,
    [final] ).

cnf(c_0_3947,plain,
    lhs_atom854,
    c_0_2952,
    [final] ).

cnf(c_0_3948,plain,
    lhs_atom853,
    c_0_2953,
    [final] ).

cnf(c_0_3949,plain,
    lhs_atom852,
    c_0_2954,
    [final] ).

cnf(c_0_3950,plain,
    lhs_atom851,
    c_0_2955,
    [final] ).

cnf(c_0_3951,plain,
    lhs_atom850,
    c_0_2956,
    [final] ).

cnf(c_0_3952,plain,
    lhs_atom849,
    c_0_2957,
    [final] ).

cnf(c_0_3953,plain,
    lhs_atom848,
    c_0_2958,
    [final] ).

cnf(c_0_3954,plain,
    lhs_atom847,
    c_0_2959,
    [final] ).

cnf(c_0_3955,plain,
    lhs_atom846,
    c_0_2960,
    [final] ).

cnf(c_0_3956,plain,
    lhs_atom845,
    c_0_2961,
    [final] ).

cnf(c_0_3957,plain,
    lhs_atom844,
    c_0_2962,
    [final] ).

cnf(c_0_3958,plain,
    lhs_atom843,
    c_0_2963,
    [final] ).

cnf(c_0_3959,plain,
    lhs_atom842,
    c_0_2964,
    [final] ).

cnf(c_0_3960,plain,
    lhs_atom841,
    c_0_2965,
    [final] ).

cnf(c_0_3961,plain,
    lhs_atom840,
    c_0_2966,
    [final] ).

cnf(c_0_3962,plain,
    lhs_atom839,
    c_0_2967,
    [final] ).

cnf(c_0_3963,plain,
    lhs_atom838,
    c_0_2968,
    [final] ).

cnf(c_0_3964,plain,
    lhs_atom837,
    c_0_2969,
    [final] ).

cnf(c_0_3965,plain,
    lhs_atom836,
    c_0_2970,
    [final] ).

cnf(c_0_3966,plain,
    lhs_atom835,
    c_0_2971,
    [final] ).

cnf(c_0_3967,plain,
    lhs_atom834,
    c_0_2972,
    [final] ).

cnf(c_0_3968,plain,
    lhs_atom833,
    c_0_2973,
    [final] ).

cnf(c_0_3969,plain,
    lhs_atom832,
    c_0_2974,
    [final] ).

cnf(c_0_3970,plain,
    lhs_atom831,
    c_0_2975,
    [final] ).

cnf(c_0_3971,plain,
    lhs_atom830,
    c_0_2976,
    [final] ).

cnf(c_0_3972,plain,
    lhs_atom829,
    c_0_2977,
    [final] ).

cnf(c_0_3973,plain,
    lhs_atom828,
    c_0_2978,
    [final] ).

cnf(c_0_3974,plain,
    lhs_atom827,
    c_0_2979,
    [final] ).

cnf(c_0_3975,plain,
    lhs_atom826,
    c_0_2980,
    [final] ).

cnf(c_0_3976,plain,
    lhs_atom825,
    c_0_2981,
    [final] ).

cnf(c_0_3977,plain,
    lhs_atom824,
    c_0_2982,
    [final] ).

cnf(c_0_3978,plain,
    lhs_atom823,
    c_0_2983,
    [final] ).

cnf(c_0_3979,plain,
    lhs_atom822,
    c_0_2984,
    [final] ).

cnf(c_0_3980,plain,
    lhs_atom821,
    c_0_2985,
    [final] ).

cnf(c_0_3981,plain,
    lhs_atom820,
    c_0_2986,
    [final] ).

cnf(c_0_3982,plain,
    lhs_atom819,
    c_0_2987,
    [final] ).

cnf(c_0_3983,plain,
    lhs_atom818,
    c_0_2988,
    [final] ).

cnf(c_0_3984,plain,
    lhs_atom817,
    c_0_2989,
    [final] ).

cnf(c_0_3985,plain,
    lhs_atom816,
    c_0_2990,
    [final] ).

cnf(c_0_3986,plain,
    lhs_atom815,
    c_0_2991,
    [final] ).

cnf(c_0_3987,plain,
    lhs_atom814,
    c_0_2992,
    [final] ).

cnf(c_0_3988,plain,
    lhs_atom813,
    c_0_2993,
    [final] ).

cnf(c_0_3989,plain,
    lhs_atom812,
    c_0_2994,
    [final] ).

cnf(c_0_3990,plain,
    lhs_atom811,
    c_0_2995,
    [final] ).

cnf(c_0_3991,plain,
    lhs_atom810,
    c_0_2996,
    [final] ).

cnf(c_0_3992,plain,
    lhs_atom809,
    c_0_2997,
    [final] ).

cnf(c_0_3993,plain,
    lhs_atom808,
    c_0_2998,
    [final] ).

cnf(c_0_3994,plain,
    lhs_atom807,
    c_0_2999,
    [final] ).

cnf(c_0_3995,plain,
    lhs_atom806,
    c_0_3000,
    [final] ).

cnf(c_0_3996,plain,
    lhs_atom805,
    c_0_3001,
    [final] ).

cnf(c_0_3997,plain,
    lhs_atom804,
    c_0_3002,
    [final] ).

cnf(c_0_3998,plain,
    lhs_atom803,
    c_0_3003,
    [final] ).

cnf(c_0_3999,plain,
    lhs_atom802,
    c_0_3004,
    [final] ).

cnf(c_0_4000,plain,
    lhs_atom801,
    c_0_3005,
    [final] ).

cnf(c_0_4001,plain,
    lhs_atom800,
    c_0_3006,
    [final] ).

cnf(c_0_4002,plain,
    lhs_atom799,
    c_0_3007,
    [final] ).

cnf(c_0_4003,plain,
    lhs_atom798,
    c_0_3008,
    [final] ).

cnf(c_0_4004,plain,
    lhs_atom797,
    c_0_3009,
    [final] ).

cnf(c_0_4005,plain,
    lhs_atom796,
    c_0_3010,
    [final] ).

cnf(c_0_4006,plain,
    lhs_atom795,
    c_0_3011,
    [final] ).

cnf(c_0_4007,plain,
    lhs_atom794,
    c_0_3012,
    [final] ).

cnf(c_0_4008,plain,
    lhs_atom793,
    c_0_3013,
    [final] ).

cnf(c_0_4009,plain,
    lhs_atom792,
    c_0_3014,
    [final] ).

cnf(c_0_4010,plain,
    lhs_atom791,
    c_0_3015,
    [final] ).

cnf(c_0_4011,plain,
    lhs_atom790,
    c_0_3016,
    [final] ).

cnf(c_0_4012,plain,
    lhs_atom789,
    c_0_3017,
    [final] ).

cnf(c_0_4013,plain,
    lhs_atom788,
    c_0_3018,
    [final] ).

cnf(c_0_4014,plain,
    lhs_atom787,
    c_0_3019,
    [final] ).

cnf(c_0_4015,plain,
    lhs_atom786,
    c_0_3020,
    [final] ).

cnf(c_0_4016,plain,
    lhs_atom785,
    c_0_3021,
    [final] ).

cnf(c_0_4017,plain,
    lhs_atom784,
    c_0_3022,
    [final] ).

cnf(c_0_4018,plain,
    lhs_atom783,
    c_0_3023,
    [final] ).

cnf(c_0_4019,plain,
    lhs_atom782,
    c_0_3024,
    [final] ).

cnf(c_0_4020,plain,
    lhs_atom781,
    c_0_3025,
    [final] ).

cnf(c_0_4021,plain,
    lhs_atom780,
    c_0_3026,
    [final] ).

cnf(c_0_4022,plain,
    lhs_atom779,
    c_0_3027,
    [final] ).

cnf(c_0_4023,plain,
    lhs_atom778,
    c_0_3028,
    [final] ).

cnf(c_0_4024,plain,
    lhs_atom777,
    c_0_3029,
    [final] ).

cnf(c_0_4025,plain,
    lhs_atom776,
    c_0_3030,
    [final] ).

cnf(c_0_4026,plain,
    lhs_atom775,
    c_0_3031,
    [final] ).

cnf(c_0_4027,plain,
    lhs_atom774,
    c_0_3032,
    [final] ).

cnf(c_0_4028,plain,
    lhs_atom773,
    c_0_3033,
    [final] ).

cnf(c_0_4029,plain,
    lhs_atom772,
    c_0_3034,
    [final] ).

cnf(c_0_4030,plain,
    lhs_atom771,
    c_0_3035,
    [final] ).

cnf(c_0_4031,plain,
    lhs_atom770,
    c_0_3036,
    [final] ).

cnf(c_0_4032,plain,
    lhs_atom769,
    c_0_3037,
    [final] ).

cnf(c_0_4033,plain,
    lhs_atom768,
    c_0_3038,
    [final] ).

cnf(c_0_4034,plain,
    lhs_atom767,
    c_0_3039,
    [final] ).

cnf(c_0_4035,plain,
    lhs_atom766,
    c_0_3040,
    [final] ).

cnf(c_0_4036,plain,
    lhs_atom765,
    c_0_3041,
    [final] ).

cnf(c_0_4037,plain,
    lhs_atom764,
    c_0_3042,
    [final] ).

cnf(c_0_4038,plain,
    lhs_atom763,
    c_0_3043,
    [final] ).

cnf(c_0_4039,plain,
    lhs_atom762,
    c_0_3044,
    [final] ).

cnf(c_0_4040,plain,
    lhs_atom761,
    c_0_3045,
    [final] ).

cnf(c_0_4041,plain,
    lhs_atom760,
    c_0_3046,
    [final] ).

cnf(c_0_4042,plain,
    lhs_atom759,
    c_0_3047,
    [final] ).

cnf(c_0_4043,plain,
    lhs_atom758,
    c_0_3048,
    [final] ).

cnf(c_0_4044,plain,
    lhs_atom757,
    c_0_3049,
    [final] ).

cnf(c_0_4045,plain,
    lhs_atom756,
    c_0_3050,
    [final] ).

cnf(c_0_4046,plain,
    lhs_atom755,
    c_0_3051,
    [final] ).

cnf(c_0_4047,plain,
    lhs_atom754,
    c_0_3052,
    [final] ).

cnf(c_0_4048,plain,
    lhs_atom753,
    c_0_3053,
    [final] ).

cnf(c_0_4049,plain,
    lhs_atom752,
    c_0_3054,
    [final] ).

cnf(c_0_4050,plain,
    lhs_atom751,
    c_0_3055,
    [final] ).

cnf(c_0_4051,plain,
    lhs_atom750,
    c_0_3056,
    [final] ).

cnf(c_0_4052,plain,
    lhs_atom749,
    c_0_3057,
    [final] ).

cnf(c_0_4053,plain,
    lhs_atom748,
    c_0_3058,
    [final] ).

cnf(c_0_4054,plain,
    lhs_atom747,
    c_0_3059,
    [final] ).

cnf(c_0_4055,plain,
    lhs_atom746,
    c_0_3060,
    [final] ).

cnf(c_0_4056,plain,
    lhs_atom745,
    c_0_3061,
    [final] ).

cnf(c_0_4057,plain,
    lhs_atom744,
    c_0_3062,
    [final] ).

cnf(c_0_4058,plain,
    lhs_atom743,
    c_0_3063,
    [final] ).

cnf(c_0_4059,plain,
    lhs_atom742,
    c_0_3064,
    [final] ).

cnf(c_0_4060,plain,
    lhs_atom741,
    c_0_3065,
    [final] ).

cnf(c_0_4061,plain,
    lhs_atom740,
    c_0_3066,
    [final] ).

cnf(c_0_4062,plain,
    lhs_atom739,
    c_0_3067,
    [final] ).

cnf(c_0_4063,plain,
    lhs_atom738,
    c_0_3068,
    [final] ).

cnf(c_0_4064,plain,
    lhs_atom737,
    c_0_3069,
    [final] ).

cnf(c_0_4065,plain,
    lhs_atom736,
    c_0_3070,
    [final] ).

cnf(c_0_4066,plain,
    lhs_atom735,
    c_0_3071,
    [final] ).

cnf(c_0_4067,plain,
    lhs_atom734,
    c_0_3072,
    [final] ).

cnf(c_0_4068,plain,
    lhs_atom733,
    c_0_3073,
    [final] ).

cnf(c_0_4069,plain,
    lhs_atom732,
    c_0_3074,
    [final] ).

cnf(c_0_4070,plain,
    lhs_atom731,
    c_0_3075,
    [final] ).

cnf(c_0_4071,plain,
    lhs_atom730,
    c_0_3076,
    [final] ).

cnf(c_0_4072,plain,
    lhs_atom729,
    c_0_3077,
    [final] ).

cnf(c_0_4073,plain,
    lhs_atom728,
    c_0_3078,
    [final] ).

cnf(c_0_4074,plain,
    lhs_atom727,
    c_0_3079,
    [final] ).

cnf(c_0_4075,plain,
    lhs_atom726,
    c_0_3080,
    [final] ).

cnf(c_0_4076,plain,
    lhs_atom725,
    c_0_3081,
    [final] ).

cnf(c_0_4077,plain,
    lhs_atom724,
    c_0_3082,
    [final] ).

cnf(c_0_4078,plain,
    lhs_atom723,
    c_0_3083,
    [final] ).

cnf(c_0_4079,plain,
    lhs_atom722,
    c_0_3084,
    [final] ).

cnf(c_0_4080,plain,
    lhs_atom721,
    c_0_3085,
    [final] ).

cnf(c_0_4081,plain,
    lhs_atom720,
    c_0_3086,
    [final] ).

cnf(c_0_4082,plain,
    lhs_atom719,
    c_0_3087,
    [final] ).

cnf(c_0_4083,plain,
    lhs_atom718,
    c_0_3088,
    [final] ).

cnf(c_0_4084,plain,
    lhs_atom717,
    c_0_3089,
    [final] ).

cnf(c_0_4085,plain,
    lhs_atom716,
    c_0_3090,
    [final] ).

cnf(c_0_4086,plain,
    lhs_atom715,
    c_0_3091,
    [final] ).

cnf(c_0_4087,plain,
    lhs_atom714,
    c_0_3092,
    [final] ).

cnf(c_0_4088,plain,
    lhs_atom713,
    c_0_3093,
    [final] ).

cnf(c_0_4089,plain,
    lhs_atom712,
    c_0_3094,
    [final] ).

cnf(c_0_4090,plain,
    lhs_atom711,
    c_0_3095,
    [final] ).

cnf(c_0_4091,plain,
    lhs_atom710,
    c_0_3096,
    [final] ).

cnf(c_0_4092,plain,
    lhs_atom709,
    c_0_3097,
    [final] ).

cnf(c_0_4093,plain,
    lhs_atom708,
    c_0_3098,
    [final] ).

cnf(c_0_4094,plain,
    lhs_atom707,
    c_0_3099,
    [final] ).

cnf(c_0_4095,plain,
    lhs_atom706,
    c_0_3100,
    [final] ).

cnf(c_0_4096,plain,
    lhs_atom705,
    c_0_3101,
    [final] ).

cnf(c_0_4097,plain,
    lhs_atom704,
    c_0_3102,
    [final] ).

cnf(c_0_4098,plain,
    lhs_atom703,
    c_0_3103,
    [final] ).

cnf(c_0_4099,plain,
    lhs_atom702,
    c_0_3104,
    [final] ).

cnf(c_0_4100,plain,
    lhs_atom701,
    c_0_3105,
    [final] ).

cnf(c_0_4101,plain,
    lhs_atom700,
    c_0_3106,
    [final] ).

cnf(c_0_4102,plain,
    lhs_atom699,
    c_0_3107,
    [final] ).

cnf(c_0_4103,plain,
    lhs_atom698,
    c_0_3108,
    [final] ).

cnf(c_0_4104,plain,
    lhs_atom697,
    c_0_3109,
    [final] ).

cnf(c_0_4105,plain,
    lhs_atom696,
    c_0_3110,
    [final] ).

cnf(c_0_4106,plain,
    lhs_atom695,
    c_0_3111,
    [final] ).

cnf(c_0_4107,plain,
    lhs_atom694,
    c_0_3112,
    [final] ).

cnf(c_0_4108,plain,
    lhs_atom693,
    c_0_3113,
    [final] ).

cnf(c_0_4109,plain,
    lhs_atom692,
    c_0_3114,
    [final] ).

cnf(c_0_4110,plain,
    lhs_atom691,
    c_0_3115,
    [final] ).

cnf(c_0_4111,plain,
    lhs_atom690,
    c_0_3116,
    [final] ).

cnf(c_0_4112,plain,
    lhs_atom689,
    c_0_3117,
    [final] ).

cnf(c_0_4113,plain,
    lhs_atom688,
    c_0_3118,
    [final] ).

cnf(c_0_4114,plain,
    lhs_atom687,
    c_0_3119,
    [final] ).

cnf(c_0_4115,plain,
    lhs_atom686,
    c_0_3120,
    [final] ).

cnf(c_0_4116,plain,
    lhs_atom685,
    c_0_3121,
    [final] ).

cnf(c_0_4117,plain,
    lhs_atom684,
    c_0_3122,
    [final] ).

cnf(c_0_4118,plain,
    lhs_atom683,
    c_0_3123,
    [final] ).

cnf(c_0_4119,plain,
    lhs_atom682,
    c_0_3124,
    [final] ).

cnf(c_0_4120,plain,
    lhs_atom681,
    c_0_3125,
    [final] ).

cnf(c_0_4121,plain,
    lhs_atom680,
    c_0_3126,
    [final] ).

cnf(c_0_4122,plain,
    lhs_atom679,
    c_0_3127,
    [final] ).

cnf(c_0_4123,plain,
    lhs_atom678,
    c_0_3128,
    [final] ).

cnf(c_0_4124,plain,
    lhs_atom677,
    c_0_3129,
    [final] ).

cnf(c_0_4125,plain,
    lhs_atom676,
    c_0_3130,
    [final] ).

cnf(c_0_4126,plain,
    lhs_atom675,
    c_0_3131,
    [final] ).

cnf(c_0_4127,plain,
    lhs_atom674,
    c_0_3132,
    [final] ).

cnf(c_0_4128,plain,
    lhs_atom673,
    c_0_3133,
    [final] ).

cnf(c_0_4129,plain,
    lhs_atom672,
    c_0_3134,
    [final] ).

cnf(c_0_4130,plain,
    lhs_atom671,
    c_0_3135,
    [final] ).

cnf(c_0_4131,plain,
    lhs_atom670,
    c_0_3136,
    [final] ).

cnf(c_0_4132,plain,
    lhs_atom669,
    c_0_3137,
    [final] ).

cnf(c_0_4133,plain,
    lhs_atom668,
    c_0_3138,
    [final] ).

cnf(c_0_4134,plain,
    lhs_atom667,
    c_0_3139,
    [final] ).

cnf(c_0_4135,plain,
    lhs_atom666,
    c_0_3140,
    [final] ).

cnf(c_0_4136,plain,
    lhs_atom665,
    c_0_3141,
    [final] ).

cnf(c_0_4137,plain,
    lhs_atom664,
    c_0_3142,
    [final] ).

cnf(c_0_4138,plain,
    lhs_atom663,
    c_0_3143,
    [final] ).

cnf(c_0_4139,plain,
    lhs_atom662,
    c_0_3144,
    [final] ).

cnf(c_0_4140,plain,
    lhs_atom661,
    c_0_3145,
    [final] ).

cnf(c_0_4141,plain,
    lhs_atom660,
    c_0_3146,
    [final] ).

cnf(c_0_4142,plain,
    lhs_atom659,
    c_0_3147,
    [final] ).

cnf(c_0_4143,plain,
    lhs_atom658,
    c_0_3148,
    [final] ).

cnf(c_0_4144,plain,
    lhs_atom657,
    c_0_3149,
    [final] ).

cnf(c_0_4145,plain,
    lhs_atom656,
    c_0_3150,
    [final] ).

cnf(c_0_4146,plain,
    lhs_atom655,
    c_0_3151,
    [final] ).

cnf(c_0_4147,plain,
    lhs_atom654,
    c_0_3152,
    [final] ).

cnf(c_0_4148,plain,
    lhs_atom653,
    c_0_3153,
    [final] ).

cnf(c_0_4149,plain,
    lhs_atom652,
    c_0_3154,
    [final] ).

cnf(c_0_4150,plain,
    lhs_atom651,
    c_0_3155,
    [final] ).

cnf(c_0_4151,plain,
    lhs_atom650,
    c_0_3156,
    [final] ).

cnf(c_0_4152,plain,
    lhs_atom649,
    c_0_3157,
    [final] ).

cnf(c_0_4153,plain,
    lhs_atom648,
    c_0_3158,
    [final] ).

cnf(c_0_4154,plain,
    lhs_atom647,
    c_0_3159,
    [final] ).

cnf(c_0_4155,plain,
    lhs_atom646,
    c_0_3160,
    [final] ).

cnf(c_0_4156,plain,
    lhs_atom645,
    c_0_3161,
    [final] ).

cnf(c_0_4157,plain,
    lhs_atom644,
    c_0_3162,
    [final] ).

cnf(c_0_4158,plain,
    lhs_atom643,
    c_0_3163,
    [final] ).

cnf(c_0_4159,plain,
    lhs_atom642,
    c_0_3164,
    [final] ).

cnf(c_0_4160,plain,
    lhs_atom641,
    c_0_3165,
    [final] ).

cnf(c_0_4161,plain,
    lhs_atom640,
    c_0_3166,
    [final] ).

cnf(c_0_4162,plain,
    lhs_atom639,
    c_0_3167,
    [final] ).

cnf(c_0_4163,plain,
    lhs_atom638,
    c_0_3168,
    [final] ).

cnf(c_0_4164,plain,
    lhs_atom637,
    c_0_3169,
    [final] ).

cnf(c_0_4165,plain,
    lhs_atom636,
    c_0_3170,
    [final] ).

cnf(c_0_4166,plain,
    lhs_atom635,
    c_0_3171,
    [final] ).

cnf(c_0_4167,plain,
    lhs_atom634,
    c_0_3172,
    [final] ).

cnf(c_0_4168,plain,
    lhs_atom633,
    c_0_3173,
    [final] ).

cnf(c_0_4169,plain,
    lhs_atom632,
    c_0_3174,
    [final] ).

cnf(c_0_4170,plain,
    lhs_atom631,
    c_0_3175,
    [final] ).

cnf(c_0_4171,plain,
    lhs_atom630,
    c_0_3176,
    [final] ).

cnf(c_0_4172,plain,
    lhs_atom629,
    c_0_3177,
    [final] ).

cnf(c_0_4173,plain,
    lhs_atom628,
    c_0_3178,
    [final] ).

cnf(c_0_4174,plain,
    lhs_atom627,
    c_0_3179,
    [final] ).

cnf(c_0_4175,plain,
    lhs_atom626,
    c_0_3180,
    [final] ).

cnf(c_0_4176,plain,
    lhs_atom625,
    c_0_3181,
    [final] ).

cnf(c_0_4177,plain,
    lhs_atom624,
    c_0_3182,
    [final] ).

cnf(c_0_4178,plain,
    lhs_atom623,
    c_0_3183,
    [final] ).

cnf(c_0_4179,plain,
    lhs_atom622,
    c_0_3184,
    [final] ).

cnf(c_0_4180,plain,
    lhs_atom621,
    c_0_3185,
    [final] ).

cnf(c_0_4181,plain,
    lhs_atom620,
    c_0_3186,
    [final] ).

cnf(c_0_4182,plain,
    lhs_atom619,
    c_0_3187,
    [final] ).

cnf(c_0_4183,plain,
    lhs_atom618,
    c_0_3188,
    [final] ).

cnf(c_0_4184,plain,
    lhs_atom617,
    c_0_3189,
    [final] ).

cnf(c_0_4185,plain,
    lhs_atom616,
    c_0_3190,
    [final] ).

cnf(c_0_4186,plain,
    lhs_atom615,
    c_0_3191,
    [final] ).

cnf(c_0_4187,plain,
    lhs_atom614,
    c_0_3192,
    [final] ).

cnf(c_0_4188,plain,
    lhs_atom613,
    c_0_3193,
    [final] ).

cnf(c_0_4189,plain,
    lhs_atom612,
    c_0_3194,
    [final] ).

cnf(c_0_4190,plain,
    lhs_atom281,
    c_0_3195,
    [final] ).

cnf(c_0_4191,plain,
    lhs_atom611,
    c_0_3196,
    [final] ).

cnf(c_0_4192,plain,
    lhs_atom217,
    c_0_3197,
    [final] ).

cnf(c_0_4193,plain,
    lhs_atom132,
    c_0_3198,
    [final] ).

cnf(c_0_4194,plain,
    lhs_atom610,
    c_0_3199,
    [final] ).

cnf(c_0_4195,plain,
    lhs_atom609,
    c_0_3200,
    [final] ).

cnf(c_0_4196,plain,
    lhs_atom279,
    c_0_3201,
    [final] ).

cnf(c_0_4197,plain,
    lhs_atom608,
    c_0_3202,
    [final] ).

cnf(c_0_4198,plain,
    lhs_atom260,
    c_0_3203,
    [final] ).

cnf(c_0_4199,plain,
    lhs_atom261,
    c_0_3204,
    [final] ).

cnf(c_0_4200,plain,
    lhs_atom86,
    c_0_3205,
    [final] ).

cnf(c_0_4201,plain,
    lhs_atom88,
    c_0_3206,
    [final] ).

cnf(c_0_4202,plain,
    lhs_atom607,
    c_0_3207,
    [final] ).

cnf(c_0_4203,plain,
    lhs_atom606,
    c_0_3208,
    [final] ).

cnf(c_0_4204,plain,
    lhs_atom605,
    c_0_3209,
    [final] ).

cnf(c_0_4205,plain,
    lhs_atom604,
    c_0_3210,
    [final] ).

cnf(c_0_4206,plain,
    lhs_atom603,
    c_0_3211,
    [final] ).

cnf(c_0_4207,plain,
    lhs_atom602,
    c_0_3212,
    [final] ).

cnf(c_0_4208,plain,
    lhs_atom601,
    c_0_3213,
    [final] ).

cnf(c_0_4209,plain,
    lhs_atom276,
    c_0_3214,
    [final] ).

cnf(c_0_4210,plain,
    lhs_atom600,
    c_0_3215,
    [final] ).

cnf(c_0_4211,plain,
    lhs_atom226,
    c_0_3216,
    [final] ).

cnf(c_0_4212,plain,
    lhs_atom268,
    c_0_3217,
    [final] ).

cnf(c_0_4213,plain,
    lhs_atom599,
    c_0_3218,
    [final] ).

cnf(c_0_4214,plain,
    lhs_atom107,
    c_0_3219,
    [final] ).

cnf(c_0_4215,plain,
    lhs_atom598,
    c_0_3220,
    [final] ).

cnf(c_0_4216,plain,
    lhs_atom597,
    c_0_3221,
    [final] ).

cnf(c_0_4217,plain,
    lhs_atom273,
    c_0_3222,
    [final] ).

cnf(c_0_4218,plain,
    lhs_atom55,
    c_0_3223,
    [final] ).

cnf(c_0_4219,plain,
    lhs_atom231,
    c_0_3224,
    [final] ).

cnf(c_0_4220,plain,
    lhs_atom596,
    c_0_3225,
    [final] ).

cnf(c_0_4221,plain,
    lhs_atom51,
    c_0_3226,
    [final] ).

cnf(c_0_4222,plain,
    lhs_atom205,
    c_0_3227,
    [final] ).

cnf(c_0_4223,plain,
    lhs_atom595,
    c_0_3228,
    [final] ).

cnf(c_0_4224,plain,
    lhs_atom271,
    c_0_3229,
    [final] ).

cnf(c_0_4225,plain,
    lhs_atom594,
    c_0_3230,
    [final] ).

cnf(c_0_4226,plain,
    lhs_atom237,
    c_0_3231,
    [final] ).

cnf(c_0_4227,plain,
    lhs_atom238,
    c_0_3232,
    [final] ).

cnf(c_0_4228,plain,
    lhs_atom593,
    c_0_3233,
    [final] ).

cnf(c_0_4229,plain,
    lhs_atom79,
    c_0_3234,
    [final] ).

cnf(c_0_4230,plain,
    lhs_atom592,
    c_0_3235,
    [final] ).

cnf(c_0_4231,plain,
    lhs_atom269,
    c_0_3236,
    [final] ).

cnf(c_0_4232,plain,
    lhs_atom591,
    c_0_3237,
    [final] ).

cnf(c_0_4233,plain,
    lhs_atom248,
    c_0_3238,
    [final] ).

cnf(c_0_4234,plain,
    lhs_atom249,
    c_0_3239,
    [final] ).

cnf(c_0_4235,plain,
    lhs_atom590,
    c_0_3240,
    [final] ).

cnf(c_0_4236,plain,
    lhs_atom589,
    c_0_3241,
    [final] ).

cnf(c_0_4237,plain,
    lhs_atom202,
    c_0_3242,
    [final] ).

cnf(c_0_4238,plain,
    lhs_atom588,
    c_0_3243,
    [final] ).

cnf(c_0_4239,plain,
    lhs_atom587,
    c_0_3244,
    [final] ).

cnf(c_0_4240,plain,
    lhs_atom586,
    c_0_3245,
    [final] ).

cnf(c_0_4241,plain,
    lhs_atom585,
    c_0_3246,
    [final] ).

cnf(c_0_4242,plain,
    lhs_atom584,
    c_0_3247,
    [final] ).

cnf(c_0_4243,plain,
    lhs_atom583,
    c_0_3248,
    [final] ).

cnf(c_0_4244,plain,
    lhs_atom93,
    c_0_3249,
    [final] ).

cnf(c_0_4245,plain,
    lhs_atom582,
    c_0_3250,
    [final] ).

cnf(c_0_4246,plain,
    lhs_atom581,
    c_0_3251,
    [final] ).

cnf(c_0_4247,plain,
    lhs_atom580,
    c_0_3252,
    [final] ).

cnf(c_0_4248,plain,
    lhs_atom258,
    c_0_3253,
    [final] ).

cnf(c_0_4249,plain,
    lhs_atom579,
    c_0_3254,
    [final] ).

cnf(c_0_4250,plain,
    lhs_atom245,
    c_0_3255,
    [final] ).

cnf(c_0_4251,plain,
    lhs_atom578,
    c_0_3256,
    [final] ).

cnf(c_0_4252,plain,
    lhs_atom577,
    c_0_3257,
    [final] ).

cnf(c_0_4253,plain,
    lhs_atom256,
    c_0_3258,
    [final] ).

cnf(c_0_4254,plain,
    lhs_atom576,
    c_0_3259,
    [final] ).

cnf(c_0_4255,plain,
    lhs_atom575,
    c_0_3260,
    [final] ).

cnf(c_0_4256,plain,
    lhs_atom574,
    c_0_3261,
    [final] ).

cnf(c_0_4257,plain,
    lhs_atom573,
    c_0_3262,
    [final] ).

cnf(c_0_4258,plain,
    lhs_atom572,
    c_0_3263,
    [final] ).

cnf(c_0_4259,plain,
    lhs_atom571,
    c_0_3264,
    [final] ).

cnf(c_0_4260,plain,
    lhs_atom570,
    c_0_3265,
    [final] ).

cnf(c_0_4261,plain,
    lhs_atom569,
    c_0_3266,
    [final] ).

cnf(c_0_4262,plain,
    lhs_atom568,
    c_0_3267,
    [final] ).

cnf(c_0_4263,plain,
    lhs_atom567,
    c_0_3268,
    [final] ).

cnf(c_0_4264,plain,
    lhs_atom566,
    c_0_3269,
    [final] ).

cnf(c_0_4265,plain,
    lhs_atom565,
    c_0_3270,
    [final] ).

cnf(c_0_4266,plain,
    lhs_atom564,
    c_0_3271,
    [final] ).

cnf(c_0_4267,plain,
    lhs_atom563,
    c_0_3272,
    [final] ).

cnf(c_0_4268,plain,
    lhs_atom562,
    c_0_3273,
    [final] ).

cnf(c_0_4269,plain,
    lhs_atom561,
    c_0_3274,
    [final] ).

cnf(c_0_4270,plain,
    lhs_atom560,
    c_0_3275,
    [final] ).

cnf(c_0_4271,plain,
    lhs_atom559,
    c_0_3276,
    [final] ).

cnf(c_0_4272,plain,
    lhs_atom558,
    c_0_3277,
    [final] ).

cnf(c_0_4273,plain,
    lhs_atom557,
    c_0_3278,
    [final] ).

cnf(c_0_4274,plain,
    lhs_atom556,
    c_0_3279,
    [final] ).

cnf(c_0_4275,plain,
    lhs_atom555,
    c_0_3280,
    [final] ).

cnf(c_0_4276,plain,
    lhs_atom554,
    c_0_3281,
    [final] ).

cnf(c_0_4277,plain,
    lhs_atom553,
    c_0_3282,
    [final] ).

cnf(c_0_4278,plain,
    lhs_atom183,
    c_0_3283,
    [final] ).

cnf(c_0_4279,plain,
    lhs_atom552,
    c_0_3284,
    [final] ).

cnf(c_0_4280,plain,
    lhs_atom551,
    c_0_3285,
    [final] ).

cnf(c_0_4281,plain,
    lhs_atom550,
    c_0_3286,
    [final] ).

cnf(c_0_4282,plain,
    lhs_atom549,
    c_0_3287,
    [final] ).

cnf(c_0_4283,plain,
    lhs_atom548,
    c_0_3288,
    [final] ).

cnf(c_0_4284,plain,
    lhs_atom547,
    c_0_3289,
    [final] ).

cnf(c_0_4285,plain,
    lhs_atom99,
    c_0_3290,
    [final] ).

cnf(c_0_4286,plain,
    lhs_atom546,
    c_0_3291,
    [final] ).

cnf(c_0_4287,plain,
    lhs_atom545,
    c_0_3292,
    [final] ).

cnf(c_0_4288,plain,
    lhs_atom544,
    c_0_3293,
    [final] ).

cnf(c_0_4289,plain,
    lhs_atom543,
    c_0_3294,
    [final] ).

cnf(c_0_4290,plain,
    lhs_atom542,
    c_0_3295,
    [final] ).

cnf(c_0_4291,plain,
    lhs_atom541,
    c_0_3296,
    [final] ).

cnf(c_0_4292,plain,
    lhs_atom540,
    c_0_3297,
    [final] ).

cnf(c_0_4293,plain,
    lhs_atom539,
    c_0_3298,
    [final] ).

cnf(c_0_4294,plain,
    lhs_atom538,
    c_0_3299,
    [final] ).

cnf(c_0_4295,plain,
    lhs_atom537,
    c_0_3300,
    [final] ).

cnf(c_0_4296,plain,
    lhs_atom536,
    c_0_3301,
    [final] ).

cnf(c_0_4297,plain,
    lhs_atom535,
    c_0_3302,
    [final] ).

cnf(c_0_4298,plain,
    lhs_atom534,
    c_0_3303,
    [final] ).

cnf(c_0_4299,plain,
    lhs_atom533,
    c_0_3304,
    [final] ).

cnf(c_0_4300,plain,
    lhs_atom532,
    c_0_3305,
    [final] ).

cnf(c_0_4301,plain,
    lhs_atom531,
    c_0_3306,
    [final] ).

cnf(c_0_4302,plain,
    lhs_atom530,
    c_0_3307,
    [final] ).

cnf(c_0_4303,plain,
    lhs_atom529,
    c_0_3308,
    [final] ).

cnf(c_0_4304,plain,
    lhs_atom528,
    c_0_3309,
    [final] ).

cnf(c_0_4305,plain,
    lhs_atom527,
    c_0_3310,
    [final] ).

cnf(c_0_4306,plain,
    lhs_atom200,
    c_0_3311,
    [final] ).

cnf(c_0_4307,plain,
    lhs_atom526,
    c_0_3312,
    [final] ).

cnf(c_0_4308,plain,
    lhs_atom525,
    c_0_3313,
    [final] ).

cnf(c_0_4309,plain,
    lhs_atom524,
    c_0_3314,
    [final] ).

cnf(c_0_4310,plain,
    lhs_atom523,
    c_0_3315,
    [final] ).

cnf(c_0_4311,plain,
    lhs_atom522,
    c_0_3316,
    [final] ).

cnf(c_0_4312,plain,
    lhs_atom521,
    c_0_3317,
    [final] ).

cnf(c_0_4313,plain,
    lhs_atom62,
    c_0_3318,
    [final] ).

cnf(c_0_4314,plain,
    lhs_atom520,
    c_0_3319,
    [final] ).

cnf(c_0_4315,plain,
    lhs_atom519,
    c_0_3320,
    [final] ).

cnf(c_0_4316,plain,
    lhs_atom123,
    c_0_3321,
    [final] ).

cnf(c_0_4317,plain,
    lhs_atom518,
    c_0_3322,
    [final] ).

cnf(c_0_4318,plain,
    lhs_atom517,
    c_0_3323,
    [final] ).

cnf(c_0_4319,plain,
    lhs_atom516,
    c_0_3324,
    [final] ).

cnf(c_0_4320,plain,
    lhs_atom515,
    c_0_3325,
    [final] ).

cnf(c_0_4321,plain,
    lhs_atom514,
    c_0_3326,
    [final] ).

cnf(c_0_4322,plain,
    lhs_atom513,
    c_0_3327,
    [final] ).

cnf(c_0_4323,plain,
    lhs_atom512,
    c_0_3328,
    [final] ).

cnf(c_0_4324,plain,
    lhs_atom511,
    c_0_3329,
    [final] ).

cnf(c_0_4325,plain,
    lhs_atom510,
    c_0_3330,
    [final] ).

cnf(c_0_4326,plain,
    lhs_atom509,
    c_0_3331,
    [final] ).

cnf(c_0_4327,plain,
    lhs_atom508,
    c_0_3332,
    [final] ).

cnf(c_0_4328,plain,
    lhs_atom507,
    c_0_3333,
    [final] ).

cnf(c_0_4329,plain,
    lhs_atom506,
    c_0_3334,
    [final] ).

cnf(c_0_4330,plain,
    lhs_atom191,
    c_0_3335,
    [final] ).

cnf(c_0_4331,plain,
    lhs_atom505,
    c_0_3336,
    [final] ).

cnf(c_0_4332,plain,
    lhs_atom504,
    c_0_3337,
    [final] ).

cnf(c_0_4333,plain,
    lhs_atom503,
    c_0_3338,
    [final] ).

cnf(c_0_4334,plain,
    lhs_atom502,
    c_0_3339,
    [final] ).

cnf(c_0_4335,plain,
    lhs_atom501,
    c_0_3340,
    [final] ).

cnf(c_0_4336,plain,
    lhs_atom500,
    c_0_3341,
    [final] ).

cnf(c_0_4337,plain,
    lhs_atom499,
    c_0_3342,
    [final] ).

cnf(c_0_4338,plain,
    lhs_atom498,
    c_0_3343,
    [final] ).

cnf(c_0_4339,plain,
    lhs_atom497,
    c_0_3344,
    [final] ).

cnf(c_0_4340,plain,
    lhs_atom496,
    c_0_3345,
    [final] ).

cnf(c_0_4341,plain,
    lhs_atom495,
    c_0_3346,
    [final] ).

cnf(c_0_4342,plain,
    lhs_atom494,
    c_0_3347,
    [final] ).

cnf(c_0_4343,plain,
    lhs_atom493,
    c_0_3348,
    [final] ).

cnf(c_0_4344,plain,
    lhs_atom492,
    c_0_3349,
    [final] ).

cnf(c_0_4345,plain,
    lhs_atom491,
    c_0_3350,
    [final] ).

cnf(c_0_4346,plain,
    lhs_atom490,
    c_0_3351,
    [final] ).

cnf(c_0_4347,plain,
    lhs_atom489,
    c_0_3352,
    [final] ).

cnf(c_0_4348,plain,
    lhs_atom488,
    c_0_3353,
    [final] ).

cnf(c_0_4349,plain,
    lhs_atom487,
    c_0_3354,
    [final] ).

cnf(c_0_4350,plain,
    lhs_atom486,
    c_0_3355,
    [final] ).

cnf(c_0_4351,plain,
    lhs_atom485,
    c_0_3356,
    [final] ).

cnf(c_0_4352,plain,
    lhs_atom484,
    c_0_3357,
    [final] ).

cnf(c_0_4353,plain,
    lhs_atom483,
    c_0_3358,
    [final] ).

cnf(c_0_4354,plain,
    lhs_atom482,
    c_0_3359,
    [final] ).

cnf(c_0_4355,plain,
    lhs_atom481,
    c_0_3360,
    [final] ).

cnf(c_0_4356,plain,
    lhs_atom480,
    c_0_3361,
    [final] ).

cnf(c_0_4357,plain,
    lhs_atom479,
    c_0_3362,
    [final] ).

cnf(c_0_4358,plain,
    lhs_atom478,
    c_0_3363,
    [final] ).

cnf(c_0_4359,plain,
    lhs_atom477,
    c_0_3364,
    [final] ).

cnf(c_0_4360,plain,
    lhs_atom476,
    c_0_3365,
    [final] ).

cnf(c_0_4361,plain,
    lhs_atom475,
    c_0_3366,
    [final] ).

cnf(c_0_4362,plain,
    lhs_atom474,
    c_0_3367,
    [final] ).

cnf(c_0_4363,plain,
    lhs_atom473,
    c_0_3368,
    [final] ).

cnf(c_0_4364,plain,
    lhs_atom472,
    c_0_3369,
    [final] ).

cnf(c_0_4365,plain,
    lhs_atom471,
    c_0_3370,
    [final] ).

cnf(c_0_4366,plain,
    lhs_atom470,
    c_0_3371,
    [final] ).

cnf(c_0_4367,plain,
    lhs_atom469,
    c_0_3372,
    [final] ).

cnf(c_0_4368,plain,
    lhs_atom468,
    c_0_3373,
    [final] ).

cnf(c_0_4369,plain,
    lhs_atom467,
    c_0_3374,
    [final] ).

cnf(c_0_4370,plain,
    lhs_atom466,
    c_0_3375,
    [final] ).

cnf(c_0_4371,plain,
    lhs_atom465,
    c_0_3376,
    [final] ).

cnf(c_0_4372,plain,
    lhs_atom464,
    c_0_3377,
    [final] ).

cnf(c_0_4373,plain,
    lhs_atom463,
    c_0_3378,
    [final] ).

cnf(c_0_4374,plain,
    lhs_atom462,
    c_0_3379,
    [final] ).

cnf(c_0_4375,plain,
    lhs_atom461,
    c_0_3380,
    [final] ).

cnf(c_0_4376,plain,
    lhs_atom460,
    c_0_3381,
    [final] ).

cnf(c_0_4377,plain,
    lhs_atom459,
    c_0_3382,
    [final] ).

cnf(c_0_4378,plain,
    lhs_atom458,
    c_0_3383,
    [final] ).

cnf(c_0_4379,plain,
    lhs_atom457,
    c_0_3384,
    [final] ).

cnf(c_0_4380,plain,
    lhs_atom456,
    c_0_3385,
    [final] ).

cnf(c_0_4381,plain,
    lhs_atom455,
    c_0_3386,
    [final] ).

cnf(c_0_4382,plain,
    lhs_atom454,
    c_0_3387,
    [final] ).

cnf(c_0_4383,plain,
    lhs_atom453,
    c_0_3388,
    [final] ).

cnf(c_0_4384,plain,
    lhs_atom452,
    c_0_3389,
    [final] ).

cnf(c_0_4385,plain,
    lhs_atom451,
    c_0_3390,
    [final] ).

cnf(c_0_4386,plain,
    lhs_atom174,
    c_0_3391,
    [final] ).

cnf(c_0_4387,plain,
    lhs_atom450,
    c_0_3392,
    [final] ).

cnf(c_0_4388,plain,
    lhs_atom122,
    c_0_3393,
    [final] ).

cnf(c_0_4389,plain,
    lhs_atom449,
    c_0_3394,
    [final] ).

cnf(c_0_4390,plain,
    lhs_atom448,
    c_0_3395,
    [final] ).

cnf(c_0_4391,plain,
    lhs_atom447,
    c_0_3396,
    [final] ).

cnf(c_0_4392,plain,
    lhs_atom446,
    c_0_3397,
    [final] ).

cnf(c_0_4393,plain,
    lhs_atom445,
    c_0_3398,
    [final] ).

cnf(c_0_4394,plain,
    lhs_atom444,
    c_0_3399,
    [final] ).

cnf(c_0_4395,plain,
    lhs_atom443,
    c_0_3400,
    [final] ).

cnf(c_0_4396,plain,
    lhs_atom442,
    c_0_3401,
    [final] ).

cnf(c_0_4397,plain,
    lhs_atom441,
    c_0_3402,
    [final] ).

cnf(c_0_4398,plain,
    lhs_atom440,
    c_0_3403,
    [final] ).

cnf(c_0_4399,plain,
    lhs_atom439,
    c_0_3404,
    [final] ).

cnf(c_0_4400,plain,
    lhs_atom438,
    c_0_3405,
    [final] ).

cnf(c_0_4401,plain,
    lhs_atom437,
    c_0_3406,
    [final] ).

cnf(c_0_4402,plain,
    lhs_atom436,
    c_0_3407,
    [final] ).

cnf(c_0_4403,plain,
    lhs_atom435,
    c_0_3408,
    [final] ).

cnf(c_0_4404,plain,
    lhs_atom434,
    c_0_3409,
    [final] ).

cnf(c_0_4405,plain,
    lhs_atom433,
    c_0_3410,
    [final] ).

cnf(c_0_4406,plain,
    lhs_atom432,
    c_0_3411,
    [final] ).

cnf(c_0_4407,plain,
    lhs_atom431,
    c_0_3412,
    [final] ).

cnf(c_0_4408,plain,
    lhs_atom430,
    c_0_3413,
    [final] ).

cnf(c_0_4409,plain,
    lhs_atom429,
    c_0_3414,
    [final] ).

cnf(c_0_4410,plain,
    lhs_atom428,
    c_0_3415,
    [final] ).

cnf(c_0_4411,plain,
    lhs_atom427,
    c_0_3416,
    [final] ).

cnf(c_0_4412,plain,
    lhs_atom426,
    c_0_3417,
    [final] ).

cnf(c_0_4413,plain,
    lhs_atom425,
    c_0_3418,
    [final] ).

cnf(c_0_4414,plain,
    lhs_atom424,
    c_0_3419,
    [final] ).

cnf(c_0_4415,plain,
    lhs_atom423,
    c_0_3420,
    [final] ).

cnf(c_0_4416,plain,
    lhs_atom422,
    c_0_3421,
    [final] ).

cnf(c_0_4417,plain,
    lhs_atom421,
    c_0_3422,
    [final] ).

cnf(c_0_4418,plain,
    lhs_atom420,
    c_0_3423,
    [final] ).

cnf(c_0_4419,plain,
    lhs_atom419,
    c_0_3424,
    [final] ).

cnf(c_0_4420,plain,
    lhs_atom418,
    c_0_3425,
    [final] ).

cnf(c_0_4421,plain,
    lhs_atom417,
    c_0_3426,
    [final] ).

cnf(c_0_4422,plain,
    lhs_atom416,
    c_0_3427,
    [final] ).

cnf(c_0_4423,plain,
    lhs_atom415,
    c_0_3428,
    [final] ).

cnf(c_0_4424,plain,
    lhs_atom414,
    c_0_3429,
    [final] ).

cnf(c_0_4425,plain,
    lhs_atom413,
    c_0_3430,
    [final] ).

cnf(c_0_4426,plain,
    lhs_atom412,
    c_0_3431,
    [final] ).

cnf(c_0_4427,plain,
    lhs_atom411,
    c_0_3432,
    [final] ).

cnf(c_0_4428,plain,
    lhs_atom410,
    c_0_3433,
    [final] ).

cnf(c_0_4429,plain,
    lhs_atom409,
    c_0_3434,
    [final] ).

cnf(c_0_4430,plain,
    lhs_atom408,
    c_0_3435,
    [final] ).

cnf(c_0_4431,plain,
    lhs_atom407,
    c_0_3436,
    [final] ).

cnf(c_0_4432,plain,
    lhs_atom406,
    c_0_3437,
    [final] ).

cnf(c_0_4433,plain,
    lhs_atom405,
    c_0_3438,
    [final] ).

cnf(c_0_4434,plain,
    lhs_atom404,
    c_0_3439,
    [final] ).

cnf(c_0_4435,plain,
    lhs_atom403,
    c_0_3440,
    [final] ).

cnf(c_0_4436,plain,
    lhs_atom402,
    c_0_3441,
    [final] ).

cnf(c_0_4437,plain,
    lhs_atom401,
    c_0_3442,
    [final] ).

cnf(c_0_4438,plain,
    lhs_atom400,
    c_0_3443,
    [final] ).

cnf(c_0_4439,plain,
    lhs_atom399,
    c_0_3444,
    [final] ).

cnf(c_0_4440,plain,
    lhs_atom398,
    c_0_3445,
    [final] ).

cnf(c_0_4441,plain,
    lhs_atom397,
    c_0_3446,
    [final] ).

cnf(c_0_4442,plain,
    lhs_atom396,
    c_0_3447,
    [final] ).

cnf(c_0_4443,plain,
    lhs_atom395,
    c_0_3448,
    [final] ).

cnf(c_0_4444,plain,
    lhs_atom394,
    c_0_3449,
    [final] ).

cnf(c_0_4445,plain,
    lhs_atom393,
    c_0_3450,
    [final] ).

cnf(c_0_4446,plain,
    lhs_atom392,
    c_0_3451,
    [final] ).

cnf(c_0_4447,plain,
    lhs_atom391,
    c_0_3452,
    [final] ).

cnf(c_0_4448,plain,
    lhs_atom390,
    c_0_3453,
    [final] ).

cnf(c_0_4449,plain,
    lhs_atom389,
    c_0_3454,
    [final] ).

cnf(c_0_4450,plain,
    lhs_atom388,
    c_0_3455,
    [final] ).

cnf(c_0_4451,plain,
    lhs_atom387,
    c_0_3456,
    [final] ).

cnf(c_0_4452,plain,
    lhs_atom386,
    c_0_3457,
    [final] ).

cnf(c_0_4453,plain,
    lhs_atom385,
    c_0_3458,
    [final] ).

cnf(c_0_4454,plain,
    lhs_atom384,
    c_0_3459,
    [final] ).

cnf(c_0_4455,plain,
    lhs_atom383,
    c_0_3460,
    [final] ).

cnf(c_0_4456,plain,
    lhs_atom382,
    c_0_3461,
    [final] ).

cnf(c_0_4457,plain,
    lhs_atom381,
    c_0_3462,
    [final] ).

cnf(c_0_4458,plain,
    lhs_atom380,
    c_0_3463,
    [final] ).

cnf(c_0_4459,plain,
    lhs_atom379,
    c_0_3464,
    [final] ).

cnf(c_0_4460,plain,
    lhs_atom378,
    c_0_3465,
    [final] ).

cnf(c_0_4461,plain,
    lhs_atom377,
    c_0_3466,
    [final] ).

cnf(c_0_4462,plain,
    lhs_atom376,
    c_0_3467,
    [final] ).

cnf(c_0_4463,plain,
    lhs_atom375,
    c_0_3468,
    [final] ).

cnf(c_0_4464,plain,
    lhs_atom374,
    c_0_3469,
    [final] ).

cnf(c_0_4465,plain,
    lhs_atom373,
    c_0_3470,
    [final] ).

cnf(c_0_4466,plain,
    lhs_atom372,
    c_0_3471,
    [final] ).

cnf(c_0_4467,plain,
    lhs_atom371,
    c_0_3472,
    [final] ).

cnf(c_0_4468,plain,
    lhs_atom370,
    c_0_3473,
    [final] ).

cnf(c_0_4469,plain,
    lhs_atom369,
    c_0_3474,
    [final] ).

cnf(c_0_4470,plain,
    lhs_atom368,
    c_0_3475,
    [final] ).

cnf(c_0_4471,plain,
    lhs_atom367,
    c_0_3476,
    [final] ).

cnf(c_0_4472,plain,
    lhs_atom366,
    c_0_3477,
    [final] ).

cnf(c_0_4473,plain,
    lhs_atom365,
    c_0_3478,
    [final] ).

cnf(c_0_4474,plain,
    lhs_atom364,
    c_0_3479,
    [final] ).

cnf(c_0_4475,plain,
    lhs_atom363,
    c_0_3480,
    [final] ).

cnf(c_0_4476,plain,
    lhs_atom362,
    c_0_3481,
    [final] ).

cnf(c_0_4477,plain,
    lhs_atom361,
    c_0_3482,
    [final] ).

cnf(c_0_4478,plain,
    lhs_atom360,
    c_0_3483,
    [final] ).

cnf(c_0_4479,plain,
    lhs_atom359,
    c_0_3484,
    [final] ).

cnf(c_0_4480,plain,
    lhs_atom358,
    c_0_3485,
    [final] ).

cnf(c_0_4481,plain,
    lhs_atom357,
    c_0_3486,
    [final] ).

cnf(c_0_4482,plain,
    lhs_atom356,
    c_0_3487,
    [final] ).

cnf(c_0_4483,plain,
    lhs_atom355,
    c_0_3488,
    [final] ).

cnf(c_0_4484,plain,
    lhs_atom354,
    c_0_3489,
    [final] ).

cnf(c_0_4485,plain,
    lhs_atom353,
    c_0_3490,
    [final] ).

cnf(c_0_4486,plain,
    lhs_atom352,
    c_0_3491,
    [final] ).

cnf(c_0_4487,plain,
    lhs_atom351,
    c_0_3492,
    [final] ).

cnf(c_0_4488,plain,
    lhs_atom350,
    c_0_3493,
    [final] ).

cnf(c_0_4489,plain,
    lhs_atom349,
    c_0_3494,
    [final] ).

cnf(c_0_4490,plain,
    lhs_atom348,
    c_0_3495,
    [final] ).

cnf(c_0_4491,plain,
    lhs_atom347,
    c_0_3496,
    [final] ).

cnf(c_0_4492,plain,
    lhs_atom346,
    c_0_3497,
    [final] ).

cnf(c_0_4493,plain,
    lhs_atom345,
    c_0_3498,
    [final] ).

cnf(c_0_4494,plain,
    lhs_atom344,
    c_0_3499,
    [final] ).

cnf(c_0_4495,plain,
    lhs_atom343,
    c_0_3500,
    [final] ).

cnf(c_0_4496,plain,
    lhs_atom342,
    c_0_3501,
    [final] ).

cnf(c_0_4497,plain,
    lhs_atom341,
    c_0_3502,
    [final] ).

cnf(c_0_4498,plain,
    lhs_atom340,
    c_0_3503,
    [final] ).

cnf(c_0_4499,plain,
    lhs_atom339,
    c_0_3504,
    [final] ).

cnf(c_0_4500,plain,
    lhs_atom338,
    c_0_3505,
    [final] ).

cnf(c_0_4501,plain,
    lhs_atom337,
    c_0_3506,
    [final] ).

cnf(c_0_4502,plain,
    lhs_atom336,
    c_0_3507,
    [final] ).

cnf(c_0_4503,plain,
    lhs_atom335,
    c_0_3508,
    [final] ).

cnf(c_0_4504,plain,
    lhs_atom334,
    c_0_3509,
    [final] ).

cnf(c_0_4505,plain,
    lhs_atom333,
    c_0_3510,
    [final] ).

cnf(c_0_4506,plain,
    lhs_atom332,
    c_0_3511,
    [final] ).

cnf(c_0_4507,plain,
    lhs_atom331,
    c_0_3512,
    [final] ).

cnf(c_0_4508,plain,
    lhs_atom330,
    c_0_3513,
    [final] ).

cnf(c_0_4509,plain,
    lhs_atom329,
    c_0_3514,
    [final] ).

cnf(c_0_4510,plain,
    lhs_atom328,
    c_0_3515,
    [final] ).

cnf(c_0_4511,plain,
    lhs_atom327,
    c_0_3516,
    [final] ).

cnf(c_0_4512,plain,
    lhs_atom326,
    c_0_3517,
    [final] ).

cnf(c_0_4513,plain,
    lhs_atom325,
    c_0_3518,
    [final] ).

cnf(c_0_4514,plain,
    lhs_atom324,
    c_0_3519,
    [final] ).

cnf(c_0_4515,plain,
    lhs_atom323,
    c_0_3520,
    [final] ).

cnf(c_0_4516,plain,
    lhs_atom322,
    c_0_3521,
    [final] ).

cnf(c_0_4517,plain,
    lhs_atom321,
    c_0_3522,
    [final] ).

cnf(c_0_4518,plain,
    lhs_atom320,
    c_0_3523,
    [final] ).

cnf(c_0_4519,plain,
    lhs_atom319,
    c_0_3524,
    [final] ).

cnf(c_0_4520,plain,
    lhs_atom318,
    c_0_3525,
    [final] ).

cnf(c_0_4521,plain,
    lhs_atom317,
    c_0_3526,
    [final] ).

cnf(c_0_4522,plain,
    lhs_atom316,
    c_0_3527,
    [final] ).

cnf(c_0_4523,plain,
    lhs_atom315,
    c_0_3528,
    [final] ).

cnf(c_0_4524,plain,
    lhs_atom314,
    c_0_3529,
    [final] ).

cnf(c_0_4525,plain,
    lhs_atom313,
    c_0_3530,
    [final] ).

cnf(c_0_4526,plain,
    lhs_atom312,
    c_0_3531,
    [final] ).

cnf(c_0_4527,plain,
    lhs_atom311,
    c_0_3532,
    [final] ).

cnf(c_0_4528,plain,
    lhs_atom310,
    c_0_3533,
    [final] ).

cnf(c_0_4529,plain,
    lhs_atom309,
    c_0_3534,
    [final] ).

cnf(c_0_4530,plain,
    lhs_atom308,
    c_0_3535,
    [final] ).

cnf(c_0_4531,plain,
    lhs_atom307,
    c_0_3536,
    [final] ).

cnf(c_0_4532,plain,
    lhs_atom306,
    c_0_3537,
    [final] ).

cnf(c_0_4533,plain,
    lhs_atom305,
    c_0_3538,
    [final] ).

cnf(c_0_4534,plain,
    lhs_atom304,
    c_0_3539,
    [final] ).

cnf(c_0_4535,plain,
    lhs_atom303,
    c_0_3540,
    [final] ).

cnf(c_0_4536,plain,
    lhs_atom302,
    c_0_3541,
    [final] ).

cnf(c_0_4537,plain,
    lhs_atom301,
    c_0_3542,
    [final] ).

cnf(c_0_4538,plain,
    lhs_atom300,
    c_0_3543,
    [final] ).

cnf(c_0_4539,plain,
    lhs_atom299,
    c_0_3544,
    [final] ).

cnf(c_0_4540,plain,
    lhs_atom298,
    c_0_3545,
    [final] ).

cnf(c_0_4541,plain,
    lhs_atom297,
    c_0_3546,
    [final] ).

cnf(c_0_4542,plain,
    lhs_atom296,
    c_0_3547,
    [final] ).

cnf(c_0_4543,plain,
    lhs_atom295,
    c_0_3548,
    [final] ).

cnf(c_0_4544,plain,
    lhs_atom294,
    c_0_3549,
    [final] ).

cnf(c_0_4545,plain,
    lhs_atom293,
    c_0_3550,
    [final] ).

cnf(c_0_4546,plain,
    lhs_atom292,
    c_0_3551,
    [final] ).

cnf(c_0_4547,plain,
    lhs_atom291,
    c_0_3552,
    [final] ).

cnf(c_0_4548,plain,
    lhs_atom290,
    c_0_3553,
    [final] ).

cnf(c_0_4549,plain,
    lhs_atom289,
    c_0_3554,
    [final] ).

cnf(c_0_4550,plain,
    lhs_atom288,
    c_0_3555,
    [final] ).

cnf(c_0_4551,plain,
    lhs_atom287,
    c_0_3556,
    [final] ).

cnf(c_0_4552,plain,
    lhs_atom286,
    c_0_3557,
    [final] ).

cnf(c_0_4553,plain,
    lhs_atom285,
    c_0_3558,
    [final] ).

cnf(c_0_4554,plain,
    lhs_atom284,
    c_0_3559,
    [final] ).

cnf(c_0_4555,plain,
    lhs_atom283,
    c_0_3560,
    [final] ).

cnf(c_0_4556,plain,
    lhs_atom282,
    c_0_3561,
    [final] ).

cnf(c_0_4557,plain,
    lhs_atom281,
    c_0_3562,
    [final] ).

cnf(c_0_4558,plain,
    lhs_atom280,
    c_0_3563,
    [final] ).

cnf(c_0_4559,plain,
    lhs_atom279,
    c_0_3564,
    [final] ).

cnf(c_0_4560,plain,
    lhs_atom278,
    c_0_3565,
    [final] ).

cnf(c_0_4561,plain,
    lhs_atom277,
    c_0_3566,
    [final] ).

cnf(c_0_4562,plain,
    lhs_atom276,
    c_0_3567,
    [final] ).

cnf(c_0_4563,plain,
    lhs_atom275,
    c_0_3568,
    [final] ).

cnf(c_0_4564,plain,
    lhs_atom274,
    c_0_3569,
    [final] ).

cnf(c_0_4565,plain,
    lhs_atom273,
    c_0_3570,
    [final] ).

cnf(c_0_4566,plain,
    lhs_atom272,
    c_0_3571,
    [final] ).

cnf(c_0_4567,plain,
    lhs_atom271,
    c_0_3572,
    [final] ).

cnf(c_0_4568,plain,
    lhs_atom270,
    c_0_3573,
    [final] ).

cnf(c_0_4569,plain,
    lhs_atom269,
    c_0_3574,
    [final] ).

cnf(c_0_4570,plain,
    lhs_atom268,
    c_0_3575,
    [final] ).

cnf(c_0_4571,plain,
    lhs_atom267,
    c_0_3576,
    [final] ).

cnf(c_0_4572,plain,
    lhs_atom266,
    c_0_3577,
    [final] ).

cnf(c_0_4573,plain,
    lhs_atom265,
    c_0_3578,
    [final] ).

cnf(c_0_4574,plain,
    lhs_atom264,
    c_0_3579,
    [final] ).

cnf(c_0_4575,plain,
    lhs_atom263,
    c_0_3580,
    [final] ).

cnf(c_0_4576,plain,
    lhs_atom262,
    c_0_3581,
    [final] ).

cnf(c_0_4577,plain,
    lhs_atom261,
    c_0_3582,
    [final] ).

cnf(c_0_4578,plain,
    lhs_atom260,
    c_0_3583,
    [final] ).

cnf(c_0_4579,plain,
    lhs_atom259,
    c_0_3584,
    [final] ).

cnf(c_0_4580,plain,
    lhs_atom258,
    c_0_3585,
    [final] ).

cnf(c_0_4581,plain,
    lhs_atom257,
    c_0_3586,
    [final] ).

cnf(c_0_4582,plain,
    lhs_atom256,
    c_0_3587,
    [final] ).

cnf(c_0_4583,plain,
    lhs_atom255,
    c_0_3588,
    [final] ).

cnf(c_0_4584,plain,
    lhs_atom254,
    c_0_3589,
    [final] ).

cnf(c_0_4585,plain,
    lhs_atom253,
    c_0_3590,
    [final] ).

cnf(c_0_4586,plain,
    lhs_atom252,
    c_0_3591,
    [final] ).

cnf(c_0_4587,plain,
    lhs_atom251,
    c_0_3592,
    [final] ).

cnf(c_0_4588,plain,
    lhs_atom250,
    c_0_3593,
    [final] ).

cnf(c_0_4589,plain,
    lhs_atom249,
    c_0_3594,
    [final] ).

cnf(c_0_4590,plain,
    lhs_atom248,
    c_0_3595,
    [final] ).

cnf(c_0_4591,plain,
    lhs_atom247,
    c_0_3596,
    [final] ).

cnf(c_0_4592,plain,
    lhs_atom246,
    c_0_3597,
    [final] ).

cnf(c_0_4593,plain,
    lhs_atom245,
    c_0_3598,
    [final] ).

cnf(c_0_4594,plain,
    lhs_atom244,
    c_0_3599,
    [final] ).

cnf(c_0_4595,plain,
    lhs_atom243,
    c_0_3600,
    [final] ).

cnf(c_0_4596,plain,
    lhs_atom242,
    c_0_3601,
    [final] ).

cnf(c_0_4597,plain,
    lhs_atom241,
    c_0_3602,
    [final] ).

cnf(c_0_4598,plain,
    lhs_atom240,
    c_0_3603,
    [final] ).

cnf(c_0_4599,plain,
    lhs_atom239,
    c_0_3604,
    [final] ).

cnf(c_0_4600,plain,
    lhs_atom238,
    c_0_3605,
    [final] ).

cnf(c_0_4601,plain,
    lhs_atom237,
    c_0_3606,
    [final] ).

cnf(c_0_4602,plain,
    lhs_atom236,
    c_0_3607,
    [final] ).

cnf(c_0_4603,plain,
    lhs_atom235,
    c_0_3608,
    [final] ).

cnf(c_0_4604,plain,
    lhs_atom234,
    c_0_3609,
    [final] ).

cnf(c_0_4605,plain,
    lhs_atom233,
    c_0_3610,
    [final] ).

cnf(c_0_4606,plain,
    lhs_atom232,
    c_0_3611,
    [final] ).

cnf(c_0_4607,plain,
    lhs_atom231,
    c_0_3612,
    [final] ).

cnf(c_0_4608,plain,
    lhs_atom230,
    c_0_3613,
    [final] ).

cnf(c_0_4609,plain,
    lhs_atom229,
    c_0_3614,
    [final] ).

cnf(c_0_4610,plain,
    lhs_atom228,
    c_0_3615,
    [final] ).

cnf(c_0_4611,plain,
    lhs_atom227,
    c_0_3616,
    [final] ).

cnf(c_0_4612,plain,
    lhs_atom226,
    c_0_3617,
    [final] ).

cnf(c_0_4613,plain,
    lhs_atom225,
    c_0_3618,
    [final] ).

cnf(c_0_4614,plain,
    lhs_atom224,
    c_0_3619,
    [final] ).

cnf(c_0_4615,plain,
    lhs_atom223,
    c_0_3620,
    [final] ).

cnf(c_0_4616,plain,
    lhs_atom222,
    c_0_3621,
    [final] ).

cnf(c_0_4617,plain,
    lhs_atom221,
    c_0_3622,
    [final] ).

cnf(c_0_4618,plain,
    lhs_atom220,
    c_0_3623,
    [final] ).

cnf(c_0_4619,plain,
    lhs_atom219,
    c_0_3624,
    [final] ).

cnf(c_0_4620,plain,
    lhs_atom218,
    c_0_3625,
    [final] ).

cnf(c_0_4621,plain,
    lhs_atom217,
    c_0_3626,
    [final] ).

cnf(c_0_4622,plain,
    lhs_atom216,
    c_0_3627,
    [final] ).

cnf(c_0_4623,plain,
    lhs_atom215,
    c_0_3628,
    [final] ).

cnf(c_0_4624,plain,
    lhs_atom214,
    c_0_3629,
    [final] ).

cnf(c_0_4625,plain,
    lhs_atom213,
    c_0_3630,
    [final] ).

cnf(c_0_4626,plain,
    lhs_atom212,
    c_0_3631,
    [final] ).

cnf(c_0_4627,plain,
    lhs_atom211,
    c_0_3632,
    [final] ).

cnf(c_0_4628,plain,
    lhs_atom210,
    c_0_3633,
    [final] ).

cnf(c_0_4629,plain,
    lhs_atom209,
    c_0_3634,
    [final] ).

cnf(c_0_4630,plain,
    lhs_atom208,
    c_0_3635,
    [final] ).

cnf(c_0_4631,plain,
    lhs_atom207,
    c_0_3636,
    [final] ).

cnf(c_0_4632,plain,
    lhs_atom206,
    c_0_3637,
    [final] ).

cnf(c_0_4633,plain,
    lhs_atom205,
    c_0_3638,
    [final] ).

cnf(c_0_4634,plain,
    lhs_atom204,
    c_0_3639,
    [final] ).

cnf(c_0_4635,plain,
    lhs_atom203,
    c_0_3640,
    [final] ).

cnf(c_0_4636,plain,
    lhs_atom202,
    c_0_3641,
    [final] ).

cnf(c_0_4637,plain,
    lhs_atom201,
    c_0_3642,
    [final] ).

cnf(c_0_4638,plain,
    lhs_atom200,
    c_0_3643,
    [final] ).

cnf(c_0_4639,plain,
    lhs_atom199,
    c_0_3644,
    [final] ).

cnf(c_0_4640,plain,
    lhs_atom198,
    c_0_3645,
    [final] ).

cnf(c_0_4641,plain,
    lhs_atom197,
    c_0_3646,
    [final] ).

cnf(c_0_4642,plain,
    lhs_atom196,
    c_0_3647,
    [final] ).

cnf(c_0_4643,plain,
    lhs_atom195,
    c_0_3648,
    [final] ).

cnf(c_0_4644,plain,
    lhs_atom194,
    c_0_3649,
    [final] ).

cnf(c_0_4645,plain,
    lhs_atom193,
    c_0_3650,
    [final] ).

cnf(c_0_4646,plain,
    lhs_atom192,
    c_0_3651,
    [final] ).

cnf(c_0_4647,plain,
    lhs_atom191,
    c_0_3652,
    [final] ).

cnf(c_0_4648,plain,
    lhs_atom190,
    c_0_3653,
    [final] ).

cnf(c_0_4649,plain,
    lhs_atom189,
    c_0_3654,
    [final] ).

cnf(c_0_4650,plain,
    lhs_atom188,
    c_0_3655,
    [final] ).

cnf(c_0_4651,plain,
    lhs_atom187,
    c_0_3656,
    [final] ).

cnf(c_0_4652,plain,
    lhs_atom186,
    c_0_3657,
    [final] ).

cnf(c_0_4653,plain,
    lhs_atom185,
    c_0_3658,
    [final] ).

cnf(c_0_4654,plain,
    lhs_atom184,
    c_0_3659,
    [final] ).

cnf(c_0_4655,plain,
    lhs_atom183,
    c_0_3660,
    [final] ).

cnf(c_0_4656,plain,
    lhs_atom182,
    c_0_3661,
    [final] ).

cnf(c_0_4657,plain,
    lhs_atom181,
    c_0_3662,
    [final] ).

cnf(c_0_4658,plain,
    lhs_atom180,
    c_0_3663,
    [final] ).

cnf(c_0_4659,plain,
    lhs_atom179,
    c_0_3664,
    [final] ).

cnf(c_0_4660,plain,
    lhs_atom178,
    c_0_3665,
    [final] ).

cnf(c_0_4661,plain,
    lhs_atom177,
    c_0_3666,
    [final] ).

cnf(c_0_4662,plain,
    lhs_atom176,
    c_0_3667,
    [final] ).

cnf(c_0_4663,plain,
    lhs_atom175,
    c_0_3668,
    [final] ).

cnf(c_0_4664,plain,
    lhs_atom174,
    c_0_3669,
    [final] ).

cnf(c_0_4665,plain,
    lhs_atom173,
    c_0_3670,
    [final] ).

cnf(c_0_4666,plain,
    lhs_atom172,
    c_0_3671,
    [final] ).

cnf(c_0_4667,plain,
    lhs_atom171,
    c_0_3672,
    [final] ).

cnf(c_0_4668,plain,
    lhs_atom170,
    c_0_3673,
    [final] ).

cnf(c_0_4669,plain,
    lhs_atom169,
    c_0_3674,
    [final] ).

cnf(c_0_4670,plain,
    lhs_atom168,
    c_0_3675,
    [final] ).

cnf(c_0_4671,plain,
    lhs_atom167,
    c_0_3676,
    [final] ).

cnf(c_0_4672,plain,
    lhs_atom166,
    c_0_3677,
    [final] ).

cnf(c_0_4673,plain,
    lhs_atom165,
    c_0_3678,
    [final] ).

cnf(c_0_4674,plain,
    lhs_atom164,
    c_0_3679,
    [final] ).

cnf(c_0_4675,plain,
    lhs_atom163,
    c_0_3680,
    [final] ).

cnf(c_0_4676,plain,
    lhs_atom162,
    c_0_3681,
    [final] ).

cnf(c_0_4677,plain,
    lhs_atom161,
    c_0_3682,
    [final] ).

cnf(c_0_4678,plain,
    lhs_atom160,
    c_0_3683,
    [final] ).

cnf(c_0_4679,plain,
    lhs_atom159,
    c_0_3684,
    [final] ).

cnf(c_0_4680,plain,
    lhs_atom158,
    c_0_3685,
    [final] ).

cnf(c_0_4681,plain,
    lhs_atom157,
    c_0_3686,
    [final] ).

cnf(c_0_4682,plain,
    lhs_atom156,
    c_0_3687,
    [final] ).

cnf(c_0_4683,plain,
    lhs_atom155,
    c_0_3688,
    [final] ).

cnf(c_0_4684,plain,
    lhs_atom154,
    c_0_3689,
    [final] ).

cnf(c_0_4685,plain,
    lhs_atom153,
    c_0_3690,
    [final] ).

cnf(c_0_4686,plain,
    lhs_atom152,
    c_0_3691,
    [final] ).

cnf(c_0_4687,plain,
    lhs_atom151,
    c_0_3692,
    [final] ).

cnf(c_0_4688,plain,
    lhs_atom150,
    c_0_3693,
    [final] ).

cnf(c_0_4689,plain,
    lhs_atom149,
    c_0_3694,
    [final] ).

cnf(c_0_4690,plain,
    lhs_atom148,
    c_0_3695,
    [final] ).

cnf(c_0_4691,plain,
    lhs_atom147,
    c_0_3696,
    [final] ).

cnf(c_0_4692,plain,
    lhs_atom146,
    c_0_3697,
    [final] ).

cnf(c_0_4693,plain,
    lhs_atom145,
    c_0_3698,
    [final] ).

cnf(c_0_4694,plain,
    lhs_atom144,
    c_0_3699,
    [final] ).

cnf(c_0_4695,plain,
    lhs_atom143,
    c_0_3700,
    [final] ).

cnf(c_0_4696,plain,
    lhs_atom142,
    c_0_3701,
    [final] ).

cnf(c_0_4697,plain,
    lhs_atom141,
    c_0_3702,
    [final] ).

cnf(c_0_4698,plain,
    lhs_atom140,
    c_0_3703,
    [final] ).

cnf(c_0_4699,plain,
    lhs_atom139,
    c_0_3704,
    [final] ).

cnf(c_0_4700,plain,
    lhs_atom138,
    c_0_3705,
    [final] ).

cnf(c_0_4701,plain,
    lhs_atom137,
    c_0_3706,
    [final] ).

cnf(c_0_4702,plain,
    lhs_atom136,
    c_0_3707,
    [final] ).

cnf(c_0_4703,plain,
    lhs_atom135,
    c_0_3708,
    [final] ).

cnf(c_0_4704,plain,
    lhs_atom134,
    c_0_3709,
    [final] ).

cnf(c_0_4705,plain,
    lhs_atom133,
    c_0_3710,
    [final] ).

cnf(c_0_4706,plain,
    lhs_atom132,
    c_0_3711,
    [final] ).

cnf(c_0_4707,plain,
    lhs_atom131,
    c_0_3712,
    [final] ).

cnf(c_0_4708,plain,
    lhs_atom130,
    c_0_3713,
    [final] ).

cnf(c_0_4709,plain,
    lhs_atom129,
    c_0_3714,
    [final] ).

cnf(c_0_4710,plain,
    lhs_atom128,
    c_0_3715,
    [final] ).

cnf(c_0_4711,plain,
    lhs_atom127,
    c_0_3716,
    [final] ).

cnf(c_0_4712,plain,
    lhs_atom126,
    c_0_3717,
    [final] ).

cnf(c_0_4713,plain,
    lhs_atom125,
    c_0_3718,
    [final] ).

cnf(c_0_4714,plain,
    lhs_atom124,
    c_0_3719,
    [final] ).

cnf(c_0_4715,plain,
    lhs_atom123,
    c_0_3720,
    [final] ).

cnf(c_0_4716,plain,
    lhs_atom122,
    c_0_3721,
    [final] ).

cnf(c_0_4717,plain,
    lhs_atom121,
    c_0_3722,
    [final] ).

cnf(c_0_4718,plain,
    lhs_atom120,
    c_0_3723,
    [final] ).

cnf(c_0_4719,plain,
    lhs_atom119,
    c_0_3724,
    [final] ).

cnf(c_0_4720,plain,
    lhs_atom118,
    c_0_3725,
    [final] ).

cnf(c_0_4721,plain,
    lhs_atom117,
    c_0_3726,
    [final] ).

cnf(c_0_4722,plain,
    lhs_atom116,
    c_0_3727,
    [final] ).

cnf(c_0_4723,plain,
    lhs_atom115,
    c_0_3728,
    [final] ).

cnf(c_0_4724,plain,
    lhs_atom114,
    c_0_3729,
    [final] ).

cnf(c_0_4725,plain,
    lhs_atom113,
    c_0_3730,
    [final] ).

cnf(c_0_4726,plain,
    lhs_atom112,
    c_0_3731,
    [final] ).

cnf(c_0_4727,plain,
    lhs_atom111,
    c_0_3732,
    [final] ).

cnf(c_0_4728,plain,
    lhs_atom110,
    c_0_3733,
    [final] ).

cnf(c_0_4729,plain,
    lhs_atom109,
    c_0_3734,
    [final] ).

cnf(c_0_4730,plain,
    lhs_atom108,
    c_0_3735,
    [final] ).

cnf(c_0_4731,plain,
    lhs_atom107,
    c_0_3736,
    [final] ).

cnf(c_0_4732,plain,
    lhs_atom106,
    c_0_3737,
    [final] ).

cnf(c_0_4733,plain,
    lhs_atom105,
    c_0_3738,
    [final] ).

cnf(c_0_4734,plain,
    lhs_atom104,
    c_0_3739,
    [final] ).

cnf(c_0_4735,plain,
    lhs_atom103,
    c_0_3740,
    [final] ).

cnf(c_0_4736,plain,
    lhs_atom102,
    c_0_3741,
    [final] ).

cnf(c_0_4737,plain,
    lhs_atom101,
    c_0_3742,
    [final] ).

cnf(c_0_4738,plain,
    lhs_atom100,
    c_0_3743,
    [final] ).

cnf(c_0_4739,plain,
    lhs_atom99,
    c_0_3744,
    [final] ).

cnf(c_0_4740,plain,
    lhs_atom98,
    c_0_3745,
    [final] ).

cnf(c_0_4741,plain,
    lhs_atom97,
    c_0_3746,
    [final] ).

cnf(c_0_4742,plain,
    lhs_atom96,
    c_0_3747,
    [final] ).

cnf(c_0_4743,plain,
    lhs_atom95,
    c_0_3748,
    [final] ).

cnf(c_0_4744,plain,
    lhs_atom94,
    c_0_3749,
    [final] ).

cnf(c_0_4745,plain,
    lhs_atom93,
    c_0_3750,
    [final] ).

cnf(c_0_4746,plain,
    lhs_atom92,
    c_0_3751,
    [final] ).

cnf(c_0_4747,plain,
    lhs_atom91,
    c_0_3752,
    [final] ).

cnf(c_0_4748,plain,
    lhs_atom90,
    c_0_3753,
    [final] ).

cnf(c_0_4749,plain,
    lhs_atom89,
    c_0_3754,
    [final] ).

cnf(c_0_4750,plain,
    lhs_atom88,
    c_0_3755,
    [final] ).

cnf(c_0_4751,plain,
    lhs_atom87,
    c_0_3756,
    [final] ).

cnf(c_0_4752,plain,
    lhs_atom86,
    c_0_3757,
    [final] ).

cnf(c_0_4753,plain,
    lhs_atom85,
    c_0_3758,
    [final] ).

cnf(c_0_4754,plain,
    lhs_atom84,
    c_0_3759,
    [final] ).

cnf(c_0_4755,plain,
    lhs_atom83,
    c_0_3760,
    [final] ).

cnf(c_0_4756,plain,
    lhs_atom82,
    c_0_3761,
    [final] ).

cnf(c_0_4757,plain,
    lhs_atom81,
    c_0_3762,
    [final] ).

cnf(c_0_4758,plain,
    lhs_atom80,
    c_0_3763,
    [final] ).

cnf(c_0_4759,plain,
    lhs_atom79,
    c_0_3764,
    [final] ).

cnf(c_0_4760,plain,
    lhs_atom78,
    c_0_3765,
    [final] ).

cnf(c_0_4761,plain,
    lhs_atom77,
    c_0_3766,
    [final] ).

cnf(c_0_4762,plain,
    lhs_atom76,
    c_0_3767,
    [final] ).

cnf(c_0_4763,plain,
    lhs_atom75,
    c_0_3768,
    [final] ).

cnf(c_0_4764,plain,
    lhs_atom74,
    c_0_3769,
    [final] ).

cnf(c_0_4765,plain,
    lhs_atom73,
    c_0_3770,
    [final] ).

cnf(c_0_4766,plain,
    lhs_atom72,
    c_0_3771,
    [final] ).

cnf(c_0_4767,plain,
    lhs_atom71,
    c_0_3772,
    [final] ).

cnf(c_0_4768,plain,
    lhs_atom70,
    c_0_3773,
    [final] ).

cnf(c_0_4769,plain,
    lhs_atom69,
    c_0_3774,
    [final] ).

cnf(c_0_4770,plain,
    lhs_atom68,
    c_0_3775,
    [final] ).

cnf(c_0_4771,plain,
    lhs_atom67,
    c_0_3776,
    [final] ).

cnf(c_0_4772,plain,
    lhs_atom66,
    c_0_3777,
    [final] ).

cnf(c_0_4773,plain,
    lhs_atom65,
    c_0_3778,
    [final] ).

cnf(c_0_4774,plain,
    lhs_atom64,
    c_0_3779,
    [final] ).

cnf(c_0_4775,plain,
    lhs_atom63,
    c_0_3780,
    [final] ).

cnf(c_0_4776,plain,
    lhs_atom62,
    c_0_3781,
    [final] ).

cnf(c_0_4777,plain,
    lhs_atom61,
    c_0_3782,
    [final] ).

cnf(c_0_4778,plain,
    lhs_atom60,
    c_0_3783,
    [final] ).

cnf(c_0_4779,plain,
    lhs_atom59,
    c_0_3784,
    [final] ).

cnf(c_0_4780,plain,
    lhs_atom58,
    c_0_3785,
    [final] ).

cnf(c_0_4781,plain,
    lhs_atom57,
    c_0_3786,
    [final] ).

cnf(c_0_4782,plain,
    lhs_atom56,
    c_0_3787,
    [final] ).

cnf(c_0_4783,plain,
    lhs_atom55,
    c_0_3788,
    [final] ).

cnf(c_0_4784,plain,
    lhs_atom54,
    c_0_3789,
    [final] ).

cnf(c_0_4785,plain,
    lhs_atom53,
    c_0_3790,
    [final] ).

cnf(c_0_4786,plain,
    lhs_atom52,
    c_0_3791,
    [final] ).

cnf(c_0_4787,plain,
    lhs_atom51,
    c_0_3792,
    [final] ).

cnf(c_0_4788,plain,
    lhs_atom50,
    c_0_3793,
    [final] ).

cnf(c_0_4789,plain,
    lhs_atom49,
    c_0_3794,
    [final] ).

cnf(c_0_4790,plain,
    lhs_atom48,
    c_0_3795,
    [final] ).

cnf(c_0_4791,plain,
    lhs_atom47,
    c_0_3796,
    [final] ).

cnf(c_0_4792,plain,
    lhs_atom46,
    c_0_3797,
    [final] ).

cnf(c_0_4793,plain,
    lhs_atom45,
    c_0_3798,
    [final] ).

cnf(c_0_4794,plain,
    lhs_atom44,
    c_0_3799,
    [final] ).

cnf(c_0_4795,plain,
    lhs_atom43,
    c_0_3800,
    [final] ).

cnf(c_0_4796,plain,
    lhs_atom42,
    c_0_3801,
    [final] ).

cnf(c_0_4797,plain,
    lhs_atom41,
    c_0_3802,
    [final] ).

cnf(c_0_4798,plain,
    lhs_atom40,
    c_0_3803,
    [final] ).

cnf(c_0_4799,plain,
    lhs_atom39,
    c_0_3804,
    [final] ).

cnf(c_0_4800,plain,
    lhs_atom38,
    c_0_3805,
    [final] ).

cnf(c_0_4801,plain,
    lhs_atom37,
    c_0_3806,
    [final] ).

cnf(c_0_4802,plain,
    lhs_atom36,
    c_0_3807,
    [final] ).

cnf(c_0_4803,plain,
    lhs_atom35,
    c_0_3808,
    [final] ).

% End CNF derivation
cnf(c_0_3809_0,axiom,
    ( accept_city(X1,townc)
    | ~ accept_population(X1,other,n5)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n65)
    | ~ accept_population(X1,christian,n0)
    | ~ accept_population(X1,atheist,n30) ),
    inference(unfold_definition,[status(thm)],[c_0_3809,def_lhs_atom34]) ).

cnf(c_0_3810_0,axiom,
    ( accept_city(X1,cityb)
    | ~ accept_population(X1,other,n1)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n78) ),
    inference(unfold_definition,[status(thm)],[c_0_3810,def_lhs_atom32]) ).

cnf(c_0_3811_0,axiom,
    ( accept_city(X1,townb)
    | ~ accept_population(X1,other,n2)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n8)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n70) ),
    inference(unfold_definition,[status(thm)],[c_0_3811,def_lhs_atom30]) ).

cnf(c_0_3812_0,axiom,
    ( accept_city(X1,citya)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n25)
    | ~ accept_population(X1,atheist,n75) ),
    inference(unfold_definition,[status(thm)],[c_0_3812,def_lhs_atom28]) ).

cnf(c_0_3813_0,axiom,
    ( accept_city(X1,towna)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n0)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n24)
    | ~ accept_population(X1,atheist,n75) ),
    inference(unfold_definition,[status(thm)],[c_0_3813,def_lhs_atom26]) ).

cnf(c_0_3814_0,axiom,
    ( accept_city(X1,sunsetpoint)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n100)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n0)
    | ~ accept_population(X1,atheist,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3814,def_lhs_atom24]) ).

cnf(c_0_3815_0,axiom,
    ( accept_city(X1,coastvillage)
    | ~ accept_population(X1,other,n0)
    | ~ accept_population(X1,native,n85)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n3)
    | ~ accept_population(X1,atheist,n12) ),
    inference(unfold_definition,[status(thm)],[c_0_3815,def_lhs_atom22]) ).

cnf(c_0_3816_0,axiom,
    ( accept_city(X1,northport)
    | ~ accept_population(X1,other,n2)
    | ~ accept_population(X1,native,n15)
    | ~ accept_population(X1,muslim,n0)
    | ~ accept_population(X1,christian,n13)
    | ~ accept_population(X1,atheist,n70) ),
    inference(unfold_definition,[status(thm)],[c_0_3816,def_lhs_atom20]) ).

cnf(c_0_3817_0,axiom,
    ( accept_city(X1,stjosephburgh)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n11)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n16)
    | ~ accept_population(X1,atheist,n68) ),
    inference(unfold_definition,[status(thm)],[c_0_3817,def_lhs_atom18]) ).

cnf(c_0_3818_0,axiom,
    ( accept_city(X1,centrallakecity)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n10)
    | ~ accept_population(X1,muslim,n1)
    | ~ accept_population(X1,christian,n15)
    | ~ accept_population(X1,atheist,n70) ),
    inference(unfold_definition,[status(thm)],[c_0_3818,def_lhs_atom16]) ).

cnf(c_0_3819_0,axiom,
    ( accept_city(X1,sunnysideport)
    | ~ accept_population(X1,other,n1)
    | ~ accept_population(X1,native,n1)
    | ~ accept_population(X1,muslim,n60)
    | ~ accept_population(X1,christian,n8)
    | ~ accept_population(X1,atheist,n30) ),
    inference(unfold_definition,[status(thm)],[c_0_3819,def_lhs_atom14]) ).

cnf(c_0_3820_0,axiom,
    ( accept_city(X1,centraltown)
    | ~ accept_population(X1,other,n9)
    | ~ accept_population(X1,native,n1)
    | ~ accept_population(X1,muslim,n3)
    | ~ accept_population(X1,christian,n23)
    | ~ accept_population(X1,atheist,n54) ),
    inference(unfold_definition,[status(thm)],[c_0_3820,def_lhs_atom12]) ).

cnf(c_0_3821_0,axiom,
    ( accept_city(X1,suffertown)
    | ~ accept_population(X1,other,n4)
    | ~ accept_population(X1,native,n4)
    | ~ accept_population(X1,muslim,n7)
    | ~ accept_population(X1,christian,n20)
    | ~ accept_population(X1,atheist,n65) ),
    inference(unfold_definition,[status(thm)],[c_0_3821,def_lhs_atom10]) ).

cnf(c_0_3822_0,axiom,
    ( accept_team(X1,X3,X4,X2)
    | ~ accept_number(X1,X2)
    | ~ accept_leader(X1,X3)
    | ~ accept_city(X1,X4) ),
    inference(unfold_definition,[status(thm)],[c_0_3822,def_lhs_atom2]) ).

cnf(c_0_3823_0,axiom,
    ( ~ accept_team(X4,X2,X3,X1)
    | accept_city(X4,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_3823,def_lhs_atom1]) ).

cnf(c_0_3824_0,axiom,
    ( ~ accept_team(X4,X2,X3,X1)
    | accept_leader(X4,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3824,def_lhs_atom1]) ).

cnf(c_0_3825_0,axiom,
    ( ~ accept_team(X4,X2,X3,X1)
    | accept_number(X4,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_3825,def_lhs_atom1]) ).

cnf(c_0_3826_0,axiom,
    ( accept_population(X3,X4,X1)
    | ~ less(X1,X2)
    | ~ accept_population(X3,X4,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3826,def_lhs_atom4]) ).

cnf(c_0_3827_0,axiom,
    ( less_or_equal(X1,X3)
    | ~ less(X1,X2)
    | ~ sum(X3,n1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3827,def_lhs_atom898]) ).

cnf(c_0_3828_0,axiom,
    ( ~ rdn_positive_less(X2,X4)
    | rdn_positive_less(rdn(rdnn(X1),X2),rdn(rdnn(X3),X4)) ),
    inference(unfold_definition,[status(thm)],[c_0_3828,def_lhs_atom889]) ).

cnf(c_0_3829_0,axiom,
    ( rdn_positive_less(rdn(rdnn(X2),X1),rdn(rdnn(X3),X1))
    | ~ rdn_non_zero(X1)
    | ~ rdn_positive_less(rdnn(X2),rdnn(X3)) ),
    inference(unfold_definition,[status(thm)],[c_0_3829,def_lhs_atom890]) ).

cnf(c_0_3830_0,axiom,
    ( less(X4,X3)
    | ~ rdn_positive_less(X1,X2)
    | ~ rdn_translate(X3,rdn_neg(X1))
    | ~ rdn_translate(X4,rdn_neg(X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_3830,def_lhs_atom894]) ).

cnf(c_0_3831_0,axiom,
    ( less(X4,X3)
    | ~ rdn_positive_less(X1,X2)
    | ~ rdn_translate(X3,rdn_pos(X2))
    | ~ rdn_translate(X4,rdn_pos(X1)) ),
    inference(unfold_definition,[status(thm)],[c_0_3831,def_lhs_atom894]) ).

cnf(c_0_3832_0,axiom,
    ( ~ the_agent_not_in_any_proposed_teams(X1,X2,X3)
    | ~ accept_leader(X1,X2)
    | ~ accept_city(X1,X3) ),
    inference(unfold_definition,[status(thm)],[c_0_3832,def_lhs_atom7]) ).

cnf(c_0_3833_0,axiom,
    ( rdn_positive_less(rdnn(X3),rdnn(X2))
    | ~ rdn_positive_less(rdnn(X1),rdnn(X2))
    | ~ rdn_positive_less(rdnn(X3),rdnn(X1)) ),
    inference(unfold_definition,[status(thm)],[c_0_3833,def_lhs_atom888]) ).

cnf(c_0_3834_0,axiom,
    ( less(X3,X1)
    | ~ rdn_translate(X1,rdn_pos(X2))
    | ~ rdn_translate(X3,rdn_neg(X4)) ),
    inference(unfold_definition,[status(thm)],[c_0_3834,def_lhs_atom894]) ).

cnf(c_0_3835_0,axiom,
    ( ~ any_agent_in_all_proposed_teams(X1,X2,X3)
    | accept_leader(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3835,def_lhs_atom6]) ).

cnf(c_0_3836_0,axiom,
    ( ~ the_agent_in_all_proposed_teams(X3,X1,X2)
    | accept_leader(X3,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_3836,def_lhs_atom5]) ).

cnf(c_0_3837_0,axiom,
    ( ~ the_agent_in_all_proposed_teams(X3,X1,X2)
    | accept_city(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3837,def_lhs_atom5]) ).

cnf(c_0_3838_0,axiom,
    ( ~ rdn_non_zero(X3)
    | rdn_positive_less(rdnn(X1),rdn(rdnn(X2),X3)) ),
    inference(unfold_definition,[status(thm)],[c_0_3838,def_lhs_atom891]) ).

cnf(c_0_3839_0,axiom,
    ( accept_number(X3,X1)
    | ~ less(X1,X2)
    | ~ accept_number(X3,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3839,def_lhs_atom3]) ).

cnf(c_0_3840_0,axiom,
    ( ~ accept_city(X1,townc)
    | accept_population(X1,atheist,n30) ),
    inference(unfold_definition,[status(thm)],[c_0_3840,def_lhs_atom33]) ).

cnf(c_0_3841_0,axiom,
    ( ~ accept_city(X1,townc)
    | accept_population(X1,christian,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3841,def_lhs_atom33]) ).

cnf(c_0_3842_0,axiom,
    ( ~ accept_city(X1,townc)
    | accept_population(X1,muslim,n65) ),
    inference(unfold_definition,[status(thm)],[c_0_3842,def_lhs_atom33]) ).

cnf(c_0_3843_0,axiom,
    ( ~ accept_city(X1,townc)
    | accept_population(X1,native,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3843,def_lhs_atom33]) ).

cnf(c_0_3844_0,axiom,
    ( ~ accept_city(X1,townc)
    | accept_population(X1,other,n5) ),
    inference(unfold_definition,[status(thm)],[c_0_3844,def_lhs_atom33]) ).

cnf(c_0_3845_0,axiom,
    ( ~ accept_city(X1,cityb)
    | accept_population(X1,atheist,n78) ),
    inference(unfold_definition,[status(thm)],[c_0_3845,def_lhs_atom31]) ).

cnf(c_0_3846_0,axiom,
    ( ~ accept_city(X1,cityb)
    | accept_population(X1,christian,n20) ),
    inference(unfold_definition,[status(thm)],[c_0_3846,def_lhs_atom31]) ).

cnf(c_0_3847_0,axiom,
    ( ~ accept_city(X1,cityb)
    | accept_population(X1,muslim,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3847,def_lhs_atom31]) ).

cnf(c_0_3848_0,axiom,
    ( ~ accept_city(X1,cityb)
    | accept_population(X1,native,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3848,def_lhs_atom31]) ).

cnf(c_0_3849_0,axiom,
    ( ~ accept_city(X1,cityb)
    | accept_population(X1,other,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3849,def_lhs_atom31]) ).

cnf(c_0_3850_0,axiom,
    ( ~ accept_city(X1,townb)
    | accept_population(X1,atheist,n70) ),
    inference(unfold_definition,[status(thm)],[c_0_3850,def_lhs_atom29]) ).

cnf(c_0_3851_0,axiom,
    ( ~ accept_city(X1,townb)
    | accept_population(X1,christian,n20) ),
    inference(unfold_definition,[status(thm)],[c_0_3851,def_lhs_atom29]) ).

cnf(c_0_3852_0,axiom,
    ( ~ accept_city(X1,townb)
    | accept_population(X1,muslim,n8) ),
    inference(unfold_definition,[status(thm)],[c_0_3852,def_lhs_atom29]) ).

cnf(c_0_3853_0,axiom,
    ( ~ accept_city(X1,townb)
    | accept_population(X1,native,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3853,def_lhs_atom29]) ).

cnf(c_0_3854_0,axiom,
    ( ~ accept_city(X1,townb)
    | accept_population(X1,other,n2) ),
    inference(unfold_definition,[status(thm)],[c_0_3854,def_lhs_atom29]) ).

cnf(c_0_3855_0,axiom,
    ( ~ accept_city(X1,citya)
    | accept_population(X1,atheist,n75) ),
    inference(unfold_definition,[status(thm)],[c_0_3855,def_lhs_atom27]) ).

cnf(c_0_3856_0,axiom,
    ( ~ accept_city(X1,citya)
    | accept_population(X1,christian,n25) ),
    inference(unfold_definition,[status(thm)],[c_0_3856,def_lhs_atom27]) ).

cnf(c_0_3857_0,axiom,
    ( ~ accept_city(X1,citya)
    | accept_population(X1,muslim,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3857,def_lhs_atom27]) ).

cnf(c_0_3858_0,axiom,
    ( ~ accept_city(X1,citya)
    | accept_population(X1,native,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3858,def_lhs_atom27]) ).

cnf(c_0_3859_0,axiom,
    ( ~ accept_city(X1,citya)
    | accept_population(X1,other,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3859,def_lhs_atom27]) ).

cnf(c_0_3860_0,axiom,
    ( ~ accept_city(X1,towna)
    | accept_population(X1,atheist,n75) ),
    inference(unfold_definition,[status(thm)],[c_0_3860,def_lhs_atom25]) ).

cnf(c_0_3861_0,axiom,
    ( ~ accept_city(X1,towna)
    | accept_population(X1,christian,n24) ),
    inference(unfold_definition,[status(thm)],[c_0_3861,def_lhs_atom25]) ).

cnf(c_0_3862_0,axiom,
    ( ~ accept_city(X1,towna)
    | accept_population(X1,muslim,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3862,def_lhs_atom25]) ).

cnf(c_0_3863_0,axiom,
    ( ~ accept_city(X1,towna)
    | accept_population(X1,native,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3863,def_lhs_atom25]) ).

cnf(c_0_3864_0,axiom,
    ( ~ accept_city(X1,towna)
    | accept_population(X1,other,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3864,def_lhs_atom25]) ).

cnf(c_0_3865_0,axiom,
    ( ~ accept_city(X1,sunsetpoint)
    | accept_population(X1,atheist,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3865,def_lhs_atom23]) ).

cnf(c_0_3866_0,axiom,
    ( ~ accept_city(X1,sunsetpoint)
    | accept_population(X1,christian,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3866,def_lhs_atom23]) ).

cnf(c_0_3867_0,axiom,
    ( ~ accept_city(X1,sunsetpoint)
    | accept_population(X1,muslim,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3867,def_lhs_atom23]) ).

cnf(c_0_3868_0,axiom,
    ( ~ accept_city(X1,sunsetpoint)
    | accept_population(X1,native,n100) ),
    inference(unfold_definition,[status(thm)],[c_0_3868,def_lhs_atom23]) ).

cnf(c_0_3869_0,axiom,
    ( ~ accept_city(X1,sunsetpoint)
    | accept_population(X1,other,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3869,def_lhs_atom23]) ).

cnf(c_0_3870_0,axiom,
    ( ~ accept_city(X1,coastvillage)
    | accept_population(X1,atheist,n12) ),
    inference(unfold_definition,[status(thm)],[c_0_3870,def_lhs_atom21]) ).

cnf(c_0_3871_0,axiom,
    ( ~ accept_city(X1,coastvillage)
    | accept_population(X1,christian,n3) ),
    inference(unfold_definition,[status(thm)],[c_0_3871,def_lhs_atom21]) ).

cnf(c_0_3872_0,axiom,
    ( ~ accept_city(X1,coastvillage)
    | accept_population(X1,muslim,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3872,def_lhs_atom21]) ).

cnf(c_0_3873_0,axiom,
    ( ~ accept_city(X1,coastvillage)
    | accept_population(X1,native,n85) ),
    inference(unfold_definition,[status(thm)],[c_0_3873,def_lhs_atom21]) ).

cnf(c_0_3874_0,axiom,
    ( ~ accept_city(X1,coastvillage)
    | accept_population(X1,other,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3874,def_lhs_atom21]) ).

cnf(c_0_3875_0,axiom,
    ( ~ accept_city(X1,northport)
    | accept_population(X1,atheist,n70) ),
    inference(unfold_definition,[status(thm)],[c_0_3875,def_lhs_atom19]) ).

cnf(c_0_3876_0,axiom,
    ( ~ accept_city(X1,northport)
    | accept_population(X1,christian,n13) ),
    inference(unfold_definition,[status(thm)],[c_0_3876,def_lhs_atom19]) ).

cnf(c_0_3877_0,axiom,
    ( ~ accept_city(X1,northport)
    | accept_population(X1,muslim,n0) ),
    inference(unfold_definition,[status(thm)],[c_0_3877,def_lhs_atom19]) ).

cnf(c_0_3878_0,axiom,
    ( ~ accept_city(X1,northport)
    | accept_population(X1,native,n15) ),
    inference(unfold_definition,[status(thm)],[c_0_3878,def_lhs_atom19]) ).

cnf(c_0_3879_0,axiom,
    ( ~ accept_city(X1,northport)
    | accept_population(X1,other,n2) ),
    inference(unfold_definition,[status(thm)],[c_0_3879,def_lhs_atom19]) ).

cnf(c_0_3880_0,axiom,
    ( ~ accept_city(X1,stjosephburgh)
    | accept_population(X1,atheist,n68) ),
    inference(unfold_definition,[status(thm)],[c_0_3880,def_lhs_atom17]) ).

cnf(c_0_3881_0,axiom,
    ( ~ accept_city(X1,stjosephburgh)
    | accept_population(X1,christian,n16) ),
    inference(unfold_definition,[status(thm)],[c_0_3881,def_lhs_atom17]) ).

cnf(c_0_3882_0,axiom,
    ( ~ accept_city(X1,stjosephburgh)
    | accept_population(X1,muslim,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3882,def_lhs_atom17]) ).

cnf(c_0_3883_0,axiom,
    ( ~ accept_city(X1,stjosephburgh)
    | accept_population(X1,native,n11) ),
    inference(unfold_definition,[status(thm)],[c_0_3883,def_lhs_atom17]) ).

cnf(c_0_3884_0,axiom,
    ( ~ accept_city(X1,stjosephburgh)
    | accept_population(X1,other,n4) ),
    inference(unfold_definition,[status(thm)],[c_0_3884,def_lhs_atom17]) ).

cnf(c_0_3885_0,axiom,
    ( ~ accept_city(X1,centrallakecity)
    | accept_population(X1,atheist,n70) ),
    inference(unfold_definition,[status(thm)],[c_0_3885,def_lhs_atom15]) ).

cnf(c_0_3886_0,axiom,
    ( ~ accept_city(X1,centrallakecity)
    | accept_population(X1,christian,n15) ),
    inference(unfold_definition,[status(thm)],[c_0_3886,def_lhs_atom15]) ).

cnf(c_0_3887_0,axiom,
    ( ~ accept_city(X1,centrallakecity)
    | accept_population(X1,muslim,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3887,def_lhs_atom15]) ).

cnf(c_0_3888_0,axiom,
    ( ~ accept_city(X1,centrallakecity)
    | accept_population(X1,native,n10) ),
    inference(unfold_definition,[status(thm)],[c_0_3888,def_lhs_atom15]) ).

cnf(c_0_3889_0,axiom,
    ( ~ accept_city(X1,centrallakecity)
    | accept_population(X1,other,n4) ),
    inference(unfold_definition,[status(thm)],[c_0_3889,def_lhs_atom15]) ).

cnf(c_0_3890_0,axiom,
    ( ~ accept_city(X1,sunnysideport)
    | accept_population(X1,atheist,n30) ),
    inference(unfold_definition,[status(thm)],[c_0_3890,def_lhs_atom13]) ).

cnf(c_0_3891_0,axiom,
    ( ~ accept_city(X1,sunnysideport)
    | accept_population(X1,christian,n8) ),
    inference(unfold_definition,[status(thm)],[c_0_3891,def_lhs_atom13]) ).

cnf(c_0_3892_0,axiom,
    ( ~ accept_city(X1,sunnysideport)
    | accept_population(X1,muslim,n60) ),
    inference(unfold_definition,[status(thm)],[c_0_3892,def_lhs_atom13]) ).

cnf(c_0_3893_0,axiom,
    ( ~ accept_city(X1,sunnysideport)
    | accept_population(X1,native,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3893,def_lhs_atom13]) ).

cnf(c_0_3894_0,axiom,
    ( ~ accept_city(X1,sunnysideport)
    | accept_population(X1,other,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3894,def_lhs_atom13]) ).

cnf(c_0_3895_0,axiom,
    ( ~ accept_city(X1,centraltown)
    | accept_population(X1,atheist,n54) ),
    inference(unfold_definition,[status(thm)],[c_0_3895,def_lhs_atom11]) ).

cnf(c_0_3896_0,axiom,
    ( ~ accept_city(X1,centraltown)
    | accept_population(X1,christian,n23) ),
    inference(unfold_definition,[status(thm)],[c_0_3896,def_lhs_atom11]) ).

cnf(c_0_3897_0,axiom,
    ( ~ accept_city(X1,centraltown)
    | accept_population(X1,muslim,n3) ),
    inference(unfold_definition,[status(thm)],[c_0_3897,def_lhs_atom11]) ).

cnf(c_0_3898_0,axiom,
    ( ~ accept_city(X1,centraltown)
    | accept_population(X1,native,n1) ),
    inference(unfold_definition,[status(thm)],[c_0_3898,def_lhs_atom11]) ).

cnf(c_0_3899_0,axiom,
    ( ~ accept_city(X1,centraltown)
    | accept_population(X1,other,n9) ),
    inference(unfold_definition,[status(thm)],[c_0_3899,def_lhs_atom11]) ).

cnf(c_0_3900_0,axiom,
    ( ~ accept_city(X1,suffertown)
    | accept_population(X1,atheist,n65) ),
    inference(unfold_definition,[status(thm)],[c_0_3900,def_lhs_atom9]) ).

cnf(c_0_3901_0,axiom,
    ( ~ accept_city(X1,suffertown)
    | accept_population(X1,christian,n20) ),
    inference(unfold_definition,[status(thm)],[c_0_3901,def_lhs_atom9]) ).

cnf(c_0_3902_0,axiom,
    ( ~ accept_city(X1,suffertown)
    | accept_population(X1,muslim,n7) ),
    inference(unfold_definition,[status(thm)],[c_0_3902,def_lhs_atom9]) ).

cnf(c_0_3903_0,axiom,
    ( ~ accept_city(X1,suffertown)
    | accept_population(X1,native,n4) ),
    inference(unfold_definition,[status(thm)],[c_0_3903,def_lhs_atom9]) ).

cnf(c_0_3904_0,axiom,
    ( ~ accept_city(X1,suffertown)
    | accept_population(X1,other,n4) ),
    inference(unfold_definition,[status(thm)],[c_0_3904,def_lhs_atom9]) ).

cnf(c_0_3905_0,axiom,
    ( ~ rdn_non_zero(X2)
    | rdn_non_zero(rdn(rdnn(X1),X2)) ),
    inference(unfold_definition,[status(thm)],[c_0_3905,def_lhs_atom893]) ).

cnf(c_0_3906_0,axiom,
    ( less_or_equal(X2,X1)
    | ~ less(X2,X1) ),
    inference(unfold_definition,[status(thm)],[c_0_3906,def_lhs_atom897]) ).

cnf(c_0_3907_0,axiom,
    ( ~ less(X2,X1)
    | ~ less(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3907,def_lhs_atom895]) ).

cnf(c_0_3908_0,axiom,
    ( ~ less_or_equal(X1,X2)
    | X1 = X2
    | less(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3908,def_lhs_atom896]) ).

cnf(c_0_3909_0,axiom,
    ( less(X2,X1)
    | X1 = X2
    | less(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3909,def_lhs_atom894]) ).

cnf(c_0_3910_0,axiom,
    ( ~ min_number_of_proposed_agents(X1,X2)
    | accept_number(X1,X2) ),
    inference(unfold_definition,[status(thm)],[c_0_3910,def_lhs_atom8]) ).

cnf(c_0_3911_0,axiom,
    ( less_or_equal(X2,X1)
    | X2 != X1 ),
    inference(unfold_definition,[status(thm)],[c_0_3911,def_lhs_atom897]) ).

cnf(c_0_3912_0,axiom,
    ( ~ less(X2,X1)
    | X1 != X2 ),
    inference(unfold_definition,[status(thm)],[c_0_3912,def_lhs_atom895]) ).

cnf(c_0_3913_0,axiom,
    ( ~ rdn_non_zero_digit(rdnn(X1))
    | rdn_non_zero(rdnn(X1)) ),
    inference(unfold_definition,[status(thm)],[c_0_3913,def_lhs_atom892]) ).

cnf(c_0_3914_0,axiom,
    rdn_positive_less(rdnn(n8),rdnn(n9)),
    inference(unfold_definition,[status(thm)],[c_0_3914,def_lhs_atom887]) ).

cnf(c_0_3915_0,axiom,
    rdn_positive_less(rdnn(n7),rdnn(n8)),
    inference(unfold_definition,[status(thm)],[c_0_3915,def_lhs_atom886]) ).

cnf(c_0_3916_0,axiom,
    rdn_positive_less(rdnn(n6),rdnn(n7)),
    inference(unfold_definition,[status(thm)],[c_0_3916,def_lhs_atom885]) ).

cnf(c_0_3917_0,axiom,
    rdn_positive_less(rdnn(n5),rdnn(n6)),
    inference(unfold_definition,[status(thm)],[c_0_3917,def_lhs_atom884]) ).

cnf(c_0_3918_0,axiom,
    rdn_positive_less(rdnn(n4),rdnn(n5)),
    inference(unfold_definition,[status(thm)],[c_0_3918,def_lhs_atom883]) ).

cnf(c_0_3919_0,axiom,
    rdn_positive_less(rdnn(n3),rdnn(n4)),
    inference(unfold_definition,[status(thm)],[c_0_3919,def_lhs_atom882]) ).

cnf(c_0_3920_0,axiom,
    rdn_positive_less(rdnn(n2),rdnn(n3)),
    inference(unfold_definition,[status(thm)],[c_0_3920,def_lhs_atom881]) ).

cnf(c_0_3921_0,axiom,
    rdn_positive_less(rdnn(n1),rdnn(n2)),
    inference(unfold_definition,[status(thm)],[c_0_3921,def_lhs_atom880]) ).

cnf(c_0_3922_0,axiom,
    rdn_positive_less(rdnn(n0),rdnn(n1)),
    inference(unfold_definition,[status(thm)],[c_0_3922,def_lhs_atom879]) ).

cnf(c_0_3923_0,axiom,
    rdn_non_zero_digit(rdnn(n9)),
    inference(unfold_definition,[status(thm)],[c_0_3923,def_lhs_atom878]) ).

cnf(c_0_3924_0,axiom,
    rdn_non_zero_digit(rdnn(n8)),
    inference(unfold_definition,[status(thm)],[c_0_3924,def_lhs_atom877]) ).

cnf(c_0_3925_0,axiom,
    rdn_non_zero_digit(rdnn(n7)),
    inference(unfold_definition,[status(thm)],[c_0_3925,def_lhs_atom876]) ).

cnf(c_0_3926_0,axiom,
    rdn_non_zero_digit(rdnn(n6)),
    inference(unfold_definition,[status(thm)],[c_0_3926,def_lhs_atom875]) ).

cnf(c_0_3927_0,axiom,
    rdn_non_zero_digit(rdnn(n5)),
    inference(unfold_definition,[status(thm)],[c_0_3927,def_lhs_atom874]) ).

cnf(c_0_3928_0,axiom,
    rdn_non_zero_digit(rdnn(n4)),
    inference(unfold_definition,[status(thm)],[c_0_3928,def_lhs_atom873]) ).

cnf(c_0_3929_0,axiom,
    rdn_non_zero_digit(rdnn(n3)),
    inference(unfold_definition,[status(thm)],[c_0_3929,def_lhs_atom872]) ).

cnf(c_0_3930_0,axiom,
    rdn_non_zero_digit(rdnn(n2)),
    inference(unfold_definition,[status(thm)],[c_0_3930,def_lhs_atom871]) ).

cnf(c_0_3931_0,axiom,
    rdn_non_zero_digit(rdnn(n1)),
    inference(unfold_definition,[status(thm)],[c_0_3931,def_lhs_atom870]) ).

cnf(c_0_3932_0,axiom,
    rdn_translate(nn128,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3932,def_lhs_atom869]) ).

cnf(c_0_3933_0,axiom,
    rdn_translate(nn127,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3933,def_lhs_atom868]) ).

cnf(c_0_3934_0,axiom,
    rdn_translate(nn126,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3934,def_lhs_atom867]) ).

cnf(c_0_3935_0,axiom,
    rdn_translate(nn125,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3935,def_lhs_atom866]) ).

cnf(c_0_3936_0,axiom,
    rdn_translate(nn124,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3936,def_lhs_atom865]) ).

cnf(c_0_3937_0,axiom,
    rdn_translate(nn123,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3937,def_lhs_atom864]) ).

cnf(c_0_3938_0,axiom,
    rdn_translate(nn122,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3938,def_lhs_atom863]) ).

cnf(c_0_3939_0,axiom,
    rdn_translate(nn121,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3939,def_lhs_atom862]) ).

cnf(c_0_3940_0,axiom,
    rdn_translate(nn120,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3940,def_lhs_atom861]) ).

cnf(c_0_3941_0,axiom,
    rdn_translate(nn119,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3941,def_lhs_atom860]) ).

cnf(c_0_3942_0,axiom,
    rdn_translate(nn118,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3942,def_lhs_atom859]) ).

cnf(c_0_3943_0,axiom,
    rdn_translate(nn117,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3943,def_lhs_atom858]) ).

cnf(c_0_3944_0,axiom,
    rdn_translate(nn116,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3944,def_lhs_atom857]) ).

cnf(c_0_3945_0,axiom,
    rdn_translate(nn115,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3945,def_lhs_atom856]) ).

cnf(c_0_3946_0,axiom,
    rdn_translate(nn114,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3946,def_lhs_atom855]) ).

cnf(c_0_3947_0,axiom,
    rdn_translate(nn113,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3947,def_lhs_atom854]) ).

cnf(c_0_3948_0,axiom,
    rdn_translate(nn112,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3948,def_lhs_atom853]) ).

cnf(c_0_3949_0,axiom,
    rdn_translate(nn111,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3949,def_lhs_atom852]) ).

cnf(c_0_3950_0,axiom,
    rdn_translate(nn110,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3950,def_lhs_atom851]) ).

cnf(c_0_3951_0,axiom,
    rdn_translate(nn109,rdn_neg(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3951,def_lhs_atom850]) ).

cnf(c_0_3952_0,axiom,
    rdn_translate(nn108,rdn_neg(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3952,def_lhs_atom849]) ).

cnf(c_0_3953_0,axiom,
    rdn_translate(nn107,rdn_neg(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3953,def_lhs_atom848]) ).

cnf(c_0_3954_0,axiom,
    rdn_translate(nn106,rdn_neg(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3954,def_lhs_atom847]) ).

cnf(c_0_3955_0,axiom,
    rdn_translate(nn105,rdn_neg(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3955,def_lhs_atom846]) ).

cnf(c_0_3956_0,axiom,
    rdn_translate(nn104,rdn_neg(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3956,def_lhs_atom845]) ).

cnf(c_0_3957_0,axiom,
    rdn_translate(nn103,rdn_neg(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3957,def_lhs_atom844]) ).

cnf(c_0_3958_0,axiom,
    rdn_translate(nn102,rdn_neg(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3958,def_lhs_atom843]) ).

cnf(c_0_3959_0,axiom,
    rdn_translate(nn101,rdn_neg(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3959,def_lhs_atom842]) ).

cnf(c_0_3960_0,axiom,
    rdn_translate(nn100,rdn_neg(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_3960,def_lhs_atom841]) ).

cnf(c_0_3961_0,axiom,
    rdn_translate(nn99,rdn_neg(rdn(rdnn(n9),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3961,def_lhs_atom840]) ).

cnf(c_0_3962_0,axiom,
    rdn_translate(nn98,rdn_neg(rdn(rdnn(n8),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3962,def_lhs_atom839]) ).

cnf(c_0_3963_0,axiom,
    rdn_translate(nn97,rdn_neg(rdn(rdnn(n7),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3963,def_lhs_atom838]) ).

cnf(c_0_3964_0,axiom,
    rdn_translate(nn96,rdn_neg(rdn(rdnn(n6),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3964,def_lhs_atom837]) ).

cnf(c_0_3965_0,axiom,
    rdn_translate(nn95,rdn_neg(rdn(rdnn(n5),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3965,def_lhs_atom836]) ).

cnf(c_0_3966_0,axiom,
    rdn_translate(nn94,rdn_neg(rdn(rdnn(n4),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3966,def_lhs_atom835]) ).

cnf(c_0_3967_0,axiom,
    rdn_translate(nn93,rdn_neg(rdn(rdnn(n3),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3967,def_lhs_atom834]) ).

cnf(c_0_3968_0,axiom,
    rdn_translate(nn92,rdn_neg(rdn(rdnn(n2),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3968,def_lhs_atom833]) ).

cnf(c_0_3969_0,axiom,
    rdn_translate(nn91,rdn_neg(rdn(rdnn(n1),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3969,def_lhs_atom832]) ).

cnf(c_0_3970_0,axiom,
    rdn_translate(nn90,rdn_neg(rdn(rdnn(n0),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_3970,def_lhs_atom831]) ).

cnf(c_0_3971_0,axiom,
    rdn_translate(nn89,rdn_neg(rdn(rdnn(n9),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3971,def_lhs_atom830]) ).

cnf(c_0_3972_0,axiom,
    rdn_translate(nn88,rdn_neg(rdn(rdnn(n8),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3972,def_lhs_atom829]) ).

cnf(c_0_3973_0,axiom,
    rdn_translate(nn87,rdn_neg(rdn(rdnn(n7),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3973,def_lhs_atom828]) ).

cnf(c_0_3974_0,axiom,
    rdn_translate(nn86,rdn_neg(rdn(rdnn(n6),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3974,def_lhs_atom827]) ).

cnf(c_0_3975_0,axiom,
    rdn_translate(nn85,rdn_neg(rdn(rdnn(n5),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3975,def_lhs_atom826]) ).

cnf(c_0_3976_0,axiom,
    rdn_translate(nn84,rdn_neg(rdn(rdnn(n4),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3976,def_lhs_atom825]) ).

cnf(c_0_3977_0,axiom,
    rdn_translate(nn83,rdn_neg(rdn(rdnn(n3),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3977,def_lhs_atom824]) ).

cnf(c_0_3978_0,axiom,
    rdn_translate(nn82,rdn_neg(rdn(rdnn(n2),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3978,def_lhs_atom823]) ).

cnf(c_0_3979_0,axiom,
    rdn_translate(nn81,rdn_neg(rdn(rdnn(n1),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3979,def_lhs_atom822]) ).

cnf(c_0_3980_0,axiom,
    rdn_translate(nn80,rdn_neg(rdn(rdnn(n0),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_3980,def_lhs_atom821]) ).

cnf(c_0_3981_0,axiom,
    rdn_translate(nn79,rdn_neg(rdn(rdnn(n9),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3981,def_lhs_atom820]) ).

cnf(c_0_3982_0,axiom,
    rdn_translate(nn78,rdn_neg(rdn(rdnn(n8),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3982,def_lhs_atom819]) ).

cnf(c_0_3983_0,axiom,
    rdn_translate(nn77,rdn_neg(rdn(rdnn(n7),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3983,def_lhs_atom818]) ).

cnf(c_0_3984_0,axiom,
    rdn_translate(nn76,rdn_neg(rdn(rdnn(n6),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3984,def_lhs_atom817]) ).

cnf(c_0_3985_0,axiom,
    rdn_translate(nn75,rdn_neg(rdn(rdnn(n5),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3985,def_lhs_atom816]) ).

cnf(c_0_3986_0,axiom,
    rdn_translate(nn74,rdn_neg(rdn(rdnn(n4),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3986,def_lhs_atom815]) ).

cnf(c_0_3987_0,axiom,
    rdn_translate(nn73,rdn_neg(rdn(rdnn(n3),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3987,def_lhs_atom814]) ).

cnf(c_0_3988_0,axiom,
    rdn_translate(nn72,rdn_neg(rdn(rdnn(n2),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3988,def_lhs_atom813]) ).

cnf(c_0_3989_0,axiom,
    rdn_translate(nn71,rdn_neg(rdn(rdnn(n1),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3989,def_lhs_atom812]) ).

cnf(c_0_3990_0,axiom,
    rdn_translate(nn70,rdn_neg(rdn(rdnn(n0),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_3990,def_lhs_atom811]) ).

cnf(c_0_3991_0,axiom,
    rdn_translate(nn69,rdn_neg(rdn(rdnn(n9),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3991,def_lhs_atom810]) ).

cnf(c_0_3992_0,axiom,
    rdn_translate(nn68,rdn_neg(rdn(rdnn(n8),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3992,def_lhs_atom809]) ).

cnf(c_0_3993_0,axiom,
    rdn_translate(nn67,rdn_neg(rdn(rdnn(n7),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3993,def_lhs_atom808]) ).

cnf(c_0_3994_0,axiom,
    rdn_translate(nn66,rdn_neg(rdn(rdnn(n6),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3994,def_lhs_atom807]) ).

cnf(c_0_3995_0,axiom,
    rdn_translate(nn65,rdn_neg(rdn(rdnn(n5),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3995,def_lhs_atom806]) ).

cnf(c_0_3996_0,axiom,
    rdn_translate(nn64,rdn_neg(rdn(rdnn(n4),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3996,def_lhs_atom805]) ).

cnf(c_0_3997_0,axiom,
    rdn_translate(nn63,rdn_neg(rdn(rdnn(n3),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3997,def_lhs_atom804]) ).

cnf(c_0_3998_0,axiom,
    rdn_translate(nn62,rdn_neg(rdn(rdnn(n2),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3998,def_lhs_atom803]) ).

cnf(c_0_3999_0,axiom,
    rdn_translate(nn61,rdn_neg(rdn(rdnn(n1),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_3999,def_lhs_atom802]) ).

cnf(c_0_4000_0,axiom,
    rdn_translate(nn60,rdn_neg(rdn(rdnn(n0),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4000,def_lhs_atom801]) ).

cnf(c_0_4001_0,axiom,
    rdn_translate(nn59,rdn_neg(rdn(rdnn(n9),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4001,def_lhs_atom800]) ).

cnf(c_0_4002_0,axiom,
    rdn_translate(nn58,rdn_neg(rdn(rdnn(n8),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4002,def_lhs_atom799]) ).

cnf(c_0_4003_0,axiom,
    rdn_translate(nn57,rdn_neg(rdn(rdnn(n7),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4003,def_lhs_atom798]) ).

cnf(c_0_4004_0,axiom,
    rdn_translate(nn56,rdn_neg(rdn(rdnn(n6),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4004,def_lhs_atom797]) ).

cnf(c_0_4005_0,axiom,
    rdn_translate(nn55,rdn_neg(rdn(rdnn(n5),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4005,def_lhs_atom796]) ).

cnf(c_0_4006_0,axiom,
    rdn_translate(nn54,rdn_neg(rdn(rdnn(n4),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4006,def_lhs_atom795]) ).

cnf(c_0_4007_0,axiom,
    rdn_translate(nn53,rdn_neg(rdn(rdnn(n3),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4007,def_lhs_atom794]) ).

cnf(c_0_4008_0,axiom,
    rdn_translate(nn52,rdn_neg(rdn(rdnn(n2),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4008,def_lhs_atom793]) ).

cnf(c_0_4009_0,axiom,
    rdn_translate(nn51,rdn_neg(rdn(rdnn(n1),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4009,def_lhs_atom792]) ).

cnf(c_0_4010_0,axiom,
    rdn_translate(nn50,rdn_neg(rdn(rdnn(n0),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4010,def_lhs_atom791]) ).

cnf(c_0_4011_0,axiom,
    rdn_translate(nn49,rdn_neg(rdn(rdnn(n9),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4011,def_lhs_atom790]) ).

cnf(c_0_4012_0,axiom,
    rdn_translate(nn48,rdn_neg(rdn(rdnn(n8),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4012,def_lhs_atom789]) ).

cnf(c_0_4013_0,axiom,
    rdn_translate(nn47,rdn_neg(rdn(rdnn(n7),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4013,def_lhs_atom788]) ).

cnf(c_0_4014_0,axiom,
    rdn_translate(nn46,rdn_neg(rdn(rdnn(n6),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4014,def_lhs_atom787]) ).

cnf(c_0_4015_0,axiom,
    rdn_translate(nn45,rdn_neg(rdn(rdnn(n5),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4015,def_lhs_atom786]) ).

cnf(c_0_4016_0,axiom,
    rdn_translate(nn44,rdn_neg(rdn(rdnn(n4),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4016,def_lhs_atom785]) ).

cnf(c_0_4017_0,axiom,
    rdn_translate(nn43,rdn_neg(rdn(rdnn(n3),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4017,def_lhs_atom784]) ).

cnf(c_0_4018_0,axiom,
    rdn_translate(nn42,rdn_neg(rdn(rdnn(n2),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4018,def_lhs_atom783]) ).

cnf(c_0_4019_0,axiom,
    rdn_translate(nn41,rdn_neg(rdn(rdnn(n1),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4019,def_lhs_atom782]) ).

cnf(c_0_4020_0,axiom,
    rdn_translate(nn40,rdn_neg(rdn(rdnn(n0),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4020,def_lhs_atom781]) ).

cnf(c_0_4021_0,axiom,
    rdn_translate(nn39,rdn_neg(rdn(rdnn(n9),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4021,def_lhs_atom780]) ).

cnf(c_0_4022_0,axiom,
    rdn_translate(nn38,rdn_neg(rdn(rdnn(n8),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4022,def_lhs_atom779]) ).

cnf(c_0_4023_0,axiom,
    rdn_translate(nn37,rdn_neg(rdn(rdnn(n7),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4023,def_lhs_atom778]) ).

cnf(c_0_4024_0,axiom,
    rdn_translate(nn36,rdn_neg(rdn(rdnn(n6),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4024,def_lhs_atom777]) ).

cnf(c_0_4025_0,axiom,
    rdn_translate(nn35,rdn_neg(rdn(rdnn(n5),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4025,def_lhs_atom776]) ).

cnf(c_0_4026_0,axiom,
    rdn_translate(nn34,rdn_neg(rdn(rdnn(n4),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4026,def_lhs_atom775]) ).

cnf(c_0_4027_0,axiom,
    rdn_translate(nn33,rdn_neg(rdn(rdnn(n3),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4027,def_lhs_atom774]) ).

cnf(c_0_4028_0,axiom,
    rdn_translate(nn32,rdn_neg(rdn(rdnn(n2),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4028,def_lhs_atom773]) ).

cnf(c_0_4029_0,axiom,
    rdn_translate(nn31,rdn_neg(rdn(rdnn(n1),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4029,def_lhs_atom772]) ).

cnf(c_0_4030_0,axiom,
    rdn_translate(nn30,rdn_neg(rdn(rdnn(n0),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4030,def_lhs_atom771]) ).

cnf(c_0_4031_0,axiom,
    rdn_translate(nn29,rdn_neg(rdn(rdnn(n9),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4031,def_lhs_atom770]) ).

cnf(c_0_4032_0,axiom,
    rdn_translate(nn28,rdn_neg(rdn(rdnn(n8),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4032,def_lhs_atom769]) ).

cnf(c_0_4033_0,axiom,
    rdn_translate(nn27,rdn_neg(rdn(rdnn(n7),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4033,def_lhs_atom768]) ).

cnf(c_0_4034_0,axiom,
    rdn_translate(nn26,rdn_neg(rdn(rdnn(n6),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4034,def_lhs_atom767]) ).

cnf(c_0_4035_0,axiom,
    rdn_translate(nn25,rdn_neg(rdn(rdnn(n5),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4035,def_lhs_atom766]) ).

cnf(c_0_4036_0,axiom,
    rdn_translate(nn24,rdn_neg(rdn(rdnn(n4),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4036,def_lhs_atom765]) ).

cnf(c_0_4037_0,axiom,
    rdn_translate(nn23,rdn_neg(rdn(rdnn(n3),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4037,def_lhs_atom764]) ).

cnf(c_0_4038_0,axiom,
    rdn_translate(nn22,rdn_neg(rdn(rdnn(n2),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4038,def_lhs_atom763]) ).

cnf(c_0_4039_0,axiom,
    rdn_translate(nn21,rdn_neg(rdn(rdnn(n1),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4039,def_lhs_atom762]) ).

cnf(c_0_4040_0,axiom,
    rdn_translate(nn20,rdn_neg(rdn(rdnn(n0),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4040,def_lhs_atom761]) ).

cnf(c_0_4041_0,axiom,
    rdn_translate(nn19,rdn_neg(rdn(rdnn(n9),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4041,def_lhs_atom760]) ).

cnf(c_0_4042_0,axiom,
    rdn_translate(nn18,rdn_neg(rdn(rdnn(n8),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4042,def_lhs_atom759]) ).

cnf(c_0_4043_0,axiom,
    rdn_translate(nn17,rdn_neg(rdn(rdnn(n7),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4043,def_lhs_atom758]) ).

cnf(c_0_4044_0,axiom,
    rdn_translate(nn16,rdn_neg(rdn(rdnn(n6),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4044,def_lhs_atom757]) ).

cnf(c_0_4045_0,axiom,
    rdn_translate(nn15,rdn_neg(rdn(rdnn(n5),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4045,def_lhs_atom756]) ).

cnf(c_0_4046_0,axiom,
    rdn_translate(nn14,rdn_neg(rdn(rdnn(n4),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4046,def_lhs_atom755]) ).

cnf(c_0_4047_0,axiom,
    rdn_translate(nn13,rdn_neg(rdn(rdnn(n3),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4047,def_lhs_atom754]) ).

cnf(c_0_4048_0,axiom,
    rdn_translate(nn12,rdn_neg(rdn(rdnn(n2),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4048,def_lhs_atom753]) ).

cnf(c_0_4049_0,axiom,
    rdn_translate(nn11,rdn_neg(rdn(rdnn(n1),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4049,def_lhs_atom752]) ).

cnf(c_0_4050_0,axiom,
    rdn_translate(nn10,rdn_neg(rdn(rdnn(n0),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4050,def_lhs_atom751]) ).

cnf(c_0_4051_0,axiom,
    rdn_translate(nn9,rdn_neg(rdnn(n9))),
    inference(unfold_definition,[status(thm)],[c_0_4051,def_lhs_atom750]) ).

cnf(c_0_4052_0,axiom,
    rdn_translate(nn8,rdn_neg(rdnn(n8))),
    inference(unfold_definition,[status(thm)],[c_0_4052,def_lhs_atom749]) ).

cnf(c_0_4053_0,axiom,
    rdn_translate(nn7,rdn_neg(rdnn(n7))),
    inference(unfold_definition,[status(thm)],[c_0_4053,def_lhs_atom748]) ).

cnf(c_0_4054_0,axiom,
    rdn_translate(nn6,rdn_neg(rdnn(n6))),
    inference(unfold_definition,[status(thm)],[c_0_4054,def_lhs_atom747]) ).

cnf(c_0_4055_0,axiom,
    rdn_translate(nn5,rdn_neg(rdnn(n5))),
    inference(unfold_definition,[status(thm)],[c_0_4055,def_lhs_atom746]) ).

cnf(c_0_4056_0,axiom,
    rdn_translate(nn4,rdn_neg(rdnn(n4))),
    inference(unfold_definition,[status(thm)],[c_0_4056,def_lhs_atom745]) ).

cnf(c_0_4057_0,axiom,
    rdn_translate(nn3,rdn_neg(rdnn(n3))),
    inference(unfold_definition,[status(thm)],[c_0_4057,def_lhs_atom744]) ).

cnf(c_0_4058_0,axiom,
    rdn_translate(nn2,rdn_neg(rdnn(n2))),
    inference(unfold_definition,[status(thm)],[c_0_4058,def_lhs_atom743]) ).

cnf(c_0_4059_0,axiom,
    rdn_translate(nn1,rdn_neg(rdnn(n1))),
    inference(unfold_definition,[status(thm)],[c_0_4059,def_lhs_atom742]) ).

cnf(c_0_4060_0,axiom,
    rdn_translate(n127,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4060,def_lhs_atom741]) ).

cnf(c_0_4061_0,axiom,
    rdn_translate(n126,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4061,def_lhs_atom740]) ).

cnf(c_0_4062_0,axiom,
    rdn_translate(n125,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4062,def_lhs_atom739]) ).

cnf(c_0_4063_0,axiom,
    rdn_translate(n124,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4063,def_lhs_atom738]) ).

cnf(c_0_4064_0,axiom,
    rdn_translate(n123,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4064,def_lhs_atom737]) ).

cnf(c_0_4065_0,axiom,
    rdn_translate(n122,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4065,def_lhs_atom736]) ).

cnf(c_0_4066_0,axiom,
    rdn_translate(n121,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4066,def_lhs_atom735]) ).

cnf(c_0_4067_0,axiom,
    rdn_translate(n120,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n2),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4067,def_lhs_atom734]) ).

cnf(c_0_4068_0,axiom,
    rdn_translate(n119,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4068,def_lhs_atom733]) ).

cnf(c_0_4069_0,axiom,
    rdn_translate(n118,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4069,def_lhs_atom732]) ).

cnf(c_0_4070_0,axiom,
    rdn_translate(n117,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4070,def_lhs_atom731]) ).

cnf(c_0_4071_0,axiom,
    rdn_translate(n116,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4071,def_lhs_atom730]) ).

cnf(c_0_4072_0,axiom,
    rdn_translate(n115,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4072,def_lhs_atom729]) ).

cnf(c_0_4073_0,axiom,
    rdn_translate(n114,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4073,def_lhs_atom728]) ).

cnf(c_0_4074_0,axiom,
    rdn_translate(n113,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4074,def_lhs_atom727]) ).

cnf(c_0_4075_0,axiom,
    rdn_translate(n112,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4075,def_lhs_atom726]) ).

cnf(c_0_4076_0,axiom,
    rdn_translate(n111,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4076,def_lhs_atom725]) ).

cnf(c_0_4077_0,axiom,
    rdn_translate(n110,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n1),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4077,def_lhs_atom724]) ).

cnf(c_0_4078_0,axiom,
    rdn_translate(n109,rdn_pos(rdn(rdnn(n9),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4078,def_lhs_atom723]) ).

cnf(c_0_4079_0,axiom,
    rdn_translate(n108,rdn_pos(rdn(rdnn(n8),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4079,def_lhs_atom722]) ).

cnf(c_0_4080_0,axiom,
    rdn_translate(n107,rdn_pos(rdn(rdnn(n7),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4080,def_lhs_atom721]) ).

cnf(c_0_4081_0,axiom,
    rdn_translate(n106,rdn_pos(rdn(rdnn(n6),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4081,def_lhs_atom720]) ).

cnf(c_0_4082_0,axiom,
    rdn_translate(n105,rdn_pos(rdn(rdnn(n5),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4082,def_lhs_atom719]) ).

cnf(c_0_4083_0,axiom,
    rdn_translate(n104,rdn_pos(rdn(rdnn(n4),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4083,def_lhs_atom718]) ).

cnf(c_0_4084_0,axiom,
    rdn_translate(n103,rdn_pos(rdn(rdnn(n3),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4084,def_lhs_atom717]) ).

cnf(c_0_4085_0,axiom,
    rdn_translate(n102,rdn_pos(rdn(rdnn(n2),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4085,def_lhs_atom716]) ).

cnf(c_0_4086_0,axiom,
    rdn_translate(n101,rdn_pos(rdn(rdnn(n1),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4086,def_lhs_atom715]) ).

cnf(c_0_4087_0,axiom,
    rdn_translate(n100,rdn_pos(rdn(rdnn(n0),rdn(rdnn(n0),rdnn(n1))))),
    inference(unfold_definition,[status(thm)],[c_0_4087,def_lhs_atom714]) ).

cnf(c_0_4088_0,axiom,
    rdn_translate(n99,rdn_pos(rdn(rdnn(n9),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4088,def_lhs_atom713]) ).

cnf(c_0_4089_0,axiom,
    rdn_translate(n98,rdn_pos(rdn(rdnn(n8),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4089,def_lhs_atom712]) ).

cnf(c_0_4090_0,axiom,
    rdn_translate(n97,rdn_pos(rdn(rdnn(n7),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4090,def_lhs_atom711]) ).

cnf(c_0_4091_0,axiom,
    rdn_translate(n96,rdn_pos(rdn(rdnn(n6),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4091,def_lhs_atom710]) ).

cnf(c_0_4092_0,axiom,
    rdn_translate(n95,rdn_pos(rdn(rdnn(n5),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4092,def_lhs_atom709]) ).

cnf(c_0_4093_0,axiom,
    rdn_translate(n94,rdn_pos(rdn(rdnn(n4),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4093,def_lhs_atom708]) ).

cnf(c_0_4094_0,axiom,
    rdn_translate(n93,rdn_pos(rdn(rdnn(n3),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4094,def_lhs_atom707]) ).

cnf(c_0_4095_0,axiom,
    rdn_translate(n92,rdn_pos(rdn(rdnn(n2),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4095,def_lhs_atom706]) ).

cnf(c_0_4096_0,axiom,
    rdn_translate(n91,rdn_pos(rdn(rdnn(n1),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4096,def_lhs_atom705]) ).

cnf(c_0_4097_0,axiom,
    rdn_translate(n90,rdn_pos(rdn(rdnn(n0),rdnn(n9)))),
    inference(unfold_definition,[status(thm)],[c_0_4097,def_lhs_atom704]) ).

cnf(c_0_4098_0,axiom,
    rdn_translate(n89,rdn_pos(rdn(rdnn(n9),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4098,def_lhs_atom703]) ).

cnf(c_0_4099_0,axiom,
    rdn_translate(n88,rdn_pos(rdn(rdnn(n8),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4099,def_lhs_atom702]) ).

cnf(c_0_4100_0,axiom,
    rdn_translate(n87,rdn_pos(rdn(rdnn(n7),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4100,def_lhs_atom701]) ).

cnf(c_0_4101_0,axiom,
    rdn_translate(n86,rdn_pos(rdn(rdnn(n6),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4101,def_lhs_atom700]) ).

cnf(c_0_4102_0,axiom,
    rdn_translate(n85,rdn_pos(rdn(rdnn(n5),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4102,def_lhs_atom699]) ).

cnf(c_0_4103_0,axiom,
    rdn_translate(n84,rdn_pos(rdn(rdnn(n4),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4103,def_lhs_atom698]) ).

cnf(c_0_4104_0,axiom,
    rdn_translate(n83,rdn_pos(rdn(rdnn(n3),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4104,def_lhs_atom697]) ).

cnf(c_0_4105_0,axiom,
    rdn_translate(n82,rdn_pos(rdn(rdnn(n2),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4105,def_lhs_atom696]) ).

cnf(c_0_4106_0,axiom,
    rdn_translate(n81,rdn_pos(rdn(rdnn(n1),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4106,def_lhs_atom695]) ).

cnf(c_0_4107_0,axiom,
    rdn_translate(n80,rdn_pos(rdn(rdnn(n0),rdnn(n8)))),
    inference(unfold_definition,[status(thm)],[c_0_4107,def_lhs_atom694]) ).

cnf(c_0_4108_0,axiom,
    rdn_translate(n79,rdn_pos(rdn(rdnn(n9),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4108,def_lhs_atom693]) ).

cnf(c_0_4109_0,axiom,
    rdn_translate(n78,rdn_pos(rdn(rdnn(n8),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4109,def_lhs_atom692]) ).

cnf(c_0_4110_0,axiom,
    rdn_translate(n77,rdn_pos(rdn(rdnn(n7),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4110,def_lhs_atom691]) ).

cnf(c_0_4111_0,axiom,
    rdn_translate(n76,rdn_pos(rdn(rdnn(n6),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4111,def_lhs_atom690]) ).

cnf(c_0_4112_0,axiom,
    rdn_translate(n75,rdn_pos(rdn(rdnn(n5),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4112,def_lhs_atom689]) ).

cnf(c_0_4113_0,axiom,
    rdn_translate(n74,rdn_pos(rdn(rdnn(n4),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4113,def_lhs_atom688]) ).

cnf(c_0_4114_0,axiom,
    rdn_translate(n73,rdn_pos(rdn(rdnn(n3),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4114,def_lhs_atom687]) ).

cnf(c_0_4115_0,axiom,
    rdn_translate(n72,rdn_pos(rdn(rdnn(n2),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4115,def_lhs_atom686]) ).

cnf(c_0_4116_0,axiom,
    rdn_translate(n71,rdn_pos(rdn(rdnn(n1),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4116,def_lhs_atom685]) ).

cnf(c_0_4117_0,axiom,
    rdn_translate(n70,rdn_pos(rdn(rdnn(n0),rdnn(n7)))),
    inference(unfold_definition,[status(thm)],[c_0_4117,def_lhs_atom684]) ).

cnf(c_0_4118_0,axiom,
    rdn_translate(n69,rdn_pos(rdn(rdnn(n9),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4118,def_lhs_atom683]) ).

cnf(c_0_4119_0,axiom,
    rdn_translate(n68,rdn_pos(rdn(rdnn(n8),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4119,def_lhs_atom682]) ).

cnf(c_0_4120_0,axiom,
    rdn_translate(n67,rdn_pos(rdn(rdnn(n7),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4120,def_lhs_atom681]) ).

cnf(c_0_4121_0,axiom,
    rdn_translate(n66,rdn_pos(rdn(rdnn(n6),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4121,def_lhs_atom680]) ).

cnf(c_0_4122_0,axiom,
    rdn_translate(n65,rdn_pos(rdn(rdnn(n5),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4122,def_lhs_atom679]) ).

cnf(c_0_4123_0,axiom,
    rdn_translate(n64,rdn_pos(rdn(rdnn(n4),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4123,def_lhs_atom678]) ).

cnf(c_0_4124_0,axiom,
    rdn_translate(n63,rdn_pos(rdn(rdnn(n3),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4124,def_lhs_atom677]) ).

cnf(c_0_4125_0,axiom,
    rdn_translate(n62,rdn_pos(rdn(rdnn(n2),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4125,def_lhs_atom676]) ).

cnf(c_0_4126_0,axiom,
    rdn_translate(n61,rdn_pos(rdn(rdnn(n1),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4126,def_lhs_atom675]) ).

cnf(c_0_4127_0,axiom,
    rdn_translate(n60,rdn_pos(rdn(rdnn(n0),rdnn(n6)))),
    inference(unfold_definition,[status(thm)],[c_0_4127,def_lhs_atom674]) ).

cnf(c_0_4128_0,axiom,
    rdn_translate(n59,rdn_pos(rdn(rdnn(n9),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4128,def_lhs_atom673]) ).

cnf(c_0_4129_0,axiom,
    rdn_translate(n58,rdn_pos(rdn(rdnn(n8),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4129,def_lhs_atom672]) ).

cnf(c_0_4130_0,axiom,
    rdn_translate(n57,rdn_pos(rdn(rdnn(n7),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4130,def_lhs_atom671]) ).

cnf(c_0_4131_0,axiom,
    rdn_translate(n56,rdn_pos(rdn(rdnn(n6),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4131,def_lhs_atom670]) ).

cnf(c_0_4132_0,axiom,
    rdn_translate(n55,rdn_pos(rdn(rdnn(n5),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4132,def_lhs_atom669]) ).

cnf(c_0_4133_0,axiom,
    rdn_translate(n54,rdn_pos(rdn(rdnn(n4),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4133,def_lhs_atom668]) ).

cnf(c_0_4134_0,axiom,
    rdn_translate(n53,rdn_pos(rdn(rdnn(n3),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4134,def_lhs_atom667]) ).

cnf(c_0_4135_0,axiom,
    rdn_translate(n52,rdn_pos(rdn(rdnn(n2),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4135,def_lhs_atom666]) ).

cnf(c_0_4136_0,axiom,
    rdn_translate(n51,rdn_pos(rdn(rdnn(n1),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4136,def_lhs_atom665]) ).

cnf(c_0_4137_0,axiom,
    rdn_translate(n50,rdn_pos(rdn(rdnn(n0),rdnn(n5)))),
    inference(unfold_definition,[status(thm)],[c_0_4137,def_lhs_atom664]) ).

cnf(c_0_4138_0,axiom,
    rdn_translate(n49,rdn_pos(rdn(rdnn(n9),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4138,def_lhs_atom663]) ).

cnf(c_0_4139_0,axiom,
    rdn_translate(n48,rdn_pos(rdn(rdnn(n8),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4139,def_lhs_atom662]) ).

cnf(c_0_4140_0,axiom,
    rdn_translate(n47,rdn_pos(rdn(rdnn(n7),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4140,def_lhs_atom661]) ).

cnf(c_0_4141_0,axiom,
    rdn_translate(n46,rdn_pos(rdn(rdnn(n6),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4141,def_lhs_atom660]) ).

cnf(c_0_4142_0,axiom,
    rdn_translate(n45,rdn_pos(rdn(rdnn(n5),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4142,def_lhs_atom659]) ).

cnf(c_0_4143_0,axiom,
    rdn_translate(n44,rdn_pos(rdn(rdnn(n4),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4143,def_lhs_atom658]) ).

cnf(c_0_4144_0,axiom,
    rdn_translate(n43,rdn_pos(rdn(rdnn(n3),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4144,def_lhs_atom657]) ).

cnf(c_0_4145_0,axiom,
    rdn_translate(n42,rdn_pos(rdn(rdnn(n2),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4145,def_lhs_atom656]) ).

cnf(c_0_4146_0,axiom,
    rdn_translate(n41,rdn_pos(rdn(rdnn(n1),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4146,def_lhs_atom655]) ).

cnf(c_0_4147_0,axiom,
    rdn_translate(n40,rdn_pos(rdn(rdnn(n0),rdnn(n4)))),
    inference(unfold_definition,[status(thm)],[c_0_4147,def_lhs_atom654]) ).

cnf(c_0_4148_0,axiom,
    rdn_translate(n39,rdn_pos(rdn(rdnn(n9),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4148,def_lhs_atom653]) ).

cnf(c_0_4149_0,axiom,
    rdn_translate(n38,rdn_pos(rdn(rdnn(n8),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4149,def_lhs_atom652]) ).

cnf(c_0_4150_0,axiom,
    rdn_translate(n37,rdn_pos(rdn(rdnn(n7),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4150,def_lhs_atom651]) ).

cnf(c_0_4151_0,axiom,
    rdn_translate(n36,rdn_pos(rdn(rdnn(n6),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4151,def_lhs_atom650]) ).

cnf(c_0_4152_0,axiom,
    rdn_translate(n35,rdn_pos(rdn(rdnn(n5),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4152,def_lhs_atom649]) ).

cnf(c_0_4153_0,axiom,
    rdn_translate(n34,rdn_pos(rdn(rdnn(n4),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4153,def_lhs_atom648]) ).

cnf(c_0_4154_0,axiom,
    rdn_translate(n33,rdn_pos(rdn(rdnn(n3),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4154,def_lhs_atom647]) ).

cnf(c_0_4155_0,axiom,
    rdn_translate(n32,rdn_pos(rdn(rdnn(n2),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4155,def_lhs_atom646]) ).

cnf(c_0_4156_0,axiom,
    rdn_translate(n31,rdn_pos(rdn(rdnn(n1),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4156,def_lhs_atom645]) ).

cnf(c_0_4157_0,axiom,
    rdn_translate(n30,rdn_pos(rdn(rdnn(n0),rdnn(n3)))),
    inference(unfold_definition,[status(thm)],[c_0_4157,def_lhs_atom644]) ).

cnf(c_0_4158_0,axiom,
    rdn_translate(n29,rdn_pos(rdn(rdnn(n9),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4158,def_lhs_atom643]) ).

cnf(c_0_4159_0,axiom,
    rdn_translate(n28,rdn_pos(rdn(rdnn(n8),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4159,def_lhs_atom642]) ).

cnf(c_0_4160_0,axiom,
    rdn_translate(n27,rdn_pos(rdn(rdnn(n7),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4160,def_lhs_atom641]) ).

cnf(c_0_4161_0,axiom,
    rdn_translate(n26,rdn_pos(rdn(rdnn(n6),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4161,def_lhs_atom640]) ).

cnf(c_0_4162_0,axiom,
    rdn_translate(n25,rdn_pos(rdn(rdnn(n5),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4162,def_lhs_atom639]) ).

cnf(c_0_4163_0,axiom,
    rdn_translate(n24,rdn_pos(rdn(rdnn(n4),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4163,def_lhs_atom638]) ).

cnf(c_0_4164_0,axiom,
    rdn_translate(n23,rdn_pos(rdn(rdnn(n3),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4164,def_lhs_atom637]) ).

cnf(c_0_4165_0,axiom,
    rdn_translate(n22,rdn_pos(rdn(rdnn(n2),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4165,def_lhs_atom636]) ).

cnf(c_0_4166_0,axiom,
    rdn_translate(n21,rdn_pos(rdn(rdnn(n1),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4166,def_lhs_atom635]) ).

cnf(c_0_4167_0,axiom,
    rdn_translate(n20,rdn_pos(rdn(rdnn(n0),rdnn(n2)))),
    inference(unfold_definition,[status(thm)],[c_0_4167,def_lhs_atom634]) ).

cnf(c_0_4168_0,axiom,
    rdn_translate(n19,rdn_pos(rdn(rdnn(n9),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4168,def_lhs_atom633]) ).

cnf(c_0_4169_0,axiom,
    rdn_translate(n18,rdn_pos(rdn(rdnn(n8),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4169,def_lhs_atom632]) ).

cnf(c_0_4170_0,axiom,
    rdn_translate(n17,rdn_pos(rdn(rdnn(n7),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4170,def_lhs_atom631]) ).

cnf(c_0_4171_0,axiom,
    rdn_translate(n16,rdn_pos(rdn(rdnn(n6),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4171,def_lhs_atom630]) ).

cnf(c_0_4172_0,axiom,
    rdn_translate(n15,rdn_pos(rdn(rdnn(n5),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4172,def_lhs_atom629]) ).

cnf(c_0_4173_0,axiom,
    rdn_translate(n14,rdn_pos(rdn(rdnn(n4),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4173,def_lhs_atom628]) ).

cnf(c_0_4174_0,axiom,
    rdn_translate(n13,rdn_pos(rdn(rdnn(n3),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4174,def_lhs_atom627]) ).

cnf(c_0_4175_0,axiom,
    rdn_translate(n12,rdn_pos(rdn(rdnn(n2),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4175,def_lhs_atom626]) ).

cnf(c_0_4176_0,axiom,
    rdn_translate(n11,rdn_pos(rdn(rdnn(n1),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4176,def_lhs_atom625]) ).

cnf(c_0_4177_0,axiom,
    rdn_translate(n10,rdn_pos(rdn(rdnn(n0),rdnn(n1)))),
    inference(unfold_definition,[status(thm)],[c_0_4177,def_lhs_atom624]) ).

cnf(c_0_4178_0,axiom,
    rdn_translate(n9,rdn_pos(rdnn(n9))),
    inference(unfold_definition,[status(thm)],[c_0_4178,def_lhs_atom623]) ).

cnf(c_0_4179_0,axiom,
    rdn_translate(n8,rdn_pos(rdnn(n8))),
    inference(unfold_definition,[status(thm)],[c_0_4179,def_lhs_atom622]) ).

cnf(c_0_4180_0,axiom,
    rdn_translate(n7,rdn_pos(rdnn(n7))),
    inference(unfold_definition,[status(thm)],[c_0_4180,def_lhs_atom621]) ).

cnf(c_0_4181_0,axiom,
    rdn_translate(n6,rdn_pos(rdnn(n6))),
    inference(unfold_definition,[status(thm)],[c_0_4181,def_lhs_atom620]) ).

cnf(c_0_4182_0,axiom,
    rdn_translate(n5,rdn_pos(rdnn(n5))),
    inference(unfold_definition,[status(thm)],[c_0_4182,def_lhs_atom619]) ).

cnf(c_0_4183_0,axiom,
    rdn_translate(n4,rdn_pos(rdnn(n4))),
    inference(unfold_definition,[status(thm)],[c_0_4183,def_lhs_atom618]) ).

cnf(c_0_4184_0,axiom,
    rdn_translate(n3,rdn_pos(rdnn(n3))),
    inference(unfold_definition,[status(thm)],[c_0_4184,def_lhs_atom617]) ).

cnf(c_0_4185_0,axiom,
    rdn_translate(n2,rdn_pos(rdnn(n2))),
    inference(unfold_definition,[status(thm)],[c_0_4185,def_lhs_atom616]) ).

cnf(c_0_4186_0,axiom,
    rdn_translate(n1,rdn_pos(rdnn(n1))),
    inference(unfold_definition,[status(thm)],[c_0_4186,def_lhs_atom615]) ).

cnf(c_0_4187_0,axiom,
    rdn_translate(n0,rdn_pos(rdnn(n0))),
    inference(unfold_definition,[status(thm)],[c_0_4187,def_lhs_atom614]) ).

cnf(c_0_4188_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4188,def_lhs_atom613]) ).

cnf(c_0_4189_0,axiom,
    ~ accept_city(muslimcountrybhumanitarianorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4189,def_lhs_atom612]) ).

cnf(c_0_4190_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4190,def_lhs_atom281]) ).

cnf(c_0_4191_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4191,def_lhs_atom611]) ).

cnf(c_0_4192_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4192,def_lhs_atom217]) ).

cnf(c_0_4193_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4193,def_lhs_atom132]) ).

cnf(c_0_4194_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4194,def_lhs_atom610]) ).

cnf(c_0_4195_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4195,def_lhs_atom609]) ).

cnf(c_0_4196_0,axiom,
    accept_number(countrycmedicalorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4196,def_lhs_atom279]) ).

cnf(c_0_4197_0,axiom,
    accept_number(countrycmedicalorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4197,def_lhs_atom608]) ).

cnf(c_0_4198_0,axiom,
    accept_number(countrycmedicalorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4198,def_lhs_atom260]) ).

cnf(c_0_4199_0,axiom,
    accept_number(countrycmedicalorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4199,def_lhs_atom261]) ).

cnf(c_0_4200_0,axiom,
    accept_number(countrycmedicalorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4200,def_lhs_atom86]) ).

cnf(c_0_4201_0,axiom,
    accept_number(countrycmedicalorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4201,def_lhs_atom88]) ).

cnf(c_0_4202_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4202,def_lhs_atom607]) ).

cnf(c_0_4203_0,axiom,
    accept_city(christiancountrychumanitarianorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4203,def_lhs_atom606]) ).

cnf(c_0_4204_0,axiom,
    accept_population(christiancountrychumanitarianorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4204,def_lhs_atom605]) ).

cnf(c_0_4205_0,axiom,
    accept_population(christiancountrychumanitarianorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4205,def_lhs_atom604]) ).

cnf(c_0_4206_0,axiom,
    accept_population(christiancountrychumanitarianorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4206,def_lhs_atom603]) ).

cnf(c_0_4207_0,axiom,
    accept_population(christiancountrychumanitarianorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4207,def_lhs_atom602]) ).

cnf(c_0_4208_0,axiom,
    accept_population(christiancountrychumanitarianorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4208,def_lhs_atom601]) ).

cnf(c_0_4209_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4209,def_lhs_atom276]) ).

cnf(c_0_4210_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4210,def_lhs_atom600]) ).

cnf(c_0_4211_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4211,def_lhs_atom226]) ).

cnf(c_0_4212_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4212,def_lhs_atom268]) ).

cnf(c_0_4213_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4213,def_lhs_atom599]) ).

cnf(c_0_4214_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4214,def_lhs_atom107]) ).

cnf(c_0_4215_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,countrycmedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4215,def_lhs_atom598]) ).

cnf(c_0_4216_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4216,def_lhs_atom597]) ).

cnf(c_0_4217_0,axiom,
    accept_number(countrybhumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4217,def_lhs_atom273]) ).

cnf(c_0_4218_0,axiom,
    accept_number(countrybhumanitarianorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4218,def_lhs_atom55]) ).

cnf(c_0_4219_0,axiom,
    accept_number(countrybhumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4219,def_lhs_atom231]) ).

cnf(c_0_4220_0,axiom,
    accept_number(countrybhumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4220,def_lhs_atom596]) ).

cnf(c_0_4221_0,axiom,
    accept_number(countrybhumanitarianorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4221,def_lhs_atom51]) ).

cnf(c_0_4222_0,axiom,
    accept_number(countrybhumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4222,def_lhs_atom205]) ).

cnf(c_0_4223_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,countrybcivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4223,def_lhs_atom595]) ).

cnf(c_0_4224_0,axiom,
    accept_number(countrybcivilorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4224,def_lhs_atom271]) ).

cnf(c_0_4225_0,axiom,
    accept_number(countrybcivilorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4225,def_lhs_atom594]) ).

cnf(c_0_4226_0,axiom,
    accept_number(countrybcivilorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4226,def_lhs_atom237]) ).

cnf(c_0_4227_0,axiom,
    accept_number(countrybcivilorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4227,def_lhs_atom238]) ).

cnf(c_0_4228_0,axiom,
    accept_number(countrybcivilorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4228,def_lhs_atom593]) ).

cnf(c_0_4229_0,axiom,
    accept_number(countrybcivilorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4229,def_lhs_atom79]) ).

cnf(c_0_4230_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,countryccivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4230,def_lhs_atom592]) ).

cnf(c_0_4231_0,axiom,
    accept_number(countryccivilorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4231,def_lhs_atom269]) ).

cnf(c_0_4232_0,axiom,
    accept_number(countryccivilorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4232,def_lhs_atom591]) ).

cnf(c_0_4233_0,axiom,
    accept_number(countryccivilorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4233,def_lhs_atom248]) ).

cnf(c_0_4234_0,axiom,
    accept_number(countryccivilorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4234,def_lhs_atom249]) ).

cnf(c_0_4235_0,axiom,
    accept_city(countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4235,def_lhs_atom590]) ).

cnf(c_0_4236_0,axiom,
    accept_leader(countryacivilorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4236,def_lhs_atom589]) ).

cnf(c_0_4237_0,axiom,
    accept_number(countryacivilorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4237,def_lhs_atom202]) ).

cnf(c_0_4238_0,axiom,
    accept_population(countryacivilorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4238,def_lhs_atom588]) ).

cnf(c_0_4239_0,axiom,
    accept_population(countryacivilorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4239,def_lhs_atom587]) ).

cnf(c_0_4240_0,axiom,
    accept_population(countryacivilorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4240,def_lhs_atom586]) ).

cnf(c_0_4241_0,axiom,
    accept_population(countryacivilorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4241,def_lhs_atom585]) ).

cnf(c_0_4242_0,axiom,
    accept_population(countryacivilorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4242,def_lhs_atom584]) ).

cnf(c_0_4243_0,axiom,
    accept_number(countryacivilorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4243,def_lhs_atom583]) ).

cnf(c_0_4244_0,axiom,
    accept_number(countryacivilorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4244,def_lhs_atom93]) ).

cnf(c_0_4245_0,axiom,
    accept_number(countryacivilorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4245,def_lhs_atom582]) ).

cnf(c_0_4246_0,axiom,
    accept_number(countryacivilorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4246,def_lhs_atom581]) ).

cnf(c_0_4247_0,axiom,
    accept_number(countryacivilorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4247,def_lhs_atom580]) ).

cnf(c_0_4248_0,axiom,
    accept_number(sufferterragovernment,n6),
    inference(unfold_definition,[status(thm)],[c_0_4248,def_lhs_atom258]) ).

cnf(c_0_4249_0,axiom,
    accept_number(sufferterragovernment,n1),
    inference(unfold_definition,[status(thm)],[c_0_4249,def_lhs_atom579]) ).

cnf(c_0_4250_0,axiom,
    accept_number(sufferterragovernment,n2),
    inference(unfold_definition,[status(thm)],[c_0_4250,def_lhs_atom245]) ).

cnf(c_0_4251_0,axiom,
    accept_number(sufferterragovernment,n3),
    inference(unfold_definition,[status(thm)],[c_0_4251,def_lhs_atom578]) ).

cnf(c_0_4252_0,axiom,
    accept_number(sufferterragovernment,n4),
    inference(unfold_definition,[status(thm)],[c_0_4252,def_lhs_atom577]) ).

cnf(c_0_4253_0,axiom,
    accept_number(sufferterragovernment,n5),
    inference(unfold_definition,[status(thm)],[c_0_4253,def_lhs_atom256]) ).

cnf(c_0_4254_0,axiom,
    accept_leader(countrybcivilorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4254,def_lhs_atom576]) ).

cnf(c_0_4255_0,axiom,
    accept_city(countrybcivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4255,def_lhs_atom575]) ).

cnf(c_0_4256_0,axiom,
    accept_population(countrybcivilorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4256,def_lhs_atom574]) ).

cnf(c_0_4257_0,axiom,
    accept_population(countrybcivilorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4257,def_lhs_atom573]) ).

cnf(c_0_4258_0,axiom,
    accept_population(countrybcivilorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4258,def_lhs_atom572]) ).

cnf(c_0_4259_0,axiom,
    accept_population(countrybcivilorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4259,def_lhs_atom571]) ).

cnf(c_0_4260_0,axiom,
    accept_population(countrybcivilorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4260,def_lhs_atom570]) ).

cnf(c_0_4261_0,axiom,
    accept_leader(countrybcivilorganization,countrycmedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4261,def_lhs_atom569]) ).

cnf(c_0_4262_0,axiom,
    accept_leader(countrybcivilorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4262,def_lhs_atom568]) ).

cnf(c_0_4263_0,axiom,
    accept_leader(countrybcivilorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4263,def_lhs_atom567]) ).

cnf(c_0_4264_0,axiom,
    accept_leader(countrybcivilorganization,countryccivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4264,def_lhs_atom566]) ).

cnf(c_0_4265_0,axiom,
    accept_leader(countrycmedicalorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4265,def_lhs_atom565]) ).

cnf(c_0_4266_0,axiom,
    accept_city(countrycmedicalorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4266,def_lhs_atom564]) ).

cnf(c_0_4267_0,axiom,
    accept_population(countrycmedicalorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4267,def_lhs_atom563]) ).

cnf(c_0_4268_0,axiom,
    accept_population(countrycmedicalorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4268,def_lhs_atom562]) ).

cnf(c_0_4269_0,axiom,
    accept_population(countrycmedicalorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4269,def_lhs_atom561]) ).

cnf(c_0_4270_0,axiom,
    accept_population(countrycmedicalorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4270,def_lhs_atom560]) ).

cnf(c_0_4271_0,axiom,
    accept_population(countrycmedicalorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4271,def_lhs_atom559]) ).

cnf(c_0_4272_0,axiom,
    accept_leader(countrycmedicalorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4272,def_lhs_atom558]) ).

cnf(c_0_4273_0,axiom,
    accept_leader(countrycmedicalorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4273,def_lhs_atom557]) ).

cnf(c_0_4274_0,axiom,
    accept_leader(countrycmedicalorganization,countrybcivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4274,def_lhs_atom556]) ).

cnf(c_0_4275_0,axiom,
    accept_leader(countrycmedicalorganization,countryccivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4275,def_lhs_atom555]) ).

cnf(c_0_4276_0,axiom,
    accept_city(countryafirstaidorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4276,def_lhs_atom554]) ).

cnf(c_0_4277_0,axiom,
    accept_leader(countryafirstaidorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4277,def_lhs_atom553]) ).

cnf(c_0_4278_0,axiom,
    accept_number(countryafirstaidorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4278,def_lhs_atom183]) ).

cnf(c_0_4279_0,axiom,
    accept_population(countryafirstaidorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4279,def_lhs_atom552]) ).

cnf(c_0_4280_0,axiom,
    accept_population(countryafirstaidorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4280,def_lhs_atom551]) ).

cnf(c_0_4281_0,axiom,
    accept_population(countryafirstaidorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4281,def_lhs_atom550]) ).

cnf(c_0_4282_0,axiom,
    accept_population(countryafirstaidorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4282,def_lhs_atom549]) ).

cnf(c_0_4283_0,axiom,
    accept_population(countryafirstaidorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4283,def_lhs_atom548]) ).

cnf(c_0_4284_0,axiom,
    accept_number(countryafirstaidorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4284,def_lhs_atom547]) ).

cnf(c_0_4285_0,axiom,
    accept_number(countryafirstaidorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4285,def_lhs_atom99]) ).

cnf(c_0_4286_0,axiom,
    accept_number(countryafirstaidorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4286,def_lhs_atom546]) ).

cnf(c_0_4287_0,axiom,
    accept_number(countryafirstaidorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4287,def_lhs_atom545]) ).

cnf(c_0_4288_0,axiom,
    accept_number(countryafirstaidorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4288,def_lhs_atom544]) ).

cnf(c_0_4289_0,axiom,
    accept_leader(countryccivilorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4289,def_lhs_atom543]) ).

cnf(c_0_4290_0,axiom,
    accept_city(countryccivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4290,def_lhs_atom542]) ).

cnf(c_0_4291_0,axiom,
    accept_population(countryccivilorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4291,def_lhs_atom541]) ).

cnf(c_0_4292_0,axiom,
    accept_population(countryccivilorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4292,def_lhs_atom540]) ).

cnf(c_0_4293_0,axiom,
    accept_population(countryccivilorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4293,def_lhs_atom539]) ).

cnf(c_0_4294_0,axiom,
    accept_population(countryccivilorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4294,def_lhs_atom538]) ).

cnf(c_0_4295_0,axiom,
    accept_population(countryccivilorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4295,def_lhs_atom537]) ).

cnf(c_0_4296_0,axiom,
    accept_leader(sufferterragovernment,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4296,def_lhs_atom536]) ).

cnf(c_0_4297_0,axiom,
    accept_city(sufferterragovernment,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4297,def_lhs_atom535]) ).

cnf(c_0_4298_0,axiom,
    accept_population(sufferterragovernment,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4298,def_lhs_atom534]) ).

cnf(c_0_4299_0,axiom,
    accept_population(sufferterragovernment,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4299,def_lhs_atom533]) ).

cnf(c_0_4300_0,axiom,
    accept_population(sufferterragovernment,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4300,def_lhs_atom532]) ).

cnf(c_0_4301_0,axiom,
    accept_population(sufferterragovernment,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4301,def_lhs_atom531]) ).

cnf(c_0_4302_0,axiom,
    accept_population(sufferterragovernment,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4302,def_lhs_atom530]) ).

cnf(c_0_4303_0,axiom,
    accept_leader(sufferterragovernment,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4303,def_lhs_atom529]) ).

cnf(c_0_4304_0,axiom,
    accept_city(countryahumanitarianorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4304,def_lhs_atom528]) ).

cnf(c_0_4305_0,axiom,
    accept_leader(countryahumanitarianorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4305,def_lhs_atom527]) ).

cnf(c_0_4306_0,axiom,
    accept_number(countryahumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4306,def_lhs_atom200]) ).

cnf(c_0_4307_0,axiom,
    accept_population(countryahumanitarianorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4307,def_lhs_atom526]) ).

cnf(c_0_4308_0,axiom,
    accept_population(countryahumanitarianorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4308,def_lhs_atom525]) ).

cnf(c_0_4309_0,axiom,
    accept_population(countryahumanitarianorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4309,def_lhs_atom524]) ).

cnf(c_0_4310_0,axiom,
    accept_population(countryahumanitarianorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4310,def_lhs_atom523]) ).

cnf(c_0_4311_0,axiom,
    accept_population(countryahumanitarianorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4311,def_lhs_atom522]) ).

cnf(c_0_4312_0,axiom,
    accept_number(countryahumanitarianorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4312,def_lhs_atom521]) ).

cnf(c_0_4313_0,axiom,
    accept_number(countryahumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4313,def_lhs_atom62]) ).

cnf(c_0_4314_0,axiom,
    accept_number(countryahumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4314,def_lhs_atom520]) ).

cnf(c_0_4315_0,axiom,
    accept_number(countryahumanitarianorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4315,def_lhs_atom519]) ).

cnf(c_0_4316_0,axiom,
    accept_number(countryahumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4316,def_lhs_atom123]) ).

cnf(c_0_4317_0,axiom,
    accept_leader(countryahumanitarianorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4317,def_lhs_atom518]) ).

cnf(c_0_4318_0,axiom,
    accept_city(countryahumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4318,def_lhs_atom517]) ).

cnf(c_0_4319_0,axiom,
    accept_population(countryahumanitarianorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4319,def_lhs_atom516]) ).

cnf(c_0_4320_0,axiom,
    accept_population(countryahumanitarianorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4320,def_lhs_atom515]) ).

cnf(c_0_4321_0,axiom,
    accept_population(countryahumanitarianorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4321,def_lhs_atom514]) ).

cnf(c_0_4322_0,axiom,
    accept_leader(countryahumanitarianorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4322,def_lhs_atom513]) ).

cnf(c_0_4323_0,axiom,
    accept_leader(countryacivilorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4323,def_lhs_atom512]) ).

cnf(c_0_4324_0,axiom,
    accept_city(countryacivilorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4324,def_lhs_atom511]) ).

cnf(c_0_4325_0,axiom,
    accept_population(countryacivilorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4325,def_lhs_atom510]) ).

cnf(c_0_4326_0,axiom,
    accept_population(countryacivilorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4326,def_lhs_atom509]) ).

cnf(c_0_4327_0,axiom,
    accept_population(countryacivilorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4327,def_lhs_atom508]) ).

cnf(c_0_4328_0,axiom,
    accept_city(countryamedicalorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4328,def_lhs_atom507]) ).

cnf(c_0_4329_0,axiom,
    accept_leader(countryamedicalorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4329,def_lhs_atom506]) ).

cnf(c_0_4330_0,axiom,
    accept_number(countryamedicalorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4330,def_lhs_atom191]) ).

cnf(c_0_4331_0,axiom,
    accept_population(countryamedicalorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4331,def_lhs_atom505]) ).

cnf(c_0_4332_0,axiom,
    accept_population(countryamedicalorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4332,def_lhs_atom504]) ).

cnf(c_0_4333_0,axiom,
    accept_population(countryamedicalorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4333,def_lhs_atom503]) ).

cnf(c_0_4334_0,axiom,
    accept_population(countryamedicalorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4334,def_lhs_atom502]) ).

cnf(c_0_4335_0,axiom,
    accept_population(countryamedicalorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4335,def_lhs_atom501]) ).

cnf(c_0_4336_0,axiom,
    accept_number(countryamedicalorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4336,def_lhs_atom500]) ).

cnf(c_0_4337_0,axiom,
    accept_number(countryamedicalorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4337,def_lhs_atom499]) ).

cnf(c_0_4338_0,axiom,
    accept_number(countryamedicalorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4338,def_lhs_atom498]) ).

cnf(c_0_4339_0,axiom,
    accept_number(countryamedicalorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4339,def_lhs_atom497]) ).

cnf(c_0_4340_0,axiom,
    accept_number(countryamedicalorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4340,def_lhs_atom496]) ).

cnf(c_0_4341_0,axiom,
    accept_leader(countryamedicalorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4341,def_lhs_atom495]) ).

cnf(c_0_4342_0,axiom,
    accept_city(countryamedicalorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4342,def_lhs_atom494]) ).

cnf(c_0_4343_0,axiom,
    accept_population(countryamedicalorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4343,def_lhs_atom493]) ).

cnf(c_0_4344_0,axiom,
    accept_population(countryamedicalorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4344,def_lhs_atom492]) ).

cnf(c_0_4345_0,axiom,
    accept_population(countryamedicalorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4345,def_lhs_atom491]) ).

cnf(c_0_4346_0,axiom,
    accept_leader(countryamedicalorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4346,def_lhs_atom490]) ).

cnf(c_0_4347_0,axiom,
    accept_city(muslimcountrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4347,def_lhs_atom489]) ).

cnf(c_0_4348_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4348,def_lhs_atom488]) ).

cnf(c_0_4349_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4349,def_lhs_atom487]) ).

cnf(c_0_4350_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4350,def_lhs_atom486]) ).

cnf(c_0_4351_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4351,def_lhs_atom485]) ).

cnf(c_0_4352_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4352,def_lhs_atom484]) ).

cnf(c_0_4353_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4353,def_lhs_atom483]) ).

cnf(c_0_4354_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4354,def_lhs_atom482]) ).

cnf(c_0_4355_0,axiom,
    accept_city(muslimcountrybhumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4355,def_lhs_atom481]) ).

cnf(c_0_4356_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4356,def_lhs_atom480]) ).

cnf(c_0_4357_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4357,def_lhs_atom479]) ).

cnf(c_0_4358_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4358,def_lhs_atom478]) ).

cnf(c_0_4359_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4359,def_lhs_atom477]) ).

cnf(c_0_4360_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4360,def_lhs_atom476]) ).

cnf(c_0_4361_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countrycmedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4361,def_lhs_atom475]) ).

cnf(c_0_4362_0,axiom,
    accept_city(countrycmedicalorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4362,def_lhs_atom474]) ).

cnf(c_0_4363_0,axiom,
    accept_population(countrycmedicalorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4363,def_lhs_atom473]) ).

cnf(c_0_4364_0,axiom,
    accept_population(countrycmedicalorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4364,def_lhs_atom472]) ).

cnf(c_0_4365_0,axiom,
    accept_population(countrycmedicalorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4365,def_lhs_atom471]) ).

cnf(c_0_4366_0,axiom,
    accept_leader(countrycmedicalorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4366,def_lhs_atom470]) ).

cnf(c_0_4367_0,axiom,
    accept_city(countrycmedicalorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4367,def_lhs_atom469]) ).

cnf(c_0_4368_0,axiom,
    accept_population(countrycmedicalorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4368,def_lhs_atom468]) ).

cnf(c_0_4369_0,axiom,
    accept_population(countrycmedicalorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4369,def_lhs_atom467]) ).

cnf(c_0_4370_0,axiom,
    accept_population(countrycmedicalorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4370,def_lhs_atom466]) ).

cnf(c_0_4371_0,axiom,
    accept_population(countrycmedicalorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4371,def_lhs_atom465]) ).

cnf(c_0_4372_0,axiom,
    accept_leader(countrycmedicalorganization,muslimcountrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4372,def_lhs_atom464]) ).

cnf(c_0_4373_0,axiom,
    accept_leader(countryccivilorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4373,def_lhs_atom463]) ).

cnf(c_0_4374_0,axiom,
    accept_city(countryccivilorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4374,def_lhs_atom462]) ).

cnf(c_0_4375_0,axiom,
    accept_population(countryccivilorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4375,def_lhs_atom461]) ).

cnf(c_0_4376_0,axiom,
    accept_population(countryccivilorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4376,def_lhs_atom460]) ).

cnf(c_0_4377_0,axiom,
    accept_population(countryccivilorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4377,def_lhs_atom459]) ).

cnf(c_0_4378_0,axiom,
    accept_population(countryccivilorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4378,def_lhs_atom458]) ).

cnf(c_0_4379_0,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4379,def_lhs_atom457]) ).

cnf(c_0_4380_0,axiom,
    accept_city(christiansufferterrahumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4380,def_lhs_atom456]) ).

cnf(c_0_4381_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4381,def_lhs_atom455]) ).

cnf(c_0_4382_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4382,def_lhs_atom454]) ).

cnf(c_0_4383_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4383,def_lhs_atom453]) ).

cnf(c_0_4384_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4384,def_lhs_atom452]) ).

cnf(c_0_4385_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4385,def_lhs_atom451]) ).

cnf(c_0_4386_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4386,def_lhs_atom174]) ).

cnf(c_0_4387_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4387,def_lhs_atom450]) ).

cnf(c_0_4388_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4388,def_lhs_atom122]) ).

cnf(c_0_4389_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4389,def_lhs_atom449]) ).

cnf(c_0_4390_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4390,def_lhs_atom448]) ).

cnf(c_0_4391_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4391,def_lhs_atom447]) ).

cnf(c_0_4392_0,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4392,def_lhs_atom446]) ).

cnf(c_0_4393_0,axiom,
    accept_city(christiansufferterrahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4393,def_lhs_atom445]) ).

cnf(c_0_4394_0,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4394,def_lhs_atom444]) ).

cnf(c_0_4395_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4395,def_lhs_atom443]) ).

cnf(c_0_4396_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4396,def_lhs_atom442]) ).

cnf(c_0_4397_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4397,def_lhs_atom441]) ).

cnf(c_0_4398_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4398,def_lhs_atom440]) ).

cnf(c_0_4399_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countrybcivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4399,def_lhs_atom439]) ).

cnf(c_0_4400_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countryccivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4400,def_lhs_atom438]) ).

cnf(c_0_4401_0,axiom,
    accept_city(sufferterragovernment,townc),
    inference(unfold_definition,[status(thm)],[c_0_4401,def_lhs_atom437]) ).

cnf(c_0_4402_0,axiom,
    accept_leader(sufferterragovernment,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4402,def_lhs_atom436]) ).

cnf(c_0_4403_0,axiom,
    accept_population(sufferterragovernment,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4403,def_lhs_atom435]) ).

cnf(c_0_4404_0,axiom,
    accept_population(sufferterragovernment,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4404,def_lhs_atom434]) ).

cnf(c_0_4405_0,axiom,
    accept_population(sufferterragovernment,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4405,def_lhs_atom433]) ).

cnf(c_0_4406_0,axiom,
    accept_population(sufferterragovernment,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4406,def_lhs_atom432]) ).

cnf(c_0_4407_0,axiom,
    accept_leader(sufferterragovernment,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4407,def_lhs_atom431]) ).

cnf(c_0_4408_0,axiom,
    accept_city(sufferterragovernment,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4408,def_lhs_atom430]) ).

cnf(c_0_4409_0,axiom,
    accept_population(sufferterragovernment,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4409,def_lhs_atom429]) ).

cnf(c_0_4410_0,axiom,
    accept_population(sufferterragovernment,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4410,def_lhs_atom428]) ).

cnf(c_0_4411_0,axiom,
    accept_population(sufferterragovernment,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4411,def_lhs_atom427]) ).

cnf(c_0_4412_0,axiom,
    accept_population(sufferterragovernment,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4412,def_lhs_atom426]) ).

cnf(c_0_4413_0,axiom,
    accept_population(sufferterragovernment,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4413,def_lhs_atom425]) ).

cnf(c_0_4414_0,axiom,
    accept_leader(sufferterragovernment,countryafirstaidorganization),
    inference(unfold_definition,[status(thm)],[c_0_4414,def_lhs_atom424]) ).

cnf(c_0_4415_0,axiom,
    accept_leader(countrybhumanitarianorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4415,def_lhs_atom423]) ).

cnf(c_0_4416_0,axiom,
    accept_city(countrybhumanitarianorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4416,def_lhs_atom422]) ).

cnf(c_0_4417_0,axiom,
    accept_population(countrybhumanitarianorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4417,def_lhs_atom421]) ).

cnf(c_0_4418_0,axiom,
    accept_population(countrybhumanitarianorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4418,def_lhs_atom420]) ).

cnf(c_0_4419_0,axiom,
    accept_population(countrybhumanitarianorganization,muslim,n1),
    inference(unfold_definition,[status(thm)],[c_0_4419,def_lhs_atom419]) ).

cnf(c_0_4420_0,axiom,
    accept_population(countrybhumanitarianorganization,native,n0),
    inference(unfold_definition,[status(thm)],[c_0_4420,def_lhs_atom418]) ).

cnf(c_0_4421_0,axiom,
    accept_population(countrybhumanitarianorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4421,def_lhs_atom417]) ).

cnf(c_0_4422_0,axiom,
    accept_leader(countrybhumanitarianorganization,countrycmedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4422,def_lhs_atom416]) ).

cnf(c_0_4423_0,axiom,
    accept_leader(countrybhumanitarianorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4423,def_lhs_atom415]) ).

cnf(c_0_4424_0,axiom,
    accept_leader(countrybhumanitarianorganization,countrybcivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4424,def_lhs_atom414]) ).

cnf(c_0_4425_0,axiom,
    accept_leader(countrybhumanitarianorganization,countryccivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4425,def_lhs_atom413]) ).

cnf(c_0_4426_0,axiom,
    accept_leader(countrybhumanitarianorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4426,def_lhs_atom412]) ).

cnf(c_0_4427_0,axiom,
    accept_city(countrybhumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4427,def_lhs_atom411]) ).

cnf(c_0_4428_0,axiom,
    accept_population(countrybhumanitarianorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4428,def_lhs_atom410]) ).

cnf(c_0_4429_0,axiom,
    accept_population(countrybhumanitarianorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4429,def_lhs_atom409]) ).

cnf(c_0_4430_0,axiom,
    accept_population(countrybhumanitarianorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4430,def_lhs_atom408]) ).

cnf(c_0_4431_0,axiom,
    accept_population(countrybhumanitarianorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4431,def_lhs_atom407]) ).

cnf(c_0_4432_0,axiom,
    accept_leader(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4432,def_lhs_atom406]) ).

cnf(c_0_4433_0,axiom,
    accept_city(countrybhumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4433,def_lhs_atom405]) ).

cnf(c_0_4434_0,axiom,
    accept_population(countrybhumanitarianorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4434,def_lhs_atom404]) ).

cnf(c_0_4435_0,axiom,
    accept_population(countrybhumanitarianorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4435,def_lhs_atom403]) ).

cnf(c_0_4436_0,axiom,
    accept_population(countrybhumanitarianorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4436,def_lhs_atom402]) ).

cnf(c_0_4437_0,axiom,
    accept_population(countrybhumanitarianorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4437,def_lhs_atom401]) ).

cnf(c_0_4438_0,axiom,
    accept_leader(countrybhumanitarianorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4438,def_lhs_atom400]) ).

cnf(c_0_4439_0,axiom,
    accept_leader(countryafirstaidorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4439,def_lhs_atom399]) ).

cnf(c_0_4440_0,axiom,
    accept_city(countryafirstaidorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4440,def_lhs_atom398]) ).

cnf(c_0_4441_0,axiom,
    accept_population(countryafirstaidorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4441,def_lhs_atom397]) ).

cnf(c_0_4442_0,axiom,
    accept_population(countryafirstaidorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4442,def_lhs_atom396]) ).

cnf(c_0_4443_0,axiom,
    accept_population(countryafirstaidorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4443,def_lhs_atom395]) ).

cnf(c_0_4444_0,axiom,
    accept_leader(countryafirstaidorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4444,def_lhs_atom394]) ).

cnf(c_0_4445_0,axiom,
    accept_city(countryafirstaidorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4445,def_lhs_atom393]) ).

cnf(c_0_4446_0,axiom,
    accept_leader(countryafirstaidorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4446,def_lhs_atom392]) ).

cnf(c_0_4447_0,axiom,
    accept_population(countryafirstaidorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4447,def_lhs_atom391]) ).

cnf(c_0_4448_0,axiom,
    accept_population(countryafirstaidorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4448,def_lhs_atom390]) ).

cnf(c_0_4449_0,axiom,
    accept_population(countryafirstaidorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4449,def_lhs_atom389]) ).

cnf(c_0_4450_0,axiom,
    accept_population(countryafirstaidorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4450,def_lhs_atom388]) ).

cnf(c_0_4451_0,axiom,
    accept_leader(countryafirstaidorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4451,def_lhs_atom387]) ).

cnf(c_0_4452_0,axiom,
    accept_city(countryafirstaidorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4452,def_lhs_atom386]) ).

cnf(c_0_4453_0,axiom,
    accept_population(countryafirstaidorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4453,def_lhs_atom385]) ).

cnf(c_0_4454_0,axiom,
    accept_population(countryafirstaidorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4454,def_lhs_atom384]) ).

cnf(c_0_4455_0,axiom,
    accept_population(countryafirstaidorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4455,def_lhs_atom383]) ).

cnf(c_0_4456_0,axiom,
    accept_population(countryafirstaidorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4456,def_lhs_atom382]) ).

cnf(c_0_4457_0,axiom,
    accept_city(muslimcountrybhumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4457,def_lhs_atom381]) ).

cnf(c_0_4458_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4458,def_lhs_atom380]) ).

cnf(c_0_4459_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4459,def_lhs_atom379]) ).

cnf(c_0_4460_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4460,def_lhs_atom378]) ).

cnf(c_0_4461_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4461,def_lhs_atom377]) ).

cnf(c_0_4462_0,axiom,
    accept_population(muslimcountrybhumanitarianorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4462,def_lhs_atom376]) ).

cnf(c_0_4463_0,axiom,
    accept_leader(muslimcountrybhumanitarianorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4463,def_lhs_atom375]) ).

cnf(c_0_4464_0,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4464,def_lhs_atom374]) ).

cnf(c_0_4465_0,axiom,
    accept_city(christiansufferterrahumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4465,def_lhs_atom373]) ).

cnf(c_0_4466_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4466,def_lhs_atom372]) ).

cnf(c_0_4467_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4467,def_lhs_atom371]) ).

cnf(c_0_4468_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4468,def_lhs_atom370]) ).

cnf(c_0_4469_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4469,def_lhs_atom369]) ).

cnf(c_0_4470_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,other,n0),
    inference(unfold_definition,[status(thm)],[c_0_4470,def_lhs_atom368]) ).

cnf(c_0_4471_0,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryafirstaidorganization),
    inference(unfold_definition,[status(thm)],[c_0_4471,def_lhs_atom367]) ).

cnf(c_0_4472_0,axiom,
    accept_city(christiansufferterrahumanitarianorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4472,def_lhs_atom366]) ).

cnf(c_0_4473_0,axiom,
    ~ accept_leader(christiansufferterrahumanitarianorganization,sufferterragovernment),
    inference(unfold_definition,[status(thm)],[c_0_4473,def_lhs_atom365]) ).

cnf(c_0_4474_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4474,def_lhs_atom364]) ).

cnf(c_0_4475_0,axiom,
    accept_population(christiansufferterrahumanitarianorganization,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4475,def_lhs_atom363]) ).

cnf(c_0_4476_0,axiom,
    accept_city(countryacivilorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4476,def_lhs_atom362]) ).

cnf(c_0_4477_0,axiom,
    accept_leader(countryacivilorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4477,def_lhs_atom361]) ).

cnf(c_0_4478_0,axiom,
    accept_population(countryacivilorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4478,def_lhs_atom360]) ).

cnf(c_0_4479_0,axiom,
    accept_population(countryacivilorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4479,def_lhs_atom359]) ).

cnf(c_0_4480_0,axiom,
    accept_population(countryacivilorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4480,def_lhs_atom358]) ).

cnf(c_0_4481_0,axiom,
    accept_population(countryacivilorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4481,def_lhs_atom357]) ).

cnf(c_0_4482_0,axiom,
    accept_leader(countryacivilorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4482,def_lhs_atom356]) ).

cnf(c_0_4483_0,axiom,
    accept_city(countryacivilorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4483,def_lhs_atom355]) ).

cnf(c_0_4484_0,axiom,
    accept_population(countryacivilorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4484,def_lhs_atom354]) ).

cnf(c_0_4485_0,axiom,
    accept_population(countryacivilorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4485,def_lhs_atom353]) ).

cnf(c_0_4486_0,axiom,
    accept_population(countryacivilorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4486,def_lhs_atom352]) ).

cnf(c_0_4487_0,axiom,
    accept_population(countryacivilorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4487,def_lhs_atom351]) ).

cnf(c_0_4488_0,axiom,
    accept_leader(countryacivilorganization,countryafirstaidorganization),
    inference(unfold_definition,[status(thm)],[c_0_4488,def_lhs_atom350]) ).

cnf(c_0_4489_0,axiom,
    accept_leader(countryacivilorganization,countryamedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4489,def_lhs_atom349]) ).

cnf(c_0_4490_0,axiom,
    accept_leader(countryccivilorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4490,def_lhs_atom348]) ).

cnf(c_0_4491_0,axiom,
    accept_city(countryccivilorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4491,def_lhs_atom347]) ).

cnf(c_0_4492_0,axiom,
    accept_leader(countryccivilorganization,countrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4492,def_lhs_atom346]) ).

cnf(c_0_4493_0,axiom,
    ~ accept_number(countryccivilorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4493,def_lhs_atom345]) ).

cnf(c_0_4494_0,axiom,
    accept_population(countryccivilorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4494,def_lhs_atom344]) ).

cnf(c_0_4495_0,axiom,
    accept_population(countryccivilorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4495,def_lhs_atom343]) ).

cnf(c_0_4496_0,axiom,
    accept_population(countryccivilorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4496,def_lhs_atom342]) ).

cnf(c_0_4497_0,axiom,
    ~ accept_number(countryccivilorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4497,def_lhs_atom341]) ).

cnf(c_0_4498_0,axiom,
    accept_city(sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4498,def_lhs_atom340]) ).

cnf(c_0_4499_0,axiom,
    accept_population(sufferterragovernment,atheist,n75),
    inference(unfold_definition,[status(thm)],[c_0_4499,def_lhs_atom339]) ).

cnf(c_0_4500_0,axiom,
    accept_population(sufferterragovernment,christian,n24),
    inference(unfold_definition,[status(thm)],[c_0_4500,def_lhs_atom338]) ).

cnf(c_0_4501_0,axiom,
    accept_leader(sufferterragovernment,countryamedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4501,def_lhs_atom337]) ).

cnf(c_0_4502_0,axiom,
    accept_city(countrybcivilorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4502,def_lhs_atom336]) ).

cnf(c_0_4503_0,axiom,
    accept_population(countrybcivilorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4503,def_lhs_atom335]) ).

cnf(c_0_4504_0,axiom,
    accept_population(countrybcivilorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4504,def_lhs_atom334]) ).

cnf(c_0_4505_0,axiom,
    accept_population(countrybcivilorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4505,def_lhs_atom333]) ).

cnf(c_0_4506_0,axiom,
    accept_leader(countrybcivilorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4506,def_lhs_atom332]) ).

cnf(c_0_4507_0,axiom,
    accept_city(countrybcivilorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4507,def_lhs_atom331]) ).

cnf(c_0_4508_0,axiom,
    accept_population(countrybcivilorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4508,def_lhs_atom330]) ).

cnf(c_0_4509_0,axiom,
    accept_population(countrybcivilorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4509,def_lhs_atom329]) ).

cnf(c_0_4510_0,axiom,
    accept_population(countrybcivilorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4510,def_lhs_atom328]) ).

cnf(c_0_4511_0,axiom,
    accept_population(countrybcivilorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4511,def_lhs_atom327]) ).

cnf(c_0_4512_0,axiom,
    accept_leader(countrybcivilorganization,muslimcountrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4512,def_lhs_atom326]) ).

cnf(c_0_4513_0,axiom,
    accept_city(countrybcivilorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4513,def_lhs_atom325]) ).

cnf(c_0_4514_0,axiom,
    accept_population(countrybcivilorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4514,def_lhs_atom324]) ).

cnf(c_0_4515_0,axiom,
    accept_population(countrybcivilorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4515,def_lhs_atom323]) ).

cnf(c_0_4516_0,axiom,
    accept_population(countrybcivilorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4516,def_lhs_atom322]) ).

cnf(c_0_4517_0,axiom,
    accept_population(countrybcivilorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4517,def_lhs_atom321]) ).

cnf(c_0_4518_0,axiom,
    accept_leader(countrybcivilorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4518,def_lhs_atom320]) ).

cnf(c_0_4519_0,axiom,
    accept_city(countrycmedicalorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4519,def_lhs_atom319]) ).

cnf(c_0_4520_0,axiom,
    accept_population(countrycmedicalorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4520,def_lhs_atom318]) ).

cnf(c_0_4521_0,axiom,
    accept_population(countrycmedicalorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4521,def_lhs_atom317]) ).

cnf(c_0_4522_0,axiom,
    accept_population(countrycmedicalorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4522,def_lhs_atom316]) ).

cnf(c_0_4523_0,axiom,
    accept_population(countrycmedicalorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4523,def_lhs_atom315]) ).

cnf(c_0_4524_0,axiom,
    accept_leader(countrycmedicalorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4524,def_lhs_atom314]) ).

cnf(c_0_4525_0,axiom,
    accept_leader(christiansufferterrahumanitarianorganization,countryamedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4525,def_lhs_atom313]) ).

cnf(c_0_4526_0,axiom,
    accept_leader(countryafirstaidorganization,countryamedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4526,def_lhs_atom312]) ).

cnf(c_0_4527_0,axiom,
    accept_leader(countryahumanitarianorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4527,def_lhs_atom311]) ).

cnf(c_0_4528_0,axiom,
    accept_city(countryahumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4528,def_lhs_atom310]) ).

cnf(c_0_4529_0,axiom,
    accept_population(countryahumanitarianorganization,atheist,n12),
    inference(unfold_definition,[status(thm)],[c_0_4529,def_lhs_atom309]) ).

cnf(c_0_4530_0,axiom,
    accept_population(countryahumanitarianorganization,christian,n3),
    inference(unfold_definition,[status(thm)],[c_0_4530,def_lhs_atom308]) ).

cnf(c_0_4531_0,axiom,
    accept_population(countryahumanitarianorganization,muslim,n0),
    inference(unfold_definition,[status(thm)],[c_0_4531,def_lhs_atom307]) ).

cnf(c_0_4532_0,axiom,
    accept_population(countryahumanitarianorganization,native,n85),
    inference(unfold_definition,[status(thm)],[c_0_4532,def_lhs_atom306]) ).

cnf(c_0_4533_0,axiom,
    accept_leader(countryahumanitarianorganization,countryafirstaidorganization),
    inference(unfold_definition,[status(thm)],[c_0_4533,def_lhs_atom305]) ).

cnf(c_0_4534_0,axiom,
    accept_leader(countryahumanitarianorganization,countryamedicalorganization),
    inference(unfold_definition,[status(thm)],[c_0_4534,def_lhs_atom304]) ).

cnf(c_0_4535_0,axiom,
    accept_city(countryamedicalorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4535,def_lhs_atom303]) ).

cnf(c_0_4536_0,axiom,
    accept_leader(countryamedicalorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4536,def_lhs_atom302]) ).

cnf(c_0_4537_0,axiom,
    accept_population(countryamedicalorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4537,def_lhs_atom301]) ).

cnf(c_0_4538_0,axiom,
    accept_population(countryamedicalorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4538,def_lhs_atom300]) ).

cnf(c_0_4539_0,axiom,
    accept_population(countryamedicalorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4539,def_lhs_atom299]) ).

cnf(c_0_4540_0,axiom,
    accept_population(countryamedicalorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4540,def_lhs_atom298]) ).

cnf(c_0_4541_0,axiom,
    accept_leader(countryamedicalorganization,christiancountrychumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4541,def_lhs_atom297]) ).

cnf(c_0_4542_0,axiom,
    ~ accept_city(countryamedicalorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4542,def_lhs_atom296]) ).

cnf(c_0_4543_0,axiom,
    accept_city(christiancountrychumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4543,def_lhs_atom295]) ).

cnf(c_0_4544_0,axiom,
    accept_population(christiancountrychumanitarianorganization,atheist,n78),
    inference(unfold_definition,[status(thm)],[c_0_4544,def_lhs_atom294]) ).

cnf(c_0_4545_0,axiom,
    accept_population(christiancountrychumanitarianorganization,christian,n20),
    inference(unfold_definition,[status(thm)],[c_0_4545,def_lhs_atom293]) ).

cnf(c_0_4546_0,axiom,
    accept_population(christiancountrychumanitarianorganization,other,n1),
    inference(unfold_definition,[status(thm)],[c_0_4546,def_lhs_atom292]) ).

cnf(c_0_4547_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,countryahumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4547,def_lhs_atom291]) ).

cnf(c_0_4548_0,axiom,
    accept_city(christiancountrychumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4548,def_lhs_atom290]) ).

cnf(c_0_4549_0,axiom,
    accept_population(christiancountrychumanitarianorganization,atheist,n30),
    inference(unfold_definition,[status(thm)],[c_0_4549,def_lhs_atom289]) ).

cnf(c_0_4550_0,axiom,
    accept_population(christiancountrychumanitarianorganization,christian,n0),
    inference(unfold_definition,[status(thm)],[c_0_4550,def_lhs_atom288]) ).

cnf(c_0_4551_0,axiom,
    accept_population(christiancountrychumanitarianorganization,muslim,n65),
    inference(unfold_definition,[status(thm)],[c_0_4551,def_lhs_atom287]) ).

cnf(c_0_4552_0,axiom,
    accept_population(christiancountrychumanitarianorganization,other,n5),
    inference(unfold_definition,[status(thm)],[c_0_4552,def_lhs_atom286]) ).

cnf(c_0_4553_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization),
    inference(unfold_definition,[status(thm)],[c_0_4553,def_lhs_atom285]) ).

cnf(c_0_4554_0,axiom,
    accept_leader(christiancountrychumanitarianorganization,countryacivilorganization),
    inference(unfold_definition,[status(thm)],[c_0_4554,def_lhs_atom284]) ).

cnf(c_0_4555_0,axiom,
    any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4555,def_lhs_atom283]) ).

cnf(c_0_4556_0,axiom,
    the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4556,def_lhs_atom282]) ).

cnf(c_0_4557_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4557,def_lhs_atom281]) ).

cnf(c_0_4558_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4558,def_lhs_atom280]) ).

cnf(c_0_4559_0,axiom,
    accept_number(countrycmedicalorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4559,def_lhs_atom279]) ).

cnf(c_0_4560_0,axiom,
    any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4560,def_lhs_atom278]) ).

cnf(c_0_4561_0,axiom,
    the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4561,def_lhs_atom277]) ).

cnf(c_0_4562_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4562,def_lhs_atom276]) ).

cnf(c_0_4563_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4563,def_lhs_atom275]) ).

cnf(c_0_4564_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4564,def_lhs_atom274]) ).

cnf(c_0_4565_0,axiom,
    accept_number(countrybhumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4565,def_lhs_atom273]) ).

cnf(c_0_4566_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4566,def_lhs_atom272]) ).

cnf(c_0_4567_0,axiom,
    accept_number(countrybcivilorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4567,def_lhs_atom271]) ).

cnf(c_0_4568_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countryccivilorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4568,def_lhs_atom270]) ).

cnf(c_0_4569_0,axiom,
    accept_number(countryccivilorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4569,def_lhs_atom269]) ).

cnf(c_0_4570_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4570,def_lhs_atom268]) ).

cnf(c_0_4571_0,axiom,
    any_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4571,def_lhs_atom267]) ).

cnf(c_0_4572_0,axiom,
    the_agent_in_all_proposed_teams(countrycmedicalorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4572,def_lhs_atom266]) ).

cnf(c_0_4573_0,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4573,def_lhs_atom265]) ).

cnf(c_0_4574_0,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4574,def_lhs_atom264]) ).

cnf(c_0_4575_0,axiom,
    accept_team(countrycmedicalorganization,countrybcivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4575,def_lhs_atom263]) ).

cnf(c_0_4576_0,axiom,
    accept_team(countrycmedicalorganization,countryccivilorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4576,def_lhs_atom262]) ).

cnf(c_0_4577_0,axiom,
    accept_number(countrycmedicalorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4577,def_lhs_atom261]) ).

cnf(c_0_4578_0,axiom,
    accept_number(countrycmedicalorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4578,def_lhs_atom260]) ).

cnf(c_0_4579_0,axiom,
    accept_team(countryacivilorganization,sufferterragovernment,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4579,def_lhs_atom259]) ).

cnf(c_0_4580_0,axiom,
    accept_number(sufferterragovernment,n6),
    inference(unfold_definition,[status(thm)],[c_0_4580,def_lhs_atom258]) ).

cnf(c_0_4581_0,axiom,
    accept_team(countryacivilorganization,sufferterragovernment,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4581,def_lhs_atom257]) ).

cnf(c_0_4582_0,axiom,
    accept_number(sufferterragovernment,n5),
    inference(unfold_definition,[status(thm)],[c_0_4582,def_lhs_atom256]) ).

cnf(c_0_4583_0,axiom,
    any_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4583,def_lhs_atom255]) ).

cnf(c_0_4584_0,axiom,
    the_agent_in_all_proposed_teams(countryccivilorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4584,def_lhs_atom254]) ).

cnf(c_0_4585_0,axiom,
    ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4585,def_lhs_atom253]) ).

cnf(c_0_4586_0,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4586,def_lhs_atom252]) ).

cnf(c_0_4587_0,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4587,def_lhs_atom251]) ).

cnf(c_0_4588_0,axiom,
    ~ accept_team(countryccivilorganization,countrybcivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4588,def_lhs_atom250]) ).

cnf(c_0_4589_0,axiom,
    accept_number(countryccivilorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4589,def_lhs_atom249]) ).

cnf(c_0_4590_0,axiom,
    accept_number(countryccivilorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4590,def_lhs_atom248]) ).

cnf(c_0_4591_0,axiom,
    ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4591,def_lhs_atom247]) ).

cnf(c_0_4592_0,axiom,
    ~ accept_team(christiansufferterrahumanitarianorganization,sufferterragovernment,towna,n2),
    inference(unfold_definition,[status(thm)],[c_0_4592,def_lhs_atom246]) ).

cnf(c_0_4593_0,axiom,
    accept_number(sufferterragovernment,n2),
    inference(unfold_definition,[status(thm)],[c_0_4593,def_lhs_atom245]) ).

cnf(c_0_4594_0,axiom,
    any_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4594,def_lhs_atom244]) ).

cnf(c_0_4595_0,axiom,
    the_agent_in_all_proposed_teams(countrybcivilorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4595,def_lhs_atom243]) ).

cnf(c_0_4596_0,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4596,def_lhs_atom242]) ).

cnf(c_0_4597_0,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4597,def_lhs_atom241]) ).

cnf(c_0_4598_0,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4598,def_lhs_atom240]) ).

cnf(c_0_4599_0,axiom,
    accept_team(countrybcivilorganization,countryccivilorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4599,def_lhs_atom239]) ).

cnf(c_0_4600_0,axiom,
    accept_number(countrybcivilorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4600,def_lhs_atom238]) ).

cnf(c_0_4601_0,axiom,
    accept_number(countrybcivilorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4601,def_lhs_atom237]) ).

cnf(c_0_4602_0,axiom,
    any_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4602,def_lhs_atom236]) ).

cnf(c_0_4603_0,axiom,
    the_agent_in_all_proposed_teams(countrybhumanitarianorganization,sufferterragovernment,towna),
    inference(unfold_definition,[status(thm)],[c_0_4603,def_lhs_atom235]) ).

cnf(c_0_4604_0,axiom,
    accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4604,def_lhs_atom234]) ).

cnf(c_0_4605_0,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4605,def_lhs_atom233]) ).

cnf(c_0_4606_0,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4606,def_lhs_atom232]) ).

cnf(c_0_4607_0,axiom,
    accept_number(countrybhumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4607,def_lhs_atom231]) ).

cnf(c_0_4608_0,axiom,
    accept_team(countrybhumanitarianorganization,countryccivilorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4608,def_lhs_atom230]) ).

cnf(c_0_4609_0,axiom,
    accept_team(countrybhumanitarianorganization,countrycmedicalorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4609,def_lhs_atom229]) ).

cnf(c_0_4610_0,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4610,def_lhs_atom228]) ).

cnf(c_0_4611_0,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4611,def_lhs_atom227]) ).

cnf(c_0_4612_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4612,def_lhs_atom226]) ).

cnf(c_0_4613_0,axiom,
    accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4613,def_lhs_atom225]) ).

cnf(c_0_4614_0,axiom,
    accept_team(countryahumanitarianorganization,sufferterragovernment,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4614,def_lhs_atom224]) ).

cnf(c_0_4615_0,axiom,
    accept_team(countryamedicalorganization,sufferterragovernment,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4615,def_lhs_atom223]) ).

cnf(c_0_4616_0,axiom,
    accept_team(countryamedicalorganization,sufferterragovernment,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4616,def_lhs_atom222]) ).

cnf(c_0_4617_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4617,def_lhs_atom221]) ).

cnf(c_0_4618_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4618,def_lhs_atom220]) ).

cnf(c_0_4619_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4619,def_lhs_atom219]) ).

cnf(c_0_4620_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4620,def_lhs_atom218]) ).

cnf(c_0_4621_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4621,def_lhs_atom217]) ).

cnf(c_0_4622_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,towna,n2),
    inference(unfold_definition,[status(thm)],[c_0_4622,def_lhs_atom216]) ).

cnf(c_0_4623_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4623,def_lhs_atom215]) ).

cnf(c_0_4624_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4624,def_lhs_atom214]) ).

cnf(c_0_4625_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4625,def_lhs_atom213]) ).

cnf(c_0_4626_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n3),
    inference(unfold_definition,[status(thm)],[c_0_4626,def_lhs_atom212]) ).

cnf(c_0_4627_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,towna,n2),
    inference(unfold_definition,[status(thm)],[c_0_4627,def_lhs_atom211]) ).

cnf(c_0_4628_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,towna,n2),
    inference(unfold_definition,[status(thm)],[c_0_4628,def_lhs_atom210]) ).

cnf(c_0_4629_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n2),
    inference(unfold_definition,[status(thm)],[c_0_4629,def_lhs_atom209]) ).

cnf(c_0_4630_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,towna,n2),
    inference(unfold_definition,[status(thm)],[c_0_4630,def_lhs_atom208]) ).

cnf(c_0_4631_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4631,def_lhs_atom207]) ).

cnf(c_0_4632_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n5),
    inference(unfold_definition,[status(thm)],[c_0_4632,def_lhs_atom206]) ).

cnf(c_0_4633_0,axiom,
    accept_number(countrybhumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4633,def_lhs_atom205]) ).

cnf(c_0_4634_0,axiom,
    any_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4634,def_lhs_atom204]) ).

cnf(c_0_4635_0,axiom,
    the_agent_in_all_proposed_teams(countryacivilorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4635,def_lhs_atom203]) ).

cnf(c_0_4636_0,axiom,
    accept_number(countryacivilorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4636,def_lhs_atom202]) ).

cnf(c_0_4637_0,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4637,def_lhs_atom201]) ).

cnf(c_0_4638_0,axiom,
    accept_number(countryahumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4638,def_lhs_atom200]) ).

cnf(c_0_4639_0,axiom,
    any_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4639,def_lhs_atom199]) ).

cnf(c_0_4640_0,axiom,
    the_agent_in_all_proposed_teams(countryahumanitarianorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4640,def_lhs_atom198]) ).

cnf(c_0_4641_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4641,def_lhs_atom197]) ).

cnf(c_0_4642_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n5),
    inference(unfold_definition,[status(thm)],[c_0_4642,def_lhs_atom196]) ).

cnf(c_0_4643_0,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4643,def_lhs_atom195]) ).

cnf(c_0_4644_0,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n5),
    inference(unfold_definition,[status(thm)],[c_0_4644,def_lhs_atom194]) ).

cnf(c_0_4645_0,axiom,
    any_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4645,def_lhs_atom193]) ).

cnf(c_0_4646_0,axiom,
    the_agent_in_all_proposed_teams(countryamedicalorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4646,def_lhs_atom192]) ).

cnf(c_0_4647_0,axiom,
    accept_number(countryamedicalorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4647,def_lhs_atom191]) ).

cnf(c_0_4648_0,axiom,
    accept_team(countryamedicalorganization,countryahumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4648,def_lhs_atom190]) ).

cnf(c_0_4649_0,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4649,def_lhs_atom189]) ).

cnf(c_0_4650_0,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,cityb,n5),
    inference(unfold_definition,[status(thm)],[c_0_4650,def_lhs_atom188]) ).

cnf(c_0_4651_0,axiom,
    accept_team(countryafirstaidorganization,sufferterragovernment,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4651,def_lhs_atom187]) ).

cnf(c_0_4652_0,axiom,
    accept_team(countryafirstaidorganization,sufferterragovernment,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4652,def_lhs_atom186]) ).

cnf(c_0_4653_0,axiom,
    any_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4653,def_lhs_atom185]) ).

cnf(c_0_4654_0,axiom,
    the_agent_in_all_proposed_teams(countryafirstaidorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4654,def_lhs_atom184]) ).

cnf(c_0_4655_0,axiom,
    accept_number(countryafirstaidorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4655,def_lhs_atom183]) ).

cnf(c_0_4656_0,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4656,def_lhs_atom182]) ).

cnf(c_0_4657_0,axiom,
    any_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4657,def_lhs_atom181]) ).

cnf(c_0_4658_0,axiom,
    the_agent_in_all_proposed_teams(sufferterragovernment,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4658,def_lhs_atom180]) ).

cnf(c_0_4659_0,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4659,def_lhs_atom179]) ).

cnf(c_0_4660_0,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4660,def_lhs_atom178]) ).

cnf(c_0_4661_0,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n5),
    inference(unfold_definition,[status(thm)],[c_0_4661,def_lhs_atom177]) ).

cnf(c_0_4662_0,axiom,
    any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4662,def_lhs_atom176]) ).

cnf(c_0_4663_0,axiom,
    the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,countrybhumanitarianorganization,cityb),
    inference(unfold_definition,[status(thm)],[c_0_4663,def_lhs_atom175]) ).

cnf(c_0_4664_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n6),
    inference(unfold_definition,[status(thm)],[c_0_4664,def_lhs_atom174]) ).

cnf(c_0_4665_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4665,def_lhs_atom173]) ).

cnf(c_0_4666_0,axiom,
    any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4666,def_lhs_atom172]) ).

cnf(c_0_4667_0,axiom,
    the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4667,def_lhs_atom171]) ).

cnf(c_0_4668_0,axiom,
    accept_team(countrybhumanitarianorganization,countrycmedicalorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4668,def_lhs_atom170]) ).

cnf(c_0_4669_0,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4669,def_lhs_atom169]) ).

cnf(c_0_4670_0,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4670,def_lhs_atom168]) ).

cnf(c_0_4671_0,axiom,
    any_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4671,def_lhs_atom167]) ).

cnf(c_0_4672_0,axiom,
    the_agent_in_all_proposed_teams(countrycmedicalorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4672,def_lhs_atom166]) ).

cnf(c_0_4673_0,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4673,def_lhs_atom165]) ).

cnf(c_0_4674_0,axiom,
    accept_team(countrycmedicalorganization,countrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4674,def_lhs_atom164]) ).

cnf(c_0_4675_0,axiom,
    accept_team(countrycmedicalorganization,countrybcivilorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4675,def_lhs_atom163]) ).

cnf(c_0_4676_0,axiom,
    accept_team(countrycmedicalorganization,muslimcountrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4676,def_lhs_atom162]) ).

cnf(c_0_4677_0,axiom,
    accept_team(countrycmedicalorganization,countryccivilorganization,townc,n4),
    inference(unfold_definition,[status(thm)],[c_0_4677,def_lhs_atom161]) ).

cnf(c_0_4678_0,axiom,
    accept_team(countryamedicalorganization,countryahumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4678,def_lhs_atom160]) ).

cnf(c_0_4679_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4679,def_lhs_atom159]) ).

cnf(c_0_4680_0,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4680,def_lhs_atom158]) ).

cnf(c_0_4681_0,axiom,
    accept_team(countrybhumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4681,def_lhs_atom157]) ).

cnf(c_0_4682_0,axiom,
    accept_team(countrybhumanitarianorganization,countrybcivilorganization,townc,n2),
    inference(unfold_definition,[status(thm)],[c_0_4682,def_lhs_atom156]) ).

cnf(c_0_4683_0,axiom,
    any_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4683,def_lhs_atom155]) ).

cnf(c_0_4684_0,axiom,
    the_agent_in_all_proposed_teams(countryccivilorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4684,def_lhs_atom154]) ).

cnf(c_0_4685_0,axiom,
    ~ accept_team(countryccivilorganization,countrycmedicalorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4685,def_lhs_atom153]) ).

cnf(c_0_4686_0,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4686,def_lhs_atom152]) ).

cnf(c_0_4687_0,axiom,
    ~ accept_team(countryccivilorganization,countrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4687,def_lhs_atom151]) ).

cnf(c_0_4688_0,axiom,
    ~ accept_team(countryccivilorganization,countrybcivilorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4688,def_lhs_atom150]) ).

cnf(c_0_4689_0,axiom,
    ~ accept_team(countryccivilorganization,muslimcountrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4689,def_lhs_atom149]) ).

cnf(c_0_4690_0,axiom,
    any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4690,def_lhs_atom148]) ).

cnf(c_0_4691_0,axiom,
    the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4691,def_lhs_atom147]) ).

cnf(c_0_4692_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4692,def_lhs_atom146]) ).

cnf(c_0_4693_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4693,def_lhs_atom145]) ).

cnf(c_0_4694_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybcivilorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4694,def_lhs_atom144]) ).

cnf(c_0_4695_0,axiom,
    accept_team(christiancountrychumanitarianorganization,muslimcountrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4695,def_lhs_atom143]) ).

cnf(c_0_4696_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countryccivilorganization,townc,n4),
    inference(unfold_definition,[status(thm)],[c_0_4696,def_lhs_atom142]) ).

cnf(c_0_4697_0,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4697,def_lhs_atom141]) ).

cnf(c_0_4698_0,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4698,def_lhs_atom140]) ).

cnf(c_0_4699_0,axiom,
    any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4699,def_lhs_atom139]) ).

cnf(c_0_4700_0,axiom,
    the_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4700,def_lhs_atom138]) ).

cnf(c_0_4701_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4701,def_lhs_atom137]) ).

cnf(c_0_4702_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4702,def_lhs_atom136]) ).

cnf(c_0_4703_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4703,def_lhs_atom135]) ).

cnf(c_0_4704_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybcivilorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4704,def_lhs_atom134]) ).

cnf(c_0_4705_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countryccivilorganization,townc,n4),
    inference(unfold_definition,[status(thm)],[c_0_4705,def_lhs_atom133]) ).

cnf(c_0_4706_0,axiom,
    accept_number(muslimcountrybhumanitarianorganization,n3),
    inference(unfold_definition,[status(thm)],[c_0_4706,def_lhs_atom132]) ).

cnf(c_0_4707_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4707,def_lhs_atom131]) ).

cnf(c_0_4708_0,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4708,def_lhs_atom130]) ).

cnf(c_0_4709_0,axiom,
    any_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4709,def_lhs_atom129]) ).

cnf(c_0_4710_0,axiom,
    the_agent_in_all_proposed_teams(christiansufferterrahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4710,def_lhs_atom128]) ).

cnf(c_0_4711_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryafirstaidorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4711,def_lhs_atom127]) ).

cnf(c_0_4712_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4712,def_lhs_atom126]) ).

cnf(c_0_4713_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4713,def_lhs_atom125]) ).

cnf(c_0_4714_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4714,def_lhs_atom124]) ).

cnf(c_0_4715_0,axiom,
    accept_number(countryahumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4715,def_lhs_atom123]) ).

cnf(c_0_4716_0,axiom,
    accept_number(christiansufferterrahumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4716,def_lhs_atom122]) ).

cnf(c_0_4717_0,axiom,
    any_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4717,def_lhs_atom121]) ).

cnf(c_0_4718_0,axiom,
    the_agent_in_all_proposed_teams(sufferterragovernment,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4718,def_lhs_atom120]) ).

cnf(c_0_4719_0,axiom,
    accept_team(sufferterragovernment,countryafirstaidorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4719,def_lhs_atom119]) ).

cnf(c_0_4720_0,axiom,
    accept_team(sufferterragovernment,countryacivilorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4720,def_lhs_atom118]) ).

cnf(c_0_4721_0,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4721,def_lhs_atom117]) ).

cnf(c_0_4722_0,axiom,
    accept_team(sufferterragovernment,countryahumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4722,def_lhs_atom116]) ).

cnf(c_0_4723_0,axiom,
    any_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4723,def_lhs_atom115]) ).

cnf(c_0_4724_0,axiom,
    the_agent_in_all_proposed_teams(countrybcivilorganization,countryahumanitarianorganization,townc),
    inference(unfold_definition,[status(thm)],[c_0_4724,def_lhs_atom114]) ).

cnf(c_0_4725_0,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4725,def_lhs_atom113]) ).

cnf(c_0_4726_0,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4726,def_lhs_atom112]) ).

cnf(c_0_4727_0,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4727,def_lhs_atom111]) ).

cnf(c_0_4728_0,axiom,
    accept_team(countrybcivilorganization,muslimcountrybhumanitarianorganization,townc,n6),
    inference(unfold_definition,[status(thm)],[c_0_4728,def_lhs_atom110]) ).

cnf(c_0_4729_0,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4729,def_lhs_atom109]) ).

cnf(c_0_4730_0,axiom,
    accept_team(countrybcivilorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4730,def_lhs_atom108]) ).

cnf(c_0_4731_0,axiom,
    accept_number(christiancountrychumanitarianorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4731,def_lhs_atom107]) ).

cnf(c_0_4732_0,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4732,def_lhs_atom106]) ).

cnf(c_0_4733_0,axiom,
    ~ accept_team(countryccivilorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4733,def_lhs_atom105]) ).

cnf(c_0_4734_0,axiom,
    any_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4734,def_lhs_atom104]) ).

cnf(c_0_4735_0,axiom,
    the_agent_in_all_proposed_teams(countryafirstaidorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4735,def_lhs_atom103]) ).

cnf(c_0_4736_0,axiom,
    accept_team(countryafirstaidorganization,countryacivilorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4736,def_lhs_atom102]) ).

cnf(c_0_4737_0,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4737,def_lhs_atom101]) ).

cnf(c_0_4738_0,axiom,
    accept_team(countryafirstaidorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4738,def_lhs_atom100]) ).

cnf(c_0_4739_0,axiom,
    accept_number(countryafirstaidorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4739,def_lhs_atom99]) ).

cnf(c_0_4740_0,axiom,
    any_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4740,def_lhs_atom98]) ).

cnf(c_0_4741_0,axiom,
    the_agent_in_all_proposed_teams(countryacivilorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4741,def_lhs_atom97]) ).

cnf(c_0_4742_0,axiom,
    accept_team(countryacivilorganization,countryafirstaidorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4742,def_lhs_atom96]) ).

cnf(c_0_4743_0,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4743,def_lhs_atom95]) ).

cnf(c_0_4744_0,axiom,
    accept_team(countryacivilorganization,countryahumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4744,def_lhs_atom94]) ).

cnf(c_0_4745_0,axiom,
    accept_number(countryacivilorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4745,def_lhs_atom93]) ).

cnf(c_0_4746_0,axiom,
    accept_team(countryafirstaidorganization,countryacivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4746,def_lhs_atom92]) ).

cnf(c_0_4747_0,axiom,
    any_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4747,def_lhs_atom91]) ).

cnf(c_0_4748_0,axiom,
    the_agent_in_all_proposed_teams(christiancountrychumanitarianorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4748,def_lhs_atom90]) ).

cnf(c_0_4749_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4749,def_lhs_atom89]) ).

cnf(c_0_4750_0,axiom,
    accept_number(countrycmedicalorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4750,def_lhs_atom88]) ).

cnf(c_0_4751_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrycmedicalorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4751,def_lhs_atom87]) ).

cnf(c_0_4752_0,axiom,
    accept_number(countrycmedicalorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4752,def_lhs_atom86]) ).

cnf(c_0_4753_0,axiom,
    accept_team(countrycmedicalorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4753,def_lhs_atom85]) ).

cnf(c_0_4754_0,axiom,
    any_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4754,def_lhs_atom84]) ).

cnf(c_0_4755_0,axiom,
    the_agent_in_all_proposed_teams(countrycmedicalorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4755,def_lhs_atom83]) ).

cnf(c_0_4756_0,axiom,
    accept_team(sufferterragovernment,countryacivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4756,def_lhs_atom82]) ).

cnf(c_0_4757_0,axiom,
    any_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4757,def_lhs_atom81]) ).

cnf(c_0_4758_0,axiom,
    the_agent_in_all_proposed_teams(countrybcivilorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4758,def_lhs_atom80]) ).

cnf(c_0_4759_0,axiom,
    accept_number(countrybcivilorganization,n5),
    inference(unfold_definition,[status(thm)],[c_0_4759,def_lhs_atom79]) ).

cnf(c_0_4760_0,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4760,def_lhs_atom78]) ).

cnf(c_0_4761_0,axiom,
    accept_team(countrybcivilorganization,countrycmedicalorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4761,def_lhs_atom77]) ).

cnf(c_0_4762_0,axiom,
    any_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4762,def_lhs_atom76]) ).

cnf(c_0_4763_0,axiom,
    the_agent_in_all_proposed_teams(countryccivilorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4763,def_lhs_atom75]) ).

cnf(c_0_4764_0,axiom,
    ~ accept_team(countryccivilorganization,countrycmedicalorganization,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4764,def_lhs_atom74]) ).

cnf(c_0_4765_0,axiom,
    accept_team(countryccivilorganization,countrycmedicalorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4765,def_lhs_atom73]) ).

cnf(c_0_4766_0,axiom,
    any_agent_in_all_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4766,def_lhs_atom72]) ).

cnf(c_0_4767_0,axiom,
    the_agent_not_in_any_proposed_teams(countryamedicalorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4767,def_lhs_atom71]) ).

cnf(c_0_4768_0,axiom,
    ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4768,def_lhs_atom70]) ).

cnf(c_0_4769_0,axiom,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4769,def_lhs_atom69]) ).

cnf(c_0_4770_0,axiom,
    ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4770,def_lhs_atom68]) ).

cnf(c_0_4771_0,axiom,
    ~ accept_team(countryamedicalorganization,sufferterragovernment,coastvillage,n2),
    inference(unfold_definition,[status(thm)],[c_0_4771,def_lhs_atom67]) ).

cnf(c_0_4772_0,axiom,
    ~ accept_team(countryamedicalorganization,christiansufferterrahumanitarianorganization,coastvillage,n2),
    inference(unfold_definition,[status(thm)],[c_0_4772,def_lhs_atom66]) ).

cnf(c_0_4773_0,axiom,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,coastvillage,n2),
    inference(unfold_definition,[status(thm)],[c_0_4773,def_lhs_atom65]) ).

cnf(c_0_4774_0,axiom,
    ~ accept_team(countryamedicalorganization,countryafirstaidorganization,coastvillage,n2),
    inference(unfold_definition,[status(thm)],[c_0_4774,def_lhs_atom64]) ).

cnf(c_0_4775_0,axiom,
    ~ accept_team(countryamedicalorganization,countryahumanitarianorganization,coastvillage,n2),
    inference(unfold_definition,[status(thm)],[c_0_4775,def_lhs_atom63]) ).

cnf(c_0_4776_0,axiom,
    accept_number(countryahumanitarianorganization,n2),
    inference(unfold_definition,[status(thm)],[c_0_4776,def_lhs_atom62]) ).

cnf(c_0_4777_0,axiom,
    accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4777,def_lhs_atom61]) ).

cnf(c_0_4778_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4778,def_lhs_atom60]) ).

cnf(c_0_4779_0,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4779,def_lhs_atom59]) ).

cnf(c_0_4780_0,axiom,
    accept_team(countrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4780,def_lhs_atom58]) ).

cnf(c_0_4781_0,axiom,
    any_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4781,def_lhs_atom57]) ).

cnf(c_0_4782_0,axiom,
    the_agent_in_all_proposed_teams(countrybhumanitarianorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4782,def_lhs_atom56]) ).

cnf(c_0_4783_0,axiom,
    accept_number(countrybhumanitarianorganization,n1),
    inference(unfold_definition,[status(thm)],[c_0_4783,def_lhs_atom55]) ).

cnf(c_0_4784_0,axiom,
    accept_team(sufferterragovernment,countryacivilorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4784,def_lhs_atom54]) ).

cnf(c_0_4785_0,axiom,
    accept_team(christiansufferterrahumanitarianorganization,countryacivilorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4785,def_lhs_atom53]) ).

cnf(c_0_4786_0,axiom,
    accept_team(countrybcivilorganization,countrybhumanitarianorganization,cityb,n4),
    inference(unfold_definition,[status(thm)],[c_0_4786,def_lhs_atom52]) ).

cnf(c_0_4787_0,axiom,
    accept_number(countrybhumanitarianorganization,n4),
    inference(unfold_definition,[status(thm)],[c_0_4787,def_lhs_atom51]) ).

cnf(c_0_4788_0,axiom,
    accept_team(countryafirstaidorganization,countryacivilorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4788,def_lhs_atom50]) ).

cnf(c_0_4789_0,axiom,
    accept_team(christiancountrychumanitarianorganization,countrybhumanitarianorganization,cityb,n4),
    inference(unfold_definition,[status(thm)],[c_0_4789,def_lhs_atom49]) ).

cnf(c_0_4790_0,axiom,
    accept_team(countryamedicalorganization,countryacivilorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4790,def_lhs_atom48]) ).

cnf(c_0_4791_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,christiancountrychumanitarianorganization,coastvillage,n5),
    inference(unfold_definition,[status(thm)],[c_0_4791,def_lhs_atom47]) ).

cnf(c_0_4792_0,axiom,
    any_agent_in_all_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4792,def_lhs_atom46]) ).

cnf(c_0_4793_0,axiom,
    the_agent_not_in_any_proposed_teams(muslimcountrybhumanitarianorganization,countryacivilorganization,towna),
    inference(unfold_definition,[status(thm)],[c_0_4793,def_lhs_atom45]) ).

cnf(c_0_4794_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n5),
    inference(unfold_definition,[status(thm)],[c_0_4794,def_lhs_atom44]) ).

cnf(c_0_4795_0,axiom,
    ~ accept_team(muslimcountrybhumanitarianorganization,countrycmedicalorganization,towna,n4),
    inference(unfold_definition,[status(thm)],[c_0_4795,def_lhs_atom43]) ).

cnf(c_0_4796_0,axiom,
    accept_team(muslimcountrybhumanitarianorganization,countrybhumanitarianorganization,cityb,n4),
    inference(unfold_definition,[status(thm)],[c_0_4796,def_lhs_atom42]) ).

cnf(c_0_4797_0,axiom,
    accept_team(countryccivilorganization,countrybhumanitarianorganization,cityb,n2),
    inference(unfold_definition,[status(thm)],[c_0_4797,def_lhs_atom41]) ).

cnf(c_0_4798_0,axiom,
    any_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4798,def_lhs_atom40]) ).

cnf(c_0_4799_0,axiom,
    the_agent_in_all_proposed_teams(countryahumanitarianorganization,christiancountrychumanitarianorganization,coastvillage),
    inference(unfold_definition,[status(thm)],[c_0_4799,def_lhs_atom39]) ).

cnf(c_0_4800_0,axiom,
    accept_team(countryahumanitarianorganization,countryafirstaidorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4800,def_lhs_atom38]) ).

cnf(c_0_4801_0,axiom,
    accept_team(countryahumanitarianorganization,countryacivilorganization,coastvillage,n6),
    inference(unfold_definition,[status(thm)],[c_0_4801,def_lhs_atom37]) ).

cnf(c_0_4802_0,axiom,
    accept_team(countryahumanitarianorganization,countryacivilorganization,towna,n6),
    inference(unfold_definition,[status(thm)],[c_0_4802,def_lhs_atom36]) ).

cnf(c_0_4803_0,axiom,
    accept_team(countryahumanitarianorganization,countryacivilorganization,cityb,n6),
    inference(unfold_definition,[status(thm)],[c_0_4803,def_lhs_atom35]) ).

% Orienting (remaining) axiom formulas using strategy ClausalAll
% CNF of (remaining) axioms:
% Start CNF derivation
% End CNF derivation
% Generating one_way clauses for all literals in the CNF.
% CNF of non-axioms
% Start CNF derivation
fof(c_0_0_001,conjecture,
    accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    file('<stdin>',query_1) ).

fof(c_0_1_002,negated_conjecture,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[c_0_0])]) ).

fof(c_0_2_003,negated_conjecture,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    c_0_1 ).

cnf(c_0_3_004,negated_conjecture,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    inference(split_conjunct,[status(thm)],[c_0_2]) ).

cnf(c_0_4_005,negated_conjecture,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    c_0_3,
    [final] ).

% End CNF derivation

%-------------------------------------------------------------
% Proof by iprover

cnf(c_26,plain,
    accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_7623cc.p',c_0_4777_0) ).

cnf(c_995,negated_conjecture,
    ~ accept_team(countryamedicalorganization,countryacivilorganization,towna,n6),
    file('/export/starexec/sandbox2/tmp/iprover_modulo_7623cc.p',c_0_4) ).

cnf(contradiction,plain,
    $false,
    inference(minisat,[status(thm)],[c_26,c_995]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : AGT001+2 : TPTP v8.1.0. Bugfixed v3.1.0.
% 0.11/0.13  % Command  : iprover_modulo %s %d
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jun  4 05:51:41 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Running in mono-core mode
% 0.20/0.46  % Orienting using strategy Equiv(ClausalAll)
% 0.20/0.46  % FOF problem with conjecture
% 0.20/0.46  % Executing iprover_moduloopt --modulo true --schedule none --sub_typing false --res_to_prop_solver none --res_prop_simpl_given false --res_lit_sel kbo_max --large_theory_mode false --res_time_limit 1000 --res_orphan_elimination false --prep_sem_filter none --prep_unflatten false --comb_res_mult 1000 --comb_inst_mult 300 --clausifier .//eprover --clausifier_options "--tstp-format  " --proof_out_file /export/starexec/sandbox2/tmp/iprover_proof_b7db39.s --tptp_safe_out true --time_out_real 150 /export/starexec/sandbox2/tmp/iprover_modulo_7623cc.p | tee /export/starexec/sandbox2/tmp/iprover_modulo_out_c3d6ed | grep -v "SZS"
% 0.20/0.49  
% 0.20/0.49  %---------------- iProver v2.5 (CASC-J8 2016) ----------------%
% 0.20/0.49  
% 0.20/0.49  % 
% 0.20/0.49  % ------  iProver source info 
% 0.20/0.49  
% 0.20/0.49  % git: sha1: 57accf6c58032223c7708532cf852a99fa48c1b3
% 0.20/0.49  % git: non_committed_changes: true
% 0.20/0.49  % git: last_make_outside_of_git: true
% 0.20/0.49  
% 0.20/0.49  % 
% 0.20/0.49  % ------ Input Options
% 0.20/0.49  
% 0.20/0.49  % --out_options                         all
% 0.20/0.49  % --tptp_safe_out                       true
% 0.20/0.49  % --problem_path                        ""
% 0.20/0.49  % --include_path                        ""
% 0.20/0.49  % --clausifier                          .//eprover
% 0.20/0.49  % --clausifier_options                  --tstp-format  
% 0.20/0.49  % --stdin                               false
% 0.20/0.49  % --dbg_backtrace                       false
% 0.20/0.49  % --dbg_dump_prop_clauses               false
% 0.20/0.49  % --dbg_dump_prop_clauses_file          -
% 0.20/0.49  % --dbg_out_stat                        false
% 0.20/0.49  
% 0.20/0.49  % ------ General Options
% 0.20/0.49  
% 0.20/0.49  % --fof                                 false
% 0.20/0.49  % --time_out_real                       150.
% 0.20/0.49  % --time_out_prep_mult                  0.2
% 0.20/0.49  % --time_out_virtual                    -1.
% 0.20/0.49  % --schedule                            none
% 0.20/0.49  % --ground_splitting                    input
% 0.20/0.49  % --splitting_nvd                       16
% 0.20/0.49  % --non_eq_to_eq                        false
% 0.20/0.49  % --prep_gs_sim                         true
% 0.20/0.49  % --prep_unflatten                      false
% 0.20/0.49  % --prep_res_sim                        true
% 0.20/0.49  % --prep_upred                          true
% 0.20/0.49  % --res_sim_input                       true
% 0.20/0.49  % --clause_weak_htbl                    true
% 0.20/0.49  % --gc_record_bc_elim                   false
% 0.20/0.49  % --symbol_type_check                   false
% 0.20/0.49  % --clausify_out                        false
% 0.20/0.49  % --large_theory_mode                   false
% 0.20/0.49  % --prep_sem_filter                     none
% 0.20/0.49  % --prep_sem_filter_out                 false
% 0.20/0.49  % --preprocessed_out                    false
% 0.20/0.49  % --sub_typing                          false
% 0.20/0.49  % --brand_transform                     false
% 0.20/0.49  % --pure_diseq_elim                     true
% 0.20/0.49  % --min_unsat_core                      false
% 0.20/0.49  % --pred_elim                           true
% 0.20/0.49  % --add_important_lit                   false
% 0.20/0.49  % --soft_assumptions                    false
% 0.20/0.49  % --reset_solvers                       false
% 0.20/0.49  % --bc_imp_inh                          []
% 0.20/0.49  % --conj_cone_tolerance                 1.5
% 0.20/0.49  % --prolific_symb_bound                 500
% 0.20/0.49  % --lt_threshold                        2000
% 0.20/0.49  
% 0.20/0.49  % ------ SAT Options
% 0.20/0.49  
% 0.20/0.49  % --sat_mode                            false
% 0.20/0.49  % --sat_fm_restart_options              ""
% 0.20/0.49  % --sat_gr_def                          false
% 0.20/0.49  % --sat_epr_types                       true
% 0.20/0.49  % --sat_non_cyclic_types                false
% 0.20/0.49  % --sat_finite_models                   false
% 0.20/0.49  % --sat_fm_lemmas                       false
% 0.20/0.49  % --sat_fm_prep                         false
% 0.20/0.49  % --sat_fm_uc_incr                      true
% 0.20/0.49  % --sat_out_model                       small
% 0.20/0.49  % --sat_out_clauses                     false
% 0.20/0.49  
% 0.20/0.49  % ------ QBF Options
% 0.20/0.49  
% 0.20/0.49  % --qbf_mode                            false
% 0.20/0.49  % --qbf_elim_univ                       true
% 0.20/0.49  % --qbf_sk_in                           true
% 0.20/0.49  % --qbf_pred_elim                       true
% 0.20/0.49  % --qbf_split                           32
% 0.20/0.49  
% 0.20/0.49  % ------ BMC1 Options
% 0.20/0.49  
% 0.20/0.49  % --bmc1_incremental                    false
% 0.20/0.49  % --bmc1_axioms                         reachable_all
% 0.20/0.49  % --bmc1_min_bound                      0
% 0.20/0.49  % --bmc1_max_bound                      -1
% 0.20/0.49  % --bmc1_max_bound_default              -1
% 0.20/0.49  % --bmc1_symbol_reachability            true
% 0.20/0.49  % --bmc1_property_lemmas                false
% 0.20/0.49  % --bmc1_k_induction                    false
% 0.20/0.49  % --bmc1_non_equiv_states               false
% 0.20/0.49  % --bmc1_deadlock                       false
% 0.20/0.49  % --bmc1_ucm                            false
% 0.20/0.49  % --bmc1_add_unsat_core                 none
% 0.20/0.49  % --bmc1_unsat_core_children            false
% 0.20/0.49  % --bmc1_unsat_core_extrapolate_axioms  false
% 0.20/0.49  % --bmc1_out_stat                       full
% 0.20/0.49  % --bmc1_ground_init                    false
% 0.20/0.49  % --bmc1_pre_inst_next_state            false
% 0.20/0.49  % --bmc1_pre_inst_state                 false
% 0.20/0.49  % --bmc1_pre_inst_reach_state           false
% 0.20/0.49  % --bmc1_out_unsat_core                 false
% 0.20/0.49  % --bmc1_aig_witness_out                false
% 0.20/0.49  % --bmc1_verbose                        false
% 0.20/0.49  % --bmc1_dump_clauses_tptp              false
% 0.20/0.52  % --bmc1_dump_unsat_core_tptp           false
% 0.20/0.52  % --bmc1_dump_file                      -
% 0.20/0.52  % --bmc1_ucm_expand_uc_limit            128
% 0.20/0.52  % --bmc1_ucm_n_expand_iterations        6
% 0.20/0.52  % --bmc1_ucm_extend_mode                1
% 0.20/0.52  % --bmc1_ucm_init_mode                  2
% 0.20/0.52  % --bmc1_ucm_cone_mode                  none
% 0.20/0.52  % --bmc1_ucm_reduced_relation_type      0
% 0.20/0.52  % --bmc1_ucm_relax_model                4
% 0.20/0.52  % --bmc1_ucm_full_tr_after_sat          true
% 0.20/0.52  % --bmc1_ucm_expand_neg_assumptions     false
% 0.20/0.52  % --bmc1_ucm_layered_model              none
% 0.20/0.52  % --bmc1_ucm_max_lemma_size             10
% 0.20/0.52  
% 0.20/0.52  % ------ AIG Options
% 0.20/0.52  
% 0.20/0.52  % --aig_mode                            false
% 0.20/0.52  
% 0.20/0.52  % ------ Instantiation Options
% 0.20/0.52  
% 0.20/0.52  % --instantiation_flag                  true
% 0.20/0.52  % --inst_lit_sel                        [+prop;+sign;+ground;-num_var;-num_symb]
% 0.20/0.52  % --inst_solver_per_active              750
% 0.20/0.52  % --inst_solver_calls_frac              0.5
% 0.20/0.52  % --inst_passive_queue_type             priority_queues
% 0.20/0.52  % --inst_passive_queues                 [[-conj_dist;+conj_symb;-num_var];[+age;-num_symb]]
% 0.20/0.52  % --inst_passive_queues_freq            [25;2]
% 0.20/0.52  % --inst_dismatching                    true
% 0.20/0.52  % --inst_eager_unprocessed_to_passive   true
% 0.20/0.52  % --inst_prop_sim_given                 true
% 0.20/0.52  % --inst_prop_sim_new                   false
% 0.20/0.52  % --inst_orphan_elimination             true
% 0.20/0.52  % --inst_learning_loop_flag             true
% 0.20/0.52  % --inst_learning_start                 3000
% 0.20/0.52  % --inst_learning_factor                2
% 0.20/0.52  % --inst_start_prop_sim_after_learn     3
% 0.20/0.52  % --inst_sel_renew                      solver
% 0.20/0.52  % --inst_lit_activity_flag              true
% 0.20/0.52  % --inst_out_proof                      true
% 0.20/0.52  
% 0.20/0.52  % ------ Resolution Options
% 0.20/0.52  
% 0.20/0.52  % --resolution_flag                     true
% 0.20/0.52  % --res_lit_sel                         kbo_max
% 0.20/0.52  % --res_to_prop_solver                  none
% 0.20/0.52  % --res_prop_simpl_new                  false
% 0.20/0.52  % --res_prop_simpl_given                false
% 0.20/0.52  % --res_passive_queue_type              priority_queues
% 0.20/0.52  % --res_passive_queues                  [[-conj_dist;+conj_symb;-num_symb];[+age;-num_symb]]
% 0.20/0.52  % --res_passive_queues_freq             [15;5]
% 0.20/0.52  % --res_forward_subs                    full
% 0.20/0.52  % --res_backward_subs                   full
% 0.20/0.52  % --res_forward_subs_resolution         true
% 0.20/0.52  % --res_backward_subs_resolution        true
% 0.20/0.52  % --res_orphan_elimination              false
% 0.20/0.52  % --res_time_limit                      1000.
% 0.20/0.52  % --res_out_proof                       true
% 0.20/0.52  % --proof_out_file                      /export/starexec/sandbox2/tmp/iprover_proof_b7db39.s
% 0.20/0.52  % --modulo                              true
% 0.20/0.52  
% 0.20/0.52  % ------ Combination Options
% 0.20/0.52  
% 0.20/0.52  % --comb_res_mult                       1000
% 0.20/0.52  % --comb_inst_mult                      300
% 0.20/0.52  % ------ 
% 0.20/0.52  
% 0.20/0.52  % ------ Parsing...% successful
% 0.20/0.52  
% 0.20/0.52  % 
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  % ------                             Statistics
% 0.20/0.52  
% 0.20/0.52  % ------ General
% 0.20/0.52  
% 0.20/0.52  % num_of_input_clauses:                 996
% 0.20/0.52  % num_of_input_neg_conjectures:         1
% 0.20/0.52  % num_of_splits:                        0
% 0.20/0.52  % num_of_split_atoms:                   0
% 0.20/0.52  % num_of_sem_filtered_clauses:          0
% 0.20/0.52  % num_of_subtypes:                      0
% 0.20/0.52  % monotx_restored_types:                0
% 0.20/0.52  % sat_num_of_epr_types:                 0
% 0.20/0.52  % sat_num_of_non_cyclic_types:          0
% 0.20/0.52  % sat_guarded_non_collapsed_types:      0
% 0.20/0.52  % is_epr:                               0
% 0.20/0.52  % is_horn:                              0
% 0.20/0.52  % has_eq:                               0
% 0.20/0.52  % num_pure_diseq_elim:                  0
% 0.20/0.52  % simp_replaced_by:                     0
% 0.20/0.52  % res_preprocessed:                     0
% 0.20/0.52  % prep_upred:                           0
% 0.20/0.52  % prep_unflattend:                      0
% 0.20/0.52  % pred_elim_cands:                      0
% 0.20/0.52  % pred_elim:                            0
% 0.20/0.52  % pred_elim_cl:                         0
% 0.20/0.52  % pred_elim_cycles:                     0
% 0.20/0.52  % forced_gc_time:                       0
% 0.20/0.52  % gc_basic_clause_elim:                 0
% 0.20/0.52  % parsing_time:                         0.021
% 0.20/0.52  % sem_filter_time:                      0.
% 0.20/0.52  % pred_elim_time:                       0.
% 0.20/0.52  % out_proof_time:                       0.
% 0.20/0.52  % monotx_time:                          0.
% 0.20/0.52  % subtype_inf_time:                     0.
% 0.20/0.52  % unif_index_cands_time:                0.
% 0.20/0.52  % unif_index_add_time:                  0.
% 0.20/0.52  % total_time:                           0.047
% 0.20/0.52  % num_of_symbols:                       331
% 0.20/0.52  % num_of_terms:                         1957
% 0.20/0.52  
% 0.20/0.52  % ------ Propositional Solver
% 0.20/0.52  
% 0.20/0.52  % prop_solver_calls:                    0
% 0.20/0.52  % prop_fast_solver_calls:               0
% 0.20/0.52  % prop_num_of_clauses:                  1035
% 0.20/0.52  % prop_preprocess_simplified:           40
% 0.20/0.52  % prop_fo_subsumed:                     0
% 0.20/0.52  % prop_solver_time:                     0.
% 0.20/0.52  % prop_fast_solver_time:                0.
% 0.20/0.52  % prop_unsat_core_time:                 0.
% 0.20/0.52  
% 0.20/0.52  % ------ QBF 
% 0.20/0.52  
% 0.20/0.52  % qbf_q_res:                            0
% 0.20/0.52  % qbf_num_tautologies:                  0
% 0.20/0.52  % qbf_prep_cycles:                      0
% 0.20/0.52  
% 0.20/0.52  % ------ BMC1
% 0.20/0.52  
% 0.20/0.52  % bmc1_current_bound:                   -1
% 0.20/0.52  % bmc1_last_solved_bound:               -1
% 0.20/0.52  % bmc1_unsat_core_size:                 -1
% 0.20/0.52  % bmc1_unsat_core_parents_size:         -1
% 0.20/0.52  % bmc1_merge_next_fun:                  0
% 0.20/0.52  % bmc1_unsat_core_clauses_time:         0.
% 0.20/0.52  
% 0.20/0.52  % ------ Instantiation
% 0.20/0.52  
% 0.20/0.52  % inst_num_of_clauses:                  undef
% 0.20/0.52  % inst_num_in_passive:                  undef
% 0.20/0.52  % inst_num_in_active:                   0
% 0.20/0.52  % inst_num_in_unprocessed:              0
% 0.20/0.52  % inst_num_of_loops:                    0
% 0.20/0.52  % inst_num_of_learning_restarts:        0
% 0.20/0.52  % inst_num_moves_active_passive:        0
% 0.20/0.52  % inst_lit_activity:                    0
% 0.20/0.52  % inst_lit_activity_moves:              0
% 0.20/0.52  % inst_num_tautologies:                 0
% 0.20/0.52  % inst_num_prop_implied:                0
% 0.20/0.52  % inst_num_existing_simplified:         0
% 0.20/0.52  % inst_num_eq_res_simplified:           0
% 0.20/0.52  % inst_num_child_elim:                  0
% 0.20/0.52  % inst_num_of_dismatching_blockings:    0
% 0.20/0.52  % inst_num_of_non_proper_insts:         0
% 0.20/0.52  % inst_num_of_duplicates:               0
% 0.20/0.52  % inst_inst_num_from_inst_to_res:       0
% 0.20/0.52  % inst_dismatching_checking_time:       0.
% 0.20/0.52  
% 0.20/0.52  % ------ Resolution
% 0.20/0.52  
% 0.20/0.52  % res_num_of_clauses:                   undef
% 0.20/0.52  % res_num_in_passive:                   undef
% 0.20/0.52  % res_num_in_active:                    0
% 0.20/0.52  % res_num_of_loops:                     0
% 0.20/0.52  % res_forward_subset_subsumed:          0
% 0.20/0.52  % res_backward_subset_subsumed:         0
% 0.20/0.52  % res_forward_subsumed:                 0
% 0.20/0.52  % res_backward_subsumed:                0
% 0.20/0.52  % res_forward_subsumption_resolution:   0
% 0.20/0.52  % res_backward_subsumption_resolution:  0
% 0.20/0.52  % res_clause_to_clause_subsumption:     0
% 0.20/0.52  % res_orphan_elimination:               0
% 0.20/0.52  % res_tautology_del:                    0
% 0.20/0.52  % res_num_eq_res_simplified:            0
% 0.20/0.52  % res_num_sel_changes:                  0
% 0.20/0.52  % res_moves_from_active_to_pass:        0
% 0.20/0.52  
% 0.20/0.52  % Status Unsatisfiable
% 0.20/0.52  % SZS status Theorem
% 0.20/0.52  % SZS output start CNFRefutation
% See solution above
%------------------------------------------------------------------------------