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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Z3---4.8.9.0
% Problem  : LAT238-1 : TPTP v8.1.0. Released v3.1.0.
% Transfm  : none
% Format   : tptp
% Command  : z3_tptp -proof -model -t:%d -file:%s

% Computer : n018.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 : Sat Sep 17 18:32:23 EDT 2022

% Result   : Unsatisfiable 19.16s 12.53s
% Output   : Proof 19.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   69
% Syntax   : Number of formulae    :  194 ( 126 unt;   7 typ;   0 def)
%            Number of atoms       :  333 ( 318 equ)
%            Maximal formula atoms :   12 (   1 avg)
%            Number of connectives :  224 (  95   ~;  86   |;   0   &)
%                                         (  43 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of FOOLs       :   17 (  17 fml;   0 var)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    5 (   3   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :  265 ( 241   !;   0   ?; 265   :)

% Comments : 
%------------------------------------------------------------------------------
tff(zero_type,type,
    zero: $i ).

tff(meet_type,type,
    meet: ( $i * $i ) > $i ).

tff(join_type,type,
    join: ( $i * $i ) > $i ).

tff(complement_type,type,
    complement: $i > $i ).

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

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

tff(one_type,type,
    one: $i ).

tff(1,plain,
    ^ [X: $i] :
      refl(
        ( ( meet(X,complement(X)) = zero )
      <=> ( meet(X,complement(X)) = zero ) )),
    inference(bind,[status(th)],]) ).

tff(2,plain,
    ( ! [X: $i] : ( meet(X,complement(X)) = zero )
  <=> ! [X: $i] : ( meet(X,complement(X)) = zero ) ),
    inference(quant_intro,[status(thm)],[1]) ).

tff(3,plain,
    ( ! [X: $i] : ( meet(X,complement(X)) = zero )
  <=> ! [X: $i] : ( meet(X,complement(X)) = zero ) ),
    inference(rewrite,[status(thm)],]) ).

tff(4,axiom,
    ! [X: $i] : ( meet(X,complement(X)) = zero ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-4.ax',complement_meet) ).

tff(5,plain,
    ! [X: $i] : ( meet(X,complement(X)) = zero ),
    inference(modus_ponens,[status(thm)],[4,3]) ).

tff(6,plain,
    ! [X: $i] : ( meet(X,complement(X)) = zero ),
    inference(skolemize,[status(sab)],[5]) ).

tff(7,plain,
    ! [X: $i] : ( meet(X,complement(X)) = zero ),
    inference(modus_ponens,[status(thm)],[6,2]) ).

tff(8,plain,
    ( ~ ! [X: $i] : ( meet(X,complement(X)) = zero )
    | ( meet(a,complement(a)) = zero ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(9,plain,
    meet(a,complement(a)) = zero,
    inference(unit_resolution,[status(thm)],[8,7]) ).

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

tff(11,axiom,
    meet(b,a) = a,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_distributivity_hypothesis) ).

tff(12,plain,
    meet(b,a) = a,
    inference(modus_ponens,[status(thm)],[11,10]) ).

tff(13,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( ( meet(X,Y) = meet(Y,X) )
      <=> ( meet(X,Y) = meet(Y,X) ) )),
    inference(bind,[status(th)],]) ).

tff(14,plain,
    ( ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) )
  <=> ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) ) ),
    inference(quant_intro,[status(thm)],[13]) ).

tff(15,plain,
    ( ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) )
  <=> ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(16,axiom,
    ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-0.ax',commutativity_of_meet) ).

tff(17,plain,
    ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) ),
    inference(modus_ponens,[status(thm)],[16,15]) ).

tff(18,plain,
    ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) ),
    inference(skolemize,[status(sab)],[17]) ).

tff(19,plain,
    ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) ),
    inference(modus_ponens,[status(thm)],[18,14]) ).

tff(20,plain,
    ( ~ ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) )
    | ( meet(a,b) = meet(b,a) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(21,plain,
    meet(a,b) = meet(b,a),
    inference(unit_resolution,[status(thm)],[20,19]) ).

tff(22,plain,
    meet(a,b) = a,
    inference(transitivity,[status(thm)],[21,12]) ).

tff(23,plain,
    meet(meet(a,b),complement(a)) = meet(a,complement(a)),
    inference(monotonicity,[status(thm)],[22]) ).

tff(24,plain,
    ^ [Z: $i,Y: $i,X: $i] :
      refl(
        ( ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) )
      <=> ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ) )),
    inference(bind,[status(th)],]) ).

tff(25,plain,
    ( ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) )
  <=> ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ) ),
    inference(quant_intro,[status(thm)],[24]) ).

tff(26,plain,
    ( ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) )
  <=> ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(27,axiom,
    ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-0.ax',associativity_of_meet) ).

tff(28,plain,
    ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ),
    inference(modus_ponens,[status(thm)],[27,26]) ).

tff(29,plain,
    ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ),
    inference(skolemize,[status(sab)],[28]) ).

tff(30,plain,
    ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) ),
    inference(modus_ponens,[status(thm)],[29,25]) ).

tff(31,plain,
    ( ~ ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) )
    | ( meet(meet(a,b),complement(a)) = meet(a,meet(b,complement(a))) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(32,plain,
    meet(meet(a,b),complement(a)) = meet(a,meet(b,complement(a))),
    inference(unit_resolution,[status(thm)],[31,30]) ).

tff(33,plain,
    meet(a,meet(b,complement(a))) = meet(meet(a,b),complement(a)),
    inference(symmetry,[status(thm)],[32]) ).

tff(34,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( ( join(X,meet(X,Y)) = X )
      <=> ( join(X,meet(X,Y)) = X ) )),
    inference(bind,[status(th)],]) ).

tff(35,plain,
    ( ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X )
  <=> ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X ) ),
    inference(quant_intro,[status(thm)],[34]) ).

tff(36,plain,
    ( ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X )
  <=> ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X ) ),
    inference(rewrite,[status(thm)],]) ).

tff(37,axiom,
    ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-0.ax',absorption2) ).

tff(38,plain,
    ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X ),
    inference(modus_ponens,[status(thm)],[37,36]) ).

tff(39,plain,
    ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X ),
    inference(skolemize,[status(sab)],[38]) ).

tff(40,plain,
    ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X ),
    inference(modus_ponens,[status(thm)],[39,35]) ).

