Skip to content

Commit

Permalink
Compatible with MathComp dev (2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Oct 14, 2023
1 parent 6d7edfb commit 5d201fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/hanson.v
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ suff [K [Kpos KP]] : exists K : rat,
suff: (C n m.+1)%:R <= (k%:Q + 1) * 3%:R ^ n.
by rewrite -[_ + 1%:R]natrD -[_ ^ n]natrX -natrM ler_nat addn1.
exact/le_trans/ler_wpM2r/ltW/leKSn/exprz_ge0.
move mE: 10%:Q => m.
move mE: 10%N%:Q => m. (* FIXME *)
have lt0m : 0 < m by rewrite -mE.
have le0m : 0 <= m by exact: ltW.
have lt1m : 1 < m by rewrite -mE.
Expand Down

0 comments on commit 5d201fa

Please sign in to comment.