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.
25 lines
257 B
Plaintext
25 lines
257 B
Plaintext
2 years ago
|
import TestGame.Metadata
|
||
|
|
||
|
import Mathlib
|
||
|
|
||
|
set_option tactic.hygienic false
|
||
|
|
||
|
Game "TestGame"
|
||
|
World "SetFunction"
|
||
|
Level 1
|
||
|
|
||
|
Title "Abbildungen"
|
||
|
|
||
|
Introduction
|
||
|
"
|
||
|
Fortsetzung: Funktionen auf Mengen.
|
||
|
|
||
|
"
|
||
|
|
||
|
Statement
|
||
|
"TODO"
|
||
|
: True := by
|
||
|
trivial
|
||
|
|
||
|
Tactics rw
|