analysis icon indicating copy to clipboard operation
analysis copied to clipboard

Missing notations in `itv.v`?

Open affeldt-aist opened this issue 2 years ago • 2 comments

https://github.com/math-comp/analysis/blob/5d4db09b412ac521d67830bd1ba507aed567056c/theories/itv.v#L35-L40

I can find [itv of ...] but not [lb of ...], etc.

affeldt-aist avatar Apr 20 '23 10:04 affeldt-aist

By the way, I was looking for a way to infer a {nonneg R} from a {i01 R}.

affeldt-aist avatar Apr 20 '23 10:04 affeldt-aist

I can find [itv of ...] but not [lb of ...], etc.

Indeed, they are apparently missing.

By the way, I was looking for a way to infer a {nonneg R} from a {i01 R}.

I guess the simplest solution would be to add a Canonical to be able to write x%:inum%:nng but the uncomfortable thing is: why would that instance take the lower bound rather than the upper bound? (other than the fact it is probably what one wants most fo the time)

proux01 avatar Apr 20 '23 11:04 proux01