set S = SgmX (RelIncl n),(support b);
let a, c be Element of L; ( ex y being FinSequence of the carrier of L st
( len y = len (SgmX (RelIncl n),(support b)) & a = Product y & ( for i being Element of NAT st 1 <= i & i <= len y holds
y /. i = (power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),((b * (SgmX (RelIncl n),(support b))) /. i) ) ) & ex y being FinSequence of the carrier of L st
( len y = len (SgmX (RelIncl n),(support b)) & c = Product y & ( for i being Element of NAT st 1 <= i & i <= len y holds
y /. i = (power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),((b * (SgmX (RelIncl n),(support b))) /. i) ) ) implies a = c )
assume that
A6:
ex y1 being FinSequence of the carrier of L st
( len y1 = len (SgmX (RelIncl n),(support b)) & a = Product y1 & ( for i being Element of NAT st 1 <= i & i <= len y1 holds
y1 /. i = (power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),((b * (SgmX (RelIncl n),(support b))) /. i) ) )
and
A7:
ex y2 being FinSequence of the carrier of L st
( len y2 = len (SgmX (RelIncl n),(support b)) & c = Product y2 & ( for i being Element of NAT st 1 <= i & i <= len y2 holds
y2 /. i = (power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),((b * (SgmX (RelIncl n),(support b))) /. i) ) )
; a = c
consider y1 being FinSequence of the carrier of L such that
A8:
len y1 = len (SgmX (RelIncl n),(support b))
and
A9:
Product y1 = a
and
A10:
for i being Element of NAT st 1 <= i & i <= len y1 holds
y1 /. i = (power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),((b * (SgmX (RelIncl n),(support b))) /. i)
by A6;
consider y2 being FinSequence of the carrier of L such that
A11:
len y2 = len (SgmX (RelIncl n),(support b))
and
A12:
Product y2 = c
and
A13:
for i being Element of NAT st 1 <= i & i <= len y2 holds
y2 /. i = (power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),((b * (SgmX (RelIncl n),(support b))) /. i)
by A7;
now let i be
Nat;
( 1 <= i & i <= len y1 implies y1 . i = y2 . i )assume that A14:
1
<= i
and A15:
i <= len y1
;
y1 . i = y2 . i
i in Seg (len y2)
by A8, A11, A14, A15, FINSEQ_1:3;
then A16:
i in dom y2
by FINSEQ_1:def 3;
A17:
i in Seg (len y1)
by A14, A15, FINSEQ_1:3;
then
i in dom y1
by FINSEQ_1:def 3;
hence y1 . i =
y1 /. i
by PARTFUN1:def 8
.=
(power L) . ((x * (SgmX (RelIncl n),(support b))) /. i),
((b * (SgmX (RelIncl n),(support b))) /. i)
by A10, A14, A15, A17
.=
y2 /. i
by A8, A11, A13, A14, A15, A17
.=
y2 . i
by A16, PARTFUN1:def 8
;
verum end;
hence
a = c
by A8, A9, A11, A12, FINSEQ_1:18; verum