aboutsummaryrefslogtreecommitdiff
path: root/src/BaseSystem.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/BaseSystem.v')
-rw-r--r--src/BaseSystem.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/BaseSystem.v b/src/BaseSystem.v
index a37932de0..0ad6c0a03 100644
--- a/src/BaseSystem.v
+++ b/src/BaseSystem.v
@@ -120,7 +120,7 @@ Section PolynomialBaseCoefs.
rewrite in_map_iff in *.
destruct H; destruct H.
subst.
- apply pos_pow_nat_pos.
+ apply Z.pos_pow_nat_pos.
Qed.
Lemma poly_base_defn : forall i, (i < length poly_base)%nat ->
@@ -145,7 +145,6 @@ Section PolynomialBaseCoefs.
with (Z.pos b1); auto.
rewrite Z_div_mult_full; auto.
apply Z.pow_nonzero; intuition.
- pose proof (Zgt_pos_0 b1); omega.
Qed.
Lemma poly_base_good: