Let $a, b, c, d \in \mathbb{R}_{>0}$, then prove that
$\frac{a}{b} + \frac{b}{c} + \frac{c}{d} + \frac{d}{a} \geq 4$
Can this be done without using AM-GM inequality, or without using any identity/theorem of inequality? I don't want it to be concise or elegant, I just want rigorous steps that show explicitly how we achieve that result.
Thanks in advance
You can also do the proof in the following manner. $$\dfrac{a}{b}+\dfrac{b}{c}\ge 2\sqrt{\dfrac{a}{c}}$$$$\dfrac{c}{d}+\dfrac{d}{a}\ge 2\sqrt{\dfrac{c}{a}}$$So, $$\dfrac{a}{b}+\dfrac{b}{c}+\dfrac{c}{d}+\dfrac{d}{a}\ge 2\left(\sqrt{\dfrac{a}{c}}+\sqrt{\dfrac{c}{a}}\right)\ge 2\left(2\sqrt{\sqrt{\dfrac{a}{c}}\cdot\sqrt{\dfrac{c}{a}}}\right)=4 $$