update to lean nightly 22-12-05
parent
c6d8b35806
commit
04c0466fa4
@ -0,0 +1,15 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
# Operate in the directory where this file is located
|
||||
cd $(dirname $0)
|
||||
|
||||
cd server
|
||||
|
||||
cd testgame
|
||||
lake update
|
||||
|
||||
cp lake-packages/mathlib/lean-toolchain lean-toolchain
|
||||
cp lake-packages/mathlib/lean-toolchain ../leanserver/lean-toolchain
|
||||
|
||||
cd ../leanserver
|
||||
lake update
|
@ -0,0 +1 @@
|
||||
{"version": 4, "packagesDir": "./lake-packages", "packages": []}
|
@ -1 +1 @@
|
||||
leanprover/lean4:nightly-2022-12-03
|
||||
leanprover/lean4:nightly-2022-12-05
|
||||
|
@ -0,0 +1,23 @@
|
||||
import TestGame.Metadata
|
||||
import Mathlib.Tactic.Ring
|
||||
|
||||
Game "TestGame"
|
||||
World "Nat2"
|
||||
Level 1
|
||||
|
||||
Title "Summe"
|
||||
|
||||
Introduction
|
||||
"
|
||||
TODO: Summe
|
||||
|
||||
"
|
||||
|
||||
Statement : True := by
|
||||
trivial
|
||||
|
||||
Conclusion
|
||||
"
|
||||
"
|
||||
|
||||
Tactics ring
|
@ -0,0 +1,23 @@
|
||||
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
|
@ -0,0 +1,23 @@
|
||||
import TestGame.Metadata
|
||||
import Mathlib.Tactic.Ring
|
||||
|
||||
Game "TestGame"
|
||||
World "Nat2"
|
||||
Level 3
|
||||
|
||||
Title "Primzahlen"
|
||||
|
||||
Introduction
|
||||
"
|
||||
TODO: Primzahl
|
||||
|
||||
"
|
||||
|
||||
Statement : True := by
|
||||
trivial
|
||||
|
||||
Conclusion
|
||||
"
|
||||
"
|
||||
|
||||
Tactics ring
|
@ -0,0 +1,23 @@
|
||||
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
|
@ -1 +1 @@
|
||||
leanprover/lean4:nightly-2022-12-03
|
||||
leanprover/lean4:nightly-2022-12-05
|
||||
|
Loading…
Reference in New Issue