let n be Nat; :: thesis: ex x, y being Nat st
( x > n & not x divides y & x |^ x divides y |^ y )

consider k being Nat such that
A1: 1 < k and
A2: n < 2 |^ k by Th35;
reconsider k = k as non zero Nat by A1;
A4: 0 + 1 <= 2 |^ (k - 1) by NAT_1:13;
1 * (2 |^ (k - 1)) <= (2 |^ (k - 1)) * k by A1, XREAL_1:68;
then consider p being prime Nat such that
A5: (2 |^ (k - 1)) * k < p and
p <= 2 * ((2 |^ (k - 1)) * k) by A4, XXREAL_0:2, NAT_4:56;
take x = 2 |^ k; :: thesis: ex y being Nat st
( x > n & not x divides y & x |^ x divides y |^ y )

take y = 2 * p; :: thesis: ( x > n & not x divides y & x |^ x divides y |^ y )
thus n < x by A2; :: thesis: ( not x divides y & x |^ x divides y |^ y )
hereby :: thesis: x |^ x divides y |^ y
assume A6: x divides y ; :: thesis: contradiction
2 |^ ((k - 1) + 1) = 2 * (2 |^ (k - 1)) by NEWTON:6;
then 2 |^ (k - 1) divides p by A6, INT_4:7;
per cases then ( 2 |^ (k - 1) = 1 or 2 |^ (k - 1) = p ) by INT_2:def 4;
suppose A7: 2 |^ (k - 1) = 1 ; :: thesis: contradiction
end;
suppose A8: 2 |^ (k - 1) = p ; :: thesis: contradiction
end;
end;
end;
A9: (2 * (2 |^ (k - 1))) * k = (2 |^ ((k - 1) + 1)) * k by NEWTON:6;
A10: 2 * ((2 |^ (k - 1)) * k) = (2 * (2 |^ (k - 1))) * k ;
(2 |^ k) * k < 2 * p by A5, A9, A10, XREAL_1:68;
then A11: 2 |^ ((2 |^ k) * k) divides 2 |^ (2 * p) by NEWTON03:16;
2 divides 2 * p ;
then 2 |^ (2 * p) divides (2 * p) |^ (2 * p) by WSIERP_1:14;
then 2 |^ ((2 |^ k) * k) divides (2 * p) |^ (2 * p) by A11, INT_2:9;
hence x |^ x divides y |^ y by NEWTON:9; :: thesis: verum