mathlib
f742a3d6
- refactor(tactic/push_neg): simp ¬ (p ∧ q) better (#3362)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
refactor(tactic/push_neg): simp ¬ (p ∧ q) better (#3362) This simplifies `¬ (p ∧ q)` to `(p → ¬ q)` instead of `¬ p ∨ ¬ q`. This has better behavior when going between `\forall x, P -> Q` and `\exists x, P /\ Q'` where `Q` and `Q'` are opposite.
Author
digama0
Parents
36a25d9f
Loading