Strictly monotone enumerations of infinite sets of naturals #
Two thin wrappers around Nat.nth packaging an infinite X : Set ℕ as a strictly monotone
enumeration ℕ → ℕ. They are the bridge between set-valued carriers and the enumeration-first
encoding used by the front machinery (NashWilliams.Combinatorics.Front.Defs), and they are also
what turns the Set-valued conclusion of infinite_ramsey into the sequence form
infinite_ramsey_seq.
Main results #
Set.Infinite.exists_strictMono_range: an infiniteX ⊆ ℕis the range of a strictly monotoneN : ℕ → ℕ.Set.Infinite.exists_strictMono: the weaker membership form,∀ i, e i ∈ X.
Upstream target: Mathlib/Data/Nat/Nth.lean.
Enumeration bridge. Every infinite set of naturals is the range of its (unique) strictly
monotone enumeration. This recovers, from a set-valued carrier X, the enumeration N on which
the enumeration-first machinery (Front.shrink, ranks, …) operates.
The membership form of Set.Infinite.exists_strictMono_range: an infinite set of naturals
carries a strictly monotone sequence of its elements.