Last active
July 26, 2018 07:13
-
-
Save KKostya/71ec8f3789e0eccbb209710feef556f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lemma bridge max lst = | |
List.exists under_threshold lst ==> under_threshold (get_min_range max lst) | |
[@@induct] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment