lean2/tests/lean/nnf.lean.expected.out
Leonardo de Moura b31ef34787 feat(library/simplifier): preserve binder names when applying higher-order rewrite rules
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-28 00:50:27 -08:00

8 lines
241 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Set: pp::unicode
Assumed: p
Assumed: f
Assumed: g
¬ (∀ x : , (∃ y : , p x y p (f x) (f y)) f 0 = 1)
====>
(∃ x : , (∀ y : , ¬ p x y) ∧ (∀ y : , ¬ p (f x) (f y))) ∧ ¬ f 0 = 1