Skip to content

Instantly share code, notes, and snippets.

@BekaValentine
Created October 13, 2013 00:18
Show Gist options
  • Save BekaValentine/6956495 to your computer and use it in GitHub Desktop.
Save BekaValentine/6956495 to your computer and use it in GitHub Desktop.
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