Skip to content

Commit

Permalink
move memo
Browse files Browse the repository at this point in the history
  • Loading branch information
t6s committed Jan 31, 2025
1 parent 9cb7edd commit 8c08343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ssrR.v
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ Delimit Scope R_scope with coqR.
Lemma R1E : 1%coqR = 1%mcR. Proof. by []. Qed.
Lemma R0E : 0%coqR = 0%mcR. Proof. by []. Qed.

(* TODO: PR to Rstruct as RsqrtE *)
(* NB: PR https://github.com/math-comp/analysis/pull/1461 in progress in MCA *)
Lemma RsqrtE' (x : Rdefinitions.R) : sqrt x = Num.sqrt x.
Proof.
set Rx := Rcase_abs x.
Expand Down

0 comments on commit 8c08343

Please sign in to comment.