let p be Prime; for a, m being Nat
for f being FinSequence of NAT st p > 2 & a gcd p = 1 & f = a * (idseq ((p -' 1) div 2)) & m = card { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } holds
Lege (a,p) = (- 1) |^ m
let a, m be Nat; for f being FinSequence of NAT st p > 2 & a gcd p = 1 & f = a * (idseq ((p -' 1) div 2)) & m = card { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } holds
Lege (a,p) = (- 1) |^ m
let f be FinSequence of NAT ; ( p > 2 & a gcd p = 1 & f = a * (idseq ((p -' 1) div 2)) & m = card { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } implies Lege (a,p) = (- 1) |^ m )
assume that
A1:
p > 2
and
A2:
a gcd p = 1
and
A3:
f = a * (idseq ((p -' 1) div 2))
and
A4:
m = card { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) }
; Lege (a,p) = (- 1) |^ m
set f1 = f mod p;
A5:
len (f mod p) = len f
by EULER_2:def 1;
set X = { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } ;
for x being set st x in { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } holds
x in rng (f mod p)
then A6:
{ k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } c= rng (f mod p)
by TARSKI:def 3;
then reconsider X = { k where k is Element of NAT : ( k in rng (f mod p) & k > p / 2 ) } as finite set ;
A7:
rng (f mod p) c= NAT
by FINSEQ_1:def 4;
then reconsider X = X as finite Subset of NAT by A6, XBOOLE_1:1;
card X is Element of NAT
;
then reconsider m = m as Element of NAT by A4;
A8:
(rng (f mod p)) \ X c= rng (f mod p)
by XBOOLE_1:36;
then reconsider Y = (rng (f mod p)) \ X as finite Subset of NAT by A7, XBOOLE_1:1;
A9:
a |^ ((p -' 1) div 2), Lege (a,p) are_congruent_mod p
by A1, A2, Th28, INT_1:14;
set f2 = Sgm (rng (f mod p));
(Product (f mod p)) mod p = (Product f) mod p
by EULER_2:11;
then A10:
Product (f mod p), Product f are_congruent_mod p
by NAT_D:64;
A11:
p > 1
by INT_2:def 4;
then A12:
p -' 1 = p - 1
by XREAL_1:233;
then A13:
p -' 1 > 0
by A11, XREAL_1:50;
set p9 = (p -' 1) div 2;
A14:
rng (idseq ((p -' 1) div 2)) = Seg ((p -' 1) div 2)
by RELAT_1:45;
then reconsider I = idseq ((p -' 1) div 2) as FinSequence of NAT by FINSEQ_1:def 4;
dom f = dom I
by A3, VALUED_1:def 5;
then A15: len f =
len I
by FINSEQ_3:29
.=
(p -' 1) div 2
by CARD_1:def 7
;
p >= 2 + 1
by A1, NAT_1:13;
then
p - 1 >= 3 - 1
by XREAL_1:9;
then
f mod p <> {}
by A15, A12, A5, NAT_2:13;
then
rng (f mod p) is non empty Subset of NAT
by FINSEQ_1:def 4;
then consider n1 being Element of NAT such that
A16:
rng (f mod p) c= (Seg n1) \/ {0}
by HEYTING3:1;
I is Element of ((p -' 1) div 2) -tuples_on REAL
by FINSEQ_2:109;
then A17: Product f =
(Product (((p -' 1) div 2) |-> a)) * (Product I)
by A3, RVSUM_1:108
.=
(a |^ ((p -' 1) div 2)) * (Product I)
by NEWTON:def 1
;
not p is even
by A1, PEPIN:17;
then A18:
p -' 1 is even
by A12, HILBERT3:2;
then A19: (p -' 1) div 2 =
((p -' 1) + 1) div 2
by NAT_2:26
.=
p div 2
by A11, XREAL_1:235
;
2 divides p -' 1
by A18, PEPIN:22;
then A20:
p -' 1 = 2 * ((p -' 1) div 2)
by NAT_D:3;
then
(p -' 1) div 2 divides p -' 1
by NAT_D:def 3;
then
(p -' 1) div 2 <= p -' 1
by A13, NAT_D:7;
then A21:
(p -' 1) div 2 < p
by A12, XREAL_1:146, XXREAL_0:2;
for d being Nat st d in dom I holds
(I . d) gcd p = 1
then A26:
(Product I) gcd p = 1
by WSIERP_1:36;
A27:
for d being Nat st d in dom f holds
f . d = a * d
A30:
for d, e being Element of NAT st 1 <= d & d < e & e <= len (f mod p) holds
(f mod p) . d <> (f mod p) . e
proof
let d,
e be
Element of
NAT ;
( 1 <= d & d < e & e <= len (f mod p) implies (f mod p) . d <> (f mod p) . e )
assume that A31:
1
<= d
and A32:
d < e
and A33:
e <= len (f mod p)
;
(f mod p) . d <> (f mod p) . e
A34:
e <= len f
by A33, EULER_2:def 1;
1
<= e
by A31, A32, XXREAL_0:2;
then A35:
e in dom f
by A34, FINSEQ_3:25;
then A36:
(f mod p) . e = (f . e) mod p
by EULER_2:def 1;
d < len f
by A32, A34, XXREAL_0:2;
then A37:
d in dom f
by A31, FINSEQ_3:25;
then A38:
(f mod p) . d = (f . d) mod p
by EULER_2:def 1;
now assume
(f mod p) . d = (f mod p) . e
;
contradictionthen
f . e,
f . d are_congruent_mod p
by A38, A36, NAT_D:64;
then
p divides (f . e) - (f . d)
by INT_2:15;
then
p divides (a * e) - (f . d)
by A27, A35;
then
p divides (a * e) - (a * d)
by A27, A37;
then A39:
p divides a * (e - d)
;
A40:
((p -' 1) div 2) - 1
< p
by A21, XREAL_1:147;
reconsider dd =
e - d as
Element of
NAT by A32, NAT_1:21;
A41:
abs p = p
by ABSVALUE:def 1;
A42:
abs dd = dd
by ABSVALUE:def 1;
A43:
dd <= ((p -' 1) div 2) - 1
by A15, A5, A31, A33, XREAL_1:13;
dd <> 0
by A32;
then
p <= dd
by A2, A39, A41, A42, INT_4:6, WSIERP_1:29;
hence
contradiction
by A43, A40, XXREAL_0:2;
verum end;
hence
(f mod p) . d <> (f mod p) . e
;
verum
end;
then A44:
len (f mod p) = card (rng (f mod p))
by GRAPH_5:7;
then A45:
f mod p is one-to-one
by FINSEQ_4:62;
A46:
dom (f mod p) = dom f
by A5, FINSEQ_3:29;
not 0 in rng (f mod p)
proof
reconsider a =
a as
Element of
NAT by ORDINAL1:def 12;
assume
0 in rng (f mod p)
;
contradiction
then consider n being
Nat such that A47:
n in dom (f mod p)
and A48:
(f mod p) . n = 0
by FINSEQ_2:10;
0 =
(f . n) mod p
by A46, A47, A48, EULER_2:def 1
.=
(a * n) mod p
by A27, A46, A47
;
then A49:
p divides a * n
by PEPIN:6;
n >= 1
by A47, FINSEQ_3:25;
then A50:
p <= n
by A2, A49, NAT_D:7, WSIERP_1:30;
n <= (p -' 1) div 2
by A15, A5, A47, FINSEQ_3:25;
hence
contradiction
by A21, A50, XXREAL_0:2;
verum
end;
then A51:
{0} misses rng (f mod p)
by ZFMISC_1:50;
then A52:
Sgm (rng (f mod p)) is one-to-one
by A16, FINSEQ_3:92, XBOOLE_1:73;
A53:
rng (f mod p) c= Seg n1
by A16, A51, XBOOLE_1:73;
then A54:
X c= Seg n1
by A6, XBOOLE_1:1;
len f = card (rng (f mod p))
by A5, A30, GRAPH_5:7;
then reconsider n = ((p -' 1) div 2) - m as Element of NAT by A4, A15, A6, NAT_1:21, NAT_1:43;
A55:
Y c= Seg n1
by A53, A8, XBOOLE_1:1;
A56:
rng (f mod p) = rng (Sgm (rng (f mod p)))
by A53, FINSEQ_1:def 13;
then A57:
Product (f mod p) = Product (Sgm (rng (f mod p)))
by A45, A52, EULER_2:10, RFINSEQ:26;
set f3 = ((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n);
set f4 = ((Sgm (rng (f mod p))) | n) ^ (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n));
A58:
(Sgm (rng (f mod p))) /^ n is FinSequence of INT
by FINSEQ_2:24, NUMBERS:17;
A59: dom (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) =
(dom ((len ((Sgm (rng (f mod p))) /^ n)) |-> p)) /\ (dom ((Sgm (rng (f mod p))) /^ n))
by VALUED_1:12
.=
(Seg (len ((len ((Sgm (rng (f mod p))) /^ n)) |-> p))) /\ (dom ((Sgm (rng (f mod p))) /^ n))
by FINSEQ_1:def 3
.=
(Seg (len ((Sgm (rng (f mod p))) /^ n))) /\ (dom ((Sgm (rng (f mod p))) /^ n))
by CARD_1:def 7
.=
(dom ((Sgm (rng (f mod p))) /^ n)) /\ (dom ((Sgm (rng (f mod p))) /^ n))
by FINSEQ_1:def 3
.=
dom ((Sgm (rng (f mod p))) /^ n)
;
then A60:
len (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) = len ((Sgm (rng (f mod p))) /^ n)
by FINSEQ_3:29;
for k, l being Element of NAT st k in Y & l in X holds
k < l
then
Sgm (Y \/ X) = (Sgm Y) ^ (Sgm X)
by A54, A55, FINSEQ_3:42;
then
Sgm ((rng (f mod p)) \/ X) = (Sgm Y) ^ (Sgm X)
by XBOOLE_1:39;
then A65:
Sgm (rng (f mod p)) = (Sgm Y) ^ (Sgm X)
by A6, XBOOLE_1:12;
A66:
for d being Nat st d in dom (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) holds
(((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d = p - (((Sgm (rng (f mod p))) /^ n) . d)
A68: len (Sgm Y) =
card Y
by A53, A8, FINSEQ_3:39, XBOOLE_1:1
.=
((p -' 1) div 2) - m
by A4, A15, A5, A6, A44, CARD_2:44
;
then A69:
(Sgm (rng (f mod p))) /^ n = Sgm X
by A65, FINSEQ_5:37;
A70:
for d being Nat st d in dom (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) holds
( (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d > 0 & (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d <= (p -' 1) div 2 )
proof
let d be
Nat;
( d in dom (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) implies ( (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d > 0 & (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d <= (p -' 1) div 2 ) )
reconsider w =
(((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d as
Element of
INT by INT_1:def 2;
assume A71:
d in dom (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n))
;
( (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d > 0 & (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d <= (p -' 1) div 2 )
then
(Sgm X) . d in rng (Sgm X)
by A69, A59, FUNCT_1:3;
then
(Sgm X) . d in X
by A54, FINSEQ_1:def 13;
then A72:
ex
ll being
Element of
NAT st
(
ll = (Sgm X) . d &
ll in rng (f mod p) &
ll > p / 2 )
;
then consider e being
Nat such that A73:
e in dom (f mod p)
and A74:
(f mod p) . e = ((Sgm (rng (f mod p))) /^ n) . d
by A69, FINSEQ_2:10;
((Sgm (rng (f mod p))) /^ n) . d = (f . e) mod p
by A46, A73, A74, EULER_2:def 1;
then A75:
((Sgm (rng (f mod p))) /^ n) . d < p
by NAT_D:1;
A76:
(((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d = p - (((Sgm (rng (f mod p))) /^ n) . d)
by A66, A71;
then
w < p - (p / 2)
by A69, A72, XREAL_1:10;
hence
(
(((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d > 0 &
(((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d <= (p -' 1) div 2 )
by A19, A76, A75, INT_1:54, XREAL_1:50;
verum
end;
for d being Nat st d in dom (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) holds
(((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) . d in NAT
then reconsider f3 = ((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n) as FinSequence of NAT by FINSEQ_2:12;
abs ((- 1) |^ m) = 1
by SERIES_2:1;
then A77:
( (- 1) |^ m = 1 or - ((- 1) |^ m) = 1 )
by ABSVALUE:1;
f3 is FinSequence of NAT
;
then reconsider f4 = ((Sgm (rng (f mod p))) | n) ^ (((len ((Sgm (rng (f mod p))) /^ n)) |-> p) - ((Sgm (rng (f mod p))) /^ n)) as FinSequence of NAT by FINSEQ_1:75;
A78:
(Sgm (rng (f mod p))) | n = Sgm Y
by A65, A68, FINSEQ_3:113, FINSEQ_6:10;
A79:
for d being Nat st d in dom f4 holds
( f4 . d > 0 & f4 . d <= (p -' 1) div 2 )
A87:
Sgm (rng (f mod p)) = ((Sgm (rng (f mod p))) | n) ^ ((Sgm (rng (f mod p))) /^ n)
by RFINSEQ:8;
then A88:
(Sgm (rng (f mod p))) /^ n is one-to-one
by A52, FINSEQ_3:91;
for d, e being Element of NAT st 1 <= d & d < e & e <= len f3 holds
f3 . d <> f3 . e
proof
let d,
e be
Element of
NAT ;
( 1 <= d & d < e & e <= len f3 implies f3 . d <> f3 . e )
assume that A89:
1
<= d
and A90:
d < e
and A91:
e <= len f3
;
f3 . d <> f3 . e
1
<= e
by A89, A90, XXREAL_0:2;
then A92:
e in dom f3
by A91, FINSEQ_3:25;
then A93:
f3 . e = p - (((Sgm (rng (f mod p))) /^ n) . e)
by A66;
d < len f3
by A90, A91, XXREAL_0:2;
then A94:
d in dom f3
by A89, FINSEQ_3:25;
then
f3 . d = p - (((Sgm (rng (f mod p))) /^ n) . d)
by A66;
hence
f3 . d <> f3 . e
by A88, A59, A90, A94, A92, A93, FUNCT_1:def 4;
verum
end;
then
len f3 = card (rng f3)
by GRAPH_5:7;
then A95:
f3 is one-to-one
by FINSEQ_4:62;
A96:
len (Sgm (rng (f mod p))) = (p -' 1) div 2
by A15, A5, A16, A51, A44, FINSEQ_3:39, XBOOLE_1:73;
then A97:
n <= len (Sgm (rng (f mod p)))
by XREAL_1:43;
A98:
rng ((Sgm (rng (f mod p))) | n) misses rng f3
proof
assume
rng ((Sgm (rng (f mod p))) | n) meets rng f3
;
contradiction
then consider x being
set such that A99:
x in rng ((Sgm (rng (f mod p))) | n)
and A100:
x in rng f3
by XBOOLE_0:3;
consider e being
Nat such that A101:
e in dom f3
and A102:
f3 . e = x
by A100, FINSEQ_2:10;
x = p - (((Sgm (rng (f mod p))) /^ n) . e)
by A66, A101, A102;
then A103:
x = p - ((Sgm (rng (f mod p))) . (e + n))
by A97, A59, A101, RFINSEQ:def 1;
e + n in dom (Sgm (rng (f mod p)))
by A59, A101, FINSEQ_5:26;
then consider e1 being
Nat such that A104:
e1 in dom (f mod p)
and A105:
(f mod p) . e1 = (Sgm (rng (f mod p))) . (e + n)
by A56, FINSEQ_2:10, FUNCT_1:3;
A106:
e1 in dom f
by A5, A104, FINSEQ_3:29;
A107:
e1 <= (p -' 1) div 2
by A15, A5, A104, FINSEQ_3:25;
rng ((Sgm (rng (f mod p))) | n) c= rng (Sgm (rng (f mod p)))
by FINSEQ_5:19;
then consider d1 being
Nat such that A108:
d1 in dom (f mod p)
and A109:
(f mod p) . d1 = x
by A56, A99, FINSEQ_2:10;
d1 <= (p -' 1) div 2
by A15, A5, A108, FINSEQ_3:25;
then
d1 + e1 <= ((p -' 1) div 2) + ((p -' 1) div 2)
by A107, XREAL_1:7;
then A110:
d1 + e1 < p
by A12, A20, XREAL_1:146, XXREAL_0:2;
x = (f . d1) mod p
by A46, A108, A109, EULER_2:def 1;
then
((f . d1) mod p) + ((Sgm (rng (f mod p))) . (e + n)) = p
by A103;
then
((f . d1) mod p) + ((f . e1) mod p) = p
by A105, A106, EULER_2:def 1;
then
(((f . d1) mod p) + ((f . e1) mod p)) mod p = 0
by NAT_D:25;
then
((f . d1) + (f . e1)) mod p = 0
by EULER_2:6;
then
p divides (f . d1) + (f . e1)
by PEPIN:6;
then
p divides (d1 * a) + (f . e1)
by A27, A46, A108;
then
p divides (d1 * a) + (e1 * a)
by A27, A106;
then A111:
p divides (d1 + e1) * a
;
d1 >= 1
by A108, FINSEQ_3:25;
hence
contradiction
by A2, A111, A110, NAT_D:7, WSIERP_1:30;
verum
end;
(Sgm (rng (f mod p))) | n is one-to-one
by A52, A87, FINSEQ_3:91;
then A112:
f4 is one-to-one
by A95, A98, FINSEQ_3:91;
A113:
for d being Nat st d in dom f3 holds
f3 . d, - (((Sgm (rng (f mod p))) /^ n) . d) are_congruent_mod p
A114: len ((Sgm (rng (f mod p))) /^ n) =
(len (Sgm (rng (f mod p)))) -' n
by RFINSEQ:29
.=
(len (Sgm (rng (f mod p)))) - n
by A96, XREAL_1:43, XREAL_1:233
.=
m
by A96
;
len ((Sgm (rng (f mod p))) | n) = n
by A96, FINSEQ_1:59, XREAL_1:43;
then len f4 =
n + m
by A60, A114, FINSEQ_1:22
.=
len f
by A15
;
then
rng f4 = rng I
by A14, A15, A112, A79, Th40;
then
Product f4 = Product I
by A112, EULER_2:10, RFINSEQ:26;
then A115:
(Product ((Sgm (rng (f mod p))) | n)) * (Product f3) = Product I
by RVSUM_1:97;
f3 is FinSequence of INT
by FINSEQ_2:24, NUMBERS:17;
then
(Product f3) * (Product ((Sgm (rng (f mod p))) | n)),(((- 1) |^ m) * (Product ((Sgm (rng (f mod p))) /^ n))) * (Product ((Sgm (rng (f mod p))) | n)) are_congruent_mod p
by A60, A114, A58, A113, Th33, INT_4:11;
then
(Product f3) * (Product ((Sgm (rng (f mod p))) | n)),((- 1) |^ m) * ((Product ((Sgm (rng (f mod p))) | n)) * (Product ((Sgm (rng (f mod p))) /^ n))) are_congruent_mod p
;
then
Product I,((- 1) |^ m) * (Product (((Sgm (rng (f mod p))) | n) ^ ((Sgm (rng (f mod p))) /^ n))) are_congruent_mod p
by A115, RVSUM_1:97;
then A116:
Product I,((- 1) |^ m) * (Product (f mod p)) are_congruent_mod p
by A57, RFINSEQ:8;
((- 1) |^ m) * (Product (f mod p)),((- 1) |^ m) * (Product f) are_congruent_mod p
by A10, INT_4:11;
then
Product I,(((- 1) |^ m) * (a |^ ((p -' 1) div 2))) * (Product I) are_congruent_mod p
by A17, A116, INT_1:15;
then
p divides (1 * (Product I)) - ((((- 1) |^ m) * (a |^ ((p -' 1) div 2))) * (Product I))
by INT_2:15;
then
p divides (1 - (((- 1) |^ m) * (a |^ ((p -' 1) div 2)))) * (Product I)
;
then
p divides 1 - (((- 1) |^ m) * (a |^ ((p -' 1) div 2)))
by A26, WSIERP_1:29;
then
p divides ((- 1) |^ m) * (1 - (((- 1) |^ m) * (a |^ ((p -' 1) div 2))))
by INT_2:2;
then A117:
p divides ((- 1) |^ m) - ((((- 1) |^ m) * ((- 1) |^ m)) * (a |^ ((p -' 1) div 2)))
;
((- 1) |^ m) * ((- 1) |^ m) =
(- 1) |^ (m + m)
by NEWTON:8
.=
(- 1) |^ (2 * m)
.=
((- 1) |^ 2) |^ m
by NEWTON:9
.=
(1 |^ 2) |^ m
by WSIERP_1:1
.=
(1 ^2) |^ m
by NEWTON:81
.=
1
by NEWTON:10
;
then
(- 1) |^ m,a |^ ((p -' 1) div 2) are_congruent_mod p
by A117, INT_2:15;
then A118:
(- 1) |^ m, Lege (a,p) are_congruent_mod p
by A9, INT_1:15;