Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return canonical Relational if only real assumption is missing #16831

Open
smichr opened this issue May 14, 2019 · 0 comments
Open

return canonical Relational if only real assumption is missing #16831

smichr opened this issue May 14, 2019 · 0 comments

Comments

@smichr
Copy link
Member

smichr commented May 14, 2019

One of the reasons we can't return True from something like x > x - 1 is that this should only evaluate if x is real. But instead of leaving it unevaluated (as if to say nothing can be said) we could return x < oo or x > -oo. Basically, the same operator could be used with the appropriate oo on the rhs, e.g. x <= x + 1 -> x <= oo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant