(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* N->N. Parameter S:N->N. (** Relations *) Parameter eq,lt,le,gt,ge:N->N->Prop. Definition neq [x,y:N] := (eq x y)->False.