let n, m, k, t, k1, t1 be Nat; ( n = (m * k) + t & t < m & n = (m * k1) + t1 & t1 < m implies ( k = k1 & t = t1 ) )
assume that
A1:
n = (m * k) + t
and
A2:
t < m
and
A3:
n = (m * k1) + t1
and
A4:
t1 < m
; ( k = k1 & t = t1 )
hence
( k = k1 & t = t1 )
by A5; verum