Skip to content

Commit 09e7135

Browse files
CopilotSnO2WMaN
andauthored
Add mgignoux/lean4-gl-coalgebras to bibliography (#18)
* Initial plan * Add mgignoux lean4-gl-coalgebras to bibliography Agent-Logs-Url: https://github.com/FormalizedFormalLogic/awesome-logic-formalization/sessions/ca1a8b5d-6347-44fc-86e9-23e6a0a64b13 Co-authored-by: SnO2WMaN <15155608+SnO2WMaN@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: SnO2WMaN <15155608+SnO2WMaN@users.noreply.github.com>
1 parent 4055b7a commit 09e7135

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

ALF/Authors.lean

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,11 @@ def «Malvin Gattinger» : Author where
129129
realname := "Malvin Gattinger"
130130
github := "m4lvin"
131131

132+
def «Madeleine Gignoux» : Author where
133+
handle := "mgignoux"
134+
realname := "Madeleine Gignoux"
135+
github := "mgignoux"
136+
132137
end Authors
133138

134139
end

ALF/Bibliography.lean

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,17 @@ def «m4lvin/tablean» : Repository where
477477
tags := [.modal_logic, .tableaux, .interpolation]
478478
description := "Formalisation of a tableau system for modal logic, with soundness, completeness and interpolation."
479479

480+
def «mgignoux/lean4-gl-coalgebras» : Repository where
481+
url := .mk "mgignoux" "lean4-gl-coalgebras"
482+
tp := [.Lean4]
483+
authors := [«Madeleine Gignoux»]
484+
tags := [
485+
.modal_logic,
486+
.provability_logic,
487+
.interpolation
488+
]
489+
description := "Lean4 mechanization of modal logic GL via coalgebraic proofs, including completeness, interpolation, and fixed-point theorems."
490+
480491
end
481492

482493
end Bibliography
@@ -511,5 +522,6 @@ public def bibliography : List Bibliography := ([
511522
«Popescu Traytel 2019»,
512523
«Popescu Traytel 2021»,
513524
«m4lvin/tablean»,
525+
«mgignoux/lean4-gl-coalgebras»,
514526
] : List Bibliography)
515527
|>.mergeSort (fun a b => String.le a.slug.toLower b.slug.toLower)

0 commit comments

Comments
 (0)