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/nng/NNG/Levels/AdvProposition/Level_6.lean

32 lines
340 B
Plaintext

2 years ago
import NNG.Metadata
import NNG.MyNat.Addition
import Std.Tactic.RCases
import Mathlib.Tactic.LeftRight
--import Mathlib.Logic.Basic
Game "NNG"
World "AdvProposition"
Level 6
Title ""
open MyNat
Introduction
"
"
Statement
""
(P Q : Prop) : Q → (P Q) := by
intro q
right
assumption
NewTactic left right
Conclusion
"
"