Remember this from the other thread, Gaylord?
The precise definition of infinity is as per https://en.wikipedia.org/wiki/IEEE_754Greylorn Ell wrote: ↑Tue Nov 20, 2018 9:53 pm This OP is typical of incompetent philosophers and their gaggle of wanna-be's. The remarkable thing about this thread is the large number of pinheads who responded as if the OP asked an intelligent, or answerable question.
Define what you mean by "God," and do so precisely. In other words, describe this entity in terms of its properties.
It is implemented in Python as per https://www.numpy.org/devdocs/reference ... #numpy.Inf
And so you can easily do stuff like:
Go and run the code yourself over here: https://repl.it/repls/KnobbyMedicalLintfrom numpy import inf
print(inf + inf)
print(inf / inf)
print(inf + 5)
print(inf - 5)
print(inf * 0)
print(0 / inf)
print(1 / inf)
Welcome to Lambda calculus. Where proofs compute ( https://en.wikipedia.org/wiki/Curry–How ... espondence )
I am not sure what mental gymnastics you are going to have to go through to reject the existence of infinity when it's right in front of you.
EXACTLY as you have defined its properties! Running on a Turing machine ( https://en.wikipedia.org/wiki/Lambda_calculus ) and everything!