let E be set ; :: thesis: for n being Nat holds {(<%> E)} |^ n = {(<%> E)}
let n be Nat; :: thesis: {(<%> E)} |^ n = {(<%> E)}
defpred S1[ Nat] means {(<%> E)} |^ $1 = {(<%> E)};
A1: now :: thesis: for n being Nat st S1[n] holds
S1[n + 1]
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume A2: S1[n] ; :: thesis: S1[n + 1]
{(<%> E)} |^ (n + 1) = ({(<%> E)} |^ n) ^^ {(<%> E)} by Th23
.= {(<%> E)} by A2, Th13 ;
hence S1[n + 1] ; :: thesis: verum
end;
A3: S1[ 0 ] by Th24;
for n being Nat holds S1[n] from NAT_1:sch 2(A3, A1);
hence {(<%> E)} |^ n = {(<%> E)} ; :: thesis: verum