A nice identity, in need of a proof.

  • Context: Graduate 
  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Identity Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 3K views
Messages
4,662
Reaction score
372
how do i prove the next identity:
999/1000=1/(2!)+2/(3!)+3/(4!)+4/(5!)+5/(6!)+1/(7!)+7/(8!)+6/(9!)+1/(10!)+2/(11!)+2/(12!)+5/(13!)+2/(14!)+12/(15!)?
 
Mathematics news on Phys.org
but how can you derive it, by what means do you arrive at this equation?
you can't tell me that someone put the first 5 terms arbitrarily and then reduced it from the fraction, can you?
 
Those are entirely different questions and have nothing to do with verifying if it is true or not. I do not know how or why it was derived, nor do I care particularly. It is just the base factorial (for want of a better phrase) representation of 999/1000. Every rational number (possibly between 0 and 1) has a unique representation as a finite sum

[tex]\sum_{r=1}^{n} \frac{a_r}{r!}[/tex]

with some restriction on the a_r, (like between 0 and r-1) i seem to recall, you can then add an integre at the front.. Perhaps some people just worked out a few and thought this was a nice one?
 
Last edited:
Then you misstated your opening post. I have 'proved' it is true, and why it is true (because it is, like 2+4=6, because it is).

At no point did your opening post ask for a justification of why someone found this out.

It is quite easy to work out base factorial expansions, though there is no real justification I can offer as to why this particular one is 'so' nice. But then that is an aesthetic judgement on your behalf.

there apparently is a C routine that will calculate factorial base for you, if you want to play around with it.

Anyway, it is hard to explain a 'pattern' if you just give a single example. If you explained where it came from that might be a start.
 
Last edited:
You could of course just work out the base factorial expansion of any number, I suppose. It's the same as working out a decimal expansion.

x=a(1)+a(2)/2!+a(3)/3!+...

you can work out the a(r) easily enough: a(1) is the integer part, a(2) is 2!(x-a(1)), a(3) is 3!(x-a(1)-a(2)/2!) etc.

Put in 999/1000 and you should get those numbers.
 
I can't recall for certain if the greedy algorithm works for a factorial base like this, I think it does though.

If so, just take K=1/2!+2/3!+...+n/(n+1)! as far out as you'd like this pattern, then take a large enough m so 1-10^(-m) is larger than K (note K will be strictly less than 1, consider K+1/(n+1)!). The representation of 1-10^(-m) in a factorial base like this will then begin with this pattern, so 999/1000 is nothing stunning.