Commit 2024-05-05 02:43 26918687
View on Github →feat: lemmas about Sigma.curry
(#12474)
This provides:
- Basic
simp
lemmas forEquiv.piCurry
- Algebraic lemmas for
Sigma.curry
andSigma.uncurry
- A
LinearEquiv
version ofEquiv.piCurry
- A lemma about
Sigma.curry
andPi.mulSingle
The change fromSort _
toType*
is a no-op, the_
was inferred as_ + 1
.