let A be finite Ordinal-Sequence; :: thesis: A . 0 c= Sum^ A
defpred S1[ finite T-Sequence] means for A being finite Ordinal-Sequence st $1 = A holds
A . 0 c= Sum^ A;
dom {} = {} ;
then {} . 0 = 0 by FUNCT_1:def 4;
then A0: S1[ {} ] by XBOOLE_1:2;
A1: for f being finite T-Sequence
for x being set st S1[f] holds
S1[f ^ <%x%>]
proof
let f be finite T-Sequence; :: thesis: for x being set st S1[f] holds
S1[f ^ <%x%>]

let x be set ; :: thesis: ( S1[f] implies S1[f ^ <%x%>] )
assume A2: S1[f] ; :: thesis: S1[f ^ <%x%>]
let g be finite Ordinal-Sequence; :: thesis: ( f ^ <%x%> = g implies g . 0 c= Sum^ g )
consider b being ordinal number such that
A3: rng g c= b by ORDINAL2:def 8;
assume A4: g = f ^ <%x%> ; :: thesis: g . 0 c= Sum^ g
then rng g = (rng f) \/ (rng <%x%>) by AFINSQ_1:29;
then A5: ( rng f c= b & rng <%x%> c= b ) by A3, XBOOLE_1:11;
then reconsider f9 = f as finite Ordinal-Sequence by ORDINAL2:def 8;
rng <%x%> = {x} by AFINSQ_1:36;
then x in b by A5, ZFMISC_1:37;
then reconsider x = x as Ordinal ;
per cases ( f = {} or f <> {} ) ;
end;
end;
for f being finite T-Sequence holds S1[f] from AFINSQ_1:sch 3(A0, A1);
hence A . 0 c= Sum^ A ; :: thesis: verum