HomeHome Metamath Proof Explorer < Previous   Next >
Browser slow? Try the
Unicode version.

Jump to page: Contents + 1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10697

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-8753)
  Hilbert Space Explorer  Hilbert Space Explorer
(8754-10334)
  User Sandboxes  User Sandboxes
(10335-10697)
 

Statement List for Metamath Proof Explorer - 7401-7500 - Page 75 of 107
TypeLabelDescription
Statement
 
Theoremefi4pt 7401 Separate out the first four terms of the infinite series expansion of the exponential function of a pure imaginary number. (Contributed by Paul Chapman, 19-Jan-2008.)
|- F = {<.j, y>. | (j e. NN0 /\ y = (((i x. A)^j) / (!` j)))}   =>   |- (A e. RR -> (exp` (i x. A)) = (((1 - ((A^2) / 2)) + (i x. (A - ((A^3) / 6)))) + sum_k e. (ZZ>` 4)(F` k)))
 
Theoremresin4pt 7402 Separate out the first four terms of the infinite series expansion of the sine of a real number. (Contributed by Paul Chapman, 19-Jan-2008.)
|- F = {<.j, y>. | (j e. NN0 /\ y = (((i x. A)^j) / (!` j)))}   =>   |- (A e. RR -> (sin` A) = ((A - ((A^3) / 6)) + (Im` sum_k e. (ZZ>` 4)(F` k))))
 
Theoremrecos4pt 7403 Separate out the first four terms of the infinite series expansion of the cosine of a real number. (Contributed by Paul Chapman, 19-Jan-2008.)
|- F = {<.j, y>. | (j e. NN0 /\ y = (((i x. A)^j) / (!` j)))}   =>   |- (A e. RR -> (cos` A) = ((1 - ((A^2) / 2)) + (Re` sum_k e. (ZZ>` 4)(F` k))))
 
Theoremresinclt 7404 The sine of a real number is real.
|- (A e. RR -> (sin` A) e. RR)
 
Theoremrecosclt 7405 The cosine of a real number is real.
|- (A e. RR -> (cos` A) e. RR)
 
Theoremsinf 7406 Domain and codomain of the sine function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- sin:CC-->CC
 
Theoremcosf 7407 Domain and codomain of the sine function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- cos:CC-->CC
 
Theoremsinnegt 7408 The sine of a negative is the negative of the sine.
|- (A e. CC -> (sin` -uA) = -u(sin`
 A))
 
Theoremcosnegt 7409 The cosines of a number and its negative are the same.
|- (A e. CC -> (cos` -uA) = (cos` A))
 
Theoremsin0 7410 Value of the sine function at 0. (Contributed by Steve Rodriguez, 5-Jul-2006.)
|- (sin` 0) = 0
 
Theoremsin0ALT 7411 Value of the sine function at 0.
|- (sin` 0) = 0
 
Theoremcos0 7412 Value of the cosine function at 0.
|- (cos` 0) = 1
 
Theoremefivalt 7413 The exponential function in terms of sine and cosine.
|- (A e. CC -> (exp` (i x. A)) = ((cos` A) + (i x. (sin` A))))
 
Theoremefmivalt 7414 The exponential function in terms of sine and cosine.
|- (A e. CC -> (exp` (-ui x. A)) = ((cos` A) - (i x. (sin` A))))
 
Theoremefeult 7415 Eulerian representation of the complex exponential. (Suggested by Jeffrey Hankins, 3-Jul-2006.)
|- (A e. CC -> (exp` A) = ((exp` (Re` A)) x. ((cos` (Im` A)) + (i x. (sin`
 (Im` A))))))
 
Theoremefieq 7416 The exponentials of two imaginary numbers are equal iff their sine and cosine components are equal. (Contributed by Paul Chapman, 15-Mar-2008.)
|- ((A e. RR /\ B e. RR) -> ((exp` (i x. A)) = (exp` (i x. B)) <-> ((cos` A) = (cos` B) /\ (sin` A) = (sin` B))))
 
Theoremsinadd 7417 Sine addition formula for complex arguments. Equation 14 of [Gleason] p. 310.
|- A e. CC   &   |- B e. CC   =>   |- (sin` (A + B)) = (((sin` A) x. (cos` B)) + ((cos` A) x. (sin` B)))
 
Theoremcosadd 7418 Addition formula for cosine. Equation 15 of [Gleason] p. 310.
|- A e. CC   &   |- B e. CC   =>   |- (cos` (A + B)) = (((cos` A) x. (cos` B)) - ((sin` A) x. (sin` B)))
 
Theoremsinaddt 7419 Addition formula for sine. Equation 14 of [Gleason] p. 310. (Contributed by Steve Rodriguez, 10-Nov-2006.)
|- ((A e. CC /\ B e. CC) -> (sin` (A + B)) = (((sin`
 A) x. (cos` B)) + ((cos` A) x. (sin` B))))
 
Theoremcosaddt 7420 Addition formula for cosine. Equation 15 of [Gleason] p. 310.
|- ((A e. CC /\ B e. CC) -> (cos` (A + B)) = (((cos`
 A) x. (cos` B)) - ((sin` A) x. (sin` B))))
 
Theoremsinsubt 7421 Sine of difference. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> (sin` (A - B)) = (((sin`
 A) x. (cos` B)) - ((cos` A) x. (sin` B))))
 
Theoremcossubt 7422 Cosine of difference. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> (cos` (A - B)) = (((cos`
 A) x. (cos` B)) + ((sin` A) x. (sin` B))))
 
