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.
33 lines
468 B
Plaintext
33 lines
468 B
Plaintext
import TestGame.Metadata
|
|
|
|
import Mathlib
|
|
|
|
set_option tactic.hygienic false
|
|
|
|
Game "TestGame"
|
|
World "LeanStuff"
|
|
Level 1
|
|
|
|
Title ""
|
|
|
|
Introduction
|
|
"
|
|
Dieses Kapitel führt ein paar Lean-spezifische Sachen ein, die du wissen solltest.
|
|
|
|
Mathematisch haben diese Sachen keinen Inhalt, aber es ist wichtig, dass du etwas
|
|
verstehst wie Lean manche Sachen macht.
|
|
|
|
|
|
- Implizite und explizite Argumente.
|
|
- Types
|
|
|
|
"
|
|
|
|
open Set
|
|
|
|
Statement
|
|
"TODO" : True := by
|
|
trivial
|
|
|
|
Tactics rw
|