Stream: Mirror: Isabelle Users Mailing List

Topic: [isabelle] New in the AFP: inductive inference of recursi...


view this post on Zulip Email Gateway (Sep 02 2020 at 11:29):

From: Lawrence Paulson <lp15@cam.ac.uk>
We have a new entry containing a varied bunch of goodies: see the rather mathematical abstract online (plain text below):

https://www.isa-afp.org/entries/Inductive_Inference.html

Many thanks to Frank J. Balbach for all this.

Larry Paulson

Some classical results in inductive inference of recursive functions

Frank J. Balbach

This entry formalizes some classical concepts and results from inductive inference of recursive functions. In the basic setting a partial recursive function ("strategy") must identify ("learn") all functions from a set ("class") of recursive functions. To that end the strategy receives more and more values of some function f from the given class and in turn outputs descriptions of partial recursive functions, for example, Gödel numbers. The strategy is considered successful if the sequence of outputs ("hypotheses") converges to a description of f. A class of functions learnable in this sense is called "learnable in the limit". The set of all these classes is denoted by LIM.

Other types of inference considered are finite learning (FIN), behaviorally correct learning in the limit (BC), and some variants of LIM with restrictions on the hypotheses: total learning (TOTAL), consistent learning (CONS), and class-preserving learning (CP). The main results formalized are the proper inclusions in the set of all total recursive functions. Further results show that for all these inference types except CONS, strategies can be assumed to be total recursive functions; that all inference types but CP are closed under the subset relation between classes; and that no inference type is closed under the union of classes.

The above is based on a formalization of recursive functions heavily inspired by the Universal Turing Machine entry by Xu et al., but different in that it models partial functions with codomain nat option. The formalization contains a construction of a universal partial recursive function, without resorting to Turing machines, introduces decidability and recursive enumerability, and proves some standard results: existence of a Kleene normal form, the s-m-ntheorem, Rice's theorem, and assorted fixed-point theorems (recursion theorems) by Kleene, Rogers, and Smullyan.


Last updated: Jul 15 2022 at 23:21 UTC