theorem
  X "/\" Y [= X "\/" Z
proof
  X "/\" Y [= X & X [= X "\/" Z by LATTICES:5,6;
  hence thesis by LATTICES:7;
end;
