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

Derive orderlessness for special elements and repetition operators #20

Open
HarrisonGrodin opened this issue Aug 7, 2018 · 0 comments
Labels
standard Relevant only to standard contexts

Comments

@HarrisonGrodin
Copy link
Owner

The following should be orderless in standard contexts:

  • Multiplication of terms/exponentials with the same base. (x*x, x^3 * x, x^3 * x^2, etc.)
  • Application of identity. (x + zero(x), x * one(x), etc.)
  • Application of annhilator. (x * zero(x), x & false, x | true, etc.)
@HarrisonGrodin HarrisonGrodin added the standard Relevant only to standard contexts label Aug 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
standard Relevant only to standard contexts
Projects
None yet
Development

No branches or pull requests

1 participant