tff(41,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X )
    | ( join(complement(a),meet(complement(a),a)) = complement(a) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(42,plain,
    join(complement(a),meet(complement(a),a)) = complement(a),
    inference(unit_resolution,[status(thm)],[41,40]) ).

tff(43,plain,
    ( ~ ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) )
    | ( meet(complement(a),a) = meet(a,complement(a)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(44,plain,
    meet(complement(a),a) = meet(a,complement(a)),
    inference(unit_resolution,[status(thm)],[43,19]) ).

tff(45,plain,
    meet(a,complement(a)) = meet(complement(a),a),
    inference(symmetry,[status(thm)],[44]) ).

tff(46,plain,
    zero = meet(a,complement(a)),
    inference(symmetry,[status(thm)],[9]) ).

tff(47,plain,
    ( ~ ! [X: $i] : ( meet(X,complement(X)) = zero )
    | ( meet(b,complement(b)) = zero ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(48,plain,
    meet(b,complement(b)) = zero,
    inference(unit_resolution,[status(thm)],[47,7]) ).

tff(49,plain,
    ( ~ ! [Y: $i,X: $i] : ( meet(X,Y) = meet(Y,X) )
    | ( meet(complement(b),b) = meet(b,complement(b)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(50,plain,
    meet(complement(b),b) = meet(b,complement(b)),
    inference(unit_resolution,[status(thm)],[49,19]) ).

tff(51,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X )
    | ( join(b,meet(b,a)) = b ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(52,plain,
    join(b,meet(b,a)) = b,
    inference(unit_resolution,[status(thm)],[51,40]) ).

tff(53,plain,
    a = meet(b,a),
    inference(symmetry,[status(thm)],[12]) ).

tff(54,plain,
    join(b,a) = join(b,meet(b,a)),
    inference(monotonicity,[status(thm)],[53]) ).

tff(55,plain,
    join(b,a) = b,
    inference(transitivity,[status(thm)],[54,52]) ).

tff(56,plain,
    meet(complement(b),join(b,a)) = meet(complement(b),b),
    inference(monotonicity,[status(thm)],[55]) ).

tff(57,plain,
    meet(complement(b),join(b,a)) = meet(complement(a),a),
    inference(transitivity,[status(thm)],[56,50,48,46,45]) ).

tff(58,plain,
    join(complement(a),meet(complement(b),join(b,a))) = join(complement(a),meet(complement(a),a)),
    inference(monotonicity,[status(thm)],[57]) ).

tff(59,plain,
    join(complement(a),meet(complement(b),join(b,a))) = complement(a),
    inference(transitivity,[status(thm)],[58,42]) ).

tff(60,plain,
    meet(b,join(complement(a),meet(complement(b),join(b,a)))) = meet(b,complement(a)),
    inference(monotonicity,[status(thm)],[59]) ).

tff(61,plain,
    ^ [Z: $i,Y: $i,U: $i,X: $i] :
      refl(
        ( ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) )
      <=> ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ) )),
    inference(bind,[status(th)],]) ).

tff(62,plain,
    ( ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) )
  <=> ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ) ),
    inference(quant_intro,[status(thm)],[61]) ).

tff(63,plain,
    ( ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) )
  <=> ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(64,axiom,
    ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',equation_H42) ).

tff(65,plain,
    ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ),
    inference(modus_ponens,[status(thm)],[64,63]) ).

tff(66,plain,
    ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ),
    inference(skolemize,[status(sab)],[65]) ).

tff(67,plain,
    ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) ),
    inference(modus_ponens,[status(thm)],[66,62]) ).

tff(68,plain,
    ( ~ ! [Z: $i,Y: $i,U: $i,X: $i] : ( meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(Y,meet(Z,join(Y,join(U,meet(X,Z)))))) )
    | ( meet(b,join(complement(a),meet(complement(b),join(b,a)))) = meet(b,join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b))))))) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(69,plain,
    meet(b,join(complement(a),meet(complement(b),join(b,a)))) = meet(b,join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b))))))),
    inference(unit_resolution,[status(thm)],[68,67]) ).

tff(70,plain,
    meet(b,join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b))))))) = meet(b,join(complement(a),meet(complement(b),join(b,a)))),
    inference(symmetry,[status(thm)],[69]) ).

tff(71,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( ( meet(X,join(X,Y)) = X )
      <=> ( meet(X,join(X,Y)) = X ) )),
    inference(bind,[status(th)],]) ).

tff(72,plain,
    ( ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X )
  <=> ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X ) ),
    inference(quant_intro,[status(thm)],[71]) ).

tff(73,plain,
    ( ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X )
  <=> ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X ) ),
    inference(rewrite,[status(thm)],]) ).

tff(74,axiom,
    ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-0.ax',absorption1) ).

tff(75,plain,
    ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X ),
    inference(modus_ponens,[status(thm)],[74,73]) ).

tff(76,plain,
    ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X ),
    inference(skolemize,[status(sab)],[75]) ).

tff(77,plain,
    ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X ),
    inference(modus_ponens,[status(thm)],[76,72]) ).

tff(78,plain,
    ( ~ ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X )
    | ( meet(complement(b),join(complement(b),b)) = complement(b) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(79,plain,
    meet(complement(b),join(complement(b),b)) = complement(b),
    inference(unit_resolution,[status(thm)],[78,77]) ).

tff(80,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( ( join(X,Y) = join(Y,X) )
      <=> ( join(X,Y) = join(Y,X) ) )),
    inference(bind,[status(th)],]) ).

tff(81,plain,
    ( ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
  <=> ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) ) ),
    inference(quant_intro,[status(thm)],[80]) ).

tff(82,plain,
    ( ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
  <=> ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(83,axiom,
    ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-0.ax',commutativity_of_join) ).

tff(84,plain,
    ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) ),
    inference(modus_ponens,[status(thm)],[83,82]) ).

tff(85,plain,
    ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) ),
    inference(skolemize,[status(sab)],[84]) ).

