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

44 lines
1.1 KiB
Plaintext

import Adam.Metadata
2 years ago
Game "Adam"
World "Proposition"
Level 3
2 years ago
Title "Annahmen"
Introduction
"
2 years ago
Während der erste Untertan noch rfl, rfl, rfl murmelt, tritt schon der nächste nach vorne. Es ist schüchtern und schreibt bloß.
"
2 years ago
Statement ""
(n : ) (h₁ : 10 > n) (h₂ : 1 < n) (h₃ : n ≠ 5) : 1 < n := by
2 years ago
Hint "
**Robo** `{n} : ` bedeutet, `{n}` ist eine natürliche Zahl.
2 years ago
**Du** Warum schreibt er dann nicht `{n} ∈ `??
2 years ago
**Robo** Weil das hier alles komische Typen sind … Ich kann Dir das später mal in Ruhe erklären.
Jetzt will ich erst einmal die Frage entschlüsseln.
2 years ago
**Robo** Also, `{h₁}`, `{h₂}`, `{h₃}` sind einfach nur Namen für verschiedene Annahmen, und zwar
für die Annahme `n < 10`, `1 < n` und `n ≠ 5`. Beweisen sollen wir: `1 < n`.
2 years ago
**Du** Aber das war doch gerade eine der Annahmen.
2 years ago
**Robo** Ja, stimmt.
2 years ago
**Du** ???
2 years ago
2 years ago
**Robo** Du musst ihm das halt explizit sagen. Probiers mal mit `assumption`."
assumption
2 years ago
2 years ago
Conclusion
"
**Untertan** Ja richtig! Wenn Ihr nur wüsstet, was ich mir an dieser Frage schon den Kopf
zerbrochen habe!
"
2 years ago
NewTactic assumption
DisabledTactic tauto