theorem
  dom R is finite & rng R is finite implies R is finite
proof
  assume that
A1: dom R is finite and
A2: rng R is finite;
  field R is finite by A1,A2;
  hence thesis by Th86;
end;
