theorem Th72:
  for c being Object of C holds (Obj id C).c = c
proof
  let c be Object of C;
  (id C).(id c) = id c;
  hence thesis by Th62;
end;
