defpred S1[ Nat] means B ^^ B is antichain-like ;
A2: S1[ 0 ] ;
A3: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume S1[k] ; :: thesis: S1[k + 1]
then (B ^^ k) ^ B is antichain-like ;
hence S1[k + 1] by Th6; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A2, A3);
hence B ^^ n is antichain-like ; :: thesis: verum