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
2179e57db3
lean2
/
tests
/
lean
/
refute1.lean
4 lines
94 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 20:05:08 +00:00
variables a b : Bool
axiom H : a /\ b
chore(*): cleanup lean builtin symbols, replace :: with _ Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 16:33:52 +00:00
theorem T : a := refute (fun R, absurd (and_eliml H) R)
Reference in a new issue
Copy permalink