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

LinearOrderedAddCommGroup instance for RealScalar #42

Open
lecopivo opened this issue Aug 23, 2024 · 1 comment
Open

LinearOrderedAddCommGroup instance for RealScalar #42

lecopivo opened this issue Aug 23, 2024 · 1 comment

Comments

@lecopivo
Copy link
Owner

A type R satisfying RealScalar R does not have imply LinearOrderedAddCommGroup R.

open SciLean

variable {R} [RealScalar R]

#synth LinearOrderedAddCommGroup R -- fails

This should be fixed! Otherwise we can't use mathlibs theorems about inequalities.

@lecopivo
Copy link
Owner Author

lecopivo commented Aug 23, 2024

Also there should be an instance for LinearOrderedCommRing R such that we can use linarith and nlinarith tactics.

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

No branches or pull requests

1 participant