defpred S1[ Nat] means Prod_real_n . $1 = $1 ! ;
A1: S1[ 0 ] by Def2, NEWTON:12;
A2: now :: thesis: for l being Nat st S1[l] holds
S1[l + 1]
let l be Nat; :: thesis: ( S1[l] implies S1[l + 1] )
assume A3: S1[l] ; :: thesis: S1[l + 1]
Prod_real_n . (l + 1) = (Prod_real_n . l) * (l + 1) by Def2
.= (l + 1) ! by A3, NEWTON:15 ;
hence S1[l + 1] ; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A2);
hence for b1 being set holds
( b1 = n ! iff b1 = Prod_real_n . n ) ; :: thesis: verum