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

Support ring expressions with exponents #11

Open
pi8027 opened this issue Sep 22, 2021 · 3 comments
Open

Support ring expressions with exponents #11

pi8027 opened this issue Sep 22, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@pi8027
Copy link
Member

pi8027 commented Sep 22, 2021

I have no idea how to do this normalization by reflection though.

@pi8027 pi8027 added the enhancement New feature or request label Sep 22, 2021
@CohenCyril
Copy link
Member

Isn't it a matter of reading the Table 1 as reduction rules on the exponents?

@pi8027
Copy link
Member Author

pi8027 commented Sep 22, 2021

When I put some thought into this, I didn't think so. But now I don't remember the details. Let me do that later. (Now I'm just making my TODOs explicit by putting them as issues.)

@pi8027
Copy link
Member Author

pi8027 commented Sep 27, 2021

BTW, Lean's ring_exp tactic does not seem to solve (a * b + a * c) ^ n = a ^ n * (b + c) ^ n (not tested). Is there something we can do with such cases?

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

No branches or pull requests

2 participants