let n, m, k, t, k1, t1 be natural Number ; ( 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 )
A5:
now ( k1 <= k implies ( k = k1 & t = t1 ) )end;
now ( k <= k1 implies ( k = k1 & t = t1 ) )end;
hence
( k = k1 & t = t1 )
by A5; verum