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-10670

Color key:    Metamath Proof Explorer  Metamath Proof Explorer (1-8737)   Hilbert Space Explorer  Hilbert Space Explorer (8738-10670)  

Statement List for Metamath Proof Explorer - 7401-7500 - Page 75 of 107
TypeLabelDescription
Statement
 
Theoremcosnegt 7401 The cosines of a number and its negative are the same.
|- (A e. CC -> (cos` -uA) = (cos` A))
 
Theoremsin0 7402 Value of the sine function at 0. (Contributed by Steve Rodriguez, 5-Jul-2006.)
|- (sin` 0) = 0
 
Theoremsin0ALT 7403 Value of the sine function at 0.
|- (sin` 0) = 0
 
Theoremcos0 7404 Value of the cosine function at 0.
|- (cos` 0) = 1
 
Theoremefivalt 7405 The exponential function in terms of sine and cosine.
|- (A e. CC -> (exp` (i x. A)) = ((cos` A) + (i x. (sin` A))))
 
Theoremefmivalt 7406 The exponential function in terms of sine and cosine.
|- (A e. CC -> (exp` (-ui x. A)) = ((cos` A) - (i x. (sin` A))))
 
Theoremefeult 7407 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 7408 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 7409 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 7410 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 7411 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 7412 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 7413 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 7414 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 7415 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 7416 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 7417 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 7418 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 7419 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 7420 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 7421 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 7422 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 7423 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 7424 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 7425 Lemma for sin01bnd 7430 and cos01bnd 7431.
 
Theoremsin01bndlem2 7426 Lemma for sin01bnd 7430.
 
Theoremsin01bndlem3 7427 Lemma for sin01bnd 7430.
 
Theoremcos01bndlem2 7428 Lemma for cos01bnd 7431.
 
Theoremcos01bndlem3 7429 Lemma for cos01bnd 7431.
 
Theoremsin01bnd 7430 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 7431 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 7432 Bounds on the cosine of 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- ((1 / 3) < (cos` 1) /\ (cos` 1) < (2 / 3))
 
Theoremcos2bnd 7433 Bounds on the cosine of 2. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (-u(7 / 9) < (cos` 2) /\ (cos` 2) < -u(1 / 9))
 
Theoremsin01gt0 7434 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 7435 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 7436 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 7437 The signs of the sine and cosine of 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (0 < (sin` 1) /\ 0 < (cos` 1))
 
Theoremsincos2sgn 7438 The signs of the sine and cosine of 2. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (0 < (sin` 2) /\ (cos` 2) < 0)
 
Theoremsin4lt0 7439 The sine of 4 is negative. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (sin` 4) < 0
 
Theoremabsefit 7440 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 7441 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 7442 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)))))
 
TheoremdemoivreALT 7443 Shorter proof of demoivre 7442 using the exponential function.
|- ((A e. CC /\ N e. NN0) -> (((cos` A) + (i x. (sin`
 A)))^N) = ((cos`
 (N x. A)) + (i x. (sin` (N x. A)))))
 
Axiom of dependent choice
 
Theoremacdc3lem 7444 Lemma for acdc3 7445. Build a sequence G starting at value c, as follows. Given a previous value x of G, we construct, for the next value of G, the v such that A.u e. (F` x)-. urv, which is unique when r is a well-ordering on A.
 
Theoremacdc3 7445 Dependent Choice. Axiom DC1 of [Schechter] p. 149, with the addition of an initial value C. This theorem is weaker than the Axiom of Choice but is stronger than Countable Choice. It shows the existence of a sequence whose values can only be shown to exist (but cannot be constructed explicitly) and also depend on earlier values in the sequence.
|- A e. V   =>   |- ((F:A-->(P~A \ {(/)}) /\ C e. A) -> E.g(g:NN-->A /\ (g` 1) = C /\ A.k e. NN (g` (k + 1)) e. (F` (g` k))))
 
Theoremacdc2lem1 7446 Lemma for acdc2 7448.
 
Theoremacdc2lem2 7447 Lemma for acdc2 7448. Build a sequence G starting at value c, as follows. Given a previous value x of G, we construct, for the next value of G, the v such that A.u e. (yFx)-. urv, which is unique when r is a well-ordering on A.
 
Theoremacdc2 7448 A more general version of acdc 7453 that allows the function F to vary with k.
|- A e. V   =>   |- ((A =/= (/) /\ F:(NN X. A)-->(P~A \ {(/)})) -> E.g(g:NN-->A /\ A.k e. NN (g` (k + 1)) e. ((k + 1)F(g` k))))
 
Theoremacdc5lem1 7449 Lemma for acdc5 7451.
 
Theoremacdc5lem2 7450 Lemma for acdc5 7451. Build a sequence G starting at value c, as follows. Given a previous value x of G, we construct, for the next value of G, the v such that A.u e. (yFx)-. urv, which is unique when r is a well-ordering on A.
 
Theoremacdc5 7451 A more general version of acdc 7453 that has an initial value and where the function F depends on k.
|- A e. V   =>   |- ((F:(NN X. A)-->(P~A \ {(/)}) /\ C e. A) -> E.g(g:NN-->A /\ (g