let p be bag of ; :: thesis: for x being Prime st p is prime-factorization-like & x in support p & p . x = x holds
ex p1, r1 being bag of st
( p1 is prime-factorization-like & support r1 = {x} & Product r1 = x & support p1 = (support p) \ {x} & p1 | (support p1) = p | (support p1) & Product p = (Product p1) * x )
let x be Prime; :: thesis: ( p is prime-factorization-like & x in support p & p . x = x implies ex p1, r1 being bag of st
( p1 is prime-factorization-like & support r1 = {x} & Product r1 = x & support p1 = (support p) \ {x} & p1 | (support p1) = p | (support p1) & Product p = (Product p1) * x ) )
assume A1:
( p is prime-factorization-like & x in support p & p . x = x )
; :: thesis: ex p1, r1 being bag of st
( p1 is prime-factorization-like & support r1 = {x} & Product r1 = x & support p1 = (support p) \ {x} & p1 | (support p1) = p | (support p1) & Product p = (Product p1) * x )
then
{x} c= support p
by ZFMISC_1:37;
then consider q, r being bag of such that
A2:
( support q = (support p) \ {x} & support r = {x} & support q misses support r & q | (support q) = p | (support q) & r | (support r) = p | (support r) & q + r = p )
by Lm3;
A3:
(Product q) * (Product r) = Product p
by A2, NAT_3:19;
defpred S1[ set ] means $1 in {x};
consider nx being natural number such that
A4:
( 0 < nx & p . x = x |^ nx )
by A1, Def1;
consider mx being Nat such that
A5:
nx = mx + 1
by A4, NAT_1:6;
A6:
mx = 0
A9:
q is prime-factorization-like
A13:
x in support r
by A2, TARSKI:def 1;
A14: r . x =
(r | (support r)) . x
by A13, FUNCT_1:72
.=
p . x
by A2, A13, FUNCT_1:72
.=
x
by A4, A5, A6, NEWTON:10
;
r = (SetPrimes --> 0 ) +* x,(r . x)
by A2, Th1;
then
ex rr1 being bag of st
( rr1 = r & support rr1 = {x} & Product rr1 = x )
by A14, Lm8;
hence
ex p1, r1 being bag of st
( p1 is prime-factorization-like & support r1 = {x} & Product r1 = x & support p1 = (support p) \ {x} & p1 | (support p1) = p | (support p1) & Product p = (Product p1) * x )
by A2, A3, A9; :: thesis: verum