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.
|
import TestGame.Metadata
|
|
import Mathlib.Tactic.Ring
|
|
|
|
Game "TestGame"
|
|
World "Nat2"
|
|
Level 5
|
|
|
|
Title "Exists unique"
|
|
|
|
Introduction
|
|
"
|
|
TODO: Es existiert genau eine gerade Primzahl.
|
|
|
|
"
|
|
|
|
Statement "" : True := by
|
|
trivial
|
|
|
|
Conclusion
|
|
"
|
|
"
|
|
|
|
Tactics ring
|