I was working on a puzzle involving some rather complex probability when I arrived at two very distinct methods with very different ways of calculating the probability of solving the puzzle. The actual puzzle and how I got these probabilities isn't very important (they're also most likely wrong, I'm not very good with probability).
The functions I ended up with were $\frac{((n/2)!)^2}{n!}$ and $\frac{(n/2)!}{2^{n/2}(n-1)!!}$. To my surprise, when I plugged a few test values into Wolfram Alpha, I found that they were equivalent.
I divided both terms by $(n/2)!$ to get the equality $\frac{(n/2)!}{n!} = \frac{1}{2^{n/2}(n-1)!!}$, which I find totally unintuitive and rather interesting.
Is there already a proof/identity out there related to this equality? If not, is there a relatively simple proof using the definition of factorial that I'm not seeing? Is it even true?
Yes this is a well known relation.
It comes from the fact that by pulling a two from each term we have $$(2n)!!=2 \cdot 4 \cdot 6 \cdot...\cdot (2n)=2^n n!$$
Now combine this with $$(2n!!)[(2n+1)!!]=(2n+1)!$$ and you get your relation.