-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Does these mean ℵ₀ is strictly greater than ∞ while they are also equal? What is the purpose behind it?
Infinities.jl/test/test_cardinality.jl
Line 22 in 0972ead
| @test ℵ₀ == ∞ && ∞ == ℵ₀ |
Infinities.jl/test/test_cardinality.jl
Line 43 in 0972ead
| @test !(∞ < ℵ₀) && ∞ ≤ ℵ₀ |
Infinities.jl/test/test_cardinality.jl
Lines 77 to 78 in 0972ead
| @test min(∞,ℵ₀) ≡ min(ℵ₀,∞) ≡ ∞ | |
| @test max(∞,ℵ₀) ≡ max(ℵ₀,∞) ≡ ℵ₀ |
https://github.com/JuliaLang/julia/blob/43d7f881f8e26eb4bb7ef3d6f84b378d28125325/base/promotion.jl#L532-L533
Metadata
Metadata
Assignees
Labels
No labels