Metamath Proof Explorer


Theorem nnltp1le

Description: Positive integer ordering relation. (Contributed by NM, 19-Aug-2001)

Ref Expression
Assertion nnltp1le
|- ( ( A e. NN /\ B e. NN ) -> ( A < B <-> ( A + 1 ) <_ B ) )

Proof

Step Hyp Ref Expression
1 nnz
 |-  ( A e. NN -> A e. ZZ )
2 nnz
 |-  ( B e. NN -> B e. ZZ )
3 zltp1le
 |-  ( ( A e. ZZ /\ B e. ZZ ) -> ( A < B <-> ( A + 1 ) <_ B ) )
4 1 2 3 syl2an
 |-  ( ( A e. NN /\ B e. NN ) -> ( A < B <-> ( A + 1 ) <_ B ) )