Created
August 6, 2017 03:05
-
-
Save HerbM/caaa7d36760162e000470f55b883de80 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
1 subgoal | |
n, m, p : nat | |
H : leb n m = true | |
IHp : leb (p + n) (p + m) = true | |
______________________________________(1/1) | |
leb (S p + n) (S p + m) = true | |
(* How does assumption complete the goal? I agree it's true but don't see how Coq gets that. *) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment