Files
NNG/Game/Levels/Algorithm/L09decide2.lean
2025-02-15 16:32:27 +00:00

23 lines
470 B
Lean4
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import Game.Levels.Algorithm.L08decide
World "Algorithm"
Level 9
Title "decide again"
TheoremTab "Peano"
namespace MyNat
Introduction
"
We gave a pretty unsatisfactory proof of `2 + 2 ≠ 5` earlier on; now give a nicer one.
"
/-- $2+2 \neq 5.$ -/
Statement : (2 : ) + 2 5 := by
decide
Conclusion "Congratulations! You've finished Algorithm World. These algorithms
will be helpful for you in Even-Odd World (when someone gets around to
implementing it)."