Number Theory Question Possibly related to combinatorics too.

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
1 reply · 2K views
iironiic
Messages
9
Reaction score
0

Homework Statement



Prove that [itex]a! b! | (a+b)![/itex].


Homework Equations



Probably some Number Theory Theorem I can't think of at the moment.


The Attempt at a Solution



Without loss of generality, let [itex]a < b[/itex].
Therefore [itex]b! | \Pi _{k=1}^b a+k[/itex]. Since [itex](a+1) ... (a+b)[/itex] are [itex]b[/itex] consecutive terms, [itex]b|\Pi _{k=1}^b a+k[/itex]. The problem I am running into is that you don't necessarily get [itex]b-1[/itex] consecutive terms in the next step of the recursive reasoning. Any suggestions? Thanks!

This question reminds me of questions like, how many possible combinations can you rearrange the letters in "MISSISSIPPI"? This might be a combinatorics question too but I'm not entirely sure.
 
Physics news on Phys.org
Consider that (a+b)! = (1)(2)(3)...(a)(a+1)(a+2)...(a+b).

And a! = (1)(2)(3)...(a).

Now it should be clear that (a+b)!/a! = (a+1)(a+2)...(a+b). Then your assertion that b! divides that should be sufficient.