title

description

  • Given a set and a natural number ,
  • is the set of length ‘strings’. Can be defined as product of copies of (i.e., ).”
    • : set of all n-bit strings. set is all possible combination of 0 and 1 in string of length 3
    • There are possible strings (8 when n = 3 above)
  • is the set of finite length ‘strings’, where contains empty string.”
    • : set of all finite-length bit strings. = any length, even 0. set is all possible combinations of 0 and 1 for all possible lengths, including "", “0”, and so on
  • is the set