From f5c1d1e55617000d79ef4bedb899f410f09d1e4f Mon Sep 17 00:00:00 2001 From: Andres Erbsen Date: Sat, 9 Jul 2016 17:21:48 -0400 Subject: remove field_algebra --- src/WeierstrassCurve/Pre.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/WeierstrassCurve') diff --git a/src/WeierstrassCurve/Pre.v b/src/WeierstrassCurve/Pre.v index 71a970b7d..b140e95b5 100644 --- a/src/WeierstrassCurve/Pre.v +++ b/src/WeierstrassCurve/Pre.v @@ -51,7 +51,6 @@ Section Pre. onCurve P1 -> onCurve P2 -> onCurve (unifiedAdd' P1 P2). Proof. unfold onCurve, unifiedAdd'; intros [[x1 y1]|] [[x2 y2]|] H1 H2; - break_match; trivial; setoid_subst_rel eq; only_two_square_roots; - field_algebra; nsatz_contradict. + break_match; trivial; setoid_subst_rel eq; only_two_square_roots; super_nsatz. Qed. End Pre. -- cgit v1.2.3