reserve x, r for Real;
reserve A for symmetrical Subset of COMPLEX;
reserve F,G for PartFunc of REAL, REAL;

theorem
  for A being symmetrical Subset of REAL holds sinh is_odd_on A
proof
  let A be symmetrical Subset of REAL;
A1: dom sinh = REAL by FUNCT_2:def 1;
  then
A2: dom(sinh|A) = A by RELAT_1:62;
  for x st x in dom(sinh|A) & -x in dom(sinh|A) holds sinh|A.(-x)=-sinh|A. x
  proof
    let x;
    assume that
A3: x in dom(sinh|A) and
A4: -x in dom(sinh|A);
      reconsider x as Element of REAL by XREAL_0:def 1;
    sinh|A.(-x)=sinh|A/.(-x) by A4,PARTFUN1:def 6
      .=sinh/.(-x) by A1,A4,PARTFUN2:17
      .=-sinh/.x by SIN_COS2:19
      .=-sinh|A/.x by A1,A3,PARTFUN2:17
      .=-sinh|A.x by A3,PARTFUN1:def 6;
    hence thesis;
  end;
  then sinh|A is with_symmetrical_domain quasi_odd by A2;
  hence thesis by A1;
end;
