Skip to content

Commit ac450c5

Browse files
committed
Add bbentzen/mpl, bbentzen/ipl, Bentzen 2021
1 parent cecfcad commit ac450c5

1 file changed

Lines changed: 49 additions & 0 deletions

File tree

data.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,52 @@ Bailitis Kirst Forster 2025:
270270
tags:
271271
- incompleteness theorem
272272
- synthetic computability theory
273+
274+
bbentzen/mpl:
275+
title: bbentzen/mpl
276+
authors:
277+
- name: Bruno Bentzen
278+
github: bbentzen
279+
repository:
280+
url: https://github.com/bbentzen/mpl
281+
language: Lean3
282+
description: |
283+
A Henkin-style completeness proof for the modal logic S5
284+
tags:
285+
- modal logic
286+
287+
bbentzen/ipl:
288+
title: bbentzen/ipl
289+
authors:
290+
- name: Bruno Bentzen
291+
github: bbentzen
292+
- name: Huayu Guo
293+
- name: Dongheng Chen
294+
repository:
295+
url: https://github.com/bbentzen/ipl
296+
language: Lean3
297+
description: |
298+
Verified completeness in Henkin-style for intuitionistic propositional logic
299+
tags:
300+
- propositional logic
301+
302+
Bentzen 2021:
303+
title: A Henkin-Style Completeness Proof for the Modal Logic S5
304+
authors:
305+
- name: Bruno Bentzen
306+
paper:
307+
year: 2021
308+
doi: 10.1007/978-3-030-89391-0_25
309+
repository: bbentzen/mpl
310+
description: |
311+
This paper presents a recent formalization of a Henkin-style completeness proof
312+
for the propositional modal logic S5 using the Lean theorem prover.
313+
The proof formalized is close to that of Hughes and Cresswell,
314+
but the system, based on a different choice of axioms,
315+
is better described as a Mendelson system augmented with axiom schemes
316+
for K, T, S4, and B, and the necessitation rule as a rule of inference.
317+
The language has the false and implication as the only primitive logical connectives
318+
and necessity as the only primitive modal operator.
319+
The full source code is available online and has been typechecked with Lean 3.4.2.
320+
tags:
321+
- modal logic

0 commit comments

Comments
 (0)