theorem
  (SC --> d) is total implies SC <> {}
proof
  assume that
A1: (SC --> d) is total and
A2: SC = {};
  dom (SC --> d) = C by A1,PARTFUN1:def 2;
  hence contradiction by A2,FUNCOP_1:10;
end;
