mathlib3
9e4609b0
- chore(data/fintype/card): add `fin.prod_univ_{one,two}` (#9987)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 years ago
chore(data/fintype/card): add `fin.prod_univ_{one,two}` (#9987) Sometimes Lean fails to simplify `(default : fin 1)` to `0` and `0.succ` to `1` in complex expressions. These lemmas explicitly use `f 0` and `f 1` in the output.
Author
urkud
Parents
29079ba8
Loading