TSTP Solution File: SYN155-1 by Z3---4.8.9.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : SYN155-1 : TPTP v8.1.0. Released v1.1.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%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  : 300s
% DateTime : Thu Sep 29 23:53:58 EDT 2022

% Result   : Unsatisfiable 0.20s 0.49s
% Output   : Proof 0.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :  185
% Syntax   : Number of formulae    :  392 (  86 unt;  25 typ;   0 def)
%            Number of atoms       : 1871 (   0 equ)
%            Maximal formula atoms :   16 (   5 avg)
%            Number of connectives : 2603 (1203   ~;1187   |;   0   &)
%                                         ( 213 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   6 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :  104 ( 104 fml;   0 var)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  20   >;  22   *;   0   +;   0  <<)
%            Number of predicates  :   26 (  24 usr;   2 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   5 con; 0-0 aty)
%            Number of variables   :  892 ( 804   !;   0   ?; 892   :)

% Comments : 
%------------------------------------------------------------------------------
tff(n4_type,type,
    n4: ( $i * $i ) > $o ).

tff(a_type,type,
    a: $i ).

tff(d_type,type,
    d: $i ).

tff(p3_type,type,
    p3: ( $i * $i * $i ) > $o ).

tff(p2_type,type,
    p2: ( $i * $i * $i ) > $o ).

tff(q1_type,type,
    q1: ( $i * $i * $i ) > $o ).

tff(n0_type,type,
    n0: ( $i * $i ) > $o ).

tff(p0_type,type,
    p0: ( $i * $i ) > $o ).

tff(b_type,type,
    b: $i ).

tff(l1_type,type,
    l1: ( $i * $i ) > $o ).

tff(c_type,type,
    c: $i ).

tff(p1_type,type,
    p1: ( $i * $i * $i ) > $o ).

tff(m3_type,type,
    m3: ( $i * $i * $i ) > $o ).

tff(m1_type,type,
    m1: ( $i * $i * $i ) > $o ).

tff(l0_type,type,
    l0: $i > $o ).

tff(s0_type,type,
    s0: $i > $o ).

tff(k3_type,type,
    k3: ( $i * $i * $i ) > $o ).

tff(e_type,type,
    e: $i ).

tff(k2_type,type,
    k2: ( $i * $i ) > $o ).

tff(r0_type,type,
    r0: $i > $o ).

tff(m0_type,type,
    m0: ( $i * $i * $i ) > $o ).

tff(k1_type,type,
    k1: $i > $o ).

tff(m2_type,type,
    m2: $i > $o ).

tff(q0_type,type,
    q0: ( $i * $i ) > $o ).

tff(k0_type,type,
    k0: $i > $o ).

tff(1,plain,
    ^ [B: $i,A: $i,J: $i,C: $i] :
      refl(
        ( ( ~ p0(C,J)
          | ~ n0(B,A)
          | q1(J,A,J) )
      <=> ( ~ p0(C,J)
          | ~ n0(B,A)
          | q1(J,A,J) ) )),
    inference(bind,[status(th)],]) ).

tff(2,plain,
    ( ! [B: $i,A: $i,J: $i,C: $i] :
        ( ~ p0(C,J)
        | ~ n0(B,A)
        | q1(J,A,J) )
  <=> ! [B: $i,A: $i,J: $i,C: $i] :
        ( ~ p0(C,J)
        | ~ n0(B,A)
        | q1(J,A,J) ) ),
    inference(quant_intro,[status(thm)],[1]) ).

tff(3,plain,
    ( ! [B: $i,A: $i,J: $i,C: $i] :
        ( ~ p0(C,J)
        | ~ n0(B,A)
        | q1(J,A,J) )
  <=> ! [B: $i,A: $i,J: $i,C: $i] :
        ( ~ p0(C,J)
        | ~ n0(B,A)
        | q1(J,A,J) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(4,plain,
    ^ [B: $i,A: $i,J: $i,C: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( q1(J,A,J)
              | ~ n0(B,A) )
          <=> ( ~ n0(B,A)
              | q1(J,A,J) ) )),
          ( ( q1(J,A,J)
            | ~ n0(B,A)
            | ~ p0(C,J) )
        <=> ( ~ n0(B,A)
            | q1(J,A,J)
            | ~ p0(C,J) ) )),
        rewrite(
          ( ( ~ n0(B,A)
            | q1(J,A,J)
            | ~ p0(C,J) )
        <=> ( ~ p0(C,J)
            | ~ n0(B,A)
            | q1(J,A,J) ) )),
        ( ( q1(J,A,J)
          | ~ n0(B,A)
          | ~ p0(C,J) )
      <=> ( ~ p0(C,J)
          | ~ n0(B,A)
          | q1(J,A,J) ) )),
    inference(bind,[status(th)],]) ).

tff(5,plain,
    ( ! [B: $i,A: $i,J: $i,C: $i] :
        ( q1(J,A,J)
        | ~ n0(B,A)
        | ~ p0(C,J) )
  <=> ! [B: $i,A: $i,J: $i,C: $i] :
        ( ~ p0(C,J)
        | ~ n0(B,A)
        | q1(J,A,J) ) ),
    inference(quant_intro,[status(thm)],[4]) ).

tff(6,axiom,
    ! [B: $i,A: $i,J: $i,C: $i] :
      ( q1(J,A,J)
      | ~ n0(B,A)
      | ~ p0(C,J) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_092) ).

tff(7,plain,
    ! [B: $i,A: $i,J: $i,C: $i] :
      ( ~ p0(C,J)
      | ~ n0(B,A)
      | q1(J,A,J) ),
    inference(modus_ponens,[status(thm)],[6,5]) ).

tff(8,plain,
    ! [B: $i,A: $i,J: $i,C: $i] :
      ( ~ p0(C,J)
      | ~ n0(B,A)
      | q1(J,A,J) ),
    inference(modus_ponens,[status(thm)],[7,3]) ).

tff(9,plain,
    ! [B: $i,A: $i,J: $i,C: $i] :
      ( ~ p0(C,J)
      | ~ n0(B,A)
      | q1(J,A,J) ),
    inference(skolemize,[status(sab)],[8]) ).

tff(10,plain,
    ! [B: $i,A: $i,J: $i,C: $i] :
      ( ~ p0(C,J)
      | ~ n0(B,A)
      | q1(J,A,J) ),
    inference(modus_ponens,[status(thm)],[9,2]) ).

tff(11,plain,
    ( n0(b,a)
  <=> n0(b,a) ),
    inference(rewrite,[status(thm)],]) ).

tff(12,axiom,
    n0(b,a),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_37) ).

tff(13,plain,
    n0(b,a),
    inference(modus_ponens,[status(thm)],[12,11]) ).

tff(14,plain,
    ( p0(b,d)
  <=> p0(b,d) ),
    inference(rewrite,[status(thm)],]) ).

tff(15,axiom,
    p0(b,d),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_10) ).

tff(16,plain,
    p0(b,d),
    inference(modus_ponens,[status(thm)],[15,14]) ).

