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 - 7101-7200 - Page 72 of 123
TypeLabelDescription
Statement
 
Theoremabstri 7101 Triangle inequality for absolute value. Proposition 10-3.7(h) of [Gleason] p. 133.
|- ((A e. CC /\ B e. CC) -> (abs` (A + B)) <_ ((abs` A) + (abs` B)))
 
Theoremabs3dif 7102 Absolute value of differences around common element. (Contributed by FL, 9-Oct-2006.)
|- ((A e. CC /\ B e. CC /\ C e. CC) -> (abs` (A - B)) <_ ((abs` (A - C)) + (abs` (C - B))))
 
Theoremabs3difi 7103 Absolute value of differences around common element.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   =>   |- (abs` (A - B)) <_ ((abs` (A - C)) + (abs` (C - B)))
 
Theoremabs3lemi 7104 Lemma involving absolute value of differences.
|- A e. CC   &   |- B e. CC   &   |- C e. CC   &   |- D e. RR   =>   |- (((abs`
 (A - C)) < (D / 2) /\ (abs` (C - B)) < (D / 2)) -> (abs`
 (A - B)) < D)
 
Theoremabs2dif 7105 Difference of absolute values. (Contributed by Paul Chapman, 7-Sep-2007.)
|- ((A e. CC /\ B e. CC) -> ((abs` A) - (abs` B)) <_ (abs` (A - B)))
 
Theoremabs2difabs 7106 Absolute value of difference of absolute values. (Contributed by Paul Chapman, 7-Sep-2007.)
|- ((A e. CC /\ B e. CC) -> (abs` ((abs`
 A) - (abs` B))) <_ (abs` (A - B)))
 
Theoremabs1mi 7107 For any complex number, there exists a unit-magnitude multiplier that produces its absolute value. Part of proof of Theorem 13-2.12 of [Gleason] p. 195.
|- A e. CC   =>   |- E.x e. CC ((abs`
 x) = 1 /\ (abs`
 A) = (x x. A))
 
Theoremrecan 7108 Cancellation law involving the real part of a complex number.
|- ((A e. CC /\ B e. CC) -> (A.x e. CC (Re` (x x. A)) = (Re` (x x. B)) <-> A = B))
 
Theoremabsf 7109 Mapping domain and codomain of the absolute value function.
|- abs:CC-->RR
 
Theoremabs3lem 7110 Lemma involving absolute value of differences.
|- (((A e. CC /\ B e. CC) /\ (C e. CC /\ D e. RR)) -> (((abs` (A - C)) < (D / 2) /\ (abs` (C - B)) < (D / 2)) -> (abs` (A - B)) < D))
 
Theoremabslem2i 7111 Lemma involving absolute values.
|- A e. CC   &   |- A =/= 0   =>   |- (((*` (A / (abs` A))) x. A) + ((A / (abs` A)) x. (*` A))) = (2 x. (abs` A))
 
Theoremabslem2 7112 Lemma involving absolute values.
|- A e. CC   =>   |- (A =/= 0 -> (((*` (A / (abs` A))) x. A) + ((A / (abs` A)) x. (*` A))) = (2 x. (abs` A)))
 
Theoremseq1bndi 7113 An initial segment of an infinite sequence of complex numbers is bounded.
|- F:NN-->CC   =>   |- (A e. NN -> E.x e. RR A.y e. NN (y <_ A -> (abs`
 (F` y)) < x))
 
Theoremseq1ublem 7114 Lemma for seq1ubi 7115.
 
Theoremseq1ubi 7115 An upper bound for an initial segment of a sequence of reals.
|- F:NN-->RR   =>   |- ((A e. NN /\ B e. NN /\ A <_ B) -> (F` A) <_ sup(ran ( F |` {x e. NN | x <_ B}), RR, < ))
 
Theoremcau2i 7116 Two ways to express that a sequence meets the Cauchy criterion. Remark in [Gleason] p. 181. R can be either < or <_.
|- F:NN-->CC   &   |- (x e. RR -> (0 < x -> 0Rx))   =>   |- (A.x e. RR (0 < x -> E.y e. NN A.z e. NN (y < z -> (abs` ((F` z) - (F` y)))Rx)) <-> A.x e. RR (0 < x -> E.y e. NN A.z e. NN (y <_ z -> (abs` ((F` z) - (F` y)))Rx)))
 
Theoremcau3ii 7117 A relationship used to derive two ways to express a Cauchy sequence.
|- Z (_ ZZ   =>   |- (E.m e. Z A.j e. Z A.k e. W ((m <_ j /\ m <_ k) -> ph) -> E.j e. Z A.k e. W (j <_ k -> ph))
 
Theoremcau3iri 7118 A relationship used to derive two ways to express a Cauchy sequence. Normally Z and W are subsets of ZZ, and R is <_ or <. ph is ph(j, k, x).
|- (k = m -> (ph <-> ps))   &   |- (j = k -> (ps <-> ch))   &   |- (x = (y / 2) -> ((ph /\ ps) <-> th))   &   |- (x = y -> (ch <-> ta))   &   |- (((et /\ y e. RR) /\ (j e. Z /\ k e. W /\ m e. W)) -> (th -> ta))   =>   |- (et -> (A.x e. RR (0 < x -> E.j e. Z A.k e. W (jRk -> ph)) -> A.x e. RR (0 < x -> E.m e. Z A.j e. W A.k e. W ((mRj /\ mRk) -> ph))))
 
Theoremcau3i 7119 A relationship used to derive two ways to express a Cauchy sequence. ph is ph(j, k, x).
|- (k = m -> (ph <-> ps))   &   |- (j = k -> (ps <-> ch))   &   |- (x = (y / 2) -> ((ph /\ ps) <-> th))   &   |- (x = y -> (ch <-> ta))   &   |- (((et /\ y e. RR) /\ (j e. Z /\ k e. Z /\ m e. Z)) -> (th -> ta))   &   |- Z (_ ZZ   =>   |- (et -> (A.x e. RR (0 < x -> E.j e. Z A.k e. Z (j <_ k -> ph)) <-> A.x e. RR (0 < x -> E.m e. Z A.j e. Z A.k e. Z ((m <_ j /\ m <_ k) -> ph))))
 
Theoremcau5ii 7120 A relationship used to derive two ways to express a Cauchy sequence. ph is ph(j, k).
|- M e. ZZ   &   |- Z = (ZZ>=` M)   &   |- W (_ ZZ   &   |- U (_ ZZ   =>   |- (E.m e. ZZ A.j e. ZZ A.k e. ZZ ((m <_ j /\ m <_ k) -> ph) -> E.m e. Z A.j e. W A.k e. U ((m <_ j /\ m <_ k) -> ph))
 
Theoremcau4ii 7121 A relationship used to derive two ways to express a Cauchy sequence. ph is ph(j, k).
|- M e. ZZ   &   |- Z = (ZZ>=` M)   =>   |- (E.j e. Z A.k e. Z (j <_ k -> ph) -> E.j e. ZZ A.k e. ZZ (j <_ k -> ph))
 
Theoremcau5i 7122 A relationship used to derive two ways to express a Cauchy sequence. ph is ph(j, k).
|- M e. ZZ   &   |- Z = (ZZ>=` M)   =>   |- (E.m e. ZZ A.j e. ZZ A.k e. ZZ ((m <_ j /\ m <_ k) -> ph) <-> E.m e. Z A.j e. Z A.k e. Z ((m <_ j /\ m <_ k) -> ph))
 
Theoremcvg1i 7123 A relationship used to derive two ways to express that a sequence converges. Unlike cvg1 7124, j may be free in ph, so this can also be used for Cauchy sequences.
|- Z = (ZZ>=` M)   =>   |- (E.j e. Z A.k e. Z (j <_ k -> ph) -> E.j e. Z A.k e. Z (j < k -> ph))
 
Theoremcvg1 7124 A relationship used to derive two ways to express that a sequence converges. ph is ph(k).
|- Z = (ZZ>=` M)   =>   |- (E.j e. Z A.k e. Z (j < k -> ph) <-> E.j e. Z A.k e. Z (j <_ k -> ph))
 
Theoremcvg2i 7125 Two ways to express that a sequence converges or is Cauchy.
|- ((y e. F /\ z e. G) -> A e. RR)   =>   |- (A.x e. RR (0 < x -> E.y e. F A.z e. G (ph -> A < x)) <-> A.x e. RR (0 < x -> E.y e. F A.z e. G (ph -> A <_ x)))
 
Theoremcvg3i 7126 A relationship used to derive two ways to express convergence. ph is ph(k).
|- M e. ZZ   &   |- (ZZ>=` M) (_ Z   &   |- Z (_ ZZ   &   |- N e. ZZ   &   |- (ZZ>=` N) (_ W   &   |- W (_ ZZ   =>   |- (E.j e. ZZ A.k e. ZZ (j <_ k -> ph) <-> E.j e. Z A.k e. W (j <_ k -> ph))
 
Theoremcvganz 7127 Equivalence that lets us conjoin the properties of two independent converging sequences. k may be free in ph and ps. Compare r19.40 1808, where the implication holds in only one direction.
|- ((E.j e. ZZ A.k e. ZZ (j <_ k -> ph) /\ E.j e. ZZ A.k e. ZZ (j <_ k -> ps)) <-> E.j e. ZZ A.k e. ZZ (j <_ k -> (ph /\ ps)))
 
Theoremcvganuzi 7128 Lemma that lets us combine the properties of two independent converging sequences. k may be free in ph and ps.
|- M e. ZZ   &   |- Z = (ZZ>=` M)   =>   |- ((E.j e. Z A.k e. Z (j <_ k -> ph) /\ E.j e. Z A.k e. Z (j <_ k -> ps)) <-> E.j e. Z A.k e. Z (j <_ k -> (ph /\ ps)))
 
Theoremcaubndi 7129 A Cauchy sequence of complex numbers is bounded.
|- F:NN-->CC   &   |- A.z e. RR (0 < z -> E.w e. NN A.y e. NN (w < y -> (abs` ((F` y) - (F` w))) < z))   =>   |- E.x e. RR A.y e. NN (abs` (F` y)) < x
 
Theoremcaurei 7130 The real part of a complex Caucy sequence is a Cauchy sequence.
|- F:NN-->CC   &   |- A.z e. RR (0 < z -> E.w e. NN A.y e. NN (w < y -> (abs` ((F` y) - (F` w))) < z))   &   |- G Fn NN   &   |- (x e. NN -> (G` x) = (Re` (F` x)))   =>   |- A.z e. RR (0 < z -> E.w e. NN A.y e. NN (w < y -> (abs` ((G` y) - (G` w))) < z))
 
Theoremcauimi 7131 The imaginary part of a complex Caucy sequence is a Cauchy sequence.
|- F:NN-->CC   &   |- A.z e. RR (0 < z -> E.w e. NN A.y e. NN (w < y -> (abs` ((F` y) - (F` w))) < z))   &   |- G Fn NN   &   |- (x e. NN -> (G` x) = (Im` (F` x)))   =>   |- A.z e. RR (0 < z -> E.w e. NN A.y e. NN (w < y -> (abs` ((G` y) - (G` w))) < z))
 
Theoremser1absdiflem 7132 Lemma for ser1absdifi 7133. Warning: The HTML proof page is 1/2 megabyte in size.
 
Theoremser1absdifi 7133 Generalized triangle inequality: absolute value of a partial sum is less than or equal to sum of absolute values.
|- F:NN-->CC   &   |- G Fn NN   &   |- (x e. NN -> (G` x) = (abs` (F` x)))   =>   |- ((A e. NN /\ B e. NN /\ A < B) -> (abs` ((( + seq1 F)` B) - (( + seq1 F)` A))) <_ ((( + seq1 G)` B) - (( + seq1 G)` A)))
 
Factorial function
 
Syntaxcfa 7134 Extend class notation to include the factorial of nonnegative integers.
class !
 
Definitiondf-fac 7135 Define the factorial function on nonnegative integers. In the literature, the factorial function is written as a postscript exclamation point.
|- ! = ({<.0, 1>.} u. ( x. seq1 (I |` NN)))
 
Theoremfacnn 7136 Value of the factorial function for positive integers.
|- (N e. NN -> (!` N) = (( x. seq1 (I |` NN))` N))
 
Theoremfac0 7137 The factorial of 0.
|- (!` 0) = 1
 
Theoremfac1 7138 The factorial of 1.
|- (!` 1) = 1
 
Theoremfacp1 7139 The factorial of a successor.
|- (N e. NN0 -> (!` (N + 1)) = ((!` N) x. (N + 1)))
 
Theoremfac2 7140 The factorial of 2.
|- (!` 2) = 2
 
Theoremfac3 7141 The factorial of 3.
|- (!` 3) = 6
 
Theoremfacnn2 7142 Value of the factorial function expressed recursively.
|- (N e. NN -> (!` N) = ((!` (N - 1)) x. N))
 
Theoremfaccl 7143 Closure of the factorial function.
|- (N e. NN0 -> (!` N) e. NN)
 
Theoremfacne0 7144 The factorial function is nonzero.
|- (N e. NN0 -> (!` N) =/= 0)
 
Theoremfacdiv 7145 A natural number divides the factorial of an equal or larger number.
|- ((M e. NN0 /\ N e. NN /\ N <_ M) -> ((!` M) / N) e. NN)
 
Theoremfacndiv 7146 No natural number (greater than one) divides the factorial plus one of an equal or larger number.
|- (((M e. NN0 /\ N e. NN) /\ (1 < N /\ N <_ M)) -> -. (((!` M) + 1) / N) e. ZZ)
 
Theoremfacwordi 7147 Ordering property of factorial.
|- ((M e. NN0 /\ N e. NN0 /\ M <_ N) -> (!` M) <_ (!` N))
 
Theoremfaclbnd 7148 A lower bound for the factorial function.
|- ((M e. NN0 /\ N e. NN0) -> (M^(N + 1)) <_ ((M^M) x. (!` N)))
 
Theoremfaclbnd2 7149 A lower bound for the factorial function.
|- (N e. NN0 -> ((2^N) / 2) <_ (!` N))
 
Theoremfaclbnd3 7150 A lower bound for the factorial function.
|- ((M e. NN0 /\ N e. NN0) -> (M^N) <_ ((M^M) x. (!` N)))
 
Theoremfaclbnd4lem1 7151 Lemma for faclbnd4 7155. Prepare the induction step. Warning: The HTML proof page is 0.6 megabyte in size.
 
Theoremfaclbnd4lem2 7152 Lemma for faclbnd4 7155. Use the weak deduction theorem to convert the hypotheses of faclbnd4lem1 7151 to antecedents.
 
Theoremfaclbnd4lem3 7153 Lemma for faclbnd4 7155. The N = 0 case.
 
Theoremfaclbnd4lem4 7154 Lemma for faclbnd4 7155. Prove the 0 < N case by induction on K.
 
Theoremfaclbnd4 7155 Variant of faclbnd5 7156 providing a non-strict lower bound.
|- ((N e. NN0 /\ K e. NN0 /\ M e. NN0) -> ((N^K) x. (M^N)) <_ (((2^(K^2)) x. (M^(M + K))) x. (!` N)))
 
Theoremfaclbnd5 7156 The factorial function grows faster than powers and exponentiations. If we consider K and M to be constants, the right-hand side of the inequality is a constant times N -factorial.
|- ((N e. NN0 /\ K e. NN0 /\ M e. NN) -> ((N^K) x. (M^N)) < ((2 x. ((2^(K^2)) x. (M^(M + K)))) x. (!` N)))
 
Theoremfaclbnd6 7157 Geometric lower bound for the factorial function, where N is usually held constant. (Contributed by Paul Chapman, 28-Dec-2007.)
|- ((N e. NN0 /\ M e. NN0) -> ((!` N) x. ((N + 1)^M)) <_ (!` (N + M)))
 
Theoremfacavg 7158 The product of two factorials is greater than or equal to the factorial of (the floor of) their average.
|- ((M e. NN0 /\ N e. NN0) -> (!` (|_` ((M + N) / 2))) <_ ((!` M) x. (!` N)))
 
The binomial coefficient operation
 
Syntaxcbc 7159 Extend class notation to include the binomial coefficient operation (combinatorial choose operation).
class C.
 
Definitiondf-bc 7160 Define the binomial coefficient operation. In the literature, this function is often written as a column vector of the two arguments, or with the arguments as subscripts before and after the letter "C". (N C. K) is read "N choose K." Definition of binomial coefficient in [Gleason] p. 295. As suggested by Gleason, we define it to be 0 when 0 <_ k <_ n does not hold.
|- C. = {<.<.n, k>., m>. | ((n e. NN0 /\ k e. ZZ) /\ m = if((0 <_ k /\ k <_ n), ((!` n) / ((!` (n - k)) x. (!` k))), 0))}
 
Theorembcval 7161 Value of the binomial coefficient, N choose K. Definition of binomial coefficient in [Gleason] p. 295. As suggested by Gleason, we define it to be 0 when 0 <_ K <_ N does not hold. See bcval2 7162 for the value in the standard domain.
|- ((N e. NN0 /\ K e. ZZ) -> (N C. K) = if((0 <_ K /\ K <_ N), ((!` N) / ((!` (N - K)) x. (!` K))), 0))
 
Theorembcval2 7162 Value of the binomial coefficient, N choose K, in its standard domain.
|- ((N e. NN0 /\ K e. NN0 /\ K <_ N) -> (N C. K) = ((!` N) / ((!` (N - K)) x. (!` K))))
 
Theorembcval3 7163 Value of the binomial coefficient, N choose K, in its standard domain.
|- ((N e. NN0 /\ K e. (0...N)) -> (N C. K) = ((!` N) / ((!` (N - K)) x. (!` K))))
 
Theorembcval4 7164 Value of the binomial coefficient, N choose K, outside of its standard domain. Remark in [Gleason] p. 295.
|- ((N e. NN0 /\ K e. ZZ /\ (K < 0 \/ N < K)) -> (N C. K) = 0)
 
Theorembccmpl 7165 "Complementing" its second argument doesn't change a binary coefficient.
|- ((N e. NN0 /\ K e. NN0 /\ K <_ N) -> (N C. K) = (N C. (N - K)))
 
Theorembcn0 7166 N choose 0 is 1. Remark in [Gleason] p. 296.
|- (N e. NN0 -> (N C. 0) = 1)
 
Theorembcnn 7167 N choose N is 1. Remark in [Gleason] p. 296.
|- (N e. NN0 -> (N C. N) = 1)
 
Theorembcnp11 7168 Binomial coefficient: N + 1 choose 1.
|- (N e. NN0 -> ((N + 1) C. 1) = (N + 1))
 
Theorembcnp1n 7169 Binomial coefficient: N + 1 choose N.
|- (N e. NN0 -> ((N + 1) C. N) = (N + 1))
 
Theorembcpasc2i 7170 Pascal's rule for the binomial coefficient. Equation 2 of [Gleason] p. 295.
|- N e. NN   &   |- K e. NN   &   |- K <_ N   =>   |- ((N C. K) + (N C. (K - 1))) = ((N + 1) C. K)
 
Theorembcpasc2 7171 Pascal's rule for the binomial coefficient. Equation 2 of [Gleason] p. 295.
|- ((N e. NN /\ K e. NN /\ K <_ N) -> ((N C. K) + (N C. (K - 1))) = ((N + 1) C. K))
 
Theorembcpasci 7172 Pascal's rule for the binomial coefficient, generalized to all integers K. Equation 2 of [Gleason] p. 295.
|- N e. NN0   &   |- K e. ZZ   =>   |- ((N C. K) + (N C. (K - 1))) = ((N + 1) C. K)
 
Theorembcpasc 7173 Pascal's rule for the binomial coefficient, generalized to all integers K. Equation 2 of [Gleason] p. 295.
|- ((N e. NN0 /\ K e. ZZ) -> ((N C. K) + (N C. (K - 1))) = ((N + 1) C. K))
 
Theorembccl2 7174 A binomial coefficient, in its standard domain, is a natural number.
|- ((N e. NN0 /\ K e. (0...N)) -> (N C. K) e. NN)
 
Theorembccl 7175 A binomial coefficient, in its extended domain, is a nonnegative integer.
|- ((N e. NN0 /\ K e. ZZ) -> (N C. K) e. NN0)
 
Theorempermnn 7176 The number of permutations of N - R objects from a collection of N objects is a natural number. (Contributed by Jason Orendorff, 24-Jan-2007.)
|- ((N e. NN0 /\ R e. (0...N)) -> ((!` N) / (!` R)) e. NN)
 
Limits
 
Syntaxcli 7177 Extend class notation with convergence relation for limits.
class ~~>
 
Definitiondf-clim 7178 Define the limit relation for complex number sequences. See clim 7180 for its relational expression.
|- ~~> = {<.f, y>. | (y e. CC /\ A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((f` k) e. CC /\ (abs` ((f` k) - y)) < x))))}
 
Theoremclimrel 7179 The limit relation is a relation.
|- Rel ~~>
 
Theoremclim 7180 Express the predicate: The limit of complex number sequence F is A, or F converges to A. This means that for any real x, no matter how small, there always exists an integer j such that the absolute difference of any later complex number in the sequence and the limit is less than x.
|- ((F e. C /\ A e. D) -> (F ~~> A <-> (A e. CC /\ A.x e. RR (0 < x -> E.j e. ZZ A.k e. ZZ (j <_ k -> ((F` k) e. CC /\ (abs` ((F` k) - A)) < x))))))
 
Theoremclimcl 7181 Closure of the limit of a sequence of complex numbers.
|- ((A e. C /\ F ~~> A) -> A e. CC)
 
Finite and infinite sums
 
Syntaxcsu 7182 Extend class notation to include finite summations. (An underscore was added to the ASCII token in order to facilitate set.mm text searches, since "sum" is is a commonly used word in comments.)
class sum_k e. A B
 
Definitiondf-sum 7183 Define the sum of a series with an index set of integers A. k is normally a free variable in B, i.e. B can be thought of as B(k). The definition is meaningful when A is a finite set of sequential integers (representing a finite sum over them) or a set of upper integers (representing an infinite sum, when the sum converges). The left-hand side of the union expresses the finite sum case, and the right-hand side expresses the infinite sum case. In either case, the other side of the union equals the empty set. Examples: sum_k e. (2...4) k means 2 + 3 + 4 = 9, and sum_k e. NN (1 / (2^k)) means 1/2 + 1/4 + 1/8 + ... = 1. Note 1: The restrictions to ZZ force the class abstractions to be sets. Note 2: This definition is complex because it is "overloaded" with both finite and infinite sums as disjoint sets. An advantage is that equality theorems, for example, need to be proved only once for both cases.
|- sum_k e. A B = ({x | E.mE.n e. (ZZ>=` m)(A = (m...n) /\ x e. ((<.m, + >. seq ({<.k, y>. | y = B} |` ZZ))` n))} u. U.{x | E.m e. ZZ (A = (ZZ>=` m) /\ (<.m, + >. seq ({<.k, y>. | y = B} |` ZZ)) ~~> x)})
 
Theoremsumex 7184 A sum is a set.
|- sum_k e. A B e. V
 
Theoremsumeq1 7185 Equality theorem for a sum.
|- (A = B -> sum_k e. A C = sum_k e. B C)
 
Theoremhbsum1 7186 Bound-variable hypothesis builder for sum.
|- (x e. A -> A.k x e. A)   =>   |- (x e. sum_k e. A B -> A.k x e. sum_k e. A B)
 
Theoremhbsum 7187 Bound-variable hypothesis builder for sum: if x is (effectively) not free in A and B, it is not free in sum_k e. AB.
|- (y e. A -> A.x y e. A)   &   |- (y e. B -> A.x y e. B)   =>   |- (y e. sum_k e. A B -> A.x y e. sum_k e. A B)
 
Theoremsumeq2 7188 Equality theorem for sum.
|- (A.k e. A B = C -> sum_k e. A B = sum_k e. A C)
 
Theoremcbvsumi 7189 Change bound variable in a sum.
|- (x e. B -> A.k x e. B)   &   |- (x e. C -> A.j x e. C)   &   |- (j = k -> B = C)   =>   |- sum_j e. A B = sum_k e. A C
 
Theoremsumeq1i 7190 Equality inference for sum.
|- A = B   =>   |- sum_k e. A C = sum_k e. B C
 
Theoremsumeq2i 7191 Equality inference for sum.
|- (k e. A -> B = C)   =>   |- sum_k e. A B = sum_k e. A C
 
Theoremsumeq12i 7192 Equality inference for sum. (Contributed by FL, 10-Dec-2006.)
|- A = B   &   |- (k e. A -> C = D)   =>   |- sum_k e. A C = sum_k e. B D
 
Theoremsumeq1d 7193 Equality deduction for sum.
|- (ph -> A = B)   =>   |- (ph -> sum_k e. A C = sum_k e. B C)
 
Theoremsumeq2d 7194 Equality deduction for sum. Note that unlike sumeq2dv 7195, k may occur in ph.
|- (ph -> A.k e. A B = C)   =>   |- (ph -> sum_k e. A B = sum_k e. A C)
 
Theoremsumeq2dv 7195 Equality deduction for sum.
|- ((ph /\ k e. A) -> B = C)   =>   |- (ph -> sum_k e. A B = sum_k e. A C)
 
Theoremsumeq2sdv 7196 Equality deduction for sum.
|- (ph -> B = C)   =>   |- (ph -> sum_k e. A B = sum_k e. A C)
 
Theorem2sumeq2dv 7197 Equality deduction for double sum.
|- ((ph /\ j e. A /\ k e. B) -> C = D)   =>   |- (ph -> sum_j e. A sum_k e. B C = sum_j e. A sum_k e. B D)
 
Theoremsumeq12dv 7198 Equality deduction for sum.
|- (ph -> A = B)   &   |- ((ph /\ k e. A) -> C = D)   =>   |- (ph -> sum_k e. A C = sum_k e. B D)
 
Theoremsumeq12rdv 7199 Equality deduction for sum.
|- (ph -> A = B)   &   |- ((ph /\ k e. B) -> C = D)   =>   |- (ph -> sum_k e. A C = sum_k e. B D)
 
Theoremsumeqfv 7200 Convert a sum of function values to a sum of classes A(k).
|- A e. V   &   |- F = {<.k, y>. | (k e. B /\ y = A)}   =>   |- (C (_ B -> sum_k e. C (F` k) = sum_k e. C A)

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