Skip to content

Commit

Permalink
Remove MathComp 2.1.0 deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Jul 15, 2024
1 parent 037b40c commit 7c161dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/posnum.v
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Lemma posnum_lt0 x : (x%:num < 0 :> R) = false.
Proof. by rewrite ltNge posnum_ge0. Qed.

Lemma min_pos_gt0 x y : 0 < minr x%:num y%:num.
Proof. by rewrite lt_minr !posnum_gt0. Qed.
Proof. by rewrite lt_min !posnum_gt0. Qed.
Canonical minr_posnum x y := PosNum (@min_pos_gt0 x y).

End PosNumReal.
Expand Down

0 comments on commit 7c161dc

Please sign in to comment.