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/testgame/TestGame/Levels/Proposition.lean

19 lines
695 B
Plaintext

import TestGame.Levels.Proposition.L00_Tauto
import TestGame.Levels.Proposition.L01_Rfl
import TestGame.Levels.Proposition.L02_Assumption
import TestGame.Levels.Proposition.L03_Assumption
import TestGame.Levels.Proposition.L04_True
import TestGame.Levels.Proposition.L05_Not
import TestGame.Levels.Proposition.L06_False
import TestGame.Levels.Proposition.L07_ContraNotEq
import TestGame.Levels.Proposition.L08_Contra
import TestGame.Levels.Proposition.L09_And
import TestGame.Levels.Proposition.L10_And
import TestGame.Levels.Proposition.L11_Or
import TestGame.Levels.Proposition.L12_Or
import TestGame.Levels.Proposition.L13_Summary
Game "TestGame"
World "Proposition"
Title "Aussagenlogik 1"