lean2/tests/lean/simp30.lean.expected.out
Leonardo de Moura 844572c382 feat(library/simplifier): support for dependent simplification in Pi/forall expressions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-26 00:32:05 -08:00

15 lines
360 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
Imported 'cast'
Assumed: vec
Assumed: concat
Assumed: concat_assoc
Assumed: empty
Assumed: concat_empty
∀ (n : ) (v : vec (n + 0)) (w : vec n), v = w ; empty
====>
∀ (n : ) (v w : vec n), v = w
λ n : , ∃ (v : vec (n + 0)) (w : vec n), v ≠ w ; empty
====>
λ n : , ∃ v x : vec n, v ≠ x