3 lines
70 B
Text
3 lines
70 B
Text
|
Variable P : Int -> Bool
|
||
|
Axiom Ax (x : Int) : P x
|
||
|
Check ForallIntro Ax
|