Name of this property: if $x * x = y * y \implies x = y$

122 Views Asked by At

Algebraically speaking, what's the name of this property?:

$x * x = y * y \implies x = y$

$*$ being a binary operation

3

There are 3 best solutions below

1
On

Not a full answer...

Define the function $f(x)= x * x$

Then your property is equivalent to $f(x)=f(y) \Rightarrow x=y$

I think that this means that $f(x)$ must be a one-to-one function.

Anyone care to extend / argue?

2
On

I would simply say that the operation "$*$" admits uniqueness of square roots.

Just to be clear, following up the comment of Marc van Leeuwen (thanks!), if an element admits a square root, this is unique.

0
On

The operation defines an injective squaring operation.