57c0006916
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
6 lines
No EOL
152 B
Text
6 lines
No EOL
152 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 := exists_intro a H.
|
|
print environment 1. |