theorem
  a delta Bottom Q = a & (Bottom Q) delta a = a
proof
  Bottom a [*] Top Q = Bottom a & Top Q [*] Bottom a = Bottom a by Th32;
  hence thesis by Th22;
end;
