Commit 2020-12-16 13:55 461865b2
View on Github →refactor(data/real): move real.sqrt
to data.real.sqrt
, more dependencies (#5359)
- define
nnreal.sqrt
; - use general theory to prove that the inverse exists, and is an
order_iso
; - deduce continuity of
sqrt
from continuity oforder_iso
.