theorem Th81:
  a > 0 implies a #R b > 0
proof
  assume
A1: a > 0;
  then a #R b <> 0 by Lm9;
  hence thesis by A1,Lm8;
end;
