File tree Expand file tree Collapse file tree 4 files changed +16
-11
lines changed
Expand file tree Collapse file tree 4 files changed +16
-11
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 Huub Vromen
3+ Copyright (c) 2025 Huub Vromen
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Load Diff This file was deleted.
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments