theorem Th29:
  c in SC implies (SC --> d)/.c = d
proof
  assume
A1: c in SC;
  then dom (SC --> d) = SC & ((SC --> d) qua Function).c = d by FUNCOP_1:7,13;
  hence thesis by A1,PARTFUN1:def 6;
end;
