File tree 5 files changed +10
-6
lines changed
5 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 18
18
matrix :
19
19
image :
20
20
- ' coqorg/coq:dev'
21
+ - ' coqorg/coq:8.18'
21
22
- ' coqorg/coq:8.17'
22
23
- ' coqorg/coq:8.16'
23
24
- ' coqorg/coq:8.15'
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Follow the instructions on https://github.com/coq-community/templates to regener
9
9
[ ![ Code of Conduct] [ conduct-shield ]] [ conduct-link ]
10
10
[ ![ Zulip] [ zulip-shield ]] [ zulip-link ]
11
11
12
- [ docker-action-shield ] : https://github.com/coq-community/coqtail-math/workflows/Docker%20CI /badge.svg?branch=master
13
- [ docker-action-link ] : https://github.com/coq-community/coqtail-math/actions?query=workflow:"Docker%20CI"
12
+ [ docker-action-shield ] : https://github.com/coq-community/coqtail-math/actions/ workflows/docker-action.yml /badge.svg?branch=master
13
+ [ docker-action-link ] : https://github.com/coq-community/coqtail-math/actions/workflows/docker-action.yml
14
14
15
15
[ contributing-shield ] : https://img.shields.io/badge/contributions-welcome-%23f7931e.svg
16
16
[ contributing-link ] : https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md
Original file line number Diff line number Diff line change @@ -2785,10 +2785,12 @@ apply limit_div_pos_inv.
2785
2785
apply limit_div_neg_ext with (fun x => (f x) / (- g x)).
2786
2786
intros. field. apply g_not_0. apply H.
2787
2787
assert (Dg' : forall x, open_interval a b x -> derivable_pt (- g) x). intros. reg. apply Dg; intuition.
2788
- apply Hopital_gpinf_Lninf_right with Df Dg'; try assumption; try reg; try (now intuition). apply limit_div_pos_inv.
2788
+ apply Hopital_gpinf_Lninf_right with Df Dg'; try assumption; try reg.
2789
+ intros; apply continuity_pt_opp; apply Cg; assumption.
2790
+ apply limit_div_pos_inv.
2789
2791
apply limit_div_neg_ext with g. intros. unfold opp_fct. ring. apply Zg.
2790
2792
intros. intro. apply g'_not_0 with x Hopen. rewrite (pr_nu _ _ _ (derivable_pt_opp g x (Dg x Hopen))) in H.
2791
- rewrite derive_pt_opp in H. apply Ropp_eq_0_compat in H. rewrite <- H. ring.
2793
+ rewrite derive_pt_opp in H. apply Ropp_eq_0_compat in H. rewrite <- H. ring.
2792
2794
intros m Hm. destruct (Hlimder m Hm) as [alp [Halp Hsolve]].
2793
2795
exists alp. split. assumption.
2794
2796
intros. specialize (Hsolve x Hopen H).
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and complex analysis."""
19
19
build: [make "-j%{jobs}%"]
20
20
install: [make "install"]
21
21
depends: [
22
- "coq" {( >= "8.11" & < "8.18~") | (= "dev") }
22
+ "coq" {>= "8.11"}
23
23
]
24
24
25
25
tags: [
Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ license:
35
35
36
36
supported_coq_versions :
37
37
text : 8.11 or later
38
- opam : ' {( >= "8.11" & < "8.18~") | (= "dev") }'
38
+ opam : ' {>= "8.11"}'
39
39
40
40
tested_coq_nix_versions :
41
41
- coq_version : ' master'
42
42
43
43
tested_coq_opam_versions :
44
44
- version : dev
45
+ - version : ' 8.18'
45
46
- version : ' 8.17'
46
47
- version : ' 8.16'
47
48
- version : ' 8.15'
You can’t perform that action at this time.
0 commit comments