In the official coq tutorial they define the following inductive definition of less than or equal to:
Inductive le (n : nat) : nat -> Prop := | le_n