--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscribe@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/944758e5-ac10-4a55-ab33-d48d2b5d7740%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The idea is to implement how the sets propagate when subject to arithmetic operations and functions.
For example, one could define SetAdd, SetMul, SetPow objects to represent additions, multiplications and powers of sets by other sets.
Once we have such operations, we could add support for range/set assumptions, at last.