more levels.
parent
90540b158f
commit
e282396a8e
@ -0,0 +1,2 @@
|
||||
import TestGame.Levels.Induction.L31_Sum
|
||||
import TestGame.Levels.Induction.L32_Induction
|
||||
@ -1,23 +0,0 @@
|
||||
import TestGame.Metadata
|
||||
import Mathlib.Tactic.Ring
|
||||
|
||||
Game "TestGame"
|
||||
World "Nat2"
|
||||
Level 2
|
||||
|
||||
Title "Induktion"
|
||||
|
||||
Introduction
|
||||
"
|
||||
TODO: Induktion (& induktion vs rcases)
|
||||
|
||||
"
|
||||
|
||||
Statement "" : True := by
|
||||
trivial
|
||||
|
||||
Conclusion
|
||||
"
|
||||
"
|
||||
|
||||
Tactics ring
|
||||
Loading…
Reference in New Issue