Zulip Chat Archive
Stream: lean4
Topic: Computable fixpoint functors
ohhaimark (Jul 04 2022 at 08:08):
I would like to write an inductive type
inductive Tm (tm: Nat -> Type) : Nat -> Type := ...
with functor instance (Assuming Nat is a discrete category).
Since I can't write a terminating instance for fixpoints generally, could you specialize it to just initial algebras. Would it be computable assuming the functor is computable? If not, what conditions do I need for it to be computable?
Last updated: Dec 20 2023 at 11:08 UTC