Commit 2018-11-19 16:03 bfe73188
View on Github →- feat(tactic/mono): new mono and ac_mono tactics (#85)
- feat(tactic/mono): new mono and ac_mono tactics
- docs(tactic/mono): improve explanation, examples and syntax
- feat(tactic/mono): cache the list of mono lemma to facilitate matching
- fix(tactic/mono): fix conflict with
has_lt
- update mathlib
- move lemmas from ordered ring to monotonicity
- rename
monotonic
attribute tomono
- address PR comments
- fix build