Skip to content

Instantly share code, notes, and snippets.

@HerbM
Created August 6, 2017 03:05
Show Gist options
  • Save HerbM/caaa7d36760162e000470f55b883de80 to your computer and use it in GitHub Desktop.
Save HerbM/caaa7d36760162e000470f55b883de80 to your computer and use it in GitHub Desktop.
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