You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lean4game/server/testgame/TestGame.lean

25 lines
507 B
Plaintext

import TestGame.Metadata
2 years ago
import TestGame.Levels.Proposition
import TestGame.Levels.Implication
import TestGame.Levels.Predicate
2 years ago
import TestGame.Levels.Contradiction
2 years ago
--import TestGame.Levels.Prime
2 years ago
import TestGame.Levels.Induction
2 years ago
Game "TestGame"
Title "Lean 4 game"
Introduction
2 years ago
"Work in progress.
2 years ago
"
Conclusion
"There is nothing else so far. Thanks for rescuing natural numbers!"
2 years ago
Path Proposition → Implication → Predicate → Contradiction
2 years ago
--Path Predicate → Prime
2 years ago
Path Predicate → Induction