### Is there an existing issue for this? - [X] I have searched the existing issues for a bug report that matches the one I want to file, without success. ### Did you read the documentation and troubleshoot guide? - [X] I have read the documentation and troubleshoot guide ### Environment ```markdown - **Sage Version**: 9.8 ``` ### Steps To Reproduce ``` R.<x> = ZZ[] assert R(0) > R(-1) R.<x> = RR[] assert R(0) > R(-1) R.<x, y> = ZZ[] assert R(0) > R(-1) R.<x, y> = RR[] assert R(0) > R(-1) ``` ### Expected Behavior All assertions pass. ### Actual Behavior The last assertion does not pass. ### Additional Information _No response_