let s be natural Number ; :: thesis: 1 |^ s = 1
A0: s is Nat by TARSKI:1;
defpred S1[ Nat] means 1 |^ $1 = 1;
A1: now :: thesis: for s being Nat st S1[s] holds
S1[s + 1]
let s be Nat; :: thesis: ( S1[s] implies S1[s + 1] )
assume S1[s] ; :: thesis: S1[s + 1]
then 1 |^ (s + 1) = 1 * 1 by Th6;
hence S1[s + 1] ; :: thesis: verum
end;
A2: S1[ 0 ] by RVSUM_1:94;
for s being Nat holds S1[s] from NAT_1:sch 2(A2, A1);
hence 1 |^ s = 1 by A0; :: thesis: verum