Skip to content

Commit

Permalink
Merge pull request #90 from proux01/mc_1223
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 authored Jun 29, 2024
2 parents 73f9ec4 + 1d8c3fc commit b974778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
- 'mathcomp/mathcomp:2.2.0-coq-8.18'
- 'mathcomp/mathcomp:2.2.0-coq-8.19'
- 'mathcomp/mathcomp:2.2.0-coq-dev'
- 'mathcomp/mathcomp-dev:coq-8.16'
- 'mathcomp/mathcomp-dev:coq-8.17'
- 'mathcomp/mathcomp-dev:coq-8.18'
- 'mathcomp/mathcomp-dev:coq-8.19'
- 'mathcomp/mathcomp-dev:coq-dev'
Expand Down
4 changes: 2 additions & 2 deletions theory/polydvd.v
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ move: (erefl om); rewrite /om /d; case: {2}_ / ihn.
by rewrite add1n (leq_trans spq) // leqnSn.
rewrite size_proper_mul ?lead_coefC ?lead_coefXn ?mulr1 //.
rewrite size_polyC x0 size_polyXn /= addnS /=.
by rewrite addnBA // leq_subLR leq_add2r size_poly.
by rewrite ?add0n ?addnS addnBA//= leq_subLR leq_add2r size_poly.
* move=> s hs; case hpq: (odivp_rec _ _ _ _)=> [r'|] //=.
case=> hm; constructor; move: hm; rewrite opprD addrA.
move/eqP; rewrite (can2_eq (@addrNK _ _) (@addrK _ _)) => /eqP->.
Expand Down Expand Up @@ -769,7 +769,7 @@ case: {1}_ / h=> //.
by rewrite add1n (leq_trans spq) // leqnSn.
rewrite size_proper_mul ?lead_coefC ?lead_coefXn ?mulr1 ?x0 //.
rewrite size_polyC x0 size_polyXn /= addnS /=.
by rewrite addnBA // leq_subLR leq_add2r size_poly.
by rewrite ?add0n ?addnS addnBA//= leq_subLR leq_add2r size_poly.
move=> q1 r0 H G.
move/eqP; rewrite xpair_eqE; case/andP; move/eqP=> q1q0; move/eqP=> r0r.
constructor; last by rewrite -r0r.
Expand Down

0 comments on commit b974778

Please sign in to comment.