theorem   :: Lemma 3.17.
  x "/\" y = bottom L implies x "\/" y = y "\/" x
  proof
    assume x "/\" y = bottom L; then
    (y "/\" x) "\/" y = y by Th3751,Lem316;
    hence thesis by Th3716;
  end;
