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-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12229

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-9062)
  Hilbert Space Explorer  Hilbert Space Explorer
(9063-10650)
  Users' Mathboxes  Users' Mathboxes
(10651-12229)
 

Statement List for Metamath Proof Explorer - 7601-7700 - Page 77 of 123
TypeLabelDescription
Statement
 
Theoremelt3OLD 7601 Euler's constant e = 2.71828... is less than 3.
|- e < 3
 
Theoremegt2lt3 7602 Euler's constant e = 2.71828... is bounded by 2 and 3.
|- (2 < e /\ e < 3)
 
The exponential, sine, and cosine functions (cont.)
 
Theoremabspef01tlubi 7603 An upper bound on the absolute value of the infinite tail of the series expansion of the exponential function on the punctured closed unit disc projected onto the real or imaginary axis. (Contributed by Paul Chapman, 19-Jan-2008.)
|- F = {<.j, y>. | (j e. NN0 /\ y = (((i x. A)^j) / (!` j)))}   &   |- (P = Re \/ P = Im)   =>   |- ((A e. (0(,]1) /\ M e. NN) -> (abs` (P` sum_k e. (ZZ>=` M)(F` k))) <_ ((A^M) x. ((M + 1) / ((!` M) x. M))))
 
Theoremefsepi 7604 Separate out the next term of the power series expansion of the exponential function. The last hypothesis allows the separated terms to be rearranged as desired. (Contributed by Paul Chapman, 23-Nov-2007.)
|- F = {<.j, y>. | (j e. NN0 /\ y = ((A^j) / (!` j)))}   &   |- A e. CC   &   |- M e. NN0   &   |- B e. CC   &   |- (exp` A) = (B + sum_k e. (ZZ>=` M)(F` k))   &   |- (F` M) = C   &   |- N = (M + 1)   &   |- D = (B + C)   =>   |- (exp` A) = (D + sum_k e. (ZZ>=` N)(F` k))
 
Theoremeffsumlei 7605 The partial sums of the series expansion of the exponential function of a nonnegative real number are bounded by the value of the function. (Contributed by Paul Chapman, 21-Aug-2007.)
|- F = {<.j, y>. | (j e. NN0 /\ y = ((A^j) / (!` j)))}   &   |- A e. RR   &   |- N e. NN0   =>   |- (0 <_ A -> (( + seq0 F)` N) <_ (exp` A))
 
Theoremeft0vali 7606 The value of the first term of the series expansion of the exponential function is 1. (Contributed by Paul Chapman, 21-Aug-2007.)
|- F = {<.j, y>. | (j e. NN0 /\ y = ((A^j) / (!` j)))}   &   |- A e. CC   =>   |- (F` 0) = 1
 
Theoremef4pi 7607 Separate out the first four terms of the infinite series expansion of the exponential function. (Contributed by Paul Chapman, 19-Jan-2008.)
|- F = {<.j, y>. | (j e. NN0 /\ y = ((A^j) / (!` j)))}   &   |- A e. CC   =>   |- (exp` A) = ((((1 + A) + ((A^2) / 2)) + ((A^3) / 6)) + sum_k e. (ZZ>=` 4)(F` k))
 
Theoremef4p 7608 Separate out the first four terms of the infinite series expansion of the exponential function. (Contributed by Paul Chapman, 19-Jan-2008.)
|- F = {<.j, y>. | (j e. NN0 /\ y = ((A^j) / (!` j)))}   =>   |- (A e. CC -> (exp` A) = ((((1 + A) + ((A^2) / 2)) + ((A^3) / 6)) + sum_k e. (ZZ>=` 4)(F` k)))
 
Theoremefge1i 7609 The exponential function of a nonnegative real number is greater than or equal to 1. (Contributed by Paul Chapman, 21-Aug-2007.)
|- A e. RR   =>   |- (0 <_ A -> 1 <_ (exp` A))
 
Theoremefge1pi 7610 The exponential function of a nonnegative real number is greater than or equal to 1 plus that number. (Contributed by Paul Chapman, 18-Oct-2007.)
|- A e. RR   =>   |- (0 <_ A -> (1 + A) <_ (exp` A))
 
Theoremefgt1i 7611 The exponential function of a positive real number is greater than 1. (Contributed by Paul Chapman, 21-Aug-2007.)
|- A e. RR   =>   |- (0 < A -> 1 < (exp` A))
 
Theoremefgt0i 7612 The exponential function of a real number is greater than 0. (Contributed by Paul Chapman, 21-Aug-2007.)
|- A e. RR   =>   |- 0 < (exp` A)
 
Theoremefgt0 7613 The exponential function of a real number is greater than 0. (Contributed by Paul Chapman, 13-Sep-2007.)
|- (A e. RR -> 0 < (exp` A))
 
Theoremeflti 7614 The exponential function on the reals is strictly monotonic. (Contributed by Paul Chapman, 21-Aug-2007.)
|- A e. RR   &   |- B e. RR   =>   |- (A < B -> (exp` A) < (exp` B))
 
Theoremefltbi 7615 The exponential function on the reals is strictly monotonic. (Contributed by Steve Rodriguez, 22-Aug-2007.)
|- A e. RR   &   |- B e. RR   =>   |- (A < B <-> (exp` A) < (exp` B))
 
Theoremreef11i 7616 The exponential function on real numbers is one-to-one. (Contributed by Steve Rodriguez, 25-Aug-2007.)
|- A e. RR   &   |- B e. RR   =>   |- ((exp` A) = (exp` B) <-> A = B)
 
Theoremreef11 7617 The exponential function on real numbers is one-to-one.
|- ((A e. RR /\ B e. RR) -> ((exp` A) = (exp` B) <-> A = B))
 
Theoremreeff1 7618 The exponential function maps real arguments one-to-one to positive reals. (Contributed by Steve Rodriguez, 25-Aug-2007.)
|- (exp |` RR):RR-1-1->(0(,) +oo)
 
Theoremefm1limi 7619 Series convergence to the exponential function minus 1. (Contributed by Paul Chapman, 11-Sep-2007.)
|- F = {<.j, y>. | (j e. NN0 /\ y = ((A^j) / (!` j)))}   &   |- A e. CC   =>   |- (<.1, + >. seq F) ~~> ((exp` A) - 1)
 
Theoremabsefm1lei 7620 The absolute value of the exponential function minus 1 is less than or equal to the exponential function minus 1 of the absolute value. (Contributed by Paul Chapman, 11-Sep-2007.)
|- A e. CC   =>   |- (abs` ((exp` A) - 1)) <_ ((exp` (abs`
 A)) - 1)
 
Theoremeflegeolem1 7621 Lemma for eflegeoi 7623.
 
Theoremeflegeolem2 7622 Lemma for eflegeoi 7623.
 
Theoremeflegeoi 7623 The exponential function on the reals between 0 and 1 lies below the comparable geometric series sum. (Contributed by Paul Chapman, 11-Sep-2007.)
|- A e. RR   &   |- (0 <_ A /\ A < 1)   =>   |- (exp` A) <_ (1 / (1 - A))
 
Theoremeflegeo 7624 The exponential function on the reals between 0 and 1 lies below the comparable geometric series sum. (Contributed by Paul Chapman, 11-Sep-2007.)
|- ((A e. RR /\ 0 <_ A /\ A < 1) -> (exp` A) <_ (1 / (1 - A)))
 
Theoremefm1legeoi 7625 One less than the exponential function on the reals between 0 and 1 lies below the comparable geometric series sum. (Contributed by Paul Chapman, 15-Sep-2007.)
|- A e. RR   &   |- (0 <_ A /\ A < 1)   =>   |- ((exp` A) - 1) <_ (A / (1 - A))
 
Theoremefm1legeo 7626 One less than the exponential function on the reals between 0 and 1 lies below the comparable geometric series sum. (Contributed by Paul Chapman, 15-Sep-2007.)
|- ((A e. RR /\ 0 <_ A /\ A < 1) -> ((exp` A) - 1) <_ (A / (1 - A)))
 
Theoremefcnlem1 7627 Lemma for efcn 7631.
 
Theoremefcnlem2 7628 Lemma for efcn 7631.
 
Theoremefcnlem3 7629 Lemma for efcn 7631.
 
Theoremefcnlem4 7630 Lemma for efcn 7631.
 
Theoremefcn 7631 The exponential function is continuous. (Contributed by Paul Chapman, 15-Sep-2007.)
|- exp e. (CC-cn->CC)
 
Theoremreeff1olem1 7632 Lemma for reeff1o 7634.
 
Theoremreeff1olem2 7633 Lemma for reeff1o 7634.
 
Theoremreeff1o 7634 The real exponential function is one-to-one onto. (Contributed by Paul Chapman, 18-Oct-2007.)
|- (exp |` RR):RR-1-1-onto->(0(,) +oo)
 
Theoremreeff1o2 7635 The real exponential function is one-to-one onto. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (exp |` RR):RR-1-1-onto->RR+
 
Theoremreefiso 7636 The exponential function on the reals determines an isomorphism from reals onto positive reals. (Contributed by Steve Rodriguez, 25-Nov-2007.)
|- (exp |` RR) Isom < , < (RR, RR+)
 
Theoremsinval 7637 Value of the sine function.
|- (A e. CC -> (sin` A) = (((exp` (i x. A)) - (exp` (-ui x. A))) / (2 x. i)))
 
Theoremcosval 7638 Value of the cosine function.
|- (A e. CC -> (cos` A) = (((exp` (i x. A)) + (exp` (-ui x. A))) / 2))
 
Theoremsincl 7639 Closure of the sine function.
|- (A e. CC -> (sin` A) e. CC)
 
Theoremcoscl 7640 Closure of the cosine function with a complex argument.
|- (A e. CC -> (cos` A) e. CC)
 
Theoremresinval 7641 The sine of a real number in terms of the exponential function.
|- (A e. RR -> (sin` A) = (Im` (exp` (i x. A))))
 
Theoremrecosval 7642 The cosine of a real number in terms of the exponential function.
|- (A e. RR -> (cos` A) = (Re` (exp` (i x. A))))
 
Theoremefi4p 7643 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)))
 
Theoremresin4p 7644 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))))
 
