This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
3c6002e969
lean2
/
tests
/
lean
/
j5.lean
4 lines
108 B
Text
Raw
Normal View
History
Unescape
Escape
refactor(builtin/kernel): use standard definition for 'or' and 'and' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-17 20:05:34 +00:00
theorem or_imp2 (p q : Bool) : (p
∨
q) ↔ (¬ p → q)
fix(library/elaborator): bug reported by Jeremy Avigad Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-02-10 22:01:08 +00:00
:= subst (symm (imp_or (¬ p) q)) (not_not_eq p)
Reference in a new issue
Copy permalink