let m be positive Nat; for k being Nat ex a, b being positive Nat st
( 2 * k = a - b & a,m are_coprime & b,m are_coprime )
let k be Nat; ex a, b being positive Nat st
( 2 * k = a - b & a,m are_coprime & b,m are_coprime )
set S = the Sierp49FS of m,k;
set q = PrimeDivisorsFS m;
per cases
( not PrimeDivisorsFS m is empty or PrimeDivisorsFS m is empty )
;
suppose
not
PrimeDivisorsFS m is
empty
;
ex a, b being positive Nat st
( 2 * k = a - b & a,m are_coprime & b,m are_coprime )then reconsider q =
PrimeDivisorsFS m as
CR_Sequence ;
ex
a,
b being
positive Nat st
( 2
* k = a - b &
a,
m are_coprime &
b,
m are_coprime &
a = ((CRT ( the Sierp49FS of m,k,q)) + (Product q)) + (2 * k) &
b = (CRT ( the Sierp49FS of m,k,q)) + (Product q) )
by Th54;
hence
ex
a,
b being
positive Nat st
( 2
* k = a - b &
a,
m are_coprime &
b,
m are_coprime )
;
verum end; end;