theorem
  sinh_C/.0c = 0
proof
  sinh_C/.0c = (exp(0c)-exp(-0c))/2 by Def3
    .=0c/2;
  hence thesis;
end;
