reserve L for Lattice;
reserve X,Y,Z,V for Element of L;

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