tff(86,plain,
    ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) ),
    inference(modus_ponens,[status(thm)],[85,81]) ).

tff(87,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
    | ( join(complement(b),b) = join(b,complement(b)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(88,plain,
    join(complement(b),b) = join(b,complement(b)),
    inference(unit_resolution,[status(thm)],[87,86]) ).

tff(89,plain,
    join(b,complement(b)) = join(complement(b),b),
    inference(symmetry,[status(thm)],[88]) ).

tff(90,plain,
    ^ [X: $i] :
      refl(
        ( ( join(X,complement(X)) = one )
      <=> ( join(X,complement(X)) = one ) )),
    inference(bind,[status(th)],]) ).

tff(91,plain,
    ( ! [X: $i] : ( join(X,complement(X)) = one )
  <=> ! [X: $i] : ( join(X,complement(X)) = one ) ),
    inference(quant_intro,[status(thm)],[90]) ).

tff(92,plain,
    ( ! [X: $i] : ( join(X,complement(X)) = one )
  <=> ! [X: $i] : ( join(X,complement(X)) = one ) ),
    inference(rewrite,[status(thm)],]) ).

tff(93,axiom,
    ! [X: $i] : ( join(X,complement(X)) = one ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-4.ax',complement_join) ).

tff(94,plain,
    ! [X: $i] : ( join(X,complement(X)) = one ),
    inference(modus_ponens,[status(thm)],[93,92]) ).

tff(95,plain,
    ! [X: $i] : ( join(X,complement(X)) = one ),
    inference(skolemize,[status(sab)],[94]) ).

tff(96,plain,
    ! [X: $i] : ( join(X,complement(X)) = one ),
    inference(modus_ponens,[status(thm)],[95,91]) ).

tff(97,plain,
    ( ~ ! [X: $i] : ( join(X,complement(X)) = one )
    | ( join(b,complement(b)) = one ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(98,plain,
    join(b,complement(b)) = one,
    inference(unit_resolution,[status(thm)],[97,96]) ).

tff(99,plain,
    one = join(b,complement(b)),
    inference(symmetry,[status(thm)],[98]) ).

tff(100,plain,
    ( ~ ! [X: $i] : ( join(X,complement(X)) = one )
    | ( join(a,complement(a)) = one ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(101,plain,
    join(a,complement(a)) = one,
    inference(unit_resolution,[status(thm)],[100,96]) ).

tff(102,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
    | ( join(complement(a),a) = join(a,complement(a)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(103,plain,
    join(complement(a),a) = join(a,complement(a)),
    inference(unit_resolution,[status(thm)],[102,86]) ).

tff(104,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X )
    | ( join(a,meet(a,complement(a))) = a ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(105,plain,
    join(a,meet(a,complement(a))) = a,
    inference(unit_resolution,[status(thm)],[104,40]) ).

tff(106,plain,
    meet(b,complement(b)) = meet(a,complement(a)),
    inference(transitivity,[status(thm)],[48,46]) ).

tff(107,plain,
    join(a,meet(b,complement(b))) = join(a,meet(a,complement(a))),
    inference(monotonicity,[status(thm)],[106]) ).

tff(108,plain,
    join(a,meet(b,complement(b))) = a,
    inference(transitivity,[status(thm)],[107,105]) ).

tff(109,plain,
    join(complement(a),join(a,meet(b,complement(b)))) = join(complement(a),a),
    inference(monotonicity,[status(thm)],[108]) ).

tff(110,plain,
    join(complement(a),join(a,meet(b,complement(b)))) = join(complement(b),b),
    inference(transitivity,[status(thm)],[109,103,101,99,89]) ).

tff(111,plain,
    meet(complement(b),join(complement(a),join(a,meet(b,complement(b))))) = meet(complement(b),join(complement(b),b)),
    inference(monotonicity,[status(thm)],[110]) ).

tff(112,plain,
    meet(complement(b),join(complement(a),join(a,meet(b,complement(b))))) = complement(b),
    inference(transitivity,[status(thm)],[111,79]) ).

tff(113,plain,
    join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b)))))) = join(complement(a),complement(b)),
    inference(monotonicity,[status(thm)],[112]) ).

tff(114,plain,
    join(complement(a),complement(b)) = join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b)))))),
    inference(symmetry,[status(thm)],[113]) ).

tff(115,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
    | ( join(complement(a),complement(b)) = join(complement(b),complement(a)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(116,plain,
    join(complement(a),complement(b)) = join(complement(b),complement(a)),
    inference(unit_resolution,[status(thm)],[115,86]) ).

tff(117,plain,
    join(complement(b),complement(a)) = join(complement(a),complement(b)),
    inference(symmetry,[status(thm)],[116]) ).

tff(118,plain,
    join(complement(b),complement(a)) = join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b)))))),
    inference(transitivity,[status(thm)],[117,114]) ).

