IMPLIES

logical implication
Major Section:  PROGRAMMING

Implies is the ACL2 implication function. (implies P Q) means that either P is false (i.e., nil) or Q is true (i.e., not nil).