let k, i, n be Nat; :: thesis: for a being Tuple of n,k -SD st 2 <= k & i in Seg (n + 1) holds
SD2SDSubDigit a,i,k is Element of k -SD_Sub

let a be Tuple of n,k -SD ; :: thesis: ( 2 <= k & i in Seg (n + 1) implies SD2SDSubDigit a,i,k is Element of k -SD_Sub )
assume that
A1: 2 <= k and
A2: i in Seg (n + 1) ; :: thesis: SD2SDSubDigit a,i,k is Element of k -SD_Sub
set SDD = (SDSub_Add_Data (DigA a,i),k) + (SDSub_Add_Carry (DigA a,(i -' 1)),k);
set SDC = SDSub_Add_Carry (DigA a,(i -' 1)),k;
now end;
hence SD2SDSubDigit a,i,k is Element of k -SD_Sub ; :: thesis: verum