Documentation

LeanPool.DomainTheory.Neighborhood.Exercise112

Exercise 1.12 (Scott 1981, PRG-19, §1) — the final-segment system on #

Let Δ = ℕ and take as neighbourhoods the final segments (tails)

tail n = {m ∈ ℕ ∣ n ≤ m},

so tail 0 = ℕ = Δ and tail 0 ⊇ tail 1 ⊇ tail 2 ⊇ ⋯ is a descending chain (Scott's {m ∣ m > n} is tail (n+1)). This generalizes Example 1.3 (a chain) to the countably infinite case.

Deliverables:

The final segment (tail) tail n = {m ∣ n ≤ m}; the neighbourhood "all integers ≥ n".

Equations
Instances For

    A longer tail is a smaller set: tail n ⊆ tail m ↔ m ≤ n.

    tail n ∩ tail m = tail (max n m) (the intersection of two tails is the shorter one).

    Membership in the final-segment system: X is a neighbourhood iff X = tail n for some n.

    Equations
    Instances For

      Exercise 1.12. The final-segment neighbourhood system on (master Δ = tail 0 = ℕ).

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Finite elements: the principal filters fin n = ↑(tail n). #

        The finite element fin n = ↑(tail n) (principal filter of the tail).

        Equations
        Instances For

          The finite elements form an ascending chain: fin n ⊑ fin m ↔ n ≤ m.

          The chain fin 0 ⊏ fin 1 ⊏ ⋯ is strictly increasing.

          The limit element: the whole system 𝒟, the greatest / unique total #

          element.

          The limit element top: the filter of all tails (Scott's single limit node).

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For

            top is the greatest element of |𝒟|: every element approximates it.

            top is the unique total element: an element is total iff it equals top.

            Classification: finite fin n, or the limit top (classical). #

            Exercise 1.12 (classification). Every element is either a finite element fin n or the single limit element top. Classical: it decides whether the indices present in x are bounded. (Hint realized: "there is only one limit element.")