{a, b, c} = {Log[2, Sqrt[3]], Log[4, Sqrt[6]], Log[6, 3]}
Sort[%, Greater]
Based on the above code, we can obtain the size relationships of the three numerical values, which are assigned to the letters a, b, and c. How can we manipulate them so that the final result is in the form
a > b > c?