Originally posted by: Barack Obama
Just want to ask if the following two expressions are equivalent (where U=Union of sets, I= intersection of sets and "from a=c to infinity" means putting a=c as a subscript on U (or I) and infinity as a superscript and f(n) is a function of n)
* (from N=1 to infinity) U [(from n=N to infinity) I f(n)]
* I (from n=1 to infinity) f(n)
THANKS
lets see if I can try this again...
The union of 2 sets... n U I[F(n)] is larger than either of the single sets S=n or S=I[F(n)]
UNLESS, one set (n) is exclusively a subset of the other set I[F(n)]
Example:
Given the Set
S[ n ] = {0,1,2} and F(n) = n1 * n2
then 0*0 = 0, 0*1 = 0, 0*2 = 0, 1*1 = 1, 1*2 = 2, 2*2 = 4
S[ F(n) ] = {0,1,2,4}
{0,1,2} U {0,1,2,4} = {0,1,2,4}... n U I[F(n)] = I[F(n)] is true
S[ n ] = {2,3,4} and F(n) = n1 * n2
then 2*2 = 4, 2*3 = 6, 2*4 = 8, 3*3 = 9, 3*4 = 12, 4*4 = 16
S[ F(n) ] = {4,6,8,9,12,16}
{2,3,4} U {4,6,8,9,12,16} = {2,3,4,6,8,9,12,16} ... n U I[F(n)] = I[F(n)] is false