let n be non zero Nat; :: thesis: for k being Nat st k < 2 to_power n holds
(n + 1) -BinarySequence k = (n -BinarySequence k) ^ <*FALSE*>

let k be Nat; :: thesis: ( k < 2 to_power n implies (n + 1) -BinarySequence k = (n -BinarySequence k) ^ <*FALSE*> )
assume A1: k < 2 to_power n ; :: thesis: (n + 1) -BinarySequence k = (n -BinarySequence k) ^ <*FALSE*>
now :: thesis: for i being Nat st i in Seg (n + 1) holds
((n + 1) -BinarySequence k) . i = ((n -BinarySequence k) ^ <*FALSE*>) . i
end;
hence (n + 1) -BinarySequence k = (n -BinarySequence k) ^ <*FALSE*> by FINSEQ_2:119; :: thesis: verum