:: deftheorem Def1 defines LenBSeq BINARI_6:def 1 :
for x being Nat
for b2 being non zero Nat holds
( ( x = 0 implies ( b2 = LenBSeq x iff b2 = 1 ) ) & ( not x = 0 implies ( b2 = LenBSeq x iff ex n being Nat st
( 2 to_power n <= x & x < 2 to_power (n + 1) & b2 = n + 1 ) ) ) );