feat: Übersetze Isabelle-Datentyp Agent nach Lean4 als induktiven Typ

Co-authored-by: aider (gpt-4o) <aider@aider.chat>
This commit is contained in:
Your Name
2025-09-22 11:48:42 +02:00
parent f25a2dda4e
commit 3f5c7807f3
+5
View File
@@ -1,3 +1,8 @@
-- This module serves as the root of the `InductiveVerification` library.
-- Import modules here that should be built as part of the library.
import InductiveVerification.Basic
inductive Agent
| Server : Agent
| Friend : Nat Agent
| Spy : Agent