Reverse mathematics, trichotomy, and dichotomy #
by Dorais, Hirst and Shafer
We formalize Weak König's Lemma in the form of their Theorem 16, item 2:
If α_i^j, i ≤ n_j, j ∈ ℕ is a sequence of finite sequences of reals, then there is a function h : ℕ → ℕ such that ∀ j ∈ ℕ, ∀ i ≤ n_j, α_{h(j)}^j ≤ α_i^j
Note that the condition i ≤ n_j
becomes i : Fin (n j).succ
in Lean,
so item 2 is correct as stated.