let m, n be positive Nat; ex a, b, c being Integer st { [x,y] where x, y is Nat : (a * x) + (b * y) = c } = {[m,n]}
consider a being Prime such that
A1:
a > m + n
by NEWTON:72;
consider b being Prime such that
A2:
b > a
by NEWTON:72;
take
a
; ex b, c being Integer st { [x,y] where x, y is Nat : (a * x) + (b * y) = c } = {[m,n]}
take
b
; ex c being Integer st { [x,y] where x, y is Nat : (a * x) + (b * y) = c } = {[m,n]}
take c = (a * m) + (b * n); { [x,y] where x, y is Nat : (a * x) + (b * y) = c } = {[m,n]}
set A = { [x,y] where x, y is Nat : (a * x) + (b * y) = c } ;
set B = {[m,n]};
A3:
b > m + n
by A1, A2, XXREAL_0:2;
thus
{ [x,y] where x, y is Nat : (a * x) + (b * y) = c } c= {[m,n]}
XBOOLE_0:def 10 {[m,n]} c= { [x,y] where x, y is Nat : (a * x) + (b * y) = c }
let z be object ; TARSKI:def 3 ( not z in {[m,n]} or z in { [x,y] where x, y is Nat : (a * x) + (b * y) = c } )
assume
z in {[m,n]}
; z in { [x,y] where x, y is Nat : (a * x) + (b * y) = c }
then
z = [m,n]
by TARSKI:def 1;
hence
z in { [x,y] where x, y is Nat : (a * x) + (b * y) = c }
; verum