Indeed, perhaps virtual particles can never divide
by zero and thus the observed laws of thermodynamic systems are
preserved.
Would you please be so kind as to respond in the main
thread so that this is one consecutive thread?
No,
2 times something is greater than something. Something over
something is 1.
If we change the division axiom to be piecewise with an
exception only for infinity, we could claim that any problem
involving division of a symbol is unsolvable because the
symbol could be infinity.
This is incorrect:
x / 2 is unsolvable because x could be infinity
x / 2 > x / 3 (where x > 0; Z+) is indeterminate because
if x is infinity, then they are equal.
Which of these are you arguing should fail if Python
changes to returning [+/-]inf instead of raising
ZeroDivisionError?
assert
1 / 0 != 2 / 0
assert 2*inf > inf