-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add IntegerInfinity #9
Comments
How would that be different, though, mathematically? Why not simply have |
|
I don't see how that is mathematically useful. Do we then also get "infinities" through e.g half-integers or multiples of pi or along square integers or ...? |
I wanted something similar, but I'm a bit worried about making an Integer infinity |
We already have My feeling is |
Just to say that Julia's I still don't understand the argument about a "limit through the reals" and how that would differ from a "limit through integers" in any useful mathematical way -- not saying there isn't one, but I think it would be important to record this kind of reasoning somewhere in the package documentation. Or revise it if it turns out to be not the case. |
Here would be an example where the difference makes sense: I agree this package needs more thorough documentation and the logic explained, however, I created it for my own practical needs (InfiniteArrays.jl and InfiniteLinearAlgebra.jl) and don’t have the time to write documentation. Any contributions would be appreciated! But we just need to make sure we don’t break the practical usage for the sake of “mathematical purity” since theres a difference anyways between types in Julia and usual set theory constructions. |
I think we could use more type:
This will be almost identical to
RealInfinity
but confirm to theInteger
interface, and can be viewed as the limit of integers.The text was updated successfully, but these errors were encountered: