08718e33dc
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
No EOL
150 B
Text
6 lines
No EOL
150 B
Text
Import int.
|
|
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. |