tff(17,plain,
    ( ( ~ ! [B: $i,A: $i,J: $i,C: $i] :
            ( ~ p0(C,J)
            | ~ n0(B,A)
            | q1(J,A,J) )
      | ~ p0(b,d)
      | ~ n0(b,a)
      | q1(d,a,d) )
  <=> ( ~ ! [B: $i,A: $i,J: $i,C: $i] :
            ( ~ p0(C,J)
            | ~ n0(B,A)
            | q1(J,A,J) )
      | ~ p0(b,d)
      | ~ n0(b,a)
      | q1(d,a,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(18,plain,
    ( ~ ! [B: $i,A: $i,J: $i,C: $i] :
          ( ~ p0(C,J)
          | ~ n0(B,A)
          | q1(J,A,J) )
    | ~ p0(b,d)
    | ~ n0(b,a)
    | q1(d,a,d) ),
    inference(quant_inst,[status(thm)],]) ).

tff(19,plain,
    ( ~ ! [B: $i,A: $i,J: $i,C: $i] :
          ( ~ p0(C,J)
          | ~ n0(B,A)
          | q1(J,A,J) )
    | ~ p0(b,d)
    | ~ n0(b,a)
    | q1(d,a,d) ),
    inference(modus_ponens,[status(thm)],[18,17]) ).

tff(20,plain,
    q1(d,a,d),
    inference(unit_resolution,[status(thm)],[19,16,13,10]) ).

tff(21,plain,
    ^ [B: $i] :
      refl(
        ( ( ~ q1(B,a,B)
          | p2(B,a,B) )
      <=> ( ~ q1(B,a,B)
          | p2(B,a,B) ) )),
    inference(bind,[status(th)],]) ).

tff(22,plain,
    ( ! [B: $i] :
        ( ~ q1(B,a,B)
        | p2(B,a,B) )
  <=> ! [B: $i] :
        ( ~ q1(B,a,B)
        | p2(B,a,B) ) ),
    inference(quant_intro,[status(thm)],[21]) ).

tff(23,plain,
    ( ! [B: $i] :
        ( ~ q1(B,a,B)
        | p2(B,a,B) )
  <=> ! [B: $i] :
        ( ~ q1(B,a,B)
        | p2(B,a,B) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(24,plain,
    ^ [B: $i] :
      rewrite(
        ( ( p2(B,a,B)
          | ~ q1(B,a,B) )
      <=> ( ~ q1(B,a,B)
          | p2(B,a,B) ) )),
    inference(bind,[status(th)],]) ).

tff(25,plain,
    ( ! [B: $i] :
        ( p2(B,a,B)
        | ~ q1(B,a,B) )
  <=> ! [B: $i] :
        ( ~ q1(B,a,B)
        | p2(B,a,B) ) ),
    inference(quant_intro,[status(thm)],[24]) ).

tff(26,axiom,
    ! [B: $i] :
      ( p2(B,a,B)
      | ~ q1(B,a,B) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_141) ).

tff(27,plain,
    ! [B: $i] :
      ( ~ q1(B,a,B)
      | p2(B,a,B) ),
    inference(modus_ponens,[status(thm)],[26,25]) ).

tff(28,plain,
    ! [B: $i] :
      ( ~ q1(B,a,B)
      | p2(B,a,B) ),
    inference(modus_ponens,[status(thm)],[27,23]) ).

tff(29,plain,
    ! [B: $i] :
      ( ~ q1(B,a,B)
      | p2(B,a,B) ),
    inference(skolemize,[status(sab)],[28]) ).

tff(30,plain,
    ! [B: $i] :
      ( ~ q1(B,a,B)
      | p2(B,a,B) ),
    inference(modus_ponens,[status(thm)],[29,22]) ).

tff(31,plain,
    ( ( ~ ! [B: $i] :
            ( ~ q1(B,a,B)
            | p2(B,a,B) )
      | ~ q1(d,a,d)
      | p2(d,a,d) )
  <=> ( ~ ! [B: $i] :
            ( ~ q1(B,a,B)
            | p2(B,a,B) )
      | ~ q1(d,a,d)
      | p2(d,a,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(32,plain,
    ( ~ ! [B: $i] :
          ( ~ q1(B,a,B)
          | p2(B,a,B) )
    | ~ q1(d,a,d)
    | p2(d,a,d) ),
    inference(quant_inst,[status(thm)],]) ).

tff(33,plain,
    ( ~ ! [B: $i] :
          ( ~ q1(B,a,B)
          | p2(B,a,B) )
    | ~ q1(d,a,d)
    | p2(d,a,d) ),
    inference(modus_ponens,[status(thm)],[32,31]) ).

tff(34,plain,
    p2(d,a,d),
    inference(unit_resolution,[status(thm)],[33,30,20]) ).

tff(35,plain,
    ^ [H: $i,G: $i] :
      refl(
        ( ( ~ n0(H,G)
          | l1(G,G) )
      <=> ( ~ n0(H,G)
          | l1(G,G) ) )),
    inference(bind,[status(th)],]) ).

tff(36,plain,
    ( ! [H: $i,G: $i] :
        ( ~ n0(H,G)
        | l1(G,G) )
  <=> ! [H: $i,G: $i] :
        ( ~ n0(H,G)
        | l1(G,G) ) ),
    inference(quant_intro,[status(thm)],[35]) ).

tff(37,plain,
    ( ! [H: $i,G: $i] :
        ( ~ n0(H,G)
        | l1(G,G) )
  <=> ! [H: $i,G: $i] :
        ( ~ n0(H,G)
        | l1(G,G) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(38,plain,
    ^ [H: $i,G: $i] :
      rewrite(
        ( ( l1(G,G)
          | ~ n0(H,G) )
      <=> ( ~ n0(H,G)
          | l1(G,G) ) )),
    inference(bind,[status(th)],]) ).

tff(39,plain,
    ( ! [H: $i,G: $i] :
        ( l1(G,G)
        | ~ n0(H,G) )
  <=> ! [H: $i,G: $i] :
        ( ~ n0(H,G)
        | l1(G,G) ) ),
    inference(quant_intro,[status(thm)],[38]) ).

tff(40,axiom,
    ! [H: $i,G: $i] :
      ( l1(G,G)
      | ~ n0(H,G) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_002) ).

tff(41,plain,
    ! [H: $i,G: $i] :
      ( ~ n0(H,G)
      | l1(G,G) ),
    inference(modus_ponens,[status(thm)],[40,39]) ).

tff(42,plain,
    ! [H: $i,G: $i] :
      ( ~ n0(H,G)
      | l1(G,G) ),
    inference(modus_ponens,[status(thm)],[41,37]) ).

tff(43,plain,
    ! [H: $i,G: $i] :
      ( ~ n0(H,G)
      | l1(G,G) ),
    inference(skolemize,[status(sab)],[42]) ).

tff(44,plain,
    ! [H: $i,G: $i] :
      ( ~ n0(H,G)
      | l1(G,G) ),
    inference(modus_ponens,[status(thm)],[43,36]) ).

tff(45,plain,
    ( n0(c,d)
  <=> n0(c,d) ),
    inference(rewrite,[status(thm)],]) ).

tff(46,axiom,
    n0(c,d),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_34) ).

tff(47,plain,
    n0(c,d),
    inference(modus_ponens,[status(thm)],[46,45]) ).

tff(48,plain,
    ( ( ~ ! [H: $i,G: $i] :
            ( ~ n0(H,G)
            | l1(G,G) )
      | ~ n0(c,d)
      | l1(d,d) )
  <=> ( ~ ! [H: $i,G: $i] :
            ( ~ n0(H,G)
            | l1(G,G) )
      | ~ n0(c,d)
      | l1(d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(49,plain,
    ( ~ ! [H: $i,G: $i] :
          ( ~ n0(H,G)
          | l1(G,G) )
    | ~ n0(c,d)
    | l1(d,d) ),
    inference(quant_inst,[status(thm)],]) ).

tff(50,plain,
    ( ~ ! [H: $i,G: $i] :
          ( ~ n0(H,G)
          | l1(G,G) )
    | ~ n0(c,d)
    | l1(d,d) ),
    inference(modus_ponens,[status(thm)],[49,48]) ).

tff(51,plain,
    l1(d,d),
    inference(unit_resolution,[status(thm)],[50,47,44]) ).

tff(52,plain,
    ^ [B: $i,C: $i] :
      refl(
        ( ( ~ p0(C,B)
          | p1(B,B,B) )
      <=> ( ~ p0(C,B)
          | p1(B,B,B) ) )),
    inference(bind,[status(th)],]) ).

tff(53,plain,
    ( ! [B: $i,C: $i] :
        ( ~ p0(C,B)
        | p1(B,B,B) )
  <=> ! [B: $i,C: $i] :
        ( ~ p0(C,B)
        | p1(B,B,B) ) ),
    inference(quant_intro,[status(thm)],[52]) ).

tff(54,plain,
    ( ! [B: $i,C: $i] :
        ( ~ p0(C,B)
        | p1(B,B,B) )
  <=> ! [B: $i,C: $i] :
        ( ~ p0(C,B)
        | p1(B,B,B) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(55,plain,
    ^ [B: $i,C: $i] :
      rewrite(
        ( ( p1(B,B,B)
          | ~ p0(C,B) )
      <=> ( ~ p0(C,B)
          | p1(B,B,B) ) )),
    inference(bind,[status(th)],]) ).

tff(56,plain,
    ( ! [B: $i,C: $i] :
        ( p1(B,B,B)
        | ~ p0(C,B) )
  <=> ! [B: $i,C: $i] :
        ( ~ p0(C,B)
        | p1(B,B,B) ) ),
    inference(quant_intro,[status(thm)],[55]) ).

tff(57,axiom,
    ! [B: $i,C: $i] :
      ( p1(B,B,B)
      | ~ p0(C,B) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_085) ).

tff(58,plain,
    ! [B: $i,C: $i] :
      ( ~ p0(C,B)
      | p1(B,B,B) ),
    inference(modus_ponens,[status(thm)],[57,56]) ).

tff(59,plain,
    ! [B: $i,C: $i] :
      ( ~ p0(C,B)
      | p1(B,B,B) ),
    inference(modus_ponens,[status(thm)],[58,54]) ).

tff(60,plain,
    ! [B: $i,C: $i] :
      ( ~ p0(C,B)
      | p1(B,B,B) ),
    inference(skolemize,[status(sab)],[59]) ).

tff(61,plain,
    ! [B: $i,C: $i] :
      ( ~ p0(C,B)
      | p1(B,B,B) ),
    inference(modus_ponens,[status(thm)],[60,53]) ).

tff(62,plain,
    ( ( ~ ! [B: $i,C: $i] :
            ( ~ p0(C,B)
            | p1(B,B,B) )
      | ~ p0(b,d)
      | p1(d,d,d) )
  <=> ( ~ ! [B: $i,C: $i] :
            ( ~ p0(C,B)
            | p1(B,B,B) )
      | ~ p0(b,d)
      | p1(d,d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(63,plain,
    ( ~ ! [B: $i,C: $i] :
          ( ~ p0(C,B)
          | p1(B,B,B) )
    | ~ p0(b,d)
    | p1(d,d,d) ),
    inference(quant_inst,[status(thm)],]) ).

tff(64,plain,
    ( ~ ! [B: $i,C: $i] :
          ( ~ p0(C,B)
          | p1(B,B,B) )
    | ~ p0(b,d)
    | p1(d,d,d) ),
    inference(modus_ponens,[status(thm)],[63,62]) ).

tff(65,plain,
    p1(d,d,d),
    inference(unit_resolution,[status(thm)],[64,16,61]) ).

tff(66,plain,
    ^ [D: $i,E: $i,F: $i,C: $i] :
      refl(
        ( ( ~ p2(C,D,C)
          | ~ l1(E,F)
          | ~ p1(C,E,F)
          | p2(C,D,D) )
      <=> ( ~ p2(C,D,C)
          | ~ l1(E,F)
          | ~ p1(C,E,F)
          | p2(C,D,D) ) )),
    inference(bind,[status(th)],]) ).

tff(67,plain,
    ( ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ p2(C,D,C)
        | ~ l1(E,F)
        | ~ p1(C,E,F)
        | p2(C,D,D) )
  <=> ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ p2(C,D,C)
        | ~ l1(E,F)
        | ~ p1(C,E,F)
        | p2(C,D,D) ) ),
    inference(quant_intro,[status(thm)],[66]) ).

tff(68,plain,
    ( ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ p2(C,D,C)
        | ~ l1(E,F)
        | ~ p1(C,E,F)
        | p2(C,D,D) )
  <=> ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ p2(C,D,C)
        | ~ l1(E,F)
        | ~ p1(C,E,F)
        | p2(C,D,D) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(69,plain,
    ^ [D: $i,E: $i,F: $i,C: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              rewrite(
                ( ( p2(C,D,D)
                  | ~ p1(C,E,F) )
              <=> ( ~ p1(C,E,F)
                  | p2(C,D,D) ) )),
              ( ( p2(C,D,D)
                | ~ p1(C,E,F)
                | ~ l1(E,F) )
            <=> ( ~ p1(C,E,F)
                | p2(C,D,D)
                | ~ l1(E,F) ) )),
            rewrite(
              ( ( ~ p1(C,E,F)
                | p2(C,D,D)
                | ~ l1(E,F) )
            <=> ( ~ l1(E,F)
                | ~ p1(C,E,F)
                | p2(C,D,D) ) )),
            ( ( p2(C,D,D)
              | ~ p1(C,E,F)
              | ~ l1(E,F) )
          <=> ( ~ l1(E,F)
              | ~ p1(C,E,F)
              | p2(C,D,D) ) )),
          ( ( p2(C,D,D)
            | ~ p1(C,E,F)
            | ~ l1(E,F)
            | ~ p2(C,D,C) )
        <=> ( ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D)
            | ~ p2(C,D,C) ) )),
        rewrite(
          ( ( ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D)
            | ~ p2(C,D,C) )
        <=> ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) ) )),
        ( ( p2(C,D,D)
          | ~ p1(C,E,F)
          | ~ l1(E,F)
          | ~ p2(C,D,C) )
      <=> ( ~ p2(C,D,C)
          | ~ l1(E,F)
          | ~ p1(C,E,F)
          | p2(C,D,D) ) )),
    inference(bind,[status(th)],]) ).

tff(70,plain,
    ( ! [D: $i,E: $i,F: $i,C: $i] :
        ( p2(C,D,D)
        | ~ p1(C,E,F)
        | ~ l1(E,F)
        | ~ p2(C,D,C) )
  <=> ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ p2(C,D,C)
        | ~ l1(E,F)
        | ~ p1(C,E,F)
        | p2(C,D,D) ) ),
    inference(quant_intro,[status(thm)],[69]) ).

tff(71,axiom,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( p2(C,D,D)
      | ~ p1(C,E,F)
      | ~ l1(E,F)
      | ~ p2(C,D,C) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_146) ).

tff(72,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ p2(C,D,C)
      | ~ l1(E,F)
      | ~ p1(C,E,F)
      | p2(C,D,D) ),
    inference(modus_ponens,[status(thm)],[71,70]) ).

tff(73,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ p2(C,D,C)
      | ~ l1(E,F)
      | ~ p1(C,E,F)
      | p2(C,D,D) ),
    inference(modus_ponens,[status(thm)],[72,68]) ).

tff(74,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ p2(C,D,C)
      | ~ l1(E,F)
      | ~ p1(C,E,F)
      | p2(C,D,D) ),
    inference(skolemize,[status(sab)],[73]) ).

tff(75,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ p2(C,D,C)
      | ~ l1(E,F)
      | ~ p1(C,E,F)
      | p2(C,D,D) ),
    inference(modus_ponens,[status(thm)],[74,67]) ).

tff(76,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) )
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | ~ p2(d,a,d)
      | p2(d,a,a) )
  <=> ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) )
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | ~ p2(d,a,d)
      | p2(d,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(77,plain,
    ( ( ~ p2(d,a,d)
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | p2(d,a,a) )
  <=> ( ~ l1(d,d)
      | ~ p1(d,d,d)
      | ~ p2(d,a,d)
      | p2(d,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(78,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) )
      | ~ p2(d,a,d)
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | p2(d,a,a) )
  <=> ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) )
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | ~ p2(d,a,d)
      | p2(d,a,a) ) ),
    inference(monotonicity,[status(thm)],[77]) ).

tff(79,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) )
      | ~ p2(d,a,d)
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | p2(d,a,a) )
  <=> ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ p2(C,D,C)
            | ~ l1(E,F)
            | ~ p1(C,E,F)
            | p2(C,D,D) )
      | ~ l1(d,d)
      | ~ p1(d,d,d)
      | ~ p2(d,a,d)
      | p2(d,a,a) ) ),
    inference(transitivity,[status(thm)],[78,76]) ).

tff(80,plain,
    ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
          ( ~ p2(C,D,C)
          | ~ l1(E,F)
          | ~ p1(C,E,F)
          | p2(C,D,D) )
    | ~ p2(d,a,d)
    | ~ l1(d,d)
    | ~ p1(d,d,d)
    | p2(d,a,a) ),
    inference(quant_inst,[status(thm)],]) ).

tff(81,plain,
    ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
          ( ~ p2(C,D,C)
          | ~ l1(E,F)
          | ~ p1(C,E,F)
          | p2(C,D,D) )
    | ~ l1(d,d)
    | ~ p1(d,d,d)
    | ~ p2(d,a,d)
    | p2(d,a,a) ),
    inference(modus_ponens,[status(thm)],[80,79]) ).

tff(82,plain,
    p2(d,a,a),
    inference(unit_resolution,[status(thm)],[81,75,65,51,34]) ).

tff(83,plain,
    ^ [I: $i] :
      refl(
        ( ( m3(I,I,I)
          | ~ p2(I,I,I) )
      <=> ( m3(I,I,I)
          | ~ p2(I,I,I) ) )),
    inference(bind,[status(th)],]) ).

tff(84,plain,
    ( ! [I: $i] :
        ( m3(I,I,I)
        | ~ p2(I,I,I) )
  <=> ! [I: $i] :
        ( m3(I,I,I)
        | ~ p2(I,I,I) ) ),
    inference(quant_intro,[status(thm)],[83]) ).

tff(85,plain,
    ( ! [I: $i] :
        ( m3(I,I,I)
        | ~ p2(I,I,I) )
  <=> ! [I: $i] :
        ( m3(I,I,I)
        | ~ p2(I,I,I) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(86,axiom,
    ! [I: $i] :
      ( m3(I,I,I)
      | ~ p2(I,I,I) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_238) ).

tff(87,plain,
    ! [I: $i] :
      ( m3(I,I,I)
      | ~ p2(I,I,I) ),
    inference(modus_ponens,[status(thm)],[86,85]) ).

tff(88,plain,
    ! [I: $i] :
      ( m3(I,I,I)
      | ~ p2(I,I,I) ),
    inference(skolemize,[status(sab)],[87]) ).

tff(89,plain,
    ! [I: $i] :
      ( m3(I,I,I)
      | ~ p2(I,I,I) ),
    inference(modus_ponens,[status(thm)],[88,84]) ).

tff(90,plain,
    ^ [D: $i,E: $i] :
      refl(
        ( ( p2(D,E,D)
          | ~ m1(E,D,E) )
      <=> ( p2(D,E,D)
          | ~ m1(E,D,E) ) )),
    inference(bind,[status(th)],]) ).

tff(91,plain,
    ( ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) )
  <=> ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) ) ),
    inference(quant_intro,[status(thm)],[90]) ).

tff(92,plain,
    ( ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) )
  <=> ! [D: $i,E: $i] :
        ( p2(D,E,D)
        | ~ m1(E,D,E) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(93,axiom,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_176) ).

tff(94,plain,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    inference(modus_ponens,[status(thm)],[93,92]) ).

tff(95,plain,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    inference(skolemize,[status(sab)],[94]) ).

tff(96,plain,
    ! [D: $i,E: $i] :
      ( p2(D,E,D)
      | ~ m1(E,D,E) ),
    inference(modus_ponens,[status(thm)],[95,91]) ).

tff(97,plain,
    ( m1(a,a,a)
  <=> m1(a,a,a) ),
    inference(rewrite,[status(thm)],]) ).

tff(98,plain,
    ( ( m1(a,a,a)
      | $false
      | $false )
  <=> m1(a,a,a) ),
    inference(rewrite,[status(thm)],]) ).

tff(99,plain,
    ( ~ $true
  <=> $false ),
    inference(rewrite,[status(thm)],]) ).

tff(100,axiom,
    l0(a),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_20) ).

tff(101,plain,
    ( l0(a)
  <=> $true ),
    inference(iff_true,[status(thm)],[100]) ).

tff(102,plain,
    ( ~ l0(a)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[101]) ).

tff(103,plain,
    ( ~ l0(a)
  <=> $false ),
    inference(transitivity,[status(thm)],[102,99]) ).

tff(104,axiom,
    s0(d),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_1) ).

tff(105,plain,
    ( s0(d)
  <=> $true ),
    inference(iff_true,[status(thm)],[104]) ).

tff(106,plain,
    ( ~ s0(d)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[105]) ).

tff(107,plain,
    ( ~ s0(d)
  <=> $false ),
    inference(transitivity,[status(thm)],[106,99]) ).

tff(108,plain,
    ( ( m1(a,a,a)
      | ~ s0(d)
      | ~ l0(a) )
  <=> ( m1(a,a,a)
      | $false
      | $false ) ),
    inference(monotonicity,[status(thm)],[107,103]) ).

tff(109,plain,
    ( ( m1(a,a,a)
      | ~ s0(d)
      | ~ l0(a) )
  <=> m1(a,a,a) ),
    inference(transitivity,[status(thm)],[108,98]) ).

tff(110,plain,
    ( ( m1(a,a,a)
      | ~ s0(d)
      | ~ l0(a) )
  <=> ( m1(a,a,a)
      | ~ s0(d)
      | ~ l0(a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(111,plain,
    ( ( m1(a,a,a)
      | ~ l0(a)
      | ~ s0(d) )
  <=> ( m1(a,a,a)
      | ~ s0(d)
      | ~ l0(a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(112,plain,
    ( ( m1(a,a,a)
      | ~ l0(a) )
  <=> ( m1(a,a,a)
      | ~ l0(a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(113,plain,
    ( ( m1(a,a,a)
      | ~ l0(a)
      | ~ s0(d) )
  <=> ( m1(a,a,a)
      | ~ l0(a)
      | ~ s0(d) ) ),
    inference(monotonicity,[status(thm)],[112]) ).

tff(114,plain,
    ( ( m1(a,a,a)
      | ~ l0(a)
      | ~ s0(d) )
  <=> ( m1(a,a,a)
      | ~ s0(d)
      | ~ l0(a) ) ),
    inference(transitivity,[status(thm)],[113,111]) ).

tff(115,axiom,
    ( m1(a,a,a)
    | ~ l0(a)
    | ~ s0(d) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_023) ).

tff(116,plain,
    ( m1(a,a,a)
    | ~ s0(d)
    | ~ l0(a) ),
    inference(modus_ponens,[status(thm)],[115,114]) ).

tff(117,plain,
    ( m1(a,a,a)
    | ~ s0(d)
    | ~ l0(a) ),
    inference(modus_ponens,[status(thm)],[116,110]) ).

tff(118,plain,
    m1(a,a,a),
    inference(modus_ponens,[status(thm)],[117,109]) ).

tff(119,plain,
    m1(a,a,a),
    inference(modus_ponens,[status(thm)],[118,97]) ).

tff(120,plain,
    ( ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | p2(a,a,a)
      | ~ m1(a,a,a) )
  <=> ( ~ ! [D: $i,E: $i] :
            ( p2(D,E,D)
            | ~ m1(E,D,E) )
      | p2(a,a,a)
      | ~ m1(a,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(121,plain,
    ( ~ ! [D: $i,E: $i] :
          ( p2(D,E,D)
          | ~ m1(E,D,E) )
    | p2(a,a,a)
    | ~ m1(a,a,a) ),
    inference(quant_inst,[status(thm)],]) ).

tff(122,plain,
    ( ~ ! [D: $i,E: $i] :
          ( p2(D,E,D)
          | ~ m1(E,D,E) )
    | p2(a,a,a)
    | ~ m1(a,a,a) ),
    inference(modus_ponens,[status(thm)],[121,120]) ).

tff(123,plain,
    p2(a,a,a),
    inference(unit_resolution,[status(thm)],[122,119,96]) ).

tff(124,plain,
    ( ( ~ ! [I: $i] :
            ( m3(I,I,I)
            | ~ p2(I,I,I) )
      | ~ p2(a,a,a)
      | m3(a,a,a) )
  <=> ( ~ ! [I: $i] :
            ( m3(I,I,I)
            | ~ p2(I,I,I) )
      | ~ p2(a,a,a)
      | m3(a,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(125,plain,
    ( ( m3(a,a,a)
      | ~ p2(a,a,a) )
  <=> ( ~ p2(a,a,a)
      | m3(a,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(126,plain,
    ( ( ~ ! [I: $i] :
            ( m3(I,I,I)
            | ~ p2(I,I,I) )
      | m3(a,a,a)
      | ~ p2(a,a,a) )
  <=> ( ~ ! [I: $i] :
            ( m3(I,I,I)
            | ~ p2(I,I,I) )
      | ~ p2(a,a,a)
      | m3(a,a,a) ) ),
    inference(monotonicity,[status(thm)],[125]) ).

tff(127,plain,
    ( ( ~ ! [I: $i] :
            ( m3(I,I,I)
            | ~ p2(I,I,I) )
      | m3(a,a,a)
      | ~ p2(a,a,a) )
  <=> ( ~ ! [I: $i] :
            ( m3(I,I,I)
            | ~ p2(I,I,I) )
      | ~ p2(a,a,a)
      | m3(a,a,a) ) ),
    inference(transitivity,[status(thm)],[126,124]) ).

tff(128,plain,
    ( ~ ! [I: $i] :
          ( m3(I,I,I)
          | ~ p2(I,I,I) )
    | m3(a,a,a)
    | ~ p2(a,a,a) ),
    inference(quant_inst,[status(thm)],]) ).

tff(129,plain,
    ( ~ ! [I: $i] :
          ( m3(I,I,I)
          | ~ p2(I,I,I) )
    | ~ p2(a,a,a)
    | m3(a,a,a) ),
    inference(modus_ponens,[status(thm)],[128,127]) ).

tff(130,plain,
    m3(a,a,a),
    inference(unit_resolution,[status(thm)],[129,123,89]) ).

tff(131,plain,
    ^ [B: $i,D: $i,A: $i,C: $i] :
      refl(
        ( ( ~ p2(A,B,D)
          | ~ m3(B,C,D)
          | p3(A,B,B) )
      <=> ( ~ p2(A,B,D)
          | ~ m3(B,C,D)
          | p3(A,B,B) ) )),
    inference(bind,[status(th)],]) ).

tff(132,plain,
    ( ! [B: $i,D: $i,A: $i,C: $i] :
        ( ~ p2(A,B,D)
        | ~ m3(B,C,D)
        | p3(A,B,B) )
  <=> ! [B: $i,D: $i,A: $i,C: $i] :
        ( ~ p2(A,B,D)
        | ~ m3(B,C,D)
        | p3(A,B,B) ) ),
    inference(quant_intro,[status(thm)],[131]) ).

tff(133,plain,
    ( ! [B: $i,D: $i,A: $i,C: $i] :
        ( ~ p2(A,B,D)
        | ~ m3(B,C,D)
        | p3(A,B,B) )
  <=> ! [B: $i,D: $i,A: $i,C: $i] :
        ( ~ p2(A,B,D)
        | ~ m3(B,C,D)
        | p3(A,B,B) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(134,plain,
    ^ [B: $i,D: $i,A: $i,C: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( p3(A,B,B)
              | ~ m3(B,C,D) )
          <=> ( ~ m3(B,C,D)
              | p3(A,B,B) ) )),
          ( ( p3(A,B,B)
            | ~ m3(B,C,D)
            | ~ p2(A,B,D) )
        <=> ( ~ m3(B,C,D)
            | p3(A,B,B)
            | ~ p2(A,B,D) ) )),
        rewrite(
          ( ( ~ m3(B,C,D)
            | p3(A,B,B)
            | ~ p2(A,B,D) )
        <=> ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) ) )),
        ( ( p3(A,B,B)
          | ~ m3(B,C,D)
          | ~ p2(A,B,D) )
      <=> ( ~ p2(A,B,D)
          | ~ m3(B,C,D)
          | p3(A,B,B) ) )),
    inference(bind,[status(th)],]) ).

tff(135,plain,
    ( ! [B: $i,D: $i,A: $i,C: $i] :
        ( p3(A,B,B)
        | ~ m3(B,C,D)
        | ~ p2(A,B,D) )
  <=> ! [B: $i,D: $i,A: $i,C: $i] :
        ( ~ p2(A,B,D)
        | ~ m3(B,C,D)
        | p3(A,B,B) ) ),
    inference(quant_intro,[status(thm)],[134]) ).

tff(136,axiom,
    ! [B: $i,D: $i,A: $i,C: $i] :
      ( p3(A,B,B)
      | ~ m3(B,C,D)
      | ~ p2(A,B,D) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_251) ).

tff(137,plain,
    ! [B: $i,D: $i,A: $i,C: $i] :
      ( ~ p2(A,B,D)
      | ~ m3(B,C,D)
      | p3(A,B,B) ),
    inference(modus_ponens,[status(thm)],[136,135]) ).

tff(138,plain,
    ! [B: $i,D: $i,A: $i,C: $i] :
      ( ~ p2(A,B,D)
      | ~ m3(B,C,D)
      | p3(A,B,B) ),
    inference(modus_ponens,[status(thm)],[137,133]) ).

tff(139,plain,
    ! [B: $i,D: $i,A: $i,C: $i] :
      ( ~ p2(A,B,D)
      | ~ m3(B,C,D)
      | p3(A,B,B) ),
    inference(skolemize,[status(sab)],[138]) ).

tff(140,plain,
    ! [B: $i,D: $i,A: $i,C: $i] :
      ( ~ p2(A,B,D)
      | ~ m3(B,C,D)
      | p3(A,B,B) ),
    inference(modus_ponens,[status(thm)],[139,132]) ).

tff(141,plain,
    ( ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
            ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) )
      | ~ m3(a,a,a)
      | ~ p2(d,a,a)
      | p3(d,a,a) )
  <=> ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
            ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) )
      | ~ m3(a,a,a)
      | ~ p2(d,a,a)
      | p3(d,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(142,plain,
    ( ( ~ p2(d,a,a)
      | ~ m3(a,a,a)
      | p3(d,a,a) )
  <=> ( ~ m3(a,a,a)
      | ~ p2(d,a,a)
      | p3(d,a,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(143,plain,
    ( ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
            ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) )
      | ~ p2(d,a,a)
      | ~ m3(a,a,a)
      | p3(d,a,a) )
  <=> ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
            ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) )
      | ~ m3(a,a,a)
      | ~ p2(d,a,a)
      | p3(d,a,a) ) ),
    inference(monotonicity,[status(thm)],[142]) ).

tff(144,plain,
    ( ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
            ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) )
      | ~ p2(d,a,a)
      | ~ m3(a,a,a)
      | p3(d,a,a) )
  <=> ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
            ( ~ p2(A,B,D)
            | ~ m3(B,C,D)
            | p3(A,B,B) )
      | ~ m3(a,a,a)
      | ~ p2(d,a,a)
      | p3(d,a,a) ) ),
    inference(transitivity,[status(thm)],[143,141]) ).

tff(145,plain,
    ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
          ( ~ p2(A,B,D)
          | ~ m3(B,C,D)
          | p3(A,B,B) )
    | ~ p2(d,a,a)
    | ~ m3(a,a,a)
    | p3(d,a,a) ),
    inference(quant_inst,[status(thm)],]) ).

tff(146,plain,
    ( ~ ! [B: $i,D: $i,A: $i,C: $i] :
          ( ~ p2(A,B,D)
          | ~ m3(B,C,D)
          | p3(A,B,B) )
    | ~ m3(a,a,a)
    | ~ p2(d,a,a)
    | p3(d,a,a) ),
    inference(modus_ponens,[status(thm)],[145,144]) ).

tff(147,plain,
    p3(d,a,a),
    inference(unit_resolution,[status(thm)],[146,140,130,82]) ).

tff(148,plain,
    ^ [A: $i,J: $i] :
      refl(
        ( ( ~ q1(A,J,J)
          | k2(J,J) )
      <=> ( ~ q1(A,J,J)
          | k2(J,J) ) )),
    inference(bind,[status(th)],]) ).

tff(149,plain,
    ( ! [A: $i,J: $i] :
        ( ~ q1(A,J,J)
        | k2(J,J) )
  <=> ! [A: $i,J: $i] :
        ( ~ q1(A,J,J)
        | k2(J,J) ) ),
    inference(quant_intro,[status(thm)],[148]) ).

tff(150,plain,
    ( ! [A: $i,J: $i] :
        ( ~ q1(A,J,J)
        | k2(J,J) )
  <=> ! [A: $i,J: $i] :
        ( ~ q1(A,J,J)
        | k2(J,J) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(151,plain,
    ^ [A: $i,J: $i] :
      rewrite(
        ( ( k2(J,J)
          | ~ q1(A,J,J) )
      <=> ( ~ q1(A,J,J)
          | k2(J,J) ) )),
    inference(bind,[status(th)],]) ).

tff(152,plain,
    ( ! [A: $i,J: $i] :
        ( k2(J,J)
        | ~ q1(A,J,J) )
  <=> ! [A: $i,J: $i] :
        ( ~ q1(A,J,J)
        | k2(J,J) ) ),
    inference(quant_intro,[status(thm)],[151]) ).

tff(153,axiom,
    ! [A: $i,J: $i] :
      ( k2(J,J)
      | ~ q1(A,J,J) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_129) ).

tff(154,plain,
    ! [A: $i,J: $i] :
      ( ~ q1(A,J,J)
      | k2(J,J) ),
    inference(modus_ponens,[status(thm)],[153,152]) ).

tff(155,plain,
    ! [A: $i,J: $i] :
      ( ~ q1(A,J,J)
      | k2(J,J) ),
    inference(modus_ponens,[status(thm)],[154,150]) ).

tff(156,plain,
    ! [A: $i,J: $i] :
      ( ~ q1(A,J,J)
      | k2(J,J) ),
    inference(skolemize,[status(sab)],[155]) ).

tff(157,plain,
    ! [A: $i,J: $i] :
      ( ~ q1(A,J,J)
      | k2(J,J) ),
    inference(modus_ponens,[status(thm)],[156,149]) ).

tff(158,plain,
    ( q1(b,b,b)
  <=> q1(b,b,b) ),
    inference(rewrite,[status(thm)],]) ).

tff(159,plain,
    ( ( $false
      | q1(b,b,b) )
  <=> q1(b,b,b) ),
    inference(rewrite,[status(thm)],]) ).

tff(160,axiom,
    r0(b),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_9) ).

tff(161,plain,
    ( r0(b)
  <=> $true ),
    inference(iff_true,[status(thm)],[160]) ).

tff(162,plain,
    ( ~ r0(b)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[161]) ).

tff(163,plain,
    ( ~ r0(b)
  <=> $false ),
    inference(transitivity,[status(thm)],[162,99]) ).

tff(164,plain,
    ( ( ~ r0(b)
      | q1(b,b,b) )
  <=> ( $false
      | q1(b,b,b) ) ),
    inference(monotonicity,[status(thm)],[163]) ).

tff(165,plain,
    ( ( ~ r0(b)
      | q1(b,b,b) )
  <=> q1(b,b,b) ),
    inference(transitivity,[status(thm)],[164,159]) ).

tff(166,plain,
    ( ( q1(b,b,b)
      | ~ r0(b) )
  <=> ( ~ r0(b)
      | q1(b,b,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(167,axiom,
    ( q1(b,b,b)
    | ~ r0(b) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_120) ).

tff(168,plain,
    ( ~ r0(b)
    | q1(b,b,b) ),
    inference(modus_ponens,[status(thm)],[167,166]) ).

tff(169,plain,
    q1(b,b,b),
    inference(modus_ponens,[status(thm)],[168,165]) ).

tff(170,plain,
    q1(b,b,b),
    inference(modus_ponens,[status(thm)],[169,158]) ).

tff(171,plain,
    ( ( ~ ! [A: $i,J: $i] :
            ( ~ q1(A,J,J)
            | k2(J,J) )
      | ~ q1(b,b,b)
      | k2(b,b) )
  <=> ( ~ ! [A: $i,J: $i] :
            ( ~ q1(A,J,J)
            | k2(J,J) )
      | ~ q1(b,b,b)
      | k2(b,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(172,plain,
    ( ~ ! [A: $i,J: $i] :
          ( ~ q1(A,J,J)
          | k2(J,J) )
    | ~ q1(b,b,b)
    | k2(b,b) ),
    inference(quant_inst,[status(thm)],]) ).

tff(173,plain,
    ( ~ ! [A: $i,J: $i] :
          ( ~ q1(A,J,J)
          | k2(J,J) )
    | ~ q1(b,b,b)
    | k2(b,b) ),
    inference(modus_ponens,[status(thm)],[172,171]) ).

tff(174,plain,
    k2(b,b),
    inference(unit_resolution,[status(thm)],[173,170,157]) ).

tff(175,plain,
    ^ [B: $i,C: $i] :
      refl(
        ( ( ~ m0(C,C,B)
          | m1(B,C,B) )
      <=> ( ~ m0(C,C,B)
          | m1(B,C,B) ) )),
    inference(bind,[status(th)],]) ).

tff(176,plain,
    ( ! [B: $i,C: $i] :
        ( ~ m0(C,C,B)
        | m1(B,C,B) )
  <=> ! [B: $i,C: $i] :
        ( ~ m0(C,C,B)
        | m1(B,C,B) ) ),
    inference(quant_intro,[status(thm)],[175]) ).

tff(177,plain,
    ( ! [B: $i,C: $i] :
        ( ~ m0(C,C,B)
        | m1(B,C,B) )
  <=> ! [B: $i,C: $i] :
        ( ~ m0(C,C,B)
        | m1(B,C,B) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(178,plain,
    ^ [B: $i,C: $i] :
      rewrite(
        ( ( m1(B,C,B)
          | ~ m0(C,C,B) )
      <=> ( ~ m0(C,C,B)
          | m1(B,C,B) ) )),
    inference(bind,[status(th)],]) ).

tff(179,plain,
    ( ! [B: $i,C: $i] :
        ( m1(B,C,B)
        | ~ m0(C,C,B) )
  <=> ! [B: $i,C: $i] :
        ( ~ m0(C,C,B)
        | m1(B,C,B) ) ),
    inference(quant_intro,[status(thm)],[178]) ).

tff(180,axiom,
    ! [B: $i,C: $i] :
      ( m1(B,C,B)
      | ~ m0(C,C,B) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_005) ).

tff(181,plain,
    ! [B: $i,C: $i] :
      ( ~ m0(C,C,B)
      | m1(B,C,B) ),
    inference(modus_ponens,[status(thm)],[180,179]) ).

tff(182,plain,
    ! [B: $i,C: $i] :
      ( ~ m0(C,C,B)
      | m1(B,C,B) ),
    inference(modus_ponens,[status(thm)],[181,177]) ).

tff(183,plain,
    ! [B: $i,C: $i] :
      ( ~ m0(C,C,B)
      | m1(B,C,B) ),
    inference(skolemize,[status(sab)],[182]) ).

tff(184,plain,
    ! [B: $i,C: $i] :
      ( ~ m0(C,C,B)
      | m1(B,C,B) ),
    inference(modus_ponens,[status(thm)],[183,176]) ).

tff(185,plain,
    ( m0(b,b,e)
  <=> m0(b,b,e) ),
    inference(rewrite,[status(thm)],]) ).

tff(186,axiom,
    m0(b,b,e),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_31) ).

tff(187,plain,
    m0(b,b,e),
    inference(modus_ponens,[status(thm)],[186,185]) ).

tff(188,plain,
    ( ( ~ ! [B: $i,C: $i] :
            ( ~ m0(C,C,B)
            | m1(B,C,B) )
      | ~ m0(b,b,e)
      | m1(e,b,e) )
  <=> ( ~ ! [B: $i,C: $i] :
            ( ~ m0(C,C,B)
            | m1(B,C,B) )
      | ~ m0(b,b,e)
      | m1(e,b,e) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(189,plain,
    ( ~ ! [B: $i,C: $i] :
          ( ~ m0(C,C,B)
          | m1(B,C,B) )
    | ~ m0(b,b,e)
    | m1(e,b,e) ),
    inference(quant_inst,[status(thm)],]) ).

tff(190,plain,
    ( ~ ! [B: $i,C: $i] :
          ( ~ m0(C,C,B)
          | m1(B,C,B) )
    | ~ m0(b,b,e)
    | m1(e,b,e) ),
    inference(modus_ponens,[status(thm)],[189,188]) ).

tff(191,plain,
    m1(e,b,e),
    inference(unit_resolution,[status(thm)],[190,187,184]) ).

tff(192,plain,
    ^ [I: $i,J: $i] :
      refl(
        ( ( k1(I)
          | ~ n0(J,I) )
      <=> ( k1(I)
          | ~ n0(J,I) ) )),
    inference(bind,[status(th)],]) ).

tff(193,plain,
    ( ! [I: $i,J: $i] :
        ( k1(I)
        | ~ n0(J,I) )
  <=> ! [I: $i,J: $i] :
        ( k1(I)
        | ~ n0(J,I) ) ),
    inference(quant_intro,[status(thm)],[192]) ).

tff(194,plain,
    ( ! [I: $i,J: $i] :
        ( k1(I)
        | ~ n0(J,I) )
  <=> ! [I: $i,J: $i] :
        ( k1(I)
        | ~ n0(J,I) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(195,axiom,
    ! [I: $i,J: $i] :
      ( k1(I)
      | ~ n0(J,I) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_001) ).

tff(196,plain,
    ! [I: $i,J: $i] :
      ( k1(I)
      | ~ n0(J,I) ),
    inference(modus_ponens,[status(thm)],[195,194]) ).

tff(197,plain,
    ! [I: $i,J: $i] :
      ( k1(I)
      | ~ n0(J,I) ),
    inference(skolemize,[status(sab)],[196]) ).

tff(198,plain,
    ! [I: $i,J: $i] :
      ( k1(I)
      | ~ n0(J,I) ),
    inference(modus_ponens,[status(thm)],[197,193]) ).

tff(199,plain,
    ( n0(d,b)
  <=> n0(d,b) ),
    inference(rewrite,[status(thm)],]) ).

tff(200,axiom,
    n0(d,b),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_7) ).

tff(201,plain,
    n0(d,b),
    inference(modus_ponens,[status(thm)],[200,199]) ).

tff(202,plain,
    ( ( ~ ! [I: $i,J: $i] :
            ( k1(I)
            | ~ n0(J,I) )
      | k1(b)
      | ~ n0(d,b) )
  <=> ( ~ ! [I: $i,J: $i] :
            ( k1(I)
            | ~ n0(J,I) )
      | k1(b)
      | ~ n0(d,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(203,plain,
    ( ~ ! [I: $i,J: $i] :
          ( k1(I)
          | ~ n0(J,I) )
    | k1(b)
    | ~ n0(d,b) ),
    inference(quant_inst,[status(thm)],]) ).

tff(204,plain,
    ( ~ ! [I: $i,J: $i] :
          ( k1(I)
          | ~ n0(J,I) )
    | k1(b)
    | ~ n0(d,b) ),
    inference(modus_ponens,[status(thm)],[203,202]) ).

tff(205,plain,
    k1(b),
    inference(unit_resolution,[status(thm)],[204,201,198]) ).

tff(206,plain,
    ^ [D: $i,E: $i,F: $i,C: $i] :
      refl(
        ( ( ~ k1(F)
          | ~ k2(F,D)
          | ~ m1(E,D,C)
          | k2(C,D) )
      <=> ( ~ k1(F)
          | ~ k2(F,D)
          | ~ m1(E,D,C)
          | k2(C,D) ) )),
    inference(bind,[status(th)],]) ).

tff(207,plain,
    ( ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ k1(F)
        | ~ k2(F,D)
        | ~ m1(E,D,C)
        | k2(C,D) )
  <=> ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ k1(F)
        | ~ k2(F,D)
        | ~ m1(E,D,C)
        | k2(C,D) ) ),
    inference(quant_intro,[status(thm)],[206]) ).

tff(208,plain,
    ( ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ k1(F)
        | ~ k2(F,D)
        | ~ m1(E,D,C)
        | k2(C,D) )
  <=> ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ k1(F)
        | ~ k2(F,D)
        | ~ m1(E,D,C)
        | k2(C,D) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(209,plain,
    ^ [D: $i,E: $i,F: $i,C: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              rewrite(
                ( ( k2(C,D)
                  | ~ m1(E,D,C) )
              <=> ( ~ m1(E,D,C)
                  | k2(C,D) ) )),
              ( ( k2(C,D)
                | ~ m1(E,D,C)
                | ~ k1(F) )
            <=> ( ~ m1(E,D,C)
                | k2(C,D)
                | ~ k1(F) ) )),
            rewrite(
              ( ( ~ m1(E,D,C)
                | k2(C,D)
                | ~ k1(F) )
            <=> ( ~ k1(F)
                | ~ m1(E,D,C)
                | k2(C,D) ) )),
            ( ( k2(C,D)
              | ~ m1(E,D,C)
              | ~ k1(F) )
          <=> ( ~ k1(F)
              | ~ m1(E,D,C)
              | k2(C,D) ) )),
          ( ( k2(C,D)
            | ~ m1(E,D,C)
            | ~ k1(F)
            | ~ k2(F,D) )
        <=> ( ~ k1(F)
            | ~ m1(E,D,C)
            | k2(C,D)
            | ~ k2(F,D) ) )),
        rewrite(
          ( ( ~ k1(F)
            | ~ m1(E,D,C)
            | k2(C,D)
            | ~ k2(F,D) )
        <=> ( ~ k1(F)
            | ~ k2(F,D)
            | ~ m1(E,D,C)
            | k2(C,D) ) )),
        ( ( k2(C,D)
          | ~ m1(E,D,C)
          | ~ k1(F)
          | ~ k2(F,D) )
      <=> ( ~ k1(F)
          | ~ k2(F,D)
          | ~ m1(E,D,C)
          | k2(C,D) ) )),
    inference(bind,[status(th)],]) ).

tff(210,plain,
    ( ! [D: $i,E: $i,F: $i,C: $i] :
        ( k2(C,D)
        | ~ m1(E,D,C)
        | ~ k1(F)
        | ~ k2(F,D) )
  <=> ! [D: $i,E: $i,F: $i,C: $i] :
        ( ~ k1(F)
        | ~ k2(F,D)
        | ~ m1(E,D,C)
        | k2(C,D) ) ),
    inference(quant_intro,[status(thm)],[209]) ).

tff(211,axiom,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( k2(C,D)
      | ~ m1(E,D,C)
      | ~ k1(F)
      | ~ k2(F,D) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_127) ).

tff(212,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ k1(F)
      | ~ k2(F,D)
      | ~ m1(E,D,C)
      | k2(C,D) ),
    inference(modus_ponens,[status(thm)],[211,210]) ).

tff(213,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ k1(F)
      | ~ k2(F,D)
      | ~ m1(E,D,C)
      | k2(C,D) ),
    inference(modus_ponens,[status(thm)],[212,208]) ).

tff(214,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ k1(F)
      | ~ k2(F,D)
      | ~ m1(E,D,C)
      | k2(C,D) ),
    inference(skolemize,[status(sab)],[213]) ).

tff(215,plain,
    ! [D: $i,E: $i,F: $i,C: $i] :
      ( ~ k1(F)
      | ~ k2(F,D)
      | ~ m1(E,D,C)
      | k2(C,D) ),
    inference(modus_ponens,[status(thm)],[214,207]) ).

tff(216,plain,
    ( ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ k1(F)
            | ~ k2(F,D)
            | ~ m1(E,D,C)
            | k2(C,D) )
      | ~ k1(b)
      | ~ k2(b,b)
      | ~ m1(e,b,e)
      | k2(e,b) )
  <=> ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
            ( ~ k1(F)
            | ~ k2(F,D)
            | ~ m1(E,D,C)
            | k2(C,D) )
      | ~ k1(b)
      | ~ k2(b,b)
      | ~ m1(e,b,e)
      | k2(e,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(217,plain,
    ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
          ( ~ k1(F)
          | ~ k2(F,D)
          | ~ m1(E,D,C)
          | k2(C,D) )
    | ~ k1(b)
    | ~ k2(b,b)
    | ~ m1(e,b,e)
    | k2(e,b) ),
    inference(quant_inst,[status(thm)],]) ).

tff(218,plain,
    ( ~ ! [D: $i,E: $i,F: $i,C: $i] :
          ( ~ k1(F)
          | ~ k2(F,D)
          | ~ m1(E,D,C)
          | k2(C,D) )
    | ~ k1(b)
    | ~ k2(b,b)
    | ~ m1(e,b,e)
    | k2(e,b) ),
    inference(modus_ponens,[status(thm)],[217,216]) ).

tff(219,plain,
    k2(e,b),
    inference(unit_resolution,[status(thm)],[218,215,205,191,174]) ).

tff(220,plain,
    ^ [B: $i,C: $i] :
      refl(
        ( ( ~ r0(B)
          | ~ p0(C,B)
          | p1(B,B,C) )
      <=> ( ~ r0(B)
          | ~ p0(C,B)
          | p1(B,B,C) ) )),
    inference(bind,[status(th)],]) ).

tff(221,plain,
    ( ! [B: $i,C: $i] :
        ( ~ r0(B)
        | ~ p0(C,B)
        | p1(B,B,C) )
  <=> ! [B: $i,C: $i] :
        ( ~ r0(B)
        | ~ p0(C,B)
        | p1(B,B,C) ) ),
    inference(quant_intro,[status(thm)],[220]) ).

tff(222,plain,
    ( ! [B: $i,C: $i] :
        ( ~ r0(B)
        | ~ p0(C,B)
        | p1(B,B,C) )
  <=> ! [B: $i,C: $i] :
        ( ~ r0(B)
        | ~ p0(C,B)
        | p1(B,B,C) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(223,plain,
    ^ [B: $i,C: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( p1(B,B,C)
              | ~ p0(C,B) )
          <=> ( ~ p0(C,B)
              | p1(B,B,C) ) )),
          ( ( p1(B,B,C)
            | ~ p0(C,B)
            | ~ r0(B) )
        <=> ( ~ p0(C,B)
            | p1(B,B,C)
            | ~ r0(B) ) )),
        rewrite(
          ( ( ~ p0(C,B)
            | p1(B,B,C)
            | ~ r0(B) )
        <=> ( ~ r0(B)
            | ~ p0(C,B)
            | p1(B,B,C) ) )),
        ( ( p1(B,B,C)
          | ~ p0(C,B)
          | ~ r0(B) )
      <=> ( ~ r0(B)
          | ~ p0(C,B)
          | p1(B,B,C) ) )),
    inference(bind,[status(th)],]) ).

tff(224,plain,
    ( ! [B: $i,C: $i] :
        ( p1(B,B,C)
        | ~ p0(C,B)
        | ~ r0(B) )
  <=> ! [B: $i,C: $i] :
        ( ~ r0(B)
        | ~ p0(C,B)
        | p1(B,B,C) ) ),
    inference(quant_intro,[status(thm)],[223]) ).

tff(225,axiom,
    ! [B: $i,C: $i] :
      ( p1(B,B,C)
      | ~ p0(C,B)
      | ~ r0(B) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_074) ).

tff(226,plain,
    ! [B: $i,C: $i] :
      ( ~ r0(B)
      | ~ p0(C,B)
      | p1(B,B,C) ),
    inference(modus_ponens,[status(thm)],[225,224]) ).

tff(227,plain,
    ! [B: $i,C: $i] :
      ( ~ r0(B)
      | ~ p0(C,B)
      | p1(B,B,C) ),
    inference(modus_ponens,[status(thm)],[226,222]) ).

tff(228,plain,
    ! [B: $i,C: $i] :
      ( ~ r0(B)
      | ~ p0(C,B)
      | p1(B,B,C) ),
    inference(skolemize,[status(sab)],[227]) ).

tff(229,plain,
    ! [B: $i,C: $i] :
      ( ~ r0(B)
      | ~ p0(C,B)
      | p1(B,B,C) ),
    inference(modus_ponens,[status(thm)],[228,221]) ).

tff(230,plain,
    ( p0(c,b)
  <=> p0(c,b) ),
    inference(rewrite,[status(thm)],]) ).

tff(231,axiom,
    p0(c,b),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_18) ).

tff(232,plain,
    p0(c,b),
    inference(modus_ponens,[status(thm)],[231,230]) ).

tff(233,plain,
    ( r0(b)
  <=> r0(b) ),
    inference(rewrite,[status(thm)],]) ).

tff(234,plain,
    r0(b),
    inference(modus_ponens,[status(thm)],[160,233]) ).

tff(235,plain,
    ( ( ~ ! [B: $i,C: $i] :
            ( ~ r0(B)
            | ~ p0(C,B)
            | p1(B,B,C) )
      | ~ r0(b)
      | ~ p0(c,b)
      | p1(b,b,c) )
  <=> ( ~ ! [B: $i,C: $i] :
            ( ~ r0(B)
            | ~ p0(C,B)
            | p1(B,B,C) )
      | ~ r0(b)
      | ~ p0(c,b)
      | p1(b,b,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(236,plain,
    ( ~ ! [B: $i,C: $i] :
          ( ~ r0(B)
          | ~ p0(C,B)
          | p1(B,B,C) )
    | ~ r0(b)
    | ~ p0(c,b)
    | p1(b,b,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(237,plain,
    ( ~ ! [B: $i,C: $i] :
          ( ~ r0(B)
          | ~ p0(C,B)
          | p1(B,B,C) )
    | ~ r0(b)
    | ~ p0(c,b)
    | p1(b,b,c) ),
    inference(modus_ponens,[status(thm)],[236,235]) ).

tff(238,plain,
    p1(b,b,c),
    inference(unit_resolution,[status(thm)],[237,234,232,229]) ).

tff(239,plain,
    ^ [B: $i,D: $i,E: $i,C: $i] :
      refl(
        ( ( ~ m2(D)
          | ~ m2(E)
          | ~ p1(C,D,B)
          | k3(B,B,C) )
      <=> ( ~ m2(D)
          | ~ m2(E)
          | ~ p1(C,D,B)
          | k3(B,B,C) ) )),
    inference(bind,[status(th)],]) ).

tff(240,plain,
    ( ! [B: $i,D: $i,E: $i,C: $i] :
        ( ~ m2(D)
        | ~ m2(E)
        | ~ p1(C,D,B)
        | k3(B,B,C) )
  <=> ! [B: $i,D: $i,E: $i,C: $i] :
        ( ~ m2(D)
        | ~ m2(E)
        | ~ p1(C,D,B)
        | k3(B,B,C) ) ),
    inference(quant_intro,[status(thm)],[239]) ).

tff(241,plain,
    ( ! [B: $i,D: $i,E: $i,C: $i] :
        ( ~ m2(D)
        | ~ m2(E)
        | ~ p1(C,D,B)
        | k3(B,B,C) )
  <=> ! [B: $i,D: $i,E: $i,C: $i] :
        ( ~ m2(D)
        | ~ m2(E)
        | ~ p1(C,D,B)
        | k3(B,B,C) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(242,plain,
    ^ [B: $i,D: $i,E: $i,C: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              rewrite(
                ( ( k3(B,B,C)
                  | ~ p1(C,D,B) )
              <=> ( ~ p1(C,D,B)
                  | k3(B,B,C) ) )),
              ( ( k3(B,B,C)
                | ~ p1(C,D,B)
                | ~ m2(E) )
            <=> ( ~ p1(C,D,B)
                | k3(B,B,C)
                | ~ m2(E) ) )),
            rewrite(
              ( ( ~ p1(C,D,B)
                | k3(B,B,C)
                | ~ m2(E) )
            <=> ( ~ m2(E)
                | ~ p1(C,D,B)
                | k3(B,B,C) ) )),
            ( ( k3(B,B,C)
              | ~ p1(C,D,B)
              | ~ m2(E) )
          <=> ( ~ m2(E)
              | ~ p1(C,D,B)
              | k3(B,B,C) ) )),
          ( ( k3(B,B,C)
            | ~ p1(C,D,B)
            | ~ m2(E)
            | ~ m2(D) )
        <=> ( ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C)
            | ~ m2(D) ) )),
        rewrite(
          ( ( ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C)
            | ~ m2(D) )
        <=> ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) ) )),
        ( ( k3(B,B,C)
          | ~ p1(C,D,B)
          | ~ m2(E)
          | ~ m2(D) )
      <=> ( ~ m2(D)
          | ~ m2(E)
          | ~ p1(C,D,B)
          | k3(B,B,C) ) )),
    inference(bind,[status(th)],]) ).

tff(243,plain,
    ( ! [B: $i,D: $i,E: $i,C: $i] :
        ( k3(B,B,C)
        | ~ p1(C,D,B)
        | ~ m2(E)
        | ~ m2(D) )
  <=> ! [B: $i,D: $i,E: $i,C: $i] :
        ( ~ m2(D)
        | ~ m2(E)
        | ~ p1(C,D,B)
        | k3(B,B,C) ) ),
    inference(quant_intro,[status(thm)],[242]) ).

tff(244,axiom,
    ! [B: $i,D: $i,E: $i,C: $i] :
      ( k3(B,B,C)
      | ~ p1(C,D,B)
      | ~ m2(E)
      | ~ m2(D) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_201) ).

tff(245,plain,
    ! [B: $i,D: $i,E: $i,C: $i] :
      ( ~ m2(D)
      | ~ m2(E)
      | ~ p1(C,D,B)
      | k3(B,B,C) ),
    inference(modus_ponens,[status(thm)],[244,243]) ).

tff(246,plain,
    ! [B: $i,D: $i,E: $i,C: $i] :
      ( ~ m2(D)
      | ~ m2(E)
      | ~ p1(C,D,B)
      | k3(B,B,C) ),
    inference(modus_ponens,[status(thm)],[245,241]) ).

tff(247,plain,
    ! [B: $i,D: $i,E: $i,C: $i] :
      ( ~ m2(D)
      | ~ m2(E)
      | ~ p1(C,D,B)
      | k3(B,B,C) ),
    inference(skolemize,[status(sab)],[246]) ).

tff(248,plain,
    ! [B: $i,D: $i,E: $i,C: $i] :
      ( ~ m2(D)
      | ~ m2(E)
      | ~ p1(C,D,B)
      | k3(B,B,C) ),
    inference(modus_ponens,[status(thm)],[247,240]) ).

tff(249,plain,
    ( ( m2(b)
      | ~ k1(b) )
  <=> ( m2(b)
      | ~ k1(b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(250,axiom,
    ( m2(b)
    | ~ k1(b) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_136) ).

tff(251,plain,
    ( m2(b)
    | ~ k1(b) ),
    inference(modus_ponens,[status(thm)],[250,249]) ).

tff(252,plain,
    m2(b),
    inference(unit_resolution,[status(thm)],[251,205]) ).

tff(253,plain,
    ( ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
            ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) )
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) )
  <=> ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
            ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) )
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(254,plain,
    ( ( ~ m2(b)
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) )
  <=> ( ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(255,plain,
    ( ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
            ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) )
      | ~ m2(b)
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) )
  <=> ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
            ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) )
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) ) ),
    inference(monotonicity,[status(thm)],[254]) ).

