Skip to content

Commit 0e24b17

Browse files
committed
to accommodate for the integration of lra
1 parent aa081db commit 0e24b17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

theories/lang_syntax_noisy.v

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

0 commit comments

Comments
 (0)