Skip to content

Commit

Permalink
parenthesize proofs in Weierstrass.Projective (closes #456)
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-erbsen committed Nov 11, 2018
1 parent 15948ad commit 93150cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Curves/Weierstrass/Projective.v
Original file line number Diff line number Diff line change
Expand Up @@ -212,12 +212,12 @@ Module Projective.
all: try abstract fsatz.

(* zero + P = P -- cases for x and y *)
assert (X1 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz.
assert (X1 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz.
{ assert (X1 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz. }
{ assert (X1 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz. }

(* P + zero = P -- cases for x and y *)
assert (X2 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz.
assert (X2 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz.
{ assert (X2 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz. }
{ assert (X2 = 0) by (setoid_subst_rel Feq; Nsatz.nsatz_power 3%nat); t; fsatz. }
Qed.
End Projective.
End Projective.

0 comments on commit 93150cf

Please sign in to comment.