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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 0.19s 0.43s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   38
% Syntax   : Number of formulae    :  207 (  99 unt;  13 typ;   0 def)
%            Number of atoms       : 1155 ( 293 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 1799 ( 262   ~; 375   |;   0   &;1162   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  13 usr;   7 con; 0-3 aty)
%            Number of variables   :  345 (   0   ^ 345   !;   0   ?; 345   :)

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

thf(tp_a_truth,type,
    a_truth: $i > $o ).

thf(tp_answer,type,
    answer: $i > $o ).

thf(tp_ask_1_if_2,type,
    ask_1_if_2: $i > $i > $o ).

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

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

thf(tp_equal_type,type,
    equal_type: $i > $i > $i ).

thf(tp_liar,type,
    liar: $i > $i ).

thf(tp_no,type,
    no: $i ).

thf(tp_people,type,
    people: $i > $i > $i > $o ).

thf(tp_says,type,
    says: $i > $i > $i ).

thf(tp_truthteller,type,
    truthteller: $i > $i ).

thf(tp_yes,type,
    yes: $i ).

thf(1,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( ask_1_if_2 @ X @ Y )
      | ~ ( a_truth @ ( liar @ X ) )
      | ( a_truth @ Y )
      | ( answer @ yes ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',liar_supports_lies) ).

thf(2,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( ask_1_if_2 @ X @ Y )
      | ~ ( a_truth @ ( liar @ X ) )
      | ~ ( a_truth @ Y )
      | ( answer @ no ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',liar_denies_truths) ).

thf(3,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( ask_1_if_2 @ X @ Y )
      | ~ ( a_truth @ ( truthteller @ X ) )
      | ( a_truth @ Y )
      | ( answer @ no ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truthteller_denies_lies) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( ask_1_if_2 @ X @ Y )
      | ~ ( a_truth @ ( truthteller @ X ) )
      | ~ ( a_truth @ Y )
      | ( answer @ yes ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truthteller_identifies_truths) ).

thf(5,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
      | ( a_truth @ ( equal_type @ Y @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetry_of_equal_type) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( a_truth @ ( liar @ X ) )
      | ( a_truth @ ( equal_type @ X @ Y ) )
      | ( a_truth @ ( truthteller @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',liar_not_equal_truthteller) ).

thf(7,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( a_truth @ ( truthteller @ X ) )
      | ( a_truth @ ( equal_type @ X @ Y ) )
      | ( a_truth @ ( liar @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truthteller_not_equal_liar) ).

thf(8,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
      | ~ ( a_truth @ ( liar @ X ) )
      | ( a_truth @ ( liar @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',liar_equals_liar) ).

thf(9,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
      | ~ ( a_truth @ ( truthteller @ X ) )
      | ( a_truth @ ( truthteller @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truthteller_equals_truthtller) ).

thf(10,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( people @ X @ Y @ Z )
      | ~ ( a_truth @ ( truthteller @ X ) )
      | ~ ( a_truth @ ( truthteller @ Y ) )
      | ( a_truth @ ( equal_type @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',two_truthtellers_are_equal) ).

thf(11,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( people @ X @ Y @ Z )
      | ~ ( a_truth @ ( liar @ X ) )
      | ~ ( a_truth @ ( liar @ Y ) )
      | ( a_truth @ ( equal_type @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',two_liars_are_equal) ).

thf(12,axiom,
    ! [Statement: $i,Liar: $i] :
      ( ( a_truth @ Statement )
      | ~ ( a_truth @ ( says @ Liar @ Statement ) )
      | ( a_truth @ ( liar @ Liar ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',liars_are_told_by_liars) ).

thf(13,axiom,
    ! [Statement: $i,Truthteller: $i] :
      ( ~ ( a_truth @ Statement )
      | ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
      | ( a_truth @ ( truthteller @ Truthteller ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truths_are_told_by_truthtellers) ).

thf(14,axiom,
    ! [Liar: $i,Statement: $i] :
      ( ~ ( a_truth @ ( liar @ Liar ) )
      | ~ ( a_truth @ ( says @ Liar @ Statement ) )
      | ~ ( a_truth @ Statement ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',liars_lie) ).

thf(15,axiom,
    ! [Truthteller: $i,Statement: $i] :
      ( ~ ( a_truth @ ( truthteller @ Truthteller ) )
      | ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
      | ( a_truth @ Statement ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truthtellers_tell_truth) ).

thf(16,axiom,
    ! [X: $i] :
      ( ~ ( a_truth @ ( truthteller @ X ) )
      | ~ ( a_truth @ ( liar @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_both) ).

thf(17,axiom,
    ! [X: $i] :
      ( ( a_truth @ ( truthteller @ X ) )
      | ( a_truth @ ( liar @ X ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',truthteller_or_liar) ).

thf(18,axiom,
    ask_1_if_2 @ c @ ( equal_type @ a @ b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ask_c_if_a_and_b_equal) ).

thf(19,axiom,
    a_truth @ ( says @ a @ ( equal_type @ b @ c ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_says_b_and_c_equal) ).

thf(20,axiom,
    people @ c @ b @ a,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_b_a_are_people) ).

thf(21,axiom,
    people @ a @ c @ b,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_c_b_are_people) ).

thf(22,axiom,
    people @ a @ b @ a,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_b_c_are_people) ).

thf(23,axiom,
    people @ b @ c @ a,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_c_a_are_people) ).

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

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

thf(26,negated_conjecture,
    ! [Answer: $i] :
      ~ ( answer @ Answer ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_there_is_an_answer) ).

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

thf(28,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( liar @ X ) )
          | ( a_truth @ Y )
          | ( answer @ yes ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(29,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( liar @ X ) )
          | ~ ( a_truth @ Y )
          | ( answer @ no ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ Y )
          | ( answer @ no ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(31,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ Y )
          | ( answer @ yes ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
          | ( a_truth @ ( equal_type @ Y @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( liar @ X ) )
          | ( a_truth @ ( equal_type @ X @ Y ) )
          | ( a_truth @ ( truthteller @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ ( equal_type @ X @ Y ) )
          | ( a_truth @ ( liar @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
          | ~ ( a_truth @ ( liar @ X ) )
          | ( a_truth @ ( liar @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(36,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ ( truthteller @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(37,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( people @ X @ Y @ Z )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ ( truthteller @ Y ) )
          | ( a_truth @ ( equal_type @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(38,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( people @ X @ Y @ Z )
          | ~ ( a_truth @ ( liar @ X ) )
          | ~ ( a_truth @ ( liar @ Y ) )
          | ( a_truth @ ( equal_type @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(39,plain,
    ( ( ! [Statement: $i,Liar: $i] :
          ( ( a_truth @ Statement )
          | ~ ( a_truth @ ( says @ Liar @ Statement ) )
          | ( a_truth @ ( liar @ Liar ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(40,plain,
    ( ( ! [Statement: $i,Truthteller: $i] :
          ( ~ ( a_truth @ Statement )
          | ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
          | ( a_truth @ ( truthteller @ Truthteller ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(41,plain,
    ( ( ! [Liar: $i,Statement: $i] :
          ( ~ ( a_truth @ ( liar @ Liar ) )
          | ~ ( a_truth @ ( says @ Liar @ Statement ) )
          | ~ ( a_truth @ Statement ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(42,plain,
    ( ( ! [Truthteller: $i,Statement: $i] :
          ( ~ ( a_truth @ ( truthteller @ Truthteller ) )
          | ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
          | ( a_truth @ Statement ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(43,plain,
    ( ( ! [X: $i] :
          ( ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ ( liar @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(44,plain,
    ( ( ! [X: $i] :
          ( ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ ( liar @ X ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(45,plain,
    ( ( ask_1_if_2 @ c @ ( equal_type @ a @ b ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(46,plain,
    ( ( a_truth @ ( says @ a @ ( equal_type @ b @ c ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(47,plain,
    ( ( people @ c @ b @ a )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(48,plain,
    ( ( people @ a @ c @ b )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(49,plain,
    ( ( people @ a @ b @ a )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(50,plain,
    ( ( people @ b @ c @ a )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(51,plain,
    ( ( ! [Answer: $i] :
          ~ ( answer @ Answer ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

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

thf(53,plain,
    ( ( ! [X: $i] :
          ( ~ ( a_truth @ ( liar @ X ) )
          | ! [Y: $i] :
              ( ( a_truth @ ( equal_type @ X @ Y ) )
              | ( a_truth @ ( truthteller @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(54,plain,
    ( ( ! [X: $i] :
          ( ~ ( a_truth @ ( truthteller @ X ) )
          | ! [Y: $i] :
              ( ( a_truth @ ( equal_type @ X @ Y ) )
              | ( a_truth @ ( liar @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(55,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( people @ X @ Y @ Z )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ ( truthteller @ Y ) )
          | ( a_truth @ ( equal_type @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(56,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( people @ X @ Y @ Z )
          | ~ ( a_truth @ ( liar @ X ) )
          | ~ ( a_truth @ ( liar @ Y ) )
          | ( a_truth @ ( equal_type @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[38]) ).

thf(57,plain,
    ( ( ! [Statement: $i] :
          ( ( a_truth @ Statement )
          | ! [Liar: $i] :
              ( ~ ( a_truth @ ( says @ Liar @ Statement ) )
              | ( a_truth @ ( liar @ Liar ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[39]) ).

thf(58,plain,
    ( ( ! [Statement: $i] :
          ( ~ ( a_truth @ Statement )
          | ! [Truthteller: $i] :
              ( ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
              | ( a_truth @ ( truthteller @ Truthteller ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(59,plain,
    ( ( ! [Liar: $i] :
          ( ~ ( a_truth @ ( liar @ Liar ) )
          | ! [Statement: $i] :
              ( ~ ( a_truth @ ( says @ Liar @ Statement ) )
              | ~ ( a_truth @ Statement ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(60,plain,
    ( ( ! [Truthteller: $i] :
          ( ~ ( a_truth @ ( truthteller @ Truthteller ) )
          | ! [Statement: $i] :
              ( ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
              | ( a_truth @ Statement ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[42]) ).

thf(61,plain,
    ( ( ! [Answer: $i] :
          ~ ( answer @ Answer ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(62,plain,
    ( ( people @ b @ c @ a )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(63,plain,
    ( ( people @ a @ b @ a )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(64,plain,
    ( ( people @ a @ c @ b )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(65,plain,
    ( ( people @ c @ b @ a )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(66,plain,
    ( ( a_truth @ ( says @ a @ ( equal_type @ b @ c ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(67,plain,
    ( ( ask_1_if_2 @ c @ ( equal_type @ a @ b ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(68,plain,
    ( ( ! [X: $i] :
          ( ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ ( liar @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(69,plain,
    ( ( ! [X: $i] :
          ( ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ ( liar @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(70,plain,
    ( ( ! [Truthteller: $i] :
          ( ~ ( a_truth @ ( truthteller @ Truthteller ) )
          | ! [Statement: $i] :
              ( ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
              | ( a_truth @ Statement ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[60]) ).

thf(71,plain,
    ( ( ! [Liar: $i] :
          ( ~ ( a_truth @ ( liar @ Liar ) )
          | ! [Statement: $i] :
              ( ~ ( a_truth @ ( says @ Liar @ Statement ) )
              | ~ ( a_truth @ Statement ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

thf(72,plain,
    ( ( ! [Statement: $i] :
          ( ~ ( a_truth @ Statement )
          | ! [Truthteller: $i] :
              ( ~ ( a_truth @ ( says @ Truthteller @ Statement ) )
              | ( a_truth @ ( truthteller @ Truthteller ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(73,plain,
    ( ( ! [Statement: $i] :
          ( ( a_truth @ Statement )
          | ! [Liar: $i] :
              ( ~ ( a_truth @ ( says @ Liar @ Statement ) )
              | ( a_truth @ ( liar @ Liar ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(74,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( people @ X @ Y @ Z )
          | ~ ( a_truth @ ( liar @ X ) )
          | ~ ( a_truth @ ( liar @ Y ) )
          | ( a_truth @ ( equal_type @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(75,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( people @ X @ Y @ Z )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ ( truthteller @ Y ) )
          | ( a_truth @ ( equal_type @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(76,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ ( truthteller @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(77,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
          | ~ ( a_truth @ ( liar @ X ) )
          | ( a_truth @ ( liar @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(78,plain,
    ( ( ! [X: $i] :
          ( ~ ( a_truth @ ( truthteller @ X ) )
          | ! [Y: $i] :
              ( ( a_truth @ ( equal_type @ X @ Y ) )
              | ( a_truth @ ( liar @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(79,plain,
    ( ( ! [X: $i] :
          ( ~ ( a_truth @ ( liar @ X ) )
          | ! [Y: $i] :
              ( ( a_truth @ ( equal_type @ X @ Y ) )
              | ( a_truth @ ( truthteller @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(80,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( a_truth @ ( equal_type @ X @ Y ) )
          | ( a_truth @ ( equal_type @ Y @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(81,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ~ ( a_truth @ Y )
          | ( answer @ yes ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(82,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( truthteller @ X ) )
          | ( a_truth @ Y )
          | ( answer @ no ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(83,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( liar @ X ) )
          | ~ ( a_truth @ Y )
          | ( answer @ no ) ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(84,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( ask_1_if_2 @ X @ Y )
          | ~ ( a_truth @ ( liar @ X ) )
          | ( a_truth @ Y )
          | ( answer @ yes ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

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

thf(86,plain,
    ! [SV1: $i] :
      ( ( ~ ( answer @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(87,plain,
    ! [SV2: $i] :
      ( ( ( a_truth @ ( truthteller @ SV2 ) )
        | ( a_truth @ ( liar @ SV2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(88,plain,
    ! [SV3: $i] :
      ( ( ~ ( a_truth @ ( truthteller @ SV3 ) )
        | ~ ( a_truth @ ( liar @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(89,plain,
    ! [SV4: $i] :
      ( ( ~ ( a_truth @ ( truthteller @ SV4 ) )
        | ! [SY35: $i] :
            ( ~ ( a_truth @ ( says @ SV4 @ SY35 ) )
            | ( a_truth @ SY35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(90,plain,
    ! [SV5: $i] :
      ( ( ~ ( a_truth @ ( liar @ SV5 ) )
        | ! [SY36: $i] :
            ( ~ ( a_truth @ ( says @ SV5 @ SY36 ) )
            | ~ ( a_truth @ SY36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(91,plain,
    ! [SV6: $i] :
      ( ( ~ ( a_truth @ SV6 )
        | ! [SY37: $i] :
            ( ~ ( a_truth @ ( says @ SY37 @ SV6 ) )
            | ( a_truth @ ( truthteller @ SY37 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(92,plain,
    ! [SV7: $i] :
      ( ( ( a_truth @ SV7 )
        | ! [SY38: $i] :
            ( ~ ( a_truth @ ( says @ SY38 @ SV7 ) )
            | ( a_truth @ ( liar @ SY38 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(93,plain,
    ! [SV8: $i] :
      ( ( ! [SY39: $i] :
            ( ! [SY40: $i] :
                ~ ( people @ SV8 @ SY39 @ SY40 )
            | ~ ( a_truth @ ( liar @ SV8 ) )
            | ~ ( a_truth @ ( liar @ SY39 ) )
            | ( a_truth @ ( equal_type @ SV8 @ SY39 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(94,plain,
    ! [SV9: $i] :
      ( ( ! [SY41: $i] :
            ( ! [SY42: $i] :
                ~ ( people @ SV9 @ SY41 @ SY42 )
            | ~ ( a_truth @ ( truthteller @ SV9 ) )
            | ~ ( a_truth @ ( truthteller @ SY41 ) )
            | ( a_truth @ ( equal_type @ SV9 @ SY41 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(95,plain,
    ! [SV10: $i] :
      ( ( ! [SY43: $i] :
            ( ~ ( a_truth @ ( equal_type @ SV10 @ SY43 ) )
            | ~ ( a_truth @ ( truthteller @ SV10 ) )
            | ( a_truth @ ( truthteller @ SY43 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(96,plain,
    ! [SV11: $i] :
      ( ( ! [SY44: $i] :
            ( ~ ( a_truth @ ( equal_type @ SV11 @ SY44 ) )
            | ~ ( a_truth @ ( liar @ SV11 ) )
            | ( a_truth @ ( liar @ SY44 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(97,plain,
    ! [SV12: $i] :
      ( ( ~ ( a_truth @ ( truthteller @ SV12 ) )
        | ! [SY45: $i] :
            ( ( a_truth @ ( equal_type @ SV12 @ SY45 ) )
            | ( a_truth @ ( liar @ SY45 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(98,plain,
    ! [SV13: $i] :
      ( ( ~ ( a_truth @ ( liar @ SV13 ) )
        | ! [SY46: $i] :
            ( ( a_truth @ ( equal_type @ SV13 @ SY46 ) )
            | ( a_truth @ ( truthteller @ SY46 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(99,plain,
    ! [SV14: $i] :
      ( ( ! [SY47: $i] :
            ( ~ ( a_truth @ ( equal_type @ SV14 @ SY47 ) )
            | ( a_truth @ ( equal_type @ SY47 @ SV14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(100,plain,
    ! [SV15: $i] :
      ( ( ! [SY48: $i] :
            ( ~ ( ask_1_if_2 @ SV15 @ SY48 )
            | ~ ( a_truth @ ( truthteller @ SV15 ) )
            | ~ ( a_truth @ SY48 )
            | ( answer @ yes ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(101,plain,
    ! [SV16: $i] :
      ( ( ! [SY49: $i] :
            ( ~ ( ask_1_if_2 @ SV16 @ SY49 )
            | ~ ( a_truth @ ( truthteller @ SV16 ) )
            | ( a_truth @ SY49 )
            | ( answer @ no ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(102,plain,
    ! [SV17: $i] :
      ( ( ! [SY50: $i] :
            ( ~ ( ask_1_if_2 @ SV17 @ SY50 )
            | ~ ( a_truth @ ( liar @ SV17 ) )
            | ~ ( a_truth @ SY50 )
            | ( answer @ no ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(103,plain,
    ! [SV18: $i] :
      ( ( ! [SY51: $i] :
            ( ~ ( ask_1_if_2 @ SV18 @ SY51 )
            | ~ ( a_truth @ ( liar @ SV18 ) )
            | ( a_truth @ SY51 )
            | ( answer @ yes ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

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

thf(105,plain,
    ! [SV1: $i] :
      ( ( answer @ SV1 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(106,plain,
    ! [SV2: $i] :
      ( ( ( a_truth @ ( truthteller @ SV2 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV2 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[87]) ).

thf(107,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV3 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV3 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(108,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV4 ) ) )
        = $true )
      | ( ( ! [SY35: $i] :
              ( ~ ( a_truth @ ( says @ SV4 @ SY35 ) )
              | ( a_truth @ SY35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(109,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV5 ) ) )
        = $true )
      | ( ( ! [SY36: $i] :
              ( ~ ( a_truth @ ( says @ SV5 @ SY36 ) )
              | ~ ( a_truth @ SY36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(110,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( a_truth @ SV6 ) )
        = $true )
      | ( ( ! [SY37: $i] :
              ( ~ ( a_truth @ ( says @ SY37 @ SV6 ) )
              | ( a_truth @ ( truthteller @ SY37 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(111,plain,
    ! [SV7: $i] :
      ( ( ( a_truth @ SV7 )
        = $true )
      | ( ( ! [SY38: $i] :
              ( ~ ( a_truth @ ( says @ SY38 @ SV7 ) )
              | ( a_truth @ ( liar @ SY38 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(112,plain,
    ! [SV19: $i,SV8: $i] :
      ( ( ! [SY52: $i] :
            ~ ( people @ SV8 @ SV19 @ SY52 )
        | ~ ( a_truth @ ( liar @ SV8 ) )
        | ~ ( a_truth @ ( liar @ SV19 ) )
        | ( a_truth @ ( equal_type @ SV8 @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(113,plain,
    ! [SV20: $i,SV9: $i] :
      ( ( ! [SY53: $i] :
            ~ ( people @ SV9 @ SV20 @ SY53 )
        | ~ ( a_truth @ ( truthteller @ SV9 ) )
        | ~ ( a_truth @ ( truthteller @ SV20 ) )
        | ( a_truth @ ( equal_type @ SV9 @ SV20 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(114,plain,
    ! [SV21: $i,SV10: $i] :
      ( ( ~ ( a_truth @ ( equal_type @ SV10 @ SV21 ) )
        | ~ ( a_truth @ ( truthteller @ SV10 ) )
        | ( a_truth @ ( truthteller @ SV21 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(115,plain,
    ! [SV22: $i,SV11: $i] :
      ( ( ~ ( a_truth @ ( equal_type @ SV11 @ SV22 ) )
        | ~ ( a_truth @ ( liar @ SV11 ) )
        | ( a_truth @ ( liar @ SV22 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(116,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV12 ) ) )
        = $true )
      | ( ( ! [SY45: $i] :
              ( ( a_truth @ ( equal_type @ SV12 @ SY45 ) )
              | ( a_truth @ ( liar @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(117,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV13 ) ) )
        = $true )
      | ( ( ! [SY46: $i] :
              ( ( a_truth @ ( equal_type @ SV13 @ SY46 ) )
              | ( a_truth @ ( truthteller @ SY46 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[98]) ).

thf(118,plain,
    ! [SV23: $i,SV14: $i] :
      ( ( ~ ( a_truth @ ( equal_type @ SV14 @ SV23 ) )
        | ( a_truth @ ( equal_type @ SV23 @ SV14 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(119,plain,
    ! [SV24: $i,SV15: $i] :
      ( ( ~ ( ask_1_if_2 @ SV15 @ SV24 )
        | ~ ( a_truth @ ( truthteller @ SV15 ) )
        | ~ ( a_truth @ SV24 )
        | ( answer @ yes ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(120,plain,
    ! [SV25: $i,SV16: $i] :
      ( ( ~ ( ask_1_if_2 @ SV16 @ SV25 )
        | ~ ( a_truth @ ( truthteller @ SV16 ) )
        | ( a_truth @ SV25 )
        | ( answer @ no ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(121,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ~ ( ask_1_if_2 @ SV17 @ SV26 )
        | ~ ( a_truth @ ( liar @ SV17 ) )
        | ~ ( a_truth @ SV26 )
        | ( answer @ no ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[102]) ).

thf(122,plain,
    ! [SV27: $i,SV18: $i] :
      ( ( ~ ( ask_1_if_2 @ SV18 @ SV27 )
        | ~ ( a_truth @ ( liar @ SV18 ) )
        | ( a_truth @ SV27 )
        | ( answer @ yes ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(123,plain,
    ! [SV3: $i] :
      ( ( ( a_truth @ ( truthteller @ SV3 ) )
        = $false )
      | ( ( ~ ( a_truth @ ( liar @ SV3 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(124,plain,
    ! [SV4: $i] :
      ( ( ( a_truth @ ( truthteller @ SV4 ) )
        = $false )
      | ( ( ! [SY35: $i] :
              ( ~ ( a_truth @ ( says @ SV4 @ SY35 ) )
              | ( a_truth @ SY35 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[108]) ).

thf(125,plain,
    ! [SV5: $i] :
      ( ( ( a_truth @ ( liar @ SV5 ) )
        = $false )
      | ( ( ! [SY36: $i] :
              ( ~ ( a_truth @ ( says @ SV5 @ SY36 ) )
              | ~ ( a_truth @ SY36 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[109]) ).

thf(126,plain,
    ! [SV6: $i] :
      ( ( ( a_truth @ SV6 )
        = $false )
      | ( ( ! [SY37: $i] :
              ( ~ ( a_truth @ ( says @ SY37 @ SV6 ) )
              | ( a_truth @ ( truthteller @ SY37 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[110]) ).

thf(127,plain,
    ! [SV7: $i,SV28: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV28 @ SV7 ) )
          | ( a_truth @ ( liar @ SV28 ) ) )
        = $true )
      | ( ( a_truth @ SV7 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(128,plain,
    ! [SV19: $i,SV8: $i] :
      ( ( ( ! [SY52: $i] :
              ~ ( people @ SV8 @ SV19 @ SY52 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV8 ) )
          | ~ ( a_truth @ ( liar @ SV19 ) )
          | ( a_truth @ ( equal_type @ SV8 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(129,plain,
    ! [SV20: $i,SV9: $i] :
      ( ( ( ! [SY53: $i] :
              ~ ( people @ SV9 @ SV20 @ SY53 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( truthteller @ SV9 ) )
          | ~ ( a_truth @ ( truthteller @ SV20 ) )
          | ( a_truth @ ( equal_type @ SV9 @ SV20 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(130,plain,
    ! [SV21: $i,SV10: $i] :
      ( ( ( ~ ( a_truth @ ( equal_type @ SV10 @ SV21 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ ( truthteller @ SV10 ) )
          | ( a_truth @ ( truthteller @ SV21 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(131,plain,
    ! [SV22: $i,SV11: $i] :
      ( ( ( ~ ( a_truth @ ( equal_type @ SV11 @ SV22 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV11 ) )
          | ( a_truth @ ( liar @ SV22 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[115]) ).

thf(132,plain,
    ! [SV12: $i] :
      ( ( ( a_truth @ ( truthteller @ SV12 ) )
        = $false )
      | ( ( ! [SY45: $i] :
              ( ( a_truth @ ( equal_type @ SV12 @ SY45 ) )
              | ( a_truth @ ( liar @ SY45 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(133,plain,
    ! [SV13: $i] :
      ( ( ( a_truth @ ( liar @ SV13 ) )
        = $false )
      | ( ( ! [SY46: $i] :
              ( ( a_truth @ ( equal_type @ SV13 @ SY46 ) )
              | ( a_truth @ ( truthteller @ SY46 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[117]) ).

thf(134,plain,
    ! [SV23: $i,SV14: $i] :
      ( ( ( ~ ( a_truth @ ( equal_type @ SV14 @ SV23 ) ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV23 @ SV14 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[118]) ).

thf(135,plain,
    ! [SV24: $i,SV15: $i] :
      ( ( ( ~ ( ask_1_if_2 @ SV15 @ SV24 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( truthteller @ SV15 ) )
          | ~ ( a_truth @ SV24 )
          | ( answer @ yes ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(136,plain,
    ! [SV25: $i,SV16: $i] :
      ( ( ( ~ ( ask_1_if_2 @ SV16 @ SV25 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( truthteller @ SV16 ) )
          | ( a_truth @ SV25 )
          | ( answer @ no ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[120]) ).

thf(137,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( ~ ( ask_1_if_2 @ SV17 @ SV26 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV17 ) )
          | ~ ( a_truth @ SV26 )
          | ( answer @ no ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[121]) ).

thf(138,plain,
    ! [SV27: $i,SV18: $i] :
      ( ( ( ~ ( ask_1_if_2 @ SV18 @ SV27 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV18 ) )
          | ( a_truth @ SV27 )
          | ( answer @ yes ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(139,plain,
    ! [SV3: $i] :
      ( ( ( a_truth @ ( liar @ SV3 ) )
        = $false )
      | ( ( a_truth @ ( truthteller @ SV3 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[123]) ).

thf(140,plain,
    ! [SV29: $i,SV4: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV4 @ SV29 ) )
          | ( a_truth @ SV29 ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV4 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(141,plain,
    ! [SV30: $i,SV5: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV5 @ SV30 ) )
          | ~ ( a_truth @ SV30 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV5 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(142,plain,
    ! [SV6: $i,SV31: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV31 @ SV6 ) )
          | ( a_truth @ ( truthteller @ SV31 ) ) )
        = $true )
      | ( ( a_truth @ SV6 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(143,plain,
    ! [SV7: $i,SV28: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV28 @ SV7 ) ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV28 ) )
        = $true )
      | ( ( a_truth @ SV7 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[127]) ).

thf(144,plain,
    ! [SV32: $i,SV19: $i,SV8: $i] :
      ( ( ( ~ ( people @ SV8 @ SV19 @ SV32 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV8 ) )
          | ~ ( a_truth @ ( liar @ SV19 ) )
          | ( a_truth @ ( equal_type @ SV8 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(145,plain,
    ! [SV33: $i,SV20: $i,SV9: $i] :
      ( ( ( ~ ( people @ SV9 @ SV20 @ SV33 ) )
        = $true )
      | ( ( ~ ( a_truth @ ( truthteller @ SV9 ) )
          | ~ ( a_truth @ ( truthteller @ SV20 ) )
          | ( a_truth @ ( equal_type @ SV9 @ SV20 ) ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(146,plain,
    ! [SV21: $i,SV10: $i] :
      ( ( ( a_truth @ ( equal_type @ SV10 @ SV21 ) )
        = $false )
      | ( ( ~ ( a_truth @ ( truthteller @ SV10 ) )
          | ( a_truth @ ( truthteller @ SV21 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(147,plain,
    ! [SV22: $i,SV11: $i] :
      ( ( ( a_truth @ ( equal_type @ SV11 @ SV22 ) )
        = $false )
      | ( ( ~ ( a_truth @ ( liar @ SV11 ) )
          | ( a_truth @ ( liar @ SV22 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(148,plain,
    ! [SV34: $i,SV12: $i] :
      ( ( ( ( a_truth @ ( equal_type @ SV12 @ SV34 ) )
          | ( a_truth @ ( liar @ SV34 ) ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV12 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(149,plain,
    ! [SV35: $i,SV13: $i] :
      ( ( ( ( a_truth @ ( equal_type @ SV13 @ SV35 ) )
          | ( a_truth @ ( truthteller @ SV35 ) ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV13 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(150,plain,
    ! [SV23: $i,SV14: $i] :
      ( ( ( a_truth @ ( equal_type @ SV14 @ SV23 ) )
        = $false )
      | ( ( a_truth @ ( equal_type @ SV23 @ SV14 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(151,plain,
    ! [SV24: $i,SV15: $i] :
      ( ( ( ask_1_if_2 @ SV15 @ SV24 )
        = $false )
      | ( ( ~ ( a_truth @ ( truthteller @ SV15 ) )
          | ~ ( a_truth @ SV24 )
          | ( answer @ yes ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(152,plain,
    ! [SV25: $i,SV16: $i] :
      ( ( ( ask_1_if_2 @ SV16 @ SV25 )
        = $false )
      | ( ( ~ ( a_truth @ ( truthteller @ SV16 ) )
          | ( a_truth @ SV25 )
          | ( answer @ no ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(153,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( ask_1_if_2 @ SV17 @ SV26 )
        = $false )
      | ( ( ~ ( a_truth @ ( liar @ SV17 ) )
          | ~ ( a_truth @ SV26 )
          | ( answer @ no ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(154,plain,
    ! [SV27: $i,SV18: $i] :
      ( ( ( ask_1_if_2 @ SV18 @ SV27 )
        = $false )
      | ( ( ~ ( a_truth @ ( liar @ SV18 ) )
          | ( a_truth @ SV27 )
          | ( answer @ yes ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[138]) ).

thf(155,plain,
    ! [SV29: $i,SV4: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV4 @ SV29 ) ) )
        = $true )
      | ( ( a_truth @ SV29 )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV4 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[140]) ).

thf(156,plain,
    ! [SV30: $i,SV5: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV5 @ SV30 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ SV30 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV5 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[141]) ).

thf(157,plain,
    ! [SV6: $i,SV31: $i] :
      ( ( ( ~ ( a_truth @ ( says @ SV31 @ SV6 ) ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV31 ) )
        = $true )
      | ( ( a_truth @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[142]) ).

thf(158,plain,
    ! [SV7: $i,SV28: $i] :
      ( ( ( a_truth @ ( says @ SV28 @ SV7 ) )
        = $false )
      | ( ( a_truth @ ( liar @ SV28 ) )
        = $true )
      | ( ( a_truth @ SV7 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[143]) ).

thf(159,plain,
    ! [SV32: $i,SV19: $i,SV8: $i] :
      ( ( ( people @ SV8 @ SV19 @ SV32 )
        = $false )
      | ( ( ~ ( a_truth @ ( liar @ SV8 ) )
          | ~ ( a_truth @ ( liar @ SV19 ) )
          | ( a_truth @ ( equal_type @ SV8 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(160,plain,
    ! [SV33: $i,SV20: $i,SV9: $i] :
      ( ( ( people @ SV9 @ SV20 @ SV33 )
        = $false )
      | ( ( ~ ( a_truth @ ( truthteller @ SV9 ) )
          | ~ ( a_truth @ ( truthteller @ SV20 ) )
          | ( a_truth @ ( equal_type @ SV9 @ SV20 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(161,plain,
    ! [SV21: $i,SV10: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV10 ) ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV21 ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV10 @ SV21 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

thf(162,plain,
    ! [SV22: $i,SV11: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV11 ) ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV22 ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV11 @ SV22 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[147]) ).

thf(163,plain,
    ! [SV34: $i,SV12: $i] :
      ( ( ( a_truth @ ( equal_type @ SV12 @ SV34 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV34 ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV12 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[148]) ).

thf(164,plain,
    ! [SV35: $i,SV13: $i] :
      ( ( ( a_truth @ ( equal_type @ SV13 @ SV35 ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV35 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV13 ) )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(165,plain,
    ! [SV24: $i,SV15: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV15 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ SV24 )
          | ( answer @ yes ) )
        = $true )
      | ( ( ask_1_if_2 @ SV15 @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(166,plain,
    ! [SV25: $i,SV16: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV16 ) ) )
        = $true )
      | ( ( ( a_truth @ SV25 )
          | ( answer @ no ) )
        = $true )
      | ( ( ask_1_if_2 @ SV16 @ SV25 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(167,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV17 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ SV26 )
          | ( answer @ no ) )
        = $true )
      | ( ( ask_1_if_2 @ SV17 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(168,plain,
    ! [SV27: $i,SV18: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV18 ) ) )
        = $true )
      | ( ( ( a_truth @ SV27 )
          | ( answer @ yes ) )
        = $true )
      | ( ( ask_1_if_2 @ SV18 @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(169,plain,
    ! [SV29: $i,SV4: $i] :
      ( ( ( a_truth @ ( says @ SV4 @ SV29 ) )
        = $false )
      | ( ( a_truth @ SV29 )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV4 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[155]) ).

thf(170,plain,
    ! [SV30: $i,SV5: $i] :
      ( ( ( a_truth @ ( says @ SV5 @ SV30 ) )
        = $false )
      | ( ( ~ ( a_truth @ SV30 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV5 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(171,plain,
    ! [SV6: $i,SV31: $i] :
      ( ( ( a_truth @ ( says @ SV31 @ SV6 ) )
        = $false )
      | ( ( a_truth @ ( truthteller @ SV31 ) )
        = $true )
      | ( ( a_truth @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[157]) ).

thf(172,plain,
    ! [SV32: $i,SV19: $i,SV8: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV8 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ ( liar @ SV19 ) )
          | ( a_truth @ ( equal_type @ SV8 @ SV19 ) ) )
        = $true )
      | ( ( people @ SV8 @ SV19 @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[159]) ).

thf(173,plain,
    ! [SV33: $i,SV20: $i,SV9: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV9 ) ) )
        = $true )
      | ( ( ~ ( a_truth @ ( truthteller @ SV20 ) )
          | ( a_truth @ ( equal_type @ SV9 @ SV20 ) ) )
        = $true )
      | ( ( people @ SV9 @ SV20 @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(174,plain,
    ! [SV21: $i,SV10: $i] :
      ( ( ( a_truth @ ( truthteller @ SV10 ) )
        = $false )
      | ( ( a_truth @ ( truthteller @ SV21 ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV10 @ SV21 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[161]) ).

thf(175,plain,
    ! [SV22: $i,SV11: $i] :
      ( ( ( a_truth @ ( liar @ SV11 ) )
        = $false )
      | ( ( a_truth @ ( liar @ SV22 ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV11 @ SV22 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(176,plain,
    ! [SV24: $i,SV15: $i] :
      ( ( ( a_truth @ ( truthteller @ SV15 ) )
        = $false )
      | ( ( ~ ( a_truth @ SV24 )
          | ( answer @ yes ) )
        = $true )
      | ( ( ask_1_if_2 @ SV15 @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[165]) ).

thf(177,plain,
    ! [SV25: $i,SV16: $i] :
      ( ( ( a_truth @ ( truthteller @ SV16 ) )
        = $false )
      | ( ( ( a_truth @ SV25 )
          | ( answer @ no ) )
        = $true )
      | ( ( ask_1_if_2 @ SV16 @ SV25 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[166]) ).

thf(178,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( a_truth @ ( liar @ SV17 ) )
        = $false )
      | ( ( ~ ( a_truth @ SV26 )
          | ( answer @ no ) )
        = $true )
      | ( ( ask_1_if_2 @ SV17 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[167]) ).

thf(179,plain,
    ! [SV27: $i,SV18: $i] :
      ( ( ( a_truth @ ( liar @ SV18 ) )
        = $false )
      | ( ( ( a_truth @ SV27 )
          | ( answer @ yes ) )
        = $true )
      | ( ( ask_1_if_2 @ SV18 @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[168]) ).

thf(180,plain,
    ! [SV5: $i,SV30: $i] :
      ( ( ( a_truth @ SV30 )
        = $false )
      | ( ( a_truth @ ( says @ SV5 @ SV30 ) )
        = $false )
      | ( ( a_truth @ ( liar @ SV5 ) )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(181,plain,
    ! [SV32: $i,SV19: $i,SV8: $i] :
      ( ( ( a_truth @ ( liar @ SV8 ) )
        = $false )
      | ( ( ~ ( a_truth @ ( liar @ SV19 ) )
          | ( a_truth @ ( equal_type @ SV8 @ SV19 ) ) )
        = $true )
      | ( ( people @ SV8 @ SV19 @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(182,plain,
    ! [SV33: $i,SV20: $i,SV9: $i] :
      ( ( ( a_truth @ ( truthteller @ SV9 ) )
        = $false )
      | ( ( ~ ( a_truth @ ( truthteller @ SV20 ) )
          | ( a_truth @ ( equal_type @ SV9 @ SV20 ) ) )
        = $true )
      | ( ( people @ SV9 @ SV20 @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

thf(183,plain,
    ! [SV15: $i,SV24: $i] :
      ( ( ( ~ ( a_truth @ SV24 ) )
        = $true )
      | ( ( answer @ yes )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV15 ) )
        = $false )
      | ( ( ask_1_if_2 @ SV15 @ SV24 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[176]) ).

thf(184,plain,
    ! [SV16: $i,SV25: $i] :
      ( ( ( a_truth @ SV25 )
        = $true )
      | ( ( answer @ no )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV16 ) )
        = $false )
      | ( ( ask_1_if_2 @ SV16 @ SV25 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[177]) ).

thf(185,plain,
    ! [SV17: $i,SV26: $i] :
      ( ( ( ~ ( a_truth @ SV26 ) )
        = $true )
      | ( ( answer @ no )
        = $true )
      | ( ( a_truth @ ( liar @ SV17 ) )
        = $false )
      | ( ( ask_1_if_2 @ SV17 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[178]) ).

thf(186,plain,
    ! [SV18: $i,SV27: $i] :
      ( ( ( a_truth @ SV27 )
        = $true )
      | ( ( answer @ yes )
        = $true )
      | ( ( a_truth @ ( liar @ SV18 ) )
        = $false )
      | ( ( ask_1_if_2 @ SV18 @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[179]) ).

thf(187,plain,
    ! [SV32: $i,SV8: $i,SV19: $i] :
      ( ( ( ~ ( a_truth @ ( liar @ SV19 ) ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV8 @ SV19 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV8 ) )
        = $false )
      | ( ( people @ SV8 @ SV19 @ SV32 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[181]) ).

thf(188,plain,
    ! [SV33: $i,SV9: $i,SV20: $i] :
      ( ( ( ~ ( a_truth @ ( truthteller @ SV20 ) ) )
        = $true )
      | ( ( a_truth @ ( equal_type @ SV9 @ SV20 ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV9 ) )
        = $false )
      | ( ( people @ SV9 @ SV20 @ SV33 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(189,plain,
    ! [SV15: $i,SV24: $i] :
      ( ( ( a_truth @ SV24 )
        = $false )
      | ( ( answer @ yes )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV15 ) )
        = $false )
      | ( ( ask_1_if_2 @ SV15 @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[183]) ).

thf(190,plain,
    ! [SV17: $i,SV26: $i] :
      ( ( ( a_truth @ SV26 )
        = $false )
      | ( ( answer @ no )
        = $true )
      | ( ( a_truth @ ( liar @ SV17 ) )
        = $false )
      | ( ( ask_1_if_2 @ SV17 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[185]) ).

thf(191,plain,
    ! [SV32: $i,SV8: $i,SV19: $i] :
      ( ( ( a_truth @ ( liar @ SV19 ) )
        = $false )
      | ( ( a_truth @ ( equal_type @ SV8 @ SV19 ) )
        = $true )
      | ( ( a_truth @ ( liar @ SV8 ) )
        = $false )
      | ( ( people @ SV8 @ SV19 @ SV32 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(192,plain,
    ! [SV33: $i,SV9: $i,SV20: $i] :
      ( ( ( a_truth @ ( truthteller @ SV20 ) )
        = $false )
      | ( ( a_truth @ ( equal_type @ SV9 @ SV20 ) )
        = $true )
      | ( ( a_truth @ ( truthteller @ SV9 ) )
        = $false )
      | ( ( people @ SV9 @ SV20 @ SV33 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[188]) ).

thf(193,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[62,192,191,190,189,186,184,180,175,174,171,169,164,163,158,150,139,106,105,104,67,66,65,64,63]) ).

thf(194,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[193]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : PUZ025-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.33  % Computer : n029.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Sat May 28 23:10:43 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.19/0.35  
% 0.19/0.35   No.of.Axioms: 24
% 0.19/0.35  
% 0.19/0.35   Length.of.Defs: 0
% 0.19/0.35  
% 0.19/0.35   Contains.Choice.Funs: false
% 0.19/0.36  (rf:0,axioms:24,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:26,loop_count:0,foatp_calls:0,translation:fof_full)........
% 0.19/0.43  
% 0.19/0.43  ********************************
% 0.19/0.43  *   All subproblems solved!    *
% 0.19/0.43  ********************************
% 0.19/0.43  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:24,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:193,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.45  
% 0.19/0.45  %**** Beginning of derivation protocol ****
% 0.19/0.45  % SZS output start CNFRefutation
% See solution above
% 0.19/0.45  
% 0.19/0.45  %**** End of derivation protocol ****
% 0.19/0.45  %**** no. of clauses in derivation: 194 ****
% 0.19/0.45  %**** clause counter: 193 ****
% 0.19/0.45  
% 0.19/0.45  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:24,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:193,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------