00:01
We are given sets of strings and we are asked to determine whether the string 0 -1 -001 is in each of the set.
00:09
In part a, we're given the set, which is the clean closure of the set containing 0 and 1.
00:34
We know that this set is going to contain any sequence of zeros and ones.
00:40
In other words, this contains all bit strings, so it follows since 0 -1 -0 -0.
01:07
0 .01 is a bit string.
01:11
0101 lies in the set.
01:22
In part b, we're given the set, which is concatenation of the clean closure of the set containing 0, the closure of the set containing 1 0, or sorry, the set containing 1 0, and clean closure of the set containing 1.
01:46
So we know that the clean closure of 1 contains any sequence of 1s, and the clean closure of 0 is going to contain any sequence of 0s.
02:21
So it follows that this set contains strings of any sequence of zeros, followed by 1 0, followed by any sequence of 1s.
03:07
However, this implies that 0 1 ,001.
03:17
This implies that 0 -1 -001 is not contained in this set because we have a 0 followed by a 1 -0 but then followed by a 0 -1, and 0 -1 does not contain only ones.
04:04
In part c, we are given the set, which is the concatenation of the clean closure of 0 -1 -0 and the clean closure of the set containing 0, and the set containing 1.
04:40
So we know that the clean closure of the set containing 0 contains any sequence, or 0 and 1, 0 i mean, contains any sequence of 0 1 -0s, and the clean closure of the set containing 0 contains any sequence of 0s.
04:55
So it follows that the set contains a string with any sequence of 010, followed by any sequence of 0, followed by a 1.
05:50
So this means that the set does contain the string 01001, since 01001 starts with 010 followed by 0 and then followed by 1...