Theoremrecos4p 7645 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))))
 
Theoremresincl 7646 The sine of a real number is real.
|- (A e. RR -> (sin` A) e. RR)
 
Theoremrecoscl 7647 The cosine of a real number is real.
|- (A e. RR -> (cos` A) e. RR)
 
Theoremsinf 7648 Domain and codomain of the sine function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- sin:CC-->CC
 
Theoremcosf 7649 Domain and codomain of the sine function. (Contributed by Paul Chapman, 22-Oct-2007.)
|- cos:CC-->CC
 
Theoremsinneg 7650 The sine of a negative is the negative of the sine.
|- (A e. CC -> (sin` -uA) = -u(sin`
 A))
 
Theoremcosneg 7651 The cosines of a number and its negative are the same.
|- (A e. CC -> (cos` -uA) = (cos` A))
 
Theoremsin0 7652 Value of the sine function at 0. (Contributed by Steve Rodriguez, 5-Jul-2006.)
|- (sin` 0) = 0
 
Theoremsin0ALT 7653 Value of the sine function at 0.
|- (sin` 0) = 0
 
Theoremcos0 7654 Value of the cosine function at 0.
|- (cos` 0) = 1
 
Theoremefival 7655 The exponential function in terms of sine and cosine.
|- (A e. CC -> (exp` (i x. A)) = ((cos` A) + (i x. (sin` A))))
 
Theoremefmival 7656 The exponential function in terms of sine and cosine.
|- (A e. CC -> (exp` (-ui x. A)) = ((cos` A) - (i x. (sin` A))))
 
Theoremefeul 7657 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 7658 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))))
 
Theoremsinaddi 7659 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)))
 
Theoremcosaddi 7660 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)))
 
Theoremsinadd 7661 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))))
 
Theoremcosadd 7662 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))))
 
Theoremsinsub 7663 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))))
 
Theoremcossub 7664 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))))
 
Theoremaddsin 7665 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)))))
 
Theoremsubsin 7666 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)))))
 
Theoremaddcos 7667 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)))))
 
Theoremsubcos 7668 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)))))
 
Theoremsincossq 7669 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)
 
Theoremsin2t 7670 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))))
 
Theoremcos2t 7671 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))
 
Theoremcos2tsin 7672 Double-angle formula for cosine in terms of sine.
|- (A e. CC -> (cos` (2 x. A)) = (1 - (2 x. ((sin` A)^2))))
 
Theoremcos2OLD 7673 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)
 
Theoremsinbnd 7674 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))
 
Theoremcosbnd 7675 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 7676 Lemma for sin01bnd 7681 and cos01bnd 7682.
 
Theoremsin01bndlem2 7677 Lemma for sin01bnd 7681.
 
Theoremsin01bndlem3 7678 Lemma for sin01bnd 7681.
 
Theoremcos01bndlem2 7679 Lemma for cos01bnd 7682.
 
Theoremcos01bndlem3 7680 Lemma for cos01bnd 7682.
 
Theoremsin01bnd 7681 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 7682 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 7683 Bounds on the cosine of 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- ((1 / 3) < (cos` 1) /\ (cos` 1) < (2 / 3))
 
Theoremcos2bnd 7684 Bounds on the cosine of 2. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (-u(7 / 9) < (cos` 2) /\ (cos` 2) < -u(1 / 9))
 
Theoremsin01gt0 7685 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 7686 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 7687 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 7688 The signs of the sine and cosine of 1. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (0 < (sin` 1) /\ 0 < (cos` 1))
 
Theoremsincos2sgn 7689 The signs of the sine and cosine of 2. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (0 < (sin` 2) /\ (cos` 2) < 0)
 
Theoremsin4lt0 7690 The sine of 4 is negative. (Contributed by Paul Chapman, 19-Jan-2008.)
|- (sin` 4) < 0
 
Theoremabsefi 7691 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)
 
Theoremabsef 7692 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)))
 
Theoremabsefib 7693 A number is real iff its imaginary exponential has absolute value one.
|- (A e. CC -> (A e. RR <-> (abs` (exp`
 (i x. A))) = 1))
 
Theoremefieq1re 7694 A number whose imaginary exponential is one is real.
|- ((A e. CC /\ (exp`
 (i x. A)) = 1) -> A e. RR)
 
Theoremdemoivre 7695 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 7696 Shorter proof of demoivre 7695 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 7697 Lemma for acdc3 7698. 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 7698 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))))
 
Theoremacdc4lem1 7699 Lemma for acdc4 (future).
 
Theoremacdc2lem1 7700 Lemma for acdc2 7702.

MPE Home   Contents Copyright terms: Public domain < Previous  Next >