let n be Nat; :: thesis: ex k being Nat st
( n = 4 * k or n = (4 * k) + 1 or n = (4 * k) + 2 or n = (4 * k) + 3 )

consider k being Nat such that
A1: not not n = (4 * k) + 0 & ... & not n = (4 * k) + (4 - 1) by Th22;
consider i being Nat such that
A2: ( 0 <= i & i <= 3 ) and
A3: n = (4 * k) + i by A1;
take k ; :: thesis: ( n = 4 * k or n = (4 * k) + 1 or n = (4 * k) + 2 or n = (4 * k) + 3 )
not not i = 0 & ... & not i = 3 by A2;
hence ( n = 4 * k or n = (4 * k) + 1 or n = (4 * k) + 2 or n = (4 * k) + 3 ) by A3; :: thesis: verum