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

ring tactic fails on some inputs #84

Closed
digama0 opened this issue Mar 13, 2018 · 0 comments
Closed

ring tactic fails on some inputs #84

digama0 opened this issue Mar 13, 2018 · 0 comments
Labels

Comments

@digama0
Copy link
Member

digama0 commented Mar 13, 2018

Writing this down so I don't forget...

The ring tactic has some problem with finding normal forms here. A minimized example:

import tactic.ring
local infix `^` := monoid.pow
example {α} [comm_ring α] (x : α) (m n : ℕ) :
  x^2 + x^2 + x = x^2 + (x^2 + x) := by ring
@johoelzl johoelzl added the bug label May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants