Commit 2019-05-18 13:27 fa0e7570
View on Github →refactor(data/complex/exponential): improve trig proofs (#1041)
- fix(data/complex/exponential): make complex.exp irreducible
See discussion at https://leanprover.zulipchat.com/#narrow/stream/113488-general/topic/-T50000.20challenge
Using
ring
(and other tactics) on terms involvingexp
can lead to some unpleasant and unnecessary unfolding. - refactor(data/complex/exponential): improve trig proofs
- fix build
- fix(algebra/group): prove lemma for comm_semigroup instead of comm_monoid