feat: Übersetze Isabelle-Datentyp Agent nach Lean4 als induktiven Typ
Co-authored-by: aider (gpt-4o) <aider@aider.chat>
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
-- This module serves as the root of the `InductiveVerification` library.
|
-- This module serves as the root of the `InductiveVerification` library.
|
||||||
-- Import modules here that should be built as part of the library.
|
-- Import modules here that should be built as part of the library.
|
||||||
import InductiveVerification.Basic
|
import InductiveVerification.Basic
|
||||||
|
|
||||||
|
inductive Agent
|
||||||
|
| Server : Agent
|
||||||
|
| Friend : Nat → Agent
|
||||||
|
| Spy : Agent
|
||||||
|
|||||||
Reference in New Issue
Block a user