Commit 2023-06-05 02:03 2ac19d6f
View on Github →feat: port Analysis.SpecialFunctions.CompareExp (#4412)
I had to add several norm_cast
to force coercion. My guess is that in Lean3 simp
also tried norm_cast
but here we need to invoke the tactic explicitly.
There are two calc
proofs that I'm having difficulty resolving, both because of type casting issues.
- isLittleO_im_pow_exp_re
- isLittleO_cpow_exp Please feel free to push to this branch.