reserve L for Boolean non empty RelStr;
reserve a,b,c,d for Element of L;

theorem
  a \ Bottom L = a
proof
  thus a \ Bottom L = a"/\"Top L by Th62
    .= a by WAYBEL_1:4;
end;
