Skip to content

Commit 1ad6663

Browse files
committed
to accommodate for the integration of lra
1 parent 11b7aeb commit 1ad6663

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

theories/lang_syntax_noisy.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,7 @@ transitivity (((Num.sqrt S1 * Num.sqrt S2 * pi *+ 2)^-1)%:E *
312312
congr ((expR _)%:E).
313313
rewrite sqr_sqrtr; last first.
314314
rewrite mulr_ge0 ?invr_ge0// ?addr_ge0 ?(@mulr_ge0 _ (_ ^+ 2))// ?sqr_ge0//.
315-
field.
316-
by apply/and3P; split.
315+
by field; do ?[apply/and3P; split].
317316
set DS12 := S1 + S2.
318317
set MS12 := (S1 * S2)%R.
319318
set C := ((((y * s1 ^+ 2)%R + (m1 * s2 ^+ 2)%R)%E - m2 * s1 ^+ 2) / DS12)%R.

0 commit comments

Comments
 (0)