Created
October 13, 2013 00:18
-
-
Save BekaValentine/6956495 to your computer and use it in GitHub Desktop.
This file contains 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
uncong-suc : ∀ {m n} → suc m ≡ suc n → m ≡ n | |
uncong-suc refl = refl | |
lemma-+drop : ∀ n m o → o + n ≡ o + m → n ≡ m | |
lemma-+drop n m zero eq = eq | |
lemma-+drop n m (suc o) eq = {!!} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment