From 0f27a15749bd047912f09469653a83238f86ea0a Mon Sep 17 00:00:00 2001 From: Petri Hienonen Date: Sun, 15 Feb 2026 16:01:38 +0200 Subject: Remove --- SocietyCulture.lean | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 SocietyCulture.lean (limited to 'SocietyCulture.lean') 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 -- cgit v1.3-1-g0d28