Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
INT_GE_CONV : conv
SYNOPSIS
Conversion to prove whether one integer literal of type :int is >=
another.
DESCRIPTION
The call INT_GE_CONV `c1 >= c2` where c1 and c2 are integer
literals of type :int, returns whichever of |- c1 >= c2 <=> T or
|- c1 >= c2 <=> F is true. By an integer literal we mean either &n or
-- &n where n is a numeral.
FAILURE CONDITIONS
Fails if applied to a term that is not the appropriate inequality comparison on
two permitted integer literals of type :int.
EXAMPLE
# INT_GE_CONV `&7 >= &6`;;
val it : thm = |- &7 >= &6 <=> T