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
43909ca66b
lean2
/
tests
/
lean
/
forall1.lean
4 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
refactor(builtin): only load the kernel and natural numbers by default Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-30 21:35:37 +00:00
Import int.
feat(library/basic_thms): add ForallIntro theorem Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-16 01:35:31 +00:00
Variable P : Int -> Bool
Axiom Ax (x : Int) : P x
Check ForallIntro Ax
Reference in a new issue
Copy permalink