How to define a addition and multiplication operators over a set R U {infinity} U {-infinity}?

444 Views Asked by At

enter image description here

And, are the sets {infinity} and {-infinity} actually infinite sequences in their respective directions, such that I could define the operators as such? :

  • = a(x1, ...) = (ax1, ax2, ...)
  • = (x1, ...) + (y2, ...) = (x1+y1, x2+y2, ...)
2

There are 2 best solutions below

0
On BEST ANSWER

Addition is not associative:

$$(-\infty+\infty)+\infty = (0)+\infty = \infty$$

$$-\infty+(\infty+\infty) = -\infty+(\infty) = 0$$

0
On

Hint: combine the first and third assumptions on the bottom line about addition and subtraction with infinities to derive a contradiction.