|
|
|
|
|
by JadeNB
1418 days ago
|
|
Epsilon sandwiches is a great speech, with advice that I wish I could follow—but it pre-supposes students for whom the referenced very easy proofs are indeed very easy conceptually, and the struggle is only to put those concepts into words. I can believe that this is true of students in a UPenn first analysis course, but it is not true at the less prestigious university where I teach students who are encountering proofs for the first time (well before analysis)—and I have long struggled with how to break down this two-step complication into separate manageable steps with students for whom, say, it is still a real challenge to understand (in the context of proving facts about sums and products of even numbers) why 2(x + y) = 2x + 2y is true, but 2(xy) = (2x)(2y) is not. If anyone knows how to adapt Wilf's advice to such students, then I—and they, in my fall class!—will be grateful to hear it! |
|
For your example case, it's simply the matter of seeing multiplication as repeated addition. So, 2x is x+x, and from this follows:
2(x+y) = (x+y)+(x+y) = x+y+x+y = x+x+y+y = 2x+2y
However, for the other case, when we convert the multiplication by 2 to an addition and back:
2(xy) = (xy)+(xy) = xy+xy = 2xy
Now we can show that this works for n instead of two:
n(x+y) = (x+y)+..[n times]..+(x+y) = x+..[n times]..+x + y+..[n times]..+y = nx+ny
And for multiplication:
n(xy) = xy+..[n times]..+xy = nxy