Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Assumptions

New issue 3633 by mrock...@gmail.com: Contradictory assumptions should raise error
http://code.google.com/p/sympy/issues/detail?id=3633

In [1]: Q.positive(x) & Q.negative(x)
Out[1]: Q.negative(x) ∧ Q.positive(x)

In [2]: ask(Q.positive(x), Q.positive(x) & Q.negative(x))
Out[2]: True

In [3]: ask(Q.negative(x), Q.positive(x) & Q.negative(x))
Out[3]: True

Line 1 should raise an error. This is a simple example and probably has a simple solution. There are likely more complex cases.

Is this a solvable problem in general?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy-issues+unsubscr...@googlegroups.com.
To post to this group, send email to sympy-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to