You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that quite a few theorems can either be generalized to complex numbers completely, or a 0 β€ π΄ condition can be removed, like in sqrt00, sqrtsq2, and sqrtmul. However, doing this is somewhat nontrivial, since sqrtthlem comes about 100 theorems after resqrtthlem.
The text was updated successfully, but these errors were encountered:
We should probably first prove a theorem that comes before that section on square roots: the analogous generalization of https://us.metamath.org/mpeuni/sq11.html that proves injectivity of the square function on that half-plane.
For what it is worth, the decision to develop the real square root first and only later the complex square root is deliberate, per #2142 (comment)
Speaking from an iset.mm point of view, square root on nonnegative reals is a very different beast from complex square roots (with the latter being pretty problematic constructively and even a little weird with excluded middle - the hard part being the selection of one of the two roots). But I suppose you should do what makes sense for set.mm.
https://us.metamath.org/mpeuni/sqrtthlem.html
https://us.metamath.org/mpeuni/resqrtthlem.html
This means that quite a few theorems can either be generalized to complex numbers completely, or a
0 β€ π΄
condition can be removed, like in sqrt00, sqrtsq2, and sqrtmul. However, doing this is somewhat nontrivial, since sqrtthlem comes about 100 theorems after resqrtthlem.The text was updated successfully, but these errors were encountered: