MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-asin Structured version   Visualization version   GIF version

Definition df-asin 24392
Description: Define the arcsine function. Because sin is not a one-to-one function, the literal inverse sin is not a function. Rather than attempt to find the right domain on which to restrict sin in order to get a total function, we just define it in terms of log, which we already know is total (except at 0). There are branch points at -1 and 1 (at which the function is defined), and branch cuts along the real line not between -1 and 1, which is to say (-∞, -1) ∪ (1, +∞). (Contributed by Mario Carneiro, 31-Mar-2015.)
Assertion
Ref Expression
df-asin arcsin = (𝑥 ∈ ℂ ↦ (-i · (log‘((i · 𝑥) + (√‘(1 − (𝑥↑2)))))))

Detailed syntax breakdown of Definition df-asin
StepHypRef Expression
1 casin 24389 . 2 class arcsin
2 vx . . 3 setvar 𝑥
3 cc 9813 . . 3 class
4 ci 9817 . . . . 5 class i
54cneg 10146 . . . 4 class -i
62cv 1474 . . . . . . 7 class 𝑥
7 cmul 9820 . . . . . . 7 class ·
84, 6, 7co 6549 . . . . . 6 class (i · 𝑥)
9 c1 9816 . . . . . . . 8 class 1
10 c2 10947 . . . . . . . . 9 class 2
11 cexp 12722 . . . . . . . . 9 class
126, 10, 11co 6549 . . . . . . . 8 class (𝑥↑2)
13 cmin 10145 . . . . . . . 8 class
149, 12, 13co 6549 . . . . . . 7 class (1 − (𝑥↑2))
15 csqrt 13821 . . . . . . 7 class
1614, 15cfv 5804 . . . . . 6 class (√‘(1 − (𝑥↑2)))
17 caddc 9818 . . . . . 6 class +
188, 16, 17co 6549 . . . . 5 class ((i · 𝑥) + (√‘(1 − (𝑥↑2))))
19 clog 24105 . . . . 5 class log
2018, 19cfv 5804 . . . 4 class (log‘((i · 𝑥) + (√‘(1 − (𝑥↑2)))))
215, 20, 7co 6549 . . 3 class (-i · (log‘((i · 𝑥) + (√‘(1 − (𝑥↑2))))))
222, 3, 21cmpt 4643 . 2 class (𝑥 ∈ ℂ ↦ (-i · (log‘((i · 𝑥) + (√‘(1 − (𝑥↑2)))))))
231, 22wceq 1475 1 wff arcsin = (𝑥 ∈ ℂ ↦ (-i · (log‘((i · 𝑥) + (√‘(1 − (𝑥↑2)))))))
Colors of variables: wff setvar class
This definition is referenced by:  asinf  24399  asinval  24409  dvasin  32666
  Copyright terms: Public domain W3C validator