-
Notifications
You must be signed in to change notification settings - Fork 47
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
Adding some trigonometry in realType #383
Conversation
Don't understand why the CI fails, it works on my machine. Fixed |
Looks really promising to me :) |
dd1f985
to
f6aab6e
Compare
This PR depends on #385. As soon as it is merged we can remove the file |
b01380e
to
b0b6bc4
Compare
Should we try to submit |
@affeldt-aist what is left to be done? |
I think it is mostly about putting the lemmas in the right files. |
is it normal the CI does not make it to build big_enough? |
I'm clueless, I've been banging my head on it since this morning in another repo... |
- use more mono, morph, etc. notations - split exp.v into two files
- cos_inj using ltr_cos - complete changelog and shorten proofs - header to nsatz_realType.v
- derivative of ln - derivation of acos asin atan - derivative of atan without axiom
- generalize is_derive1_id - rename following mathcomp - update w.r.t. master - fix changelog - proof optimization
- rename chain -> comp - remove comment - moving cvg
- use bounded_fun in cvg_series_bounded - move continuous/shift lemmas and multirule
- simplify proofs using is_derive_0_cst - renaming rcfE -> fctE - remove [arguments]
- update comment in exp.v - minor fixes (missing nl, in trigo.v) - more pseries
- fix is_derive resolution - more precise pattern for Hint
527000a
to
2f1ca14
Compare
I made a last pass and hopefully addressed comments from the last meeting. Ready to merge. |
45 commits 😢 |
next time, please squash |
@CohenCyril can't we configure github so that it automatically squashes merge? |
Not that I know of... |
Note that several contiguous commits were actually squashed before merge (commits that were just minor fixes or that were actually incremental progress). |
This is just an attempt and is not meant to be merged.
We have added an extra file in
exp.v
that contains the defs of functions likeexp
sin
andcos
.NB: lemma
(nowsum_group
big_nat_mul
) submitted to mathcomp (math-comp/math-comp#782)NB: lemmas
(nowdivr_eq
eqr_div
) andsqrtrV
submitted to mathcomp (math-comp/math-comp#789)