Metamath Proof Explorer


Theorem nnlem1lt

Description: Positive integer ordering relation. (Contributed by NM, 21-Jun-2005)

Ref Expression
Assertion nnlem1lt
|- ( ( M e. NN /\ N e. NN ) -> ( M <_ N <-> ( M - 1 ) < N ) )

Proof

Step Hyp Ref Expression
1 nnz
 |-  ( M e. NN -> M e. ZZ )
2 nnz
 |-  ( N e. NN -> N e. ZZ )
3 zlem1lt
 |-  ( ( M e. ZZ /\ N e. ZZ ) -> ( M <_ N <-> ( M - 1 ) < N ) )
4 1 2 3 syl2an
 |-  ( ( M e. NN /\ N e. NN ) -> ( M <_ N <-> ( M - 1 ) < N ) )