<div id="comment:0"></div> As reported on [this ask question](https://ask.sagemath.org/question/52135/assume-gives-false-for-aoo/) : ``` sage: assume(x < 1) sage: bool(x < 10) True sage: bool(x < oo) False ``` CC: @rwst Component: **symbolics** _Issue created by migration from https://trac.sagemath.org/ticket/29938_