tff(256,plain,
    ( ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
            ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) )
      | ~ m2(b)
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) )
  <=> ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
            ( ~ m2(D)
            | ~ m2(E)
            | ~ p1(C,D,B)
            | k3(B,B,C) )
      | ~ m2(b)
      | ~ p1(b,b,c)
      | k3(c,c,b) ) ),
    inference(transitivity,[status(thm)],[255,253]) ).

tff(257,plain,
    ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
          ( ~ m2(D)
          | ~ m2(E)
          | ~ p1(C,D,B)
          | k3(B,B,C) )
    | ~ m2(b)
    | ~ m2(b)
    | ~ p1(b,b,c)
    | k3(c,c,b) ),
    inference(quant_inst,[status(thm)],]) ).

tff(258,plain,
    ( ~ ! [B: $i,D: $i,E: $i,C: $i] :
          ( ~ m2(D)
          | ~ m2(E)
          | ~ p1(C,D,B)
          | k3(B,B,C) )
    | ~ m2(b)
    | ~ p1(b,b,c)
    | k3(c,c,b) ),
    inference(modus_ponens,[status(thm)],[257,256]) ).

tff(259,plain,
    k3(c,c,b),
    inference(unit_resolution,[status(thm)],[258,252,248,238]) ).

tff(260,plain,
    ^ [I: $i,A: $i,J: $i,H: $i,G: $i] :
      refl(
        ( ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) )
      <=> ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) ) )),
    inference(bind,[status(th)],]) ).

tff(261,plain,
    ( ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
        ( ~ k3(H,A,J)
        | ~ k2(G,J)
        | ~ q0(I,H)
        | k3(G,G,H) )
  <=> ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
        ( ~ k3(H,A,J)
        | ~ k2(G,J)
        | ~ q0(I,H)
        | k3(G,G,H) ) ),
    inference(quant_intro,[status(thm)],[260]) ).

tff(262,plain,
    ( ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
        ( ~ k3(H,A,J)
        | ~ k2(G,J)
        | ~ q0(I,H)
        | k3(G,G,H) )
  <=> ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
        ( ~ k3(H,A,J)
        | ~ k2(G,J)
        | ~ q0(I,H)
        | k3(G,G,H) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(263,plain,
    ^ [I: $i,A: $i,J: $i,H: $i,G: $i] :
      trans(
        monotonicity(
          trans(
            monotonicity(
              rewrite(
                ( ( k3(G,G,H)
                  | ~ q0(I,H) )
              <=> ( ~ q0(I,H)
                  | k3(G,G,H) ) )),
              ( ( k3(G,G,H)
                | ~ q0(I,H)
                | ~ k2(G,J) )
            <=> ( ~ q0(I,H)
                | k3(G,G,H)
                | ~ k2(G,J) ) )),
            rewrite(
              ( ( ~ q0(I,H)
                | k3(G,G,H)
                | ~ k2(G,J) )
            <=> ( ~ k2(G,J)
                | ~ q0(I,H)
                | k3(G,G,H) ) )),
            ( ( k3(G,G,H)
              | ~ q0(I,H)
              | ~ k2(G,J) )
          <=> ( ~ k2(G,J)
              | ~ q0(I,H)
              | k3(G,G,H) ) )),
          ( ( k3(G,G,H)
            | ~ q0(I,H)
            | ~ k2(G,J)
            | ~ k3(H,A,J) )
        <=> ( ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H)
            | ~ k3(H,A,J) ) )),
        rewrite(
          ( ( ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H)
            | ~ k3(H,A,J) )
        <=> ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) ) )),
        ( ( k3(G,G,H)
          | ~ q0(I,H)
          | ~ k2(G,J)
          | ~ k3(H,A,J) )
      <=> ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) ) )),
    inference(bind,[status(th)],]) ).

