In the first case w = {0, 1, 2}, not {-1, 0, 1, 2, 3}. -1 < -1 and 3 < 3 are both false statements.
None of the numbers in your second set, {1, 0, -1, -2, -3}, are greater than 1, so none of them should be in the set w.
w = ∅, not {∅}. They're not the same thing.