let k, m, i be Nat; ( m <= i & i <= m + k implies not not i = m + 0 & ... & not i = m + k )
assume that
A1:
m <= i
and
A2:
i <= m + k
; not not i = m + 0 & ... & not i = m + k
take j = i; ( m + 0 <= j & j <= m + k & i = j )
thus
( m + 0 <= j & j <= m + k & i = j )
by A1, A2; verum