User talk:Cornince
From Wikipedia, the free encyclopedia
Contents |
Welcome!
Additional tips:
- Here are some extra tips to help you get around Wikipedia:
- If you made any edits before you got an account, you might be interested in assigning those to your username.
- If you want to play around with your new Wiki skills, try the Sandbox.
- Click on the Edit button on a page, and look at how other editors did what they did.
- You can sign your name using three tildes, like this: ~~~. If you use four, you can add a datestamp too. Always sign comments on Talk pages, never sign Articles.
- You might want to add yourself to the New User Log.
- If your first language isn't English, try Wikipedia:Contributing to articles outside your native language.
‡ Jarlaxle 23:39, July 17, 2005 (UTC)
[edit] Stroke Order
Hi, I reverted your change to this article. I'm not sure if you misunderstood what is written, but it is definitely correct as it was (left then right then middle/bottom). Let me know if you have any questions. Akihabara 11:15, 10 January 2007 (UTC)
Well, I was thinking of Kanji like chika(ku), where you start with the upper right part, then you work with the enclosure starting on the left. Perhaps my knowledge isn't as great? Cornince 11:32, 10 January 2007 (UTC)
You're right about that character, but the sentence in question is talking about three-part kanji; two such kanji are given as examples in the sentence. Akihabara 11:34, 10 January 2007 (UTC)
[edit] Pajamas Media
Hi. I've just moved the text you recently added to our Pajamas Media article to it's talk page for discussion: see Talk:Pajamas Media#Ron Paul dropped from polls. Please comment on my suggested changes and on whether (and, if so, how) we should cover this stuff in the article. Best wishes, CWC 07:14, 22 March 2007 (UTC)
[edit] Binomial identities
Howdy. This comment is in response to this edit, where you mention the binomial identities
and
requesting proofs or sources of proofs.
The first formula is actually proved in the article — it's just extremely terse. I'll explain what's going on in the proof here, then give a proof of the second formula. I think the current proof of the first formula is the right size for an encyclopedia article. See the References section of the article for possible links to proofs.
First of all, let's look at what the article says:
- The formula
- follows from expansion (2), after differentiating with respect to either x or y and then substituting x = y = 1.
Expansion (2) is the binomial theorem:
If we differentiate the left-hand side of (2) with respect to y, we get
while if we differentiate the right-hand side with respect to y, we get
Notice that the term with no y in it drops out, so the summation ends up going from k = 1 to k = n. Thus by differentiating both sides of expansion (2) with respect to the same variable y, we get the new equality
Substituting x = y = 1 throughout gives
which is precisely identity (6).
The proof of identity (11) is based on the fact that the alternating sum of binomial coefficients is zero:
combined with Pascal's rule:
We can rewrite (α) as the identity
By applying Pascal's rule we can reduce the right-hand side of (β) to the right-hand side of identity (11).
First we can reindex the right-hand side of (β):
Applying Pascal's rule gives
The thing to notice here is that we are summing a telescoping sequence. The middle terms appear once with positive sign and once with negative sign. So only the extreme terms are left:
the last step following because there are zero ways to choose n out of n - 1 objects.
Piecing together the chain of equalities gives the result
which is the same as identity (11) in the article.
I didn't mean for this comment to be quite so long. If you have any questions, just ask, either here or on my talk page. Michael Slone (talk) 08:09, 25 November 2007 (UTC)
[edit] Response
Thank you so much for your help. Is it possible you can also help me with proving
?
Using induction, I’ve gotten (opening the binomial coefficient):
Multiplying in the n+1 to the n! and multiplying the function by k+1/k+1 putting the bottom into the k! and closing the binomial coefficient:
Reindexing the sum:
n-(k-1) becomes n+1-k and then I multiply the function by -1/-1 and put the top -1 into the (-1)^(k-1) and the bottom -1 into the k(n+1-k)^n and then I add and subtract (n+1)(n+1-k)^n:
Adding the first 2 terms together to make (n+1-k)(n+1-k)^n or (n+1-k)^(n+1) and then separating the rest creating 2 separate sums:
Now, I’m back to square one in trying to prove that
Is it possible you can provide some assistance in this regard? Thanks. ^_^ Cornince (talk)
- Try to prove the stronger claim
- .
- If you interpret the left-hand side properly, the induction will be almost automatic. Michael Slone (talk) 03:39, 1 December 2007 (UTC)
I'm sorry, I'm not even sure where to begin with this. I was able to get to the below, using the binomial theorem: But beyond that, I'm not quite sure, where to go, other than multiply both sides by (n+1) and try to manipulate the form of the left side to the n+1 of the original. Thank you for helping me so far; please give me the slightest nudge in some direction. ^_^ Cornince 07:26, 3 December 2007 (UTC)
- It is likely to be difficult to prove your claim directly from the binomial theorem. Instead, I suggest looking into the calculus of finite differences. For example, if f(x) is a function, then
- ,
- ,
- …
- See the pattern? Verify that this pattern works for all n, then compare it to the left-hand side of the equation you're trying to prove. What should f(x) be? Michael Slone (talk) 08:22, 3 December 2007 (UTC)
-
-
- Yes, that is correct. Michael Slone (talk) 02:30, 12 December 2007 (UTC)
-
[edit] OLD (Please look at post immediately above this.)
Thank you for continuing to look at this. I had been thinking about something similar to the difference operator. I used a you notation (用) function z(x), to which 用(m,0) = z(m), and the recurrence relation would be 用(m,n+1) = 用(m+1,n) - 用(m,n) for n >= 0. (An example is that 用(m,1) = 用(m+1,0) - 用(m,0) = z(m+1) - z(m).) This I think is the same as the forward difference operator. I proved the form of the particular equation you're mentioning (which I find is called the binomial transform) here:
http://en.wikipedia.org/wiki/User:Cornince/no2
(Look at the top equation.) In this I demonstrated that the equation in question has the same recurrence relation as the you notation. A quick look at case n=0 for both would also demonstrate that they both have the same starting place.
I did look at it for this in proving the case that where z(a) = (x - a)^n (or your f(x)) then it comes to n!. But the issue is one of raising the power of the function as you raise the number of items. Like, for example, if I wanted to use induction to get from (2)^2 - 2(1)^2 + (0)^2 to (3)^3 - 3(2)^3 + (1)^3 - (0)^3, I know how to use the difference operator to get the extra item and the binomial coefficients changed to the 3rd row, but by which means would the power of 2 be raised to 3 through induction?
Cornince (talk) 04:21, 5 December 2007 (UTC) (this was cornince typing the response)
[edit] FYI
I saw this addition to (one of) your subpage(s) by an IP user and I wanted to let you know about it in case you didn't want it there. Regards. Thingg⊕⊗ 16:45, 31 January 2008 (UTC)
Thanks. That was me from a different computer, where I probably forgot to log in. ^_^ Cornince (talk) 19:47, 31 January 2008 (UTC)