mathlib
3366a685
- feat(data/fin): eq_zero_or_eq_succ (#9136)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
feat(data/fin): eq_zero_or_eq_succ (#9136) Particularly useful with `rcases i.eq_zero_or_eq_succ with rfl|⟨j,rfl⟩`. Perhaps it not worth having as a separate lemma, but it seems to avoid breaking the flow of a proof I was writing.
Author
kim-em
Parents
a7d872fa
Loading