diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-15 16:01:38 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-02-15 16:01:38 +0200 |
| commit | 0f27a15749bd047912f09469653a83238f86ea0a (patch) | |
| tree | d3f6c8ffc643160bf98c6703510326b6ea729f67 | |
| parent | 8ebc1b0ebb7244f73ace1407ccb672a151c3a052 (diff) | |
| download | kb-0f27a15749bd047912f09469653a83238f86ea0a.tar.zst | |
Remove
Diffstat (limited to '')
| -rw-r--r-- | KnowledgeBase.lean | 4 | ||||
| -rw-r--r-- | Mathematics.lean | 5 | ||||
| -rw-r--r-- | SocietyCulture.lean | 17 |
3 files changed, 0 insertions, 26 deletions
diff --git a/KnowledgeBase.lean b/KnowledgeBase.lean deleted file mode 100644 index a5728c3..0000000 --- a/KnowledgeBase.lean +++ /dev/null @@ -1,4 +0,0 @@ --- KnowledgeBase root module (auto-generated by kb) - -import Mathematics -import SocietyCulture diff --git a/Mathematics.lean b/Mathematics.lean deleted file mode 100644 index 59508fa..0000000 --- a/Mathematics.lean +++ /dev/null @@ -1,5 +0,0 @@ --- Knowledge Base domain: Mathematics - -opaque Entity : Type -opaque socrates : Philospher -axiom fact_birthYear_socrates : birthYear socrates = 420 diff --git a/SocietyCulture.lean b/SocietyCulture.lean deleted file mode 100644 index ca4d0da..0000000 --- a/SocietyCulture.lean +++ /dev/null @@ -1,17 +0,0 @@ -import Mathematics - --- Knowledge Base domain: SocietyCulture - -opaque Person : Type --- Person extends Entity -axiom Person.val : Person → Entity -opaque Place : Type --- Place extends Entity -axiom Place.val : Place → Entity -opaque City : Type --- City extends Place -axiom City.val : City → Place -opaque athens : City -opaque birthyear : Person → Nat -opaque bornIn : Person → Place → Prop -axiom fact_bornIn_socrates_athens : bornIn socrates athens |
