Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
proux01 committed Jun 6, 2023
1 parent bc6cbdf commit 48aef72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpoly.v
Original file line number Diff line number Diff line change
Expand Up @@ -4662,7 +4662,7 @@ case/tupleP: dt hom => d dt; case/tupleP: mt => p mt /= hom.
rewrite !big_cons; apply/dhomogM.
by move: (hom ord0); rewrite (tnth_nth 0) (tnth_nth 0%N).
apply/ihl => i; have:= hom (inord i.+1).
by rewrite !(tnth_nth 0) !(tnth_nth 0%N) !inordK ?ltnS.
by rewrite !(tnth_nth 0) ?(tnth_nth 0%N) !inordK ?ltnS.
Qed.

End MPolyHomogTheory.
Expand Down

0 comments on commit 48aef72

Please sign in to comment.