Skip to content

Commit dd11e80

Browse files
author
Huub Vromen
committed
Update documentation structure
1 parent 8535dda commit dd11e80

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Huub Vromen
3+
Copyright (c) 2025 Huub Vromen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Main.lean

Lines changed: 0 additions & 4 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@ All proofs are fully formalized and verified in Lean 4 with **zero `sorry` state
3535
├── LICENSE # MIT License
3636
├── lakefile.lean # Lean project configuration
3737
├── lean-toolchain # Lean version specification
38-
├── src/
39-
│ ├── Sillari_refutation.lean # Modal logic counterexamples
40-
│ ├── Cubitt_Sugden_baseline.lean # Syntactic reconstruction
41-
│ └── Vromen_justification_logic.lean # Justification logic solution
38+
├── Sillari_refutation.lean # Modal logic counterexamples
39+
├── Cubitt_Sugden_baseline.lean # Syntactic reconstruction
40+
├── Vromen_justification_logic.lean # Justification logic solution
4241
├── pdfs/
43-
│ ├── sillari_refutation.pdf # PDF version of the Lean file
44-
│ ├── cubitt_sugden_baseline.pdf # PDF version of the Lean file
42+
│ ├── sillari_refutation.pdf # PDF version of the Lean file
43+
│ ├── cubitt_sugden_baseline.pdf # PDF version of the Lean file
4544
│ ├── vromen_justification_logic.pdf # PDF version of the Lean file
4645
│ └── Vromen_-_2024_-_Reasoning_with_reasons_Lewis_on_common_knowledge.pdf
4746
└── docs/

lakefile.lean.backup

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import Lake
2+
open Lake DSL
3+
4+
package Lewis
5+
6+
require mathlib from git
7+
"file:///Users/huubvromen/nextcloud/Leanprojects/SharedMathlib/mathlib4"
8+
9+
@[default_target]
10+
lean_lib Lewis

0 commit comments

Comments
 (0)