Skip to content

Commit

Permalink
Fix the previous change: it worked with old hornerE and not the new a…
Browse files Browse the repository at this point in the history
…nymore
  • Loading branch information
Julien Puydt committed Sep 14, 2022
1 parent 7b015e2 commit c84a549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/xmathcomp/various.v
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ have Xxn0 : ('X - y%:P) ^+ n != 0 by rewrite ?expf_neq0 ?polyXsubC_eq0.
apply/eqP; rewrite eqn_leq mup_leq ?mup_geq//.
have [->|Nxy] := eqVneq x y.
by rewrite /= dvdpp ?dvdp_Pexp2l ?size_XsubC ?ltnn.
by rewrite dvd1p dvdp_XsubCl /root !hornerE ?horner_exp !hornerE expf_neq0// subr_eq0.
by rewrite dvd1p dvdp_XsubCl /root !hornerE ?horner_exp ?hornerE expf_neq0// subr_eq0.
Qed.

Lemma mupNroot (x : L) q : ~~ root q x -> mup x q = 0%N.
Expand Down

0 comments on commit c84a549

Please sign in to comment.