aboutsummaryrefslogtreecommitdiff
path: root/src/BaseSystem.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-07-01 14:56:10 -0700
committerGravatar Jason Gross <jagro@google.com>2016-07-01 14:56:10 -0700
commita0a909c0f9f99379b976aa1c348cc473c19d45c3 (patch)
tree6ccfbbd9c1e8ee0dda02579c2cbf1acc7da58a12 /src/BaseSystem.v
parentc5dbca9cda9dc02f9d8d946e7ae304aa7b5d1d41 (diff)
Simplify a proof that no longer needs more hints
[intuition] is overpowered and does [auto with *] or something
Diffstat (limited to 'src/BaseSystem.v')
-rw-r--r--src/BaseSystem.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/BaseSystem.v b/src/BaseSystem.v
index 1985520f0..743cdfde8 100644
--- a/src/BaseSystem.v
+++ b/src/BaseSystem.v
@@ -136,7 +136,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: