lean2/tests/lean/nnf.lean.expected.out
Leonardo de Moura 6da1b447f0 fix(library/hop_match): do not match iff with =
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-28 00:21:05 -08:00

8 lines
253 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 : , (∀ x::1 : , ¬ p x x::1) ∧ (∀ x::1 : , ¬ p (f x) (f x::1))) ∧ ¬ f 0 = 1