Firstly, we have to check whether number 1 is greater than number 0. By definition, we know that any number is greater than 0 except 0 itself. So, 1 is indeed greater than 0. Therefore, this statement is true.
Next, we are comparing whether 1 is greater than 1. But for a number to be greater than another number, it needs to be strictly more than that number. Here, since the two numbers are same, we can't say that one is greater than the other. So, this statement is false.
Lastly, we're checking whether 1 is equal to 1. The equality condition is satisfied when the two numbers being compared are exactly equal to each other. Here, both the numbers are 1, so they are indeed equal. Hence, this statement is also true.
Hence, after comparing, we get that 1 is greater than 0 (true), 1 is not greater than 1 (false), and 1 is equal to 1 (true).