 reserve W for WA-Lattice;
 reserve a,b,c for Element of W;

theorem LemmaId2:
  a "\/" a = a
  proof
    a <= a;
    hence thesis by YELLOW_0:24;
  end;
