Skip to content

Commit 7c81a9e

Browse files
authored
Add Coquand Agda Gödel entry (repository + publication) (#20)
* Initial plan * Add Coquand Agda Gödel entries --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 0e3ef0d commit 7c81a9e

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

ALF/Authors.lean

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@ def «Madeleine Gignoux» : Author where
134134
realname := "Madeleine Gignoux"
135135
github := "mgignoux"
136136

137+
def «coquand» : Author where
138+
handle := "coquand"
139+
realname := "Thierry Coquand"
140+
github := "coquand"
141+
137142
end Authors
138143

139144
end

ALF/Bibliography.lean

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,21 @@ def «mgignoux/lean4-gl-coalgebras» : Repository where
488488
]
489489
description := "Lean4 mechanization of modal logic GL via coalgebraic proofs, including completeness, interpolation, and fixed-point theorems."
490490

491+
def «coquand/agda-godel-tree» : Repository where
492+
url := .mk "coquand" "agda-godel-tree"
493+
tp := [.Agda]
494+
authors := [«coquand»]
495+
tags := [.arithmetic, .incompleteness_theorem]
496+
description := "Implementation for auto formalisation of Goedel's Second Incompleteness Theorem in Binary Recursive Arithmetic."
497+
498+
def «Coquand 2026» : Publication where
499+
title := "Auto formalisation of Goedel's Second Incompleteness Theorem in Binary Recursive Arithmetic"
500+
tp := [.Agda]
501+
authors := [«coquand»]
502+
tags := [.arithmetic, .incompleteness_theorem]
503+
year := 2026
504+
repositories := [«coquand/agda-godel-tree»]
505+
491506
end
492507

493508
end Bibliography
@@ -501,7 +516,9 @@ public def bibliography : List Bibliography := ([
501516
«bbentzen/ipl»,
502517
«bbentzen/mpl»,
503518
«Bentzen 2021»,
519+
«Coquand 2026»,
504520
«caitlindabrera/Sahlqvist»,
521+
«coquand/agda-godel-tree»,
505522
«D'Abrera Goré 2018»,
506523
«flypitch/flypitch»,
507524
«FormalizedFormalLogic/Foundation»,

0 commit comments

Comments
 (0)