aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Num/DiscrAxioms.v
blob: 42e58cd3c43802cea258f1b047deb4e4ccab5150 (plain)
1
2
3
4
5
6
7
8
9
(*i $Id$ i*)

Require Export Params.
Require Export NSyntax.

(*s Axiom for a discrete set *)

Axiom lt_x_Sy_le : (x,y:N)(x<(S y))->(x<=y).
Hints Resolve lt_x_Sy_le : num.