Theoremaddsint 7423 Sum of sines. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> ((sin` A) + (sin` B)) = (2 x. ((sin` ((A + B) / 2)) x. (cos`
 ((A - B) / 2)))))
 
Theoremsubsint 7424 Difference of sines. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> ((sin` A) - (sin` B)) = (2 x. ((cos` ((A + B) / 2)) x. (sin`
 ((A - B) / 2)))))
 
Theoremaddcost 7425 Sum of cosines. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> ((cos` A) + (cos` B)) = (2 x. ((cos` ((A + B) / 2)) x. (cos`
 ((A - B) / 2)))))
 
Theoremsubcost 7426 Difference of cosines. (Contributed by Paul Chapman, 12-Oct-2007.)
|- ((A e. CC /\ B e. CC) -> ((cos` A) - (cos` B)) = (-u2 x. ((sin` ((A + B) / 2)) x. (sin` ((A - B) / 2)))))
 
Theoremsincossqt 7427 Sine squared plus cosine squared is 1. Equation 17 of [Gleason] p. 311. Note that this holds for non-real arguments, even though individually each term is unbounded.
|- (A e. CC -> (((sin`
 A)^2) + ((cos` A)^2)) = 1)
 
Theoremsin2tt 7428 Double-angle formula for sine. (Contributed by Paul Chapman, 17-Jan-2008.)
|- (A e. CC -> (sin` (2 x. A)) = (2 x. ((sin`
 A) x. (cos` A))))
 
Theoremcos2tt 7429 Double-angle formula for cosine. (Contributed by Paul Chapman, 24-Jan-2008.)
|- (A e. CC -> (cos` (2 x. A)) = ((2 x. ((cos` A)^2)) - 1))
 
Theoremcos2tOLD 7430 Double-angle formula for cosine. (Contributed by Paul Chapman, 25-Nov-2007.)
|- A e. CC   =>   |- (cos` (2 x. A)) = ((2 x. ((cos` A)^2)) - 1)
 
Theoremsinbndt 7431 The sine of a real number lies between -1 and 1. Equation 18 of [Gleason] p. 311.
|- (A e. RR -> (-u1 <_ (sin` A) /\ (sin` A) <_ 1))
 
Theoremcosbndt 7432 The cosine of a real number lies between -1 and 1. Equation 18 of [Gleason] p. 311.
|- (A e. RR -> (-u1 <_ (cos` A) /\ (cos` A) <_ 1))
 
Theoremsin01bndlem1 7433 Lemma for sin01bnd 7438 and cos01bnd 7439.
 
Theoremsin01bndlem2 7434 Lemma for sin01bnd 7438.
 
Theoremsin01bndlem3 7435 Lemma for sin01bnd 7438.
 
Theoremcos01bndlem2 7436 Lemma for cos01bnd 7439.
 
Theoremcos01bndlem3 7437 Lemma for cos01bnd 7439.
 
Theoremsin01bnd 7438 Bounds on the sine of a positive real number less than or equal to 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (A e. (0(,]1) -> ((A - ((A^3) / 3)) < (sin` A) /\ (sin` A) < A))
 
Theoremcos01bnd 7439 Bounds on the cosine of a positive real number less than or equal to 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (A e. (0(,]1) -> ((1 - (2 x. ((A^2) / 3))) < (cos` A) /\ (cos` A) < (1 - ((A^2) / 3))))
 
Theoremcos1bnd 7440 Bounds on the cosine of 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- ((1 / 3) < (cos` 1) /\ (cos` 1) < (2 / 3))
 
Theoremcos2bnd 7441 Bounds on the cosine of 2. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (-u(7 / 9) < (cos` 2) /\ (cos` 2) < -u(1 / 9))
 
Theoremsin01gt0 7442 The sine of a positive real number less than or equal to 1 is positive. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (A e. (0(,]1) -> 0 < (sin`
 A))
 
Theoremcos01gt0 7443 The cosine of a positive real number less than or equal to 1 is positive. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (A e. (0(,]1) -> 0 < (cos`
 A))
 
Theoremsin02gt0 7444 The sine of a positive real number less than or equal to 2 is positive. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (A e. (0(,]2) -> 0 < (sin`
 A))
 
Theoremsincos1sgn 7445 The signs of the sine and cosine of 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (0 < (sin` 1) /\ 0 < (cos` 1))
 
Theoremsincos2sgn 7446 The signs of the sine and cosine of 2. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (0 < (sin` 2) /\ (cos` 2) < 0)
 
Theoremsin4lt0 7447 The sine of 4 is negative. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (sin` 4) < 0
 
Theoremabsefit 7448 The absolute value of the exponential function of an imaginary number is one. Equation 48 of [Rudin] p. 167. (Contributed by Jason Orendorff, 9-Feb-2007.)
|- (A e. RR -> (abs` (exp` (i x. A))) = 1)
 
Theoremabseft 7449 The absolute value of the exponential function is the exponential function of the real part. (Contributed by Paul Chapman, 13-Sep-2007.)
|- (A e. CC -> (abs` (exp` A)) = (exp` (Re` A)))
 
Theoremdemoivre 7450 De Moivre's Formula. Proof by induction given at http://en.wikipedia.org/wiki/De_Moivre's_formula, but restricted to nonnegative integer powers. (Contributed by Steve Rodriguez, 10-Nov-2006.) Warning: The HTML proof page is 0.6 megabyte in size.
|- ((A e. CC /\ N e. NN0) -> (((cos` A) + (i x. (sin`
 A)))^N) = ((cos`
 (N x. A)) + (i x. (sin` (N x. A)))