For example, rationalizing expressions like $$\frac{1}{\pm \sqrt{a} \pm \sqrt{b}}$$ Is straightforward. Moreover cases like $$\frac{1}{\pm \sqrt{a} \pm \sqrt{b} \pm \sqrt{c}}$$ and $$\frac{1}{\pm \sqrt{a} \pm \sqrt{b} \pm \sqrt{c} \pm \sqrt{d}}$$
Are still easy to rationalize. But my question is in the more general case $$\frac{1}{\pm \sqrt{a_1} \pm \sqrt{a_2} \cdots \pm \sqrt{a_n}}$$ Where $n \ge 5$
Are they always rationalizable? If so, how would be an algorithm to rationalize them. If not, then a proof must exist.
From my point of view, I can't find an obvious way to rationalize the case $n=5$, since grouping the radicals in a group of 3 and a group of 2 radicals and then applying the identity $$(a-b)*(a+b)=a^2-b^2$$ Just modifies the denominator from $$\pm \sqrt{a} \pm \sqrt{b} \pm \sqrt{c} \pm \sqrt{d} \pm \sqrt{e}$$ to $$\pm v \pm \sqrt{w} \pm \sqrt{x} \pm \sqrt{y} \pm \sqrt{z}$$ Will this help in something? Or a different method or identity is needed?