Yep...we need the brackets because the way you have it written is interpreted as:
1/x^2 - 1 >= 1/x - 1 [ the 1's are separate from the fractions ]
Instead of what you intended which is :
1/ [x^2 -1 ] >= 1 /[ x - 1 ]
Brackets and parentheses are important......!!!!
