theorem Th41:
  a <> {} implies a/a = 1
proof
  assume a <> {};
  then RED(a,a) = 1 by Th27;
  hence thesis by Def10;
end;
