Sequential colimits #
DirectedColim is the quotient of a sequence of types by its transition maps. The local Skolem
tower uses this generic construction for its function and relation symbols.
Sequential colimit of types #
def
FirstOrder.Language.DirectedColim.incl
{F : ℕ → Type}
{φ : (k : ℕ) → F k → F (k + 1)}
(k : ℕ)
(x : F k)
:
DirectedColim F φ
The canonical inclusion of stage k into the colimit.