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.
18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
import GameServer.Commands
|
|
|
|
import NNG.MyNat.Definition
|
|
|
|
import NNG.Doc.Definitions
|
|
import NNG.Doc.Lemmas
|
|
import NNG.Doc.Tactics
|
|
|
|
import NNG.Tactic.Induction
|
|
import NNG.Tactic.Rfl
|
|
import NNG.Tactic.Rw
|
|
import Std.Tactic.RCases
|
|
import Mathlib.Tactic.Have
|
|
import Mathlib.Tactic.LeftRight
|
|
|
|
-- TODO: Why does this not work here??
|
|
-- We do not want `simp` to be able to do anything unless we unlock it manually.
|
|
attribute [-simp] MyNat.succ.injEq |