"Every positive real number has a unique positive real square root."
\begin{align} \forall x ( (x\in\mathbb R\text{ ^ } x > 0) = > \exists y (y\in\mathbb R\text{ ^ } y > 0 \text{ ^ } y = \sqrt x )) \end{align}
Sorry for the terrible formatting, new to this.
I know I can express uniqueness using this.
\begin{align} \exists ! \end{align}
But how would I do it without it?