tff(264,plain,
    ( ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
        ( k3(G,G,H)
        | ~ q0(I,H)
        | ~ k2(G,J)
        | ~ k3(H,A,J) )
  <=> ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
        ( ~ k3(H,A,J)
        | ~ k2(G,J)
        | ~ q0(I,H)
        | k3(G,G,H) ) ),
    inference(quant_intro,[status(thm)],[263]) ).

tff(265,axiom,
    ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
      ( k3(G,G,H)
      | ~ q0(I,H)
      | ~ k2(G,J)
      | ~ k3(H,A,J) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_202) ).

tff(266,plain,
    ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
      ( ~ k3(H,A,J)
      | ~ k2(G,J)
      | ~ q0(I,H)
      | k3(G,G,H) ),
    inference(modus_ponens,[status(thm)],[265,264]) ).

tff(267,plain,
    ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
      ( ~ k3(H,A,J)
      | ~ k2(G,J)
      | ~ q0(I,H)
      | k3(G,G,H) ),
    inference(modus_ponens,[status(thm)],[266,262]) ).

tff(268,plain,
    ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
      ( ~ k3(H,A,J)
      | ~ k2(G,J)
      | ~ q0(I,H)
      | k3(G,G,H) ),
    inference(skolemize,[status(sab)],[267]) ).

tff(269,plain,
    ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
      ( ~ k3(H,A,J)
      | ~ k2(G,J)
      | ~ q0(I,H)
      | k3(G,G,H) ),
    inference(modus_ponens,[status(thm)],[268,261]) ).

tff(270,plain,
    ( q0(d,c)
  <=> q0(d,c) ),
    inference(rewrite,[status(thm)],]) ).

tff(271,axiom,
    q0(d,c),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_33) ).

tff(272,plain,
    q0(d,c),
    inference(modus_ponens,[status(thm)],[271,270]) ).

tff(273,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(d,c)
      | ~ k2(e,b)
      | ~ k3(c,c,b)
      | k3(e,e,c) )
  <=> ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(d,c)
      | ~ k2(e,b)
      | ~ k3(c,c,b)
      | k3(e,e,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(274,plain,
    ( ( ~ k3(c,c,b)
      | ~ k2(e,b)
      | ~ q0(d,c)
      | k3(e,e,c) )
  <=> ( ~ q0(d,c)
      | ~ k2(e,b)
      | ~ k3(c,c,b)
      | k3(e,e,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(275,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ k3(c,c,b)
      | ~ k2(e,b)
      | ~ q0(d,c)
      | k3(e,e,c) )
  <=> ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(d,c)
      | ~ k2(e,b)
      | ~ k3(c,c,b)
      | k3(e,e,c) ) ),
    inference(monotonicity,[status(thm)],[274]) ).

tff(276,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ k3(c,c,b)
      | ~ k2(e,b)
      | ~ q0(d,c)
      | k3(e,e,c) )
  <=> ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(d,c)
      | ~ k2(e,b)
      | ~ k3(c,c,b)
      | k3(e,e,c) ) ),
    inference(transitivity,[status(thm)],[275,273]) ).

tff(277,plain,
    ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
          ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) )
    | ~ k3(c,c,b)
    | ~ k2(e,b)
    | ~ q0(d,c)
    | k3(e,e,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(278,plain,
    ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
          ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) )
    | ~ q0(d,c)
    | ~ k2(e,b)
    | ~ k3(c,c,b)
    | k3(e,e,c) ),
    inference(modus_ponens,[status(thm)],[277,276]) ).

tff(279,plain,
    k3(e,e,c),
    inference(unit_resolution,[status(thm)],[278,272,269,259,219]) ).

tff(280,plain,
    ^ [I: $i,A: $i,J: $i] :
      refl(
        ( ( ~ m0(J,A,I)
          | q1(I,I,I) )
      <=> ( ~ m0(J,A,I)
          | q1(I,I,I) ) )),
    inference(bind,[status(th)],]) ).

tff(281,plain,
    ( ! [I: $i,A: $i,J: $i] :
        ( ~ m0(J,A,I)
        | q1(I,I,I) )
  <=> ! [I: $i,A: $i,J: $i] :
        ( ~ m0(J,A,I)
        | q1(I,I,I) ) ),
    inference(quant_intro,[status(thm)],[280]) ).

tff(282,plain,
    ( ! [I: $i,A: $i,J: $i] :
        ( ~ m0(J,A,I)
        | q1(I,I,I) )
  <=> ! [I: $i,A: $i,J: $i] :
        ( ~ m0(J,A,I)
        | q1(I,I,I) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(283,plain,
    ^ [I: $i,A: $i,J: $i] :
      rewrite(
        ( ( q1(I,I,I)
          | ~ m0(J,A,I) )
      <=> ( ~ m0(J,A,I)
          | q1(I,I,I) ) )),
    inference(bind,[status(th)],]) ).

tff(284,plain,
    ( ! [I: $i,A: $i,J: $i] :
        ( q1(I,I,I)
        | ~ m0(J,A,I) )
  <=> ! [I: $i,A: $i,J: $i] :
        ( ~ m0(J,A,I)
        | q1(I,I,I) ) ),
    inference(quant_intro,[status(thm)],[283]) ).

tff(285,axiom,
    ! [I: $i,A: $i,J: $i] :
      ( q1(I,I,I)
      | ~ m0(J,A,I) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_121) ).

tff(286,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ m0(J,A,I)
      | q1(I,I,I) ),
    inference(modus_ponens,[status(thm)],[285,284]) ).

tff(287,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ m0(J,A,I)
      | q1(I,I,I) ),
    inference(modus_ponens,[status(thm)],[286,282]) ).

tff(288,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ m0(J,A,I)
      | q1(I,I,I) ),
    inference(skolemize,[status(sab)],[287]) ).

tff(289,plain,
    ! [I: $i,A: $i,J: $i] :
      ( ~ m0(J,A,I)
      | q1(I,I,I) ),
    inference(modus_ponens,[status(thm)],[288,281]) ).

tff(290,plain,
    ( m0(e,b,c)
  <=> m0(e,b,c) ),
    inference(rewrite,[status(thm)],]) ).

tff(291,axiom,
    m0(e,b,c),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_27) ).

tff(292,plain,
    m0(e,b,c),
    inference(modus_ponens,[status(thm)],[291,290]) ).

tff(293,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i] :
            ( ~ m0(J,A,I)
            | q1(I,I,I) )
      | ~ m0(e,b,c)
      | q1(c,c,c) )
  <=> ( ~ ! [I: $i,A: $i,J: $i] :
            ( ~ m0(J,A,I)
            | q1(I,I,I) )
      | ~ m0(e,b,c)
      | q1(c,c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(294,plain,
    ( ~ ! [I: $i,A: $i,J: $i] :
          ( ~ m0(J,A,I)
          | q1(I,I,I) )
    | ~ m0(e,b,c)
    | q1(c,c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(295,plain,
    ( ~ ! [I: $i,A: $i,J: $i] :
          ( ~ m0(J,A,I)
          | q1(I,I,I) )
    | ~ m0(e,b,c)
    | q1(c,c,c) ),
    inference(modus_ponens,[status(thm)],[294,293]) ).

tff(296,plain,
    q1(c,c,c),
    inference(unit_resolution,[status(thm)],[295,292,289]) ).

tff(297,plain,
    ( ( ~ ! [A: $i,J: $i] :
            ( ~ q1(A,J,J)
            | k2(J,J) )
      | ~ q1(c,c,c)
      | k2(c,c) )
  <=> ( ~ ! [A: $i,J: $i] :
            ( ~ q1(A,J,J)
            | k2(J,J) )
      | ~ q1(c,c,c)
      | k2(c,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(298,plain,
    ( ~ ! [A: $i,J: $i] :
          ( ~ q1(A,J,J)
          | k2(J,J) )
    | ~ q1(c,c,c)
    | k2(c,c) ),
    inference(quant_inst,[status(thm)],]) ).

tff(299,plain,
    ( ~ ! [A: $i,J: $i] :
          ( ~ q1(A,J,J)
          | k2(J,J) )
    | ~ q1(c,c,c)
    | k2(c,c) ),
    inference(modus_ponens,[status(thm)],[298,297]) ).

tff(300,plain,
    k2(c,c),
    inference(unit_resolution,[status(thm)],[299,157,296]) ).

tff(301,plain,
    ( q0(b,e)
  <=> q0(b,e) ),
    inference(rewrite,[status(thm)],]) ).

tff(302,axiom,
    q0(b,e),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_21) ).

tff(303,plain,
    q0(b,e),
    inference(modus_ponens,[status(thm)],[302,301]) ).

tff(304,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(b,e)
      | k3(c,c,e)
      | ~ k2(c,c)
      | ~ k3(e,e,c) )
  <=> ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(b,e)
      | k3(c,c,e)
      | ~ k2(c,c)
      | ~ k3(e,e,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(305,plain,
    ( ( ~ k3(e,e,c)
      | ~ k2(c,c)
      | ~ q0(b,e)
      | k3(c,c,e) )
  <=> ( ~ q0(b,e)
      | k3(c,c,e)
      | ~ k2(c,c)
      | ~ k3(e,e,c) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(306,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ k3(e,e,c)
      | ~ k2(c,c)
      | ~ q0(b,e)
      | k3(c,c,e) )
  <=> ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(b,e)
      | k3(c,c,e)
      | ~ k2(c,c)
      | ~ k3(e,e,c) ) ),
    inference(monotonicity,[status(thm)],[305]) ).

tff(307,plain,
    ( ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ k3(e,e,c)
      | ~ k2(c,c)
      | ~ q0(b,e)
      | k3(c,c,e) )
  <=> ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
            ( ~ k3(H,A,J)
            | ~ k2(G,J)
            | ~ q0(I,H)
            | k3(G,G,H) )
      | ~ q0(b,e)
      | k3(c,c,e)
      | ~ k2(c,c)
      | ~ k3(e,e,c) ) ),
    inference(transitivity,[status(thm)],[306,304]) ).

tff(308,plain,
    ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
          ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) )
    | ~ k3(e,e,c)
    | ~ k2(c,c)
    | ~ q0(b,e)
    | k3(c,c,e) ),
    inference(quant_inst,[status(thm)],]) ).

tff(309,plain,
    ( ~ ! [I: $i,A: $i,J: $i,H: $i,G: $i] :
          ( ~ k3(H,A,J)
          | ~ k2(G,J)
          | ~ q0(I,H)
          | k3(G,G,H) )
    | ~ q0(b,e)
    | k3(c,c,e)
    | ~ k2(c,c)
    | ~ k3(e,e,c) ),
    inference(modus_ponens,[status(thm)],[308,307]) ).

tff(310,plain,
    k3(c,c,e),
    inference(unit_resolution,[status(thm)],[309,303,269,300,279]) ).

tff(311,plain,
    ( ( ~ k3(c,c,e)
      | n4(d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(312,plain,
    ( ( ~ k3(c,c,e)
      | n4(d,d)
      | $false )
  <=> ( ~ k3(c,c,e)
      | n4(d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(313,plain,
    ( ( $false
      | $false
      | q1(d,d,d) )
  <=> q1(d,d,d) ),
    inference(rewrite,[status(thm)],]) ).

tff(314,axiom,
    k0(e),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',axiom_28) ).

tff(315,plain,
    ( k0(e)
  <=> $true ),
    inference(iff_true,[status(thm)],[314]) ).

tff(316,plain,
    ( ~ k0(e)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[315]) ).

tff(317,plain,
    ( ~ k0(e)
  <=> $false ),
    inference(transitivity,[status(thm)],[316,99]) ).

tff(318,plain,
    ( ( ~ s0(d)
      | ~ k0(e)
      | q1(d,d,d) )
  <=> ( $false
      | $false
      | q1(d,d,d) ) ),
    inference(monotonicity,[status(thm)],[107,317]) ).

tff(319,plain,
    ( ( ~ s0(d)
      | ~ k0(e)
      | q1(d,d,d) )
  <=> q1(d,d,d) ),
    inference(transitivity,[status(thm)],[318,313]) ).

tff(320,plain,
    ( ( ~ s0(d)
      | ~ k0(e)
      | q1(d,d,d) )
  <=> ( ~ s0(d)
      | ~ k0(e)
      | q1(d,d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(321,plain,
    ( ( ~ k0(e)
      | q1(d,d,d)
      | ~ s0(d) )
  <=> ( ~ s0(d)
      | ~ k0(e)
      | q1(d,d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(322,plain,
    ( ( q1(d,d,d)
      | ~ k0(e) )
  <=> ( ~ k0(e)
      | q1(d,d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(323,plain,
    ( ( q1(d,d,d)
      | ~ k0(e)
      | ~ s0(d) )
  <=> ( ~ k0(e)
      | q1(d,d,d)
      | ~ s0(d) ) ),
    inference(monotonicity,[status(thm)],[322]) ).

tff(324,plain,
    ( ( q1(d,d,d)
      | ~ k0(e)
      | ~ s0(d) )
  <=> ( ~ s0(d)
      | ~ k0(e)
      | q1(d,d,d) ) ),
    inference(transitivity,[status(thm)],[323,321]) ).

tff(325,axiom,
    ( q1(d,d,d)
    | ~ k0(e)
    | ~ s0(d) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_117) ).

tff(326,plain,
    ( ~ s0(d)
    | ~ k0(e)
    | q1(d,d,d) ),
    inference(modus_ponens,[status(thm)],[325,324]) ).

tff(327,plain,
    ( ~ s0(d)
    | ~ k0(e)
    | q1(d,d,d) ),
    inference(modus_ponens,[status(thm)],[326,320]) ).

tff(328,plain,
    q1(d,d,d),
    inference(modus_ponens,[status(thm)],[327,319]) ).

tff(329,plain,
    ( q1(d,d,d)
  <=> $true ),
    inference(iff_true,[status(thm)],[328]) ).

tff(330,plain,
    ( ~ q1(d,d,d)
  <=> ~ $true ),
    inference(monotonicity,[status(thm)],[329]) ).

tff(331,plain,
    ( ~ q1(d,d,d)
  <=> $false ),
    inference(transitivity,[status(thm)],[330,99]) ).

tff(332,plain,
    ( ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d)
      | $false ) ),
    inference(monotonicity,[status(thm)],[331]) ).

tff(333,plain,
    ( ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d) ) ),
    inference(transitivity,[status(thm)],[332,312]) ).

tff(334,plain,
    ( ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(335,plain,
    ( ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(336,plain,
    ( ( n4(d,d)
      | ~ k3(c,c,e) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(337,plain,
    ( ( n4(d,d)
      | ~ k3(c,c,e)
      | ~ q1(d,d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) ) ),
    inference(monotonicity,[status(thm)],[336]) ).

tff(338,plain,
    ( ( n4(d,d)
      | ~ k3(c,c,e)
      | ~ q1(d,d,d) )
  <=> ( ~ k3(c,c,e)
      | n4(d,d)
      | ~ q1(d,d,d) ) ),
    inference(transitivity,[status(thm)],[337,335]) ).

tff(339,axiom,
    ( n4(d,d)
    | ~ k3(c,c,e)
    | ~ q1(d,d,d) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_282) ).

tff(340,plain,
    ( ~ k3(c,c,e)
    | n4(d,d)
    | ~ q1(d,d,d) ),
    inference(modus_ponens,[status(thm)],[339,338]) ).

tff(341,plain,
    ( ~ k3(c,c,e)
    | n4(d,d)
    | ~ q1(d,d,d) ),
    inference(modus_ponens,[status(thm)],[340,334]) ).

tff(342,plain,
    ( ~ k3(c,c,e)
    | n4(d,d) ),
    inference(modus_ponens,[status(thm)],[341,333]) ).

tff(343,plain,
    ( ~ k3(c,c,e)
    | n4(d,d) ),
    inference(modus_ponens,[status(thm)],[342,311]) ).

tff(344,plain,
    n4(d,d),
    inference(unit_resolution,[status(thm)],[343,310]) ).

tff(345,plain,
    ^ [A: $i,J: $i] :
      refl(
        ( ( ~ n4(J,J)
          | ~ p3(J,A,A)
          | n4(J,A) )
      <=> ( ~ n4(J,J)
          | ~ p3(J,A,A)
          | n4(J,A) ) )),
    inference(bind,[status(th)],]) ).

tff(346,plain,
    ( ! [A: $i,J: $i] :
        ( ~ n4(J,J)
        | ~ p3(J,A,A)
        | n4(J,A) )
  <=> ! [A: $i,J: $i] :
        ( ~ n4(J,J)
        | ~ p3(J,A,A)
        | n4(J,A) ) ),
    inference(quant_intro,[status(thm)],[345]) ).

tff(347,plain,
    ( ! [A: $i,J: $i] :
        ( ~ n4(J,J)
        | ~ p3(J,A,A)
        | n4(J,A) )
  <=> ! [A: $i,J: $i] :
        ( ~ n4(J,J)
        | ~ p3(J,A,A)
        | n4(J,A) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(348,plain,
    ^ [A: $i,J: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( n4(J,A)
              | ~ p3(J,A,A) )
          <=> ( ~ p3(J,A,A)
              | n4(J,A) ) )),
          ( ( n4(J,A)
            | ~ p3(J,A,A)
            | ~ n4(J,J) )
        <=> ( ~ p3(J,A,A)
            | n4(J,A)
            | ~ n4(J,J) ) )),
        rewrite(
          ( ( ~ p3(J,A,A)
            | n4(J,A)
            | ~ n4(J,J) )
        <=> ( ~ n4(J,J)
            | ~ p3(J,A,A)
            | n4(J,A) ) )),
        ( ( n4(J,A)
          | ~ p3(J,A,A)
          | ~ n4(J,J) )
      <=> ( ~ n4(J,J)
          | ~ p3(J,A,A)
          | n4(J,A) ) )),
    inference(bind,[status(th)],]) ).

tff(349,plain,
    ( ! [A: $i,J: $i] :
        ( n4(J,A)
        | ~ p3(J,A,A)
        | ~ n4(J,J) )
  <=> ! [A: $i,J: $i] :
        ( ~ n4(J,J)
        | ~ p3(J,A,A)
        | n4(J,A) ) ),
    inference(quant_intro,[status(thm)],[348]) ).

tff(350,axiom,
    ! [A: $i,J: $i] :
      ( n4(J,A)
      | ~ p3(J,A,A)
      | ~ n4(J,J) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/SYN001-0.ax',rule_281) ).

tff(351,plain,
    ! [A: $i,J: $i] :
      ( ~ n4(J,J)
      | ~ p3(J,A,A)
      | n4(J,A) ),
    inference(modus_ponens,[status(thm)],[350,349]) ).

tff(352,plain,
    ! [A: $i,J: $i] :
      ( ~ n4(J,J)
      | ~ p3(J,A,A)
      | n4(J,A) ),
    inference(modus_ponens,[status(thm)],[351,347]) ).

tff(353,plain,
    ! [A: $i,J: $i] :
      ( ~ n4(J,J)
      | ~ p3(J,A,A)
      | n4(J,A) ),
    inference(skolemize,[status(sab)],[352]) ).

tff(354,plain,
    ! [A: $i,J: $i] :
      ( ~ n4(J,J)
      | ~ p3(J,A,A)
      | n4(J,A) ),
    inference(modus_ponens,[status(thm)],[353,346]) ).

tff(355,plain,
    ( ( ~ ! [A: $i,J: $i] :
            ( ~ n4(J,J)
            | ~ p3(J,A,A)
            | n4(J,A) )
      | ~ n4(d,d)
      | ~ p3(d,a,a)
      | n4(d,a) )
  <=> ( ~ ! [A: $i,J: $i] :
            ( ~ n4(J,J)
            | ~ p3(J,A,A)
            | n4(J,A) )
      | ~ n4(d,d)
      | ~ p3(d,a,a)
      | n4(d,a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(356,plain,
    ( ~ ! [A: $i,J: $i] :
          ( ~ n4(J,J)
          | ~ p3(J,A,A)
          | n4(J,A) )
    | ~ n4(d,d)
    | ~ p3(d,a,a)
    | n4(d,a) ),
    inference(quant_inst,[status(thm)],]) ).

tff(357,plain,
    ( ~ ! [A: $i,J: $i] :
          ( ~ n4(J,J)
          | ~ p3(J,A,A)
          | n4(J,A) )
    | ~ n4(d,d)
    | ~ p3(d,a,a)
    | n4(d,a) ),
    inference(modus_ponens,[status(thm)],[356,355]) ).

tff(358,plain,
    n4(d,a),
    inference(unit_resolution,[status(thm)],[357,354,344,147]) ).

tff(359,plain,
    ^ [X: $i] :
      refl(
        ( ~ n4(X,a)
      <=> ~ n4(X,a) )),
    inference(bind,[status(th)],]) ).

tff(360,plain,
    ( ! [X: $i] : ~ n4(X,a)
  <=> ! [X: $i] : ~ n4(X,a) ),
    inference(quant_intro,[status(thm)],[359]) ).

tff(361,plain,
    ( ! [X: $i] : ~ n4(X,a)
  <=> ! [X: $i] : ~ n4(X,a) ),
    inference(rewrite,[status(thm)],]) ).

tff(362,axiom,
    ! [X: $i] : ~ n4(X,a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_this) ).

tff(363,plain,
    ! [X: $i] : ~ n4(X,a),
    inference(modus_ponens,[status(thm)],[362,361]) ).

tff(364,plain,
    ! [X: $i] : ~ n4(X,a),
    inference(skolemize,[status(sab)],[363]) ).

tff(365,plain,
    ! [X: $i] : ~ n4(X,a),
    inference(modus_ponens,[status(thm)],[364,360]) ).

tff(366,plain,
    ( ~ ! [X: $i] : ~ n4(X,a)
    | ~ n4(d,a) ),
    inference(quant_inst,[status(thm)],]) ).

tff(367,plain,
    $false,
    inference(unit_resolution,[status(thm)],[366,365,358]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYN155-1 : TPTP v8.1.0. Released v1.1.0.
% 0.06/0.13  % Command  : z3_tptp -proof -model -t:%d -file:%s
% 0.12/0.34  % Computer : n029.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Mon Sep  5 02:08:46 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  Z3tptp [4.8.9.0] (c) 2006-20**. Microsoft Corp.
% 0.12/0.34  Usage: tptp [options] [-file:]file
% 0.12/0.34    -h, -?       prints this message.
% 0.12/0.34    -smt2        print SMT-LIB2 benchmark.
% 0.12/0.34    -m, -model   generate model.
% 0.12/0.34    -p, -proof   generate proof.
% 0.12/0.34    -c, -core    generate unsat core of named formulas.
% 0.12/0.34    -st, -statistics display statistics.
% 0.12/0.34    -t:timeout   set timeout (in second).
% 0.12/0.34    -smt2status  display status in smt2 format instead of SZS.
% 0.12/0.34    -check_status check the status produced by Z3 against annotation in benchmark.
% 0.12/0.34    -<param>:<value> configuration parameter and value.
% 0.12/0.34    -o:<output-file> file to place output in.
% 0.20/0.49  % SZS status Unsatisfiable
% 0.20/0.49  % SZS output start Proof
% See solution above
%------------------------------------------------------------------------------