theorem
  Upper_Middle_Point C in C
proof
A1: Upper_Middle_Point C in Upper_Arc C by Th67;
  Upper_Arc C c= C by Th61;
  hence thesis by A1;
end;
