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
de67288305
lean2
/
tests
/
lean
/
congr_rel.lean
8 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): add command #congr_rel for testing new congruence lemma for equivalence relations
2015-11-17 23:43:10 +00:00
import data.list
open perm
#congr_rel @eq
#congr_rel @iff
#congr_rel @perm
fix(library/app_builder): mk_rel supports relations where the lhs and rhs are not necessarily the last two arguments (e.g., heq)
2015-11-17 23:51:12 +00:00
#congr_rel @heq
Reference in a new issue
Copy permalink