let A be finite Ordinal-Sequence; :: thesis: A . 0 c= Sum^ A
defpred S1[ finite Sequence] means for A being finite Ordinal-Sequence st $1 = A holds
A . 0 c= Sum^ A;
A1: S1[ {} ] ;
A2: for f being finite Sequence
for x being object st S1[f] holds
S1[f ^ <%x%>]
proof
let f be finite Sequence; :: thesis: for x being object st S1[f] holds
S1[f ^ <%x%>]

let x be object ; :: thesis: ( S1[f] implies S1[f ^ <%x%>] )
assume A3: 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 such that
A4: rng g c= b by ORDINAL2:def 4;
assume A5: g = f ^ <%x%> ; :: thesis: g . 0 c= Sum^ g
then rng g = (rng f) \/ (rng <%x%>) by AFINSQ_1:26;
then A6: ( rng f c= b & rng <%x%> c= b ) by A4, XBOOLE_1:11;
then reconsider f9 = f as finite Ordinal-Sequence by ORDINAL2:def 4;
rng <%x%> = {x} by AFINSQ_1:33;
then x in b by A6, ZFMISC_1:31;
then reconsider x = x as Ordinal ;
per cases ( f = {} or f <> {} ) ;
end;
end;
for f being finite Sequence holds S1[f] from AFINSQ_1:sch 3(A1, A2);
hence A . 0 c= Sum^ A ; :: thesis: verum