Home Knowledge Base Agda

Agda

No mentions found

This entity hasn't been tracked yet, or Iris is still building its knowledge base.

Related Articles from SNS

Auto formalisation of Goedel's Second Incompleteness Theorem in Binary Recursive Arithmetic

new Abstract: We report an experiment in autoformalisation of G\"odel's second incompleteness theorem in Agda using Claude. The theorem is formalised for Church's Basic Recursive Arithmetic (BRA), following the proof outline given in Guard's 1963 lecture notes. The entire Agda development, comprising approximately 50,000 lines and containing no postulates, was produced through interaction with Claude; the author did not write any Agda code.

arXiv CS 8d ago

Auto formalisation of Goedel's Second Incompleteness Theorem in Binary Recursive Arithmetic

arXiv:2606.01898v2 Announce Type: replace Abstract: We report an experiment in autoformalisation of G\"odel's second incompleteness theorem in Agda using Claude. The theorem is formalised for Church's Basic Recursive Arithmetic, following the proof outline given in Guard's 1963 lecture notes. The entire Agda development, comprising approximately 50,000 lines and containing no postulates, was produced through interaction with Claude; the author did not write any Agda code.

arXiv CS 7d ago

Symmetries in Sorting

Announce Type: replace Abstract: Sorting algorithms are fundamental to computer science, and their correctness criteria are well understood as rearranging elements of a list according to a specified total order on the underlying set of elements. As mathematical functions, they are functions on lists that perform combinatorial operations on the representation of the input list. In this paper, we study sorting algorithms conceptually as abstract sorting functions.

arXiv CS 8d ago

Practical Algebraic Stepping with Scoped Filters

arXiv:2605.31517v1 Announce Type: new Abstract: Algebraic steppers help students learn functional programming by displaying evaluation as a sequence of small-step reductions, but even simple programs produce long traces in which key ideas are buried under mundane reductions. This paper presents the filtered stepper calculus, a formal framework that gives users scoped, pattern-based control over which reduction steps are shown or hidden. Users annotate programs with lightweight filter...

arXiv CS 9d ago