theorem
  g|B +* f = f
proof
  reconsider C = B as Subset of A by FINSUB_1:16;
  g|C +* f = f by Th4;
  hence thesis;
end;
