Metamath Proof Explorer


Definition df-sinh

Description: Define the hyperbolic sine function (sinh). We define it this way for cmpt , which requires the form ( x e. A |-> B ) . See sinhval-named for a simple way to evaluate it. We define this function by dividing by _i , which uses fewer operations than many conventional definitions (and thus is more convenient to use in set.mm). See sinh-conventional for a justification that our definition is the same as the conventional definition of sinh used in other sources. (Contributed by David A. Wheeler, 20-Apr-2015)

Ref Expression
Assertion df-sinh sinh = x sin i x i

Detailed syntax breakdown

Step Hyp Ref Expression
0 csinh class sinh
1 vx setvar x
2 cc class
3 csin class sin
4 ci class i
5 cmul class ×
6 1 cv setvar x
7 4 6 5 co class i x
8 7 3 cfv class sin i x
9 cdiv class ÷
10 8 4 9 co class sin i x i
11 1 2 10 cmpt class x sin i x i
12 0 11 wceq wff sinh = x sin i x i