level names

pull/43/head
Jon Eugster 3 years ago
parent 6576aa0231
commit d4c3d90e9b

@ -4,3 +4,7 @@ import TestGame.Levels.Contradiction.L03_ByContra
import TestGame.Levels.Contradiction.L04_ByContra import TestGame.Levels.Contradiction.L04_ByContra
import TestGame.Levels.Contradiction.L05_Contrapose import TestGame.Levels.Contradiction.L05_Contrapose
import TestGame.Levels.Contradiction.L06_Summary import TestGame.Levels.Contradiction.L06_Summary
Game "TestGame"
World "Predicate"
Title "Widerspruch"

@ -13,4 +13,4 @@ import TestGame.Levels.Implication.L12_Summary
Game "TestGame" Game "TestGame"
World "Implication" World "Implication"
Title "Meer der Implikationen" Title "Aussagenlogik 2"

@ -2,3 +2,7 @@ import TestGame.Levels.Induction.L01_Simp
import TestGame.Levels.Induction.L02_Sum import TestGame.Levels.Induction.L02_Sum
import TestGame.Levels.Induction.L03_Induction import TestGame.Levels.Induction.L03_Induction
import TestGame.Levels.Induction.L04_SumOdd import TestGame.Levels.Induction.L04_SumOdd
Game "TestGame"
World "Predicate"
Title "Induktion"

@ -10,4 +10,4 @@ import TestGame.Levels.Predicate.L09_Summary
Game "TestGame" Game "TestGame"
World "Predicate" World "Predicate"
Title "Reich der Prädikate" Title "Prädikate"

@ -14,4 +14,4 @@ import TestGame.Levels.Proposition.L13_Summary
Game "TestGame" Game "TestGame"
World "Proposition" World "Proposition"
Title "Land der Proposititionen" Title "Aussagenlogik 1"

@ -1,8 +1,10 @@
import Mathlib import Mathlib
lemma not_odd {n : } : ¬ Odd n ↔ Even n := by sorry lemma not_odd {n : } : ¬ Odd n ↔ Even n := by
sorry
lemma not_even {n : } : ¬ Even n ↔ Odd n := by sorry lemma not_even {n : } : ¬ Even n ↔ Odd n := by
sorry
lemma even_square (n : ) : Even n → Even (n ^ 2) := by lemma even_square (n : ) : Even n → Even (n ^ 2) := by
intro ⟨x, hx⟩ intro ⟨x, hx⟩

Loading…
Cancel
Save