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.
lean4game/server/adam/Adam.lean

46 lines
1.2 KiB
Plaintext

import Adam.Metadata
2 years ago
import Adam.Levels.Proposition
import Adam.Levels.Implication
import Adam.Levels.Predicate
import Adam.Levels.Contradiction
-- import Adam.Levels.Prime
import Adam.Levels.Sum
-- import Adam.Levels.Induction
import Adam.Levels.Numbers
import Adam.Levels.Inequality
2 years ago
import Adam.Levels.Lean
import Adam.Levels.SetTheory
import Adam.Levels.Function
import Adam.Levels.SetFunction
import Adam.Levels.LinearAlgebra
2 years ago
2 years ago
Game "Adam"
2 years ago
Title "Lean 4 game"
2 years ago
Introduction
"
[This is a prototpye of a gamified introduction to the interactive proof assistent Lean, developed within the project [ADAM: Anticipating the Digital Age of Mathematics](https://hhu-adam.github.io/). The project is based at Heinrich Heine University Düsseldorf and funded by Stiftung Innovation in der Hochschullehre.]
2 years ago
"
2 years ago
2 years ago
Conclusion
"Fertig!"
2 years ago
2 years ago
Path Proposition → Implication → Predicate → Predicate → Contradiction → Sum → Lean
Path Predicate → Inequality → Sum
-- Path Inequality → Prime
2 years ago
-- Path Sum → Inequality -- → Induction
Path Lean → SetTheory → SetTheory2 → SetFunction → Module
2 years ago
Path Lean → Function → SetFunction
2 years ago
Path SetTheory2 → Numbers
Path Module → Basis → Module2
2 years ago
MakeGame