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/SetTheory.lean

29 lines
971 B
Plaintext

import TestGame.Levels.SetTheory.L01_Univ
import TestGame.Levels.SetTheory.L02_Empty
import TestGame.Levels.SetTheory.L03_Subset
import TestGame.Levels.SetTheory.L04_SubsetEmpty
import TestGame.Levels.SetTheory.L05_Empty
import TestGame.Levels.SetTheory.L06_Nonempty
import TestGame.Levels.SetTheory.L07_UnionInter
import TestGame.Levels.SetTheory.L08_UnionInter
import TestGame.Levels.SetTheory.L09_Complement
import TestGame.Levels.SetTheory.L10_Morgan
import TestGame.Levels.SetTheory.L11_SSubset
import TestGame.Levels.SetTheory.L12_Insert
import TestGame.Levels.SetTheory.L13_Insert
import TestGame.Levels.SetTheory.L14_SetOf
import TestGame.Levels.SetTheory.L15_Powerset
import TestGame.Levels.SetTheory.L16_Disjoint
import TestGame.Levels.SetTheory.L17_SetOf
import TestGame.Levels.SetTheory.L18_SetOf
import TestGame.Levels.SetTheory.L19_Subtype
Game "TestGame"
World "SetTheory"
Title "Mengenlehre"
Game "TestGame"
World "SetTheory2"
Title "Mehr Mengenlehre"