|
|
|
|
|
by jstanley
2898 days ago
|
|
What type of thing is N? What you wrote doesn't seem to make sense if N is just a constant, but I don't see how it makes sense if N is a function? Or maybe you didn't mean multiplication? E.g. N = 3, x = 2, y = 3 N(xy) = 3(2 . 3) = 18 N(x)N(y) - N = 3(2) . 3(3) - 3 = 51, which is not 18 |
|
So to be explicit, they're saying |xy| = |x| • |y| implies you cannot have a 0 divisor.