We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A type R satisfying RealScalar R does not have imply LinearOrderedAddCommGroup R.
R
RealScalar R
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.
The text was updated successfully, but these errors were encountered:
Also there should be an instance for LinearOrderedCommRing R such that we can use linarith and nlinarith tactics.
LinearOrderedCommRing R
linarith
nlinarith
Sorry, something went wrong.
No branches or pull requests
A type
R
satisfyingRealScalar R
does not have implyLinearOrderedAddCommGroup R
.This should be fixed! Otherwise we can't use mathlibs theorems about inequalities.
The text was updated successfully, but these errors were encountered: