reserve L for Lattice,
  p,q,r for Element of L,
  p9,q9,r9 for Element of L.:,
  x, y for set;
reserve I,J for Ideal of L,
  F for Filter of L;

theorem
  p in (.p.> & p "/\" q in (.p.> & q "/\" p in (.p.>
proof
  p"/\"q [= p by LATTICES:6;
  hence thesis;
end;
