Appearance of the variable Real.one
, that should be inaccessible
#45
Labels
Mathlib issue
This is an issue with Mathlib, not with our project.
After using
integrableOn_const
, I hadReal.one
appear in my hypothesis and I could not get rid of it using any of the techniques that came to my mind. It seems thatReal.one
is a protected and irreducible definition, so it should not appear explicitly in the context. I solved the problem usingchange
.See this Zulip conversation.
This is the relevant code.
The text was updated successfully, but these errors were encountered: