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

opp_ ..., ... _opp -> oppr_ ..., ... _ oppr? #1292

Open
IshiguroYoshihiro opened this issue Aug 13, 2024 · 0 comments
Open

opp_ ..., ... _opp -> oppr_ ..., ... _ oppr? #1292

IshiguroYoshihiro opened this issue Aug 13, 2024 · 0 comments

Comments

@IshiguroYoshihiro
Copy link
Contributor

I found some lemmas about GRing.opp which is named opp_ ... or ... _opp, not oppr_ ... or ... _oppr.
I suppose these may be for distinguish between GRing.opp for number and for function, but it bothers me a little.
For instance, opp_continuous in normedtype.v.

Lemma opp_continuous : continuous (@GRing.opp V).

As there is also a oppe_continuous, I think that it is appropriate to name it as oppr_continuous.

analysis/theories/ereal.v

Lines 892 to 893 in 99c3a83

Lemma oppe_continuous (R : realFieldType) :
continuous (-%E : \bar R -> \bar R).

the followings are some of other,

Lemma opp_itvoo (R : numDomainType) (x y : R) :
-%R @` `]x, y[%classic = `](- y), (- x)[%classic.

analysis/theories/realfun.v

Lines 1960 to 1962 in 99c3a83

Lemma variation_opp_rev a b f s : itv_partition a b s ->
variation a b f s =
variation (- b) (- a) (f \o -%R) (rev (belast (- a) (map -%R s))).

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