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/Inequality/L03_Linarith.lean

28 lines
627 B
Plaintext

import Adam.Metadata
2 years ago
import Mathlib.Tactic.Linarith
Game "Adam"
2 years ago
World "Inequality"
Level 3
Title "Linarith"
Introduction
"
2 years ago
**dritte Person**: Nah wenn wir so spielen:
2 years ago
"
2 years ago
Statement (n : ) (h : 2 ≤ n) : n ≠ 0 := by
Hint "**Du**: `simp` geht hier nicht, was mir ja auch einläuchtet.
**Robo**: Ist auch keine Vereinfachung, die du machen willst. Stattdessen,
`linarith` kann lineare Gleichungen und Ungleichungen lösen. Das ist das Powertool
in der hinsicht."
2 years ago
linarith
NewTactic linarith
NewLemma Nat.pos_iff_ne_zero
LemmaTab "Nat"
2 years ago
Conclusion "**Du**: Naja so beeindruckend war das jetzt auch noch nicht."