I'm trying to prove that a certain number is irrational. I've taken a number theory class, so I'm familiar with the proofs that $\sqrt{2}$ and $\sqrt{3}$ are irrational (assume it is rational, square both sides, and then arrive at a contradiction). However, I've tried this method with this number to no avail. This is the number in question:
$\frac{p}{q} = \sqrt{13+\sqrt{52}} - \sqrt{13}$
$\frac{{p}^{2}}{{q}^{2}} = (13+\sqrt{52}) - 2(\sqrt{13+\sqrt{52}})(\sqrt{13}) + 13$
$\frac{{p}^{2}}{{q}^{2}} = 26 + 2\sqrt{13} - 2\sqrt{169 + 13\sqrt{52}}$
Once I get here, it just seems that I've made the question more complicated, or that I'm taking the wrong approach, and have no clue how to move on. Any help would be appreciated. Many thanks.
Per dxiv's comment, you can find the minimal polynomial of this number to be $x^4-52x^2+104x-52$; I did so with a computer program. By the rational roots theorem, the only possible rational roots of this polynomial are $\pm 1, \pm 2, \pm 4, \pm 13,\pm 26, \pm 52$. But none of these are actually roots of this polynomial and so it has no rational roots, a contradiction.