I have just learnt about homogenization, however I don't really understand it and I can't really utilize it (https://artofproblemsolving.com/wiki/index.php/Homogenization this is where I learnt about it). Could you please explain to me how to use it optimally? Moreover I found a question on IMO 2020, which I believe can be solved using homogenization. It goes as follows:
Let the real numbers $a, b, c, d$ be such that $a\ge b\ge c \ge d >0$ and $a+b+c+d=1$. Prove that:
$(a+2b+3c+4d)a^ab^bc^cd^d<1$
I attempted to solve it by saying that RHS is equal to $(a+b+c+d)^a$, but then I realized that this doesn't help and it doesn't homogenize the inequality either. Then I tried using AM-GM on LHS and getting something which can be homogenized, however I did not succeed there either. Could you please explain to me how to use homogenization optimally and how this question could be solved using it?
By AM-GM $$\prod_{cyc}a^a\leq\sum_{cyc}a^2.$$ Thus, it's enough to prove that $$(a+b+c+d)^3>(a+2b+3c+4d)(a^2+b^2+c^2+d^2),$$ which is obvious after full expanding.