let n be non empty 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 end;
hence (n + 1) -BinarySequence k = (n -BinarySequence k) ^ <*FALSE *> by FINSEQ_2:139; :: thesis: verum