User:IssaRice/Proof that assumes the trick: Difference between revisions

From Machinelearning
No edit summary
No edit summary
Line 22: Line 22:


I think what Pugh intended is for the reader to write out the expression on the right and try to simplify it; then they would see the terms canceling out and would see the trick that way. You might even complain that my "discovery" of the trick is just writing out this process in the reverse order. That is certainly literally true, but I think explicitly calling attention to the trick and talking about it adds it to the student's "tricks repository" so that they are more likely to be able to use the trick in their own proofs. In the opposite direction, it's just a routine cancellation and you would just forget about it after the proof.
I think what Pugh intended is for the reader to write out the expression on the right and try to simplify it; then they would see the terms canceling out and would see the trick that way. You might even complain that my "discovery" of the trick is just writing out this process in the reverse order. That is certainly literally true, but I think explicitly calling attention to the trick and talking about it adds it to the student's "tricks repository" so that they are more likely to be able to use the trick in their own proofs. In the opposite direction, it's just a routine cancellation and you would just forget about it after the proof.
<hr/>
Here is another example, although I'm actually not sure if this is the same phenomenon (it might be something a little different).
From Axler's ''Measure, Integration & Real Analysis'', theorem 1.5, which shows in part that a finer partition increases the lower Riemann sum.
<blockquote>To prove the first inequality [<math>L(f,P,[a,b]) \leq L(f,P',[a,b])</math>], suppose <math>P</math> is the partition <math>x_0, \ldots, x_n</math> and <math>P'</math> is the partition <math>x_0', \ldots, x_N'</math> of <math>[a,b]</math>. For each <math>j = 1, \ldots, n</math>, there exist <math>k \in \{0, \ldots, N-1\}</math> and a positive integer <math>m</math> such that <math>x_{j-1} = x_k' < x_{k+1}' < \cdots < x_{k+m}' = x_j</math>. We have <math display="block">\begin{align}(x_j - x_{j-1}) \inf_{[x_{j-1},x_j]} f &= \sum_{i=1}^m (x_{k+i}' - x_{k+i-1}') \inf_{[x_{j-1},x_j]} f \\ &\leq \sum_{i=1}^m (x_{k+i}' - x_{k+i-1}') \inf_{[x_{k+i-1}',x_{k+i}']} f\end{align}</math> The inequality above implies that <math>L(f,P,[a,b]) \leq L(f,P',[a,b])</math>.</blockquote>

Revision as of 20:50, 25 December 2019

Many proofs in mathematics depend on one or two "tricks". Some proofs (or ways of writing the proof) seem to deliberately hide or assume the trick so that the proof, while valid, is not very useful. (To the expert mathematician, the proof is obvious/they could have done it themselves, so what is the point of writing the proof? To the novice, the trick is assumed even if one might not know it; but the trick is what makes the proof work, so what is the point of seeing a proof that does not explain it?)

Consider Pugh's proof of the product rule for differentiation:

Since , continuity of at implies that

What Pugh means is this:

On the one hand, .

We also have and so on the other hand we have

so the two are indeed equal.

What is the "trick" in this proof? Well, how would we have discovered that if we didn't have Pugh to tell us? The trick is to add and subtract the same thing. We have

And this is exactly the equality that Pugh gives.

I think what Pugh intended is for the reader to write out the expression on the right and try to simplify it; then they would see the terms canceling out and would see the trick that way. You might even complain that my "discovery" of the trick is just writing out this process in the reverse order. That is certainly literally true, but I think explicitly calling attention to the trick and talking about it adds it to the student's "tricks repository" so that they are more likely to be able to use the trick in their own proofs. In the opposite direction, it's just a routine cancellation and you would just forget about it after the proof.


Here is another example, although I'm actually not sure if this is the same phenomenon (it might be something a little different).

From Axler's Measure, Integration & Real Analysis, theorem 1.5, which shows in part that a finer partition increases the lower Riemann sum.

To prove the first inequality [], suppose is the partition and is the partition of . For each , there exist and a positive integer such that . We have

The inequality above implies that .