82dfb553d5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
5 lines
No EOL
138 B
Text
5 lines
No EOL
138 B
Text
Variable a : Int
|
|
Variable P : Int -> Int -> Bool
|
|
Axiom H : P a a
|
|
Theorem T : exists x : Int, P a a := ExistsIntro a H.
|
|
Show Environment 1. |