(i)
0,0
0,2
1,1
2,0
0,4
1,3
2,2
3,1
4,0
0,6
(ii) T = { (a, b) | a,b nonnegative integers, and a+b is even}.
Incidentally, this is not too hard to prove if you are handy with induction. You can prove that for all nonnegative integers n, that T contains all (a,b) such that a,b nonnegative integers, and a+b = 2n.
2007-10-07 16:08:24
·
answer #1
·
answered by Phineas Bogg 6
·
1⤊
0⤋
Part i -- This is just blindly applying the rules that you are given at the beginning:
#1: (0, 0) -- rule 1
#2: (1, 1) -- rule 1
#3: (2, 0) -- from 1 by rule 2
#4: (0, 2) -- from 1 by rule 3
#5: (3, 1) -- from 2 by rule 2
#6: (1, 3) -- from 2 by rule 3
#7: (4, 0) -- from 3 by rule 2
#8: (2, 2) -- from 3 by rule 3
#9: (0, 4) -- from 4 by rule 3
#10: (5, 1): -- from 5 by rule 2
ii -- here we need to characterize the set T. One possible way of doing it is:
T={(a, b) â (ââª{0})Ã(ââª{0}): (a+b)/2 â ââª{0}}
Proof: Let S = {(a, b) â (ââª{0})Ã(ââª{0}): (a+b)/2 â ââª{0}}. Clearly (0, 0) and (1, 1) are in S, since 0+0=0 and 1+1=2, both of which are even. Suppose (a, b) is in S. Then a and b are nonnegative integers, and a+b is even. This implies that a+2 is a nonnegative integer and (a+2)+b is even, and also that b+2 is a nonnegative integer and a+(b+2) is even, so (a+2, b) and (a, b+2) are both elements of S. So S satisfies the recursive definition, and since T is the smallest set satisfying that definition, we have that TâS. To prove the converse, we suppose (a, b)âS. Then a+b is even, so either a and b are both even or a and b are both odd. If a and b are both even, then (a, 0) can be obtained from (0, 0) by applying rule 2 a/2 times, and then (a, b) can be obtained from (a, 0) by applying rule 3 b/2 times, so (a, b)âT. Conversely, if a and b are both odd, then a-1 and b-1 are both even, so (a, 1) = (1+(a-1), 1) can be obtained from (1, 1) by applying rule 2 (a-1)/2 times, and then (a, b) = (a, 1+(b-1)) can be obtained from (a, 1) by applying rule 3 (b-1)/2 times, so (a, b)âT. In either case, (a, b)âS â (a, b)âT, so SâT. Having already proved TâS, it follows that S=T. Q.E.D.
2007-10-07 23:15:28
·
answer #2
·
answered by Pascal 7
·
1⤊
0⤋