let O be Ordinal; for L being non empty ZeroStr
for perm being Permutation of O
for s being Series of O,L holds card (Support s) = card (Support (s permuted_by perm))
let L be non empty ZeroStr ; for perm being Permutation of O
for s being Series of O,L holds card (Support s) = card (Support (s permuted_by perm))
let perm be Permutation of O; for s being Series of O,L holds card (Support s) = card (Support (s permuted_by perm))
let s be Series of O,L; card (Support s) = card (Support (s permuted_by perm))
set P = s permuted_by perm;
defpred S1[ bag of O, bag of O] means $2 = $1 * perm;
A1:
for x being Element of Bags O ex y being Element of Bags O st S1[x,y]
consider f being Function of (Bags O),(Bags O) such that
A2:
for x being Element of Bags O holds S1[x,f . x]
from FUNCT_2:sch 3(A1);
A3:
dom f = Bags O
by FUNCT_2:52;
( rng perm = O & O = dom perm )
by FUNCT_2:52, FUNCT_2:def 3;
then A4:
( perm * (perm ") = id O & id O = (perm ") * perm )
by FUNCT_1:39;
A5:
f is one-to-one
A10:
f .: (Support (s permuted_by perm)) c= Support s
Support s c= f .: (Support (s permuted_by perm))
then
f .: (Support (s permuted_by perm)) = Support s
by A10, XBOOLE_0:def 10;
hence
card (Support s) = card (Support (s permuted_by perm))
by CARD_1:5, A5, A3, CARD_1:33; verum