tff(119,plain,
    meet(b,join(complement(b),complement(a))) = meet(b,join(complement(a),meet(complement(b),join(complement(a),join(a,meet(b,complement(b))))))),
    inference(monotonicity,[status(thm)],[118]) ).

tff(120,plain,
    meet(b,join(complement(b),complement(a))) = meet(b,complement(a)),
    inference(transitivity,[status(thm)],[119,70,60]) ).

tff(121,plain,
    meet(a,meet(b,join(complement(b),complement(a)))) = meet(a,meet(b,complement(a))),
    inference(monotonicity,[status(thm)],[120]) ).

tff(122,plain,
    ( ~ ! [Z: $i,Y: $i,X: $i] : ( meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) )
    | ( meet(meet(a,b),join(complement(b),complement(a))) = meet(a,meet(b,join(complement(b),complement(a)))) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(123,plain,
    meet(meet(a,b),join(complement(b),complement(a))) = meet(a,meet(b,join(complement(b),complement(a)))),
    inference(unit_resolution,[status(thm)],[122,30]) ).

tff(124,plain,
    meet(b,a) = meet(a,b),
    inference(symmetry,[status(thm)],[21]) ).

tff(125,plain,
    a = meet(a,b),
    inference(transitivity,[status(thm)],[53,124]) ).

tff(126,plain,
    meet(a,join(complement(b),complement(a))) = meet(meet(a,b),join(complement(b),complement(a))),
    inference(monotonicity,[status(thm)],[125]) ).

tff(127,plain,
    meet(a,join(complement(b),complement(a))) = zero,
    inference(transitivity,[status(thm)],[126,123,121,33,23,9]) ).

tff(128,plain,
    ( ( complement(a) = join(complement(b),complement(a)) )
  <=> ( join(complement(b),complement(a)) = complement(a) ) ),
    inference(commutativity,[status(thm)],]) ).

tff(129,plain,
    ( ( join(complement(b),complement(a)) = complement(a) )
  <=> ( complement(a) = join(complement(b),complement(a)) ) ),
    inference(symmetry,[status(thm)],[128]) ).

tff(130,plain,
    ( ( join(complement(b),complement(a)) != complement(a) )
  <=> ( complement(a) != join(complement(b),complement(a)) ) ),
    inference(monotonicity,[status(thm)],[129]) ).

tff(131,plain,
    ( ( join(complement(b),complement(a)) != complement(a) )
  <=> ( join(complement(b),complement(a)) != complement(a) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(132,axiom,
    join(complement(b),complement(a)) != complement(a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_distributivity) ).

tff(133,plain,
    join(complement(b),complement(a)) != complement(a),
    inference(modus_ponens,[status(thm)],[132,131]) ).

tff(134,plain,
    complement(a) != join(complement(b),complement(a)),
    inference(modus_ponens,[status(thm)],[133,130]) ).

tff(135,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
    | ( join(a,join(complement(b),complement(a))) = join(join(complement(b),complement(a)),a) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(136,plain,
    join(a,join(complement(b),complement(a))) = join(join(complement(b),complement(a)),a),
    inference(unit_resolution,[status(thm)],[135,86]) ).

tff(137,plain,
    ( ( join(a,join(complement(b),complement(a))) = one )
  <=> ( join(join(complement(b),complement(a)),a) = one ) ),
    inference(monotonicity,[status(thm)],[136]) ).

tff(138,plain,
    ( ( join(join(complement(b),complement(a)),a) = one )
  <=> ( join(a,join(complement(b),complement(a))) = one ) ),
    inference(symmetry,[status(thm)],[137]) ).

tff(139,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,meet(X,Y)) = X )
    | ( join(complement(b),meet(complement(b),join(complement(b),complement(a)))) = complement(b) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(140,plain,
    join(complement(b),meet(complement(b),join(complement(b),complement(a)))) = complement(b),
    inference(unit_resolution,[status(thm)],[139,40]) ).

tff(141,plain,
    ( ~ ! [Y: $i,X: $i] : ( meet(X,join(X,Y)) = X )
    | ( meet(complement(b),join(complement(b),complement(a))) = complement(b) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(142,plain,
    meet(complement(b),join(complement(b),complement(a))) = complement(b),
    inference(unit_resolution,[status(thm)],[141,77]) ).

tff(143,plain,
    complement(b) = meet(complement(b),join(complement(b),complement(a))),
    inference(symmetry,[status(thm)],[142]) ).

tff(144,plain,
    join(complement(b),complement(b)) = join(complement(b),meet(complement(b),join(complement(b),complement(a)))),
    inference(monotonicity,[status(thm)],[143]) ).

tff(145,plain,
    join(complement(b),complement(b)) = complement(b),
    inference(transitivity,[status(thm)],[144,140]) ).

tff(146,plain,
    join(b,join(complement(b),complement(b))) = join(b,complement(b)),
    inference(monotonicity,[status(thm)],[145]) ).

tff(147,plain,
    ^ [Z: $i,Y: $i,X: $i] :
      refl(
        ( ( join(join(X,Y),Z) = join(X,join(Y,Z)) )
      <=> ( join(join(X,Y),Z) = join(X,join(Y,Z)) ) )),
    inference(bind,[status(th)],]) ).

tff(148,plain,
    ( ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) )
  <=> ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) ) ),
    inference(quant_intro,[status(thm)],[147]) ).

tff(149,plain,
    ( ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) )
  <=> ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(150,axiom,
    ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-0.ax',associativity_of_join) ).

tff(151,plain,
    ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) ),
    inference(modus_ponens,[status(thm)],[150,149]) ).

tff(152,plain,
    ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) ),
    inference(skolemize,[status(sab)],[151]) ).

tff(153,plain,
    ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) ),
    inference(modus_ponens,[status(thm)],[152,148]) ).

tff(154,plain,
    ( ~ ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) )
    | ( join(join(b,complement(b)),complement(b)) = join(b,join(complement(b),complement(b))) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(155,plain,
    join(join(b,complement(b)),complement(b)) = join(b,join(complement(b),complement(b))),
    inference(unit_resolution,[status(thm)],[154,153]) ).

tff(156,plain,
    join(complement(a),a) = join(b,complement(b)),
    inference(transitivity,[status(thm)],[103,101,99]) ).

tff(157,plain,
    join(join(complement(a),a),complement(b)) = join(join(b,complement(b)),complement(b)),
    inference(monotonicity,[status(thm)],[156]) ).

tff(158,plain,
    ( ~ ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) )
    | ( join(join(complement(a),a),complement(b)) = join(complement(a),join(a,complement(b))) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(159,plain,
    join(join(complement(a),a),complement(b)) = join(complement(a),join(a,complement(b))),
    inference(unit_resolution,[status(thm)],[158,153]) ).

tff(160,plain,
    join(complement(a),join(a,complement(b))) = join(join(complement(a),a),complement(b)),
    inference(symmetry,[status(thm)],[159]) ).

tff(161,plain,
    ( ~ ! [Y: $i,X: $i] : ( join(X,Y) = join(Y,X) )
    | ( join(complement(b),a) = join(a,complement(b)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(162,plain,
    join(complement(b),a) = join(a,complement(b)),
    inference(unit_resolution,[status(thm)],[161,86]) ).

tff(163,plain,
    join(complement(b),meet(b,a)) = join(complement(b),a),
    inference(monotonicity,[status(thm)],[12]) ).

tff(164,plain,
    join(complement(b),meet(b,a)) = join(a,complement(b)),
    inference(transitivity,[status(thm)],[163,162]) ).

tff(165,plain,
    join(complement(a),join(complement(b),meet(b,a))) = join(complement(a),join(a,complement(b))),
    inference(monotonicity,[status(thm)],[164]) ).

tff(166,plain,
    join(complement(b),a) = join(complement(b),meet(b,a)),
    inference(symmetry,[status(thm)],[163]) ).

tff(167,plain,
    join(complement(a),join(complement(b),a)) = join(complement(a),join(complement(b),meet(b,a))),
    inference(monotonicity,[status(thm)],[166]) ).

tff(168,plain,
    ( ~ ! [Z: $i,Y: $i,X: $i] : ( join(join(X,Y),Z) = join(X,join(Y,Z)) )
    | ( join(join(complement(a),complement(b)),a) = join(complement(a),join(complement(b),a)) ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(169,plain,
    join(join(complement(a),complement(b)),a) = join(complement(a),join(complement(b),a)),
    inference(unit_resolution,[status(thm)],[168,153]) ).

tff(170,plain,
    join(join(complement(b),complement(a)),a) = join(join(complement(a),complement(b)),a),
    inference(monotonicity,[status(thm)],[117]) ).

tff(171,plain,
    join(join(complement(b),complement(a)),a) = one,
    inference(transitivity,[status(thm)],[170,169,167,165,160,157,155,146,98]) ).

tff(172,plain,
    join(a,join(complement(b),complement(a))) = one,
    inference(modus_ponens,[status(thm)],[171,138]) ).

tff(173,plain,
    ^ [Y: $i,X: $i] :
      refl(
        ( ( ( complement(X) = Y )
          | ( join(X,Y) != one )
          | ( meet(X,Y) != zero ) )
      <=> ( ( complement(X) = Y )
          | ( join(X,Y) != one )
          | ( meet(X,Y) != zero ) ) )),
    inference(bind,[status(th)],]) ).

tff(174,plain,
    ( ! [Y: $i,X: $i] :
        ( ( complement(X) = Y )
        | ( join(X,Y) != one )
        | ( meet(X,Y) != zero ) )
  <=> ! [Y: $i,X: $i] :
        ( ( complement(X) = Y )
        | ( join(X,Y) != one )
        | ( meet(X,Y) != zero ) ) ),
    inference(quant_intro,[status(thm)],[173]) ).

tff(175,plain,
    ( ! [Y: $i,X: $i] :
        ( ( complement(X) = Y )
        | ( join(X,Y) != one )
        | ( meet(X,Y) != zero ) )
  <=> ! [Y: $i,X: $i] :
        ( ( complement(X) = Y )
        | ( join(X,Y) != one )
        | ( meet(X,Y) != zero ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(176,plain,
    ^ [Y: $i,X: $i] :
      trans(
        monotonicity(
          rewrite(
            ( ( ( meet(X,Y) != zero )
              | ( join(X,Y) != one ) )
          <=> ( ( join(X,Y) != one )
              | ( meet(X,Y) != zero ) ) )),
          ( ( ( meet(X,Y) != zero )
            | ( join(X,Y) != one )
            | ( complement(X) = Y ) )
        <=> ( ( join(X,Y) != one )
            | ( meet(X,Y) != zero )
            | ( complement(X) = Y ) ) )),
        rewrite(
          ( ( ( join(X,Y) != one )
            | ( meet(X,Y) != zero )
            | ( complement(X) = Y ) )
        <=> ( ( complement(X) = Y )
            | ( join(X,Y) != one )
            | ( meet(X,Y) != zero ) ) )),
        ( ( ( meet(X,Y) != zero )
          | ( join(X,Y) != one )
          | ( complement(X) = Y ) )
      <=> ( ( complement(X) = Y )
          | ( join(X,Y) != one )
          | ( meet(X,Y) != zero ) ) )),
    inference(bind,[status(th)],]) ).

tff(177,plain,
    ( ! [Y: $i,X: $i] :
        ( ( meet(X,Y) != zero )
        | ( join(X,Y) != one )
        | ( complement(X) = Y ) )
  <=> ! [Y: $i,X: $i] :
        ( ( complement(X) = Y )
        | ( join(X,Y) != one )
        | ( meet(X,Y) != zero ) ) ),
    inference(quant_intro,[status(thm)],[176]) ).

tff(178,axiom,
    ! [Y: $i,X: $i] :
      ( ( meet(X,Y) != zero )
      | ( join(X,Y) != one )
      | ( complement(X) = Y ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/LAT001-4.ax',meet_join_complement) ).

tff(179,plain,
    ! [Y: $i,X: $i] :
      ( ( complement(X) = Y )
      | ( join(X,Y) != one )
      | ( meet(X,Y) != zero ) ),
    inference(modus_ponens,[status(thm)],[178,177]) ).

tff(180,plain,
    ! [Y: $i,X: $i] :
      ( ( complement(X) = Y )
      | ( join(X,Y) != one )
      | ( meet(X,Y) != zero ) ),
    inference(modus_ponens,[status(thm)],[179,175]) ).

tff(181,plain,
    ! [Y: $i,X: $i] :
      ( ( complement(X) = Y )
      | ( join(X,Y) != one )
      | ( meet(X,Y) != zero ) ),
    inference(skolemize,[status(sab)],[180]) ).

tff(182,plain,
    ! [Y: $i,X: $i] :
      ( ( complement(X) = Y )
      | ( join(X,Y) != one )
      | ( meet(X,Y) != zero ) ),
    inference(modus_ponens,[status(thm)],[181,174]) ).

tff(183,plain,
    ( ( ~ ! [Y: $i,X: $i] :
            ( ( complement(X) = Y )
            | ( join(X,Y) != one )
            | ( meet(X,Y) != zero ) )
      | ( complement(a) = join(complement(b),complement(a)) )
      | ( join(a,join(complement(b),complement(a))) != one )
      | ( meet(a,join(complement(b),complement(a))) != zero ) )
  <=> ( ~ ! [Y: $i,X: $i] :
            ( ( complement(X) = Y )
            | ( join(X,Y) != one )
            | ( meet(X,Y) != zero ) )
      | ( complement(a) = join(complement(b),complement(a)) )
      | ( join(a,join(complement(b),complement(a))) != one )
      | ( meet(a,join(complement(b),complement(a))) != zero ) ) ),
    inference(rewrite,[status(thm)],]) ).

tff(184,plain,
    ( ~ ! [Y: $i,X: $i] :
          ( ( complement(X) = Y )
          | ( join(X,Y) != one )
          | ( meet(X,Y) != zero ) )
    | ( complement(a) = join(complement(b),complement(a)) )
    | ( join(a,join(complement(b),complement(a))) != one )
    | ( meet(a,join(complement(b),complement(a))) != zero ) ),
    inference(quant_inst,[status(thm)],]) ).

tff(185,plain,
    ( ~ ! [Y: $i,X: $i] :
          ( ( complement(X) = Y )
          | ( join(X,Y) != one )
          | ( meet(X,Y) != zero ) )
    | ( complement(a) = join(complement(b),complement(a)) )
    | ( join(a,join(complement(b),complement(a))) != one )
    | ( meet(a,join(complement(b),complement(a))) != zero ) ),
    inference(modus_ponens,[status(thm)],[184,183]) ).

tff(186,plain,
    ( ( complement(a) = join(complement(b),complement(a)) )
    | ( join(a,join(complement(b),complement(a))) != one )
    | ( meet(a,join(complement(b),complement(a))) != zero ) ),
    inference(unit_resolution,[status(thm)],[185,182]) ).

tff(187,plain,
    $false,
    inference(unit_resolution,[status(thm)],[186,172,134,127]) ).

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