In relation to set theory and given a set U, what does U* mean? I'm working on homework for a programming language theory class (section on types) and one of the questions asks for the size of U*. I don't need the answer, just some help on what U* means :)
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
It means a set including every countable $U$ as a example define: $U=\{a,b\}$ so we have: $U^0 = \{\} = \lambda $ $U^1 = \{a,b\} = \lambda $ $U^2 = \{aa,ab,ba,bb\} = \lambda $ . . . $U^* = \{U^0,U^1,U^2,U^3,... \}$ $U^+ = \{U^1,U^2,U^3,U^4,... \}$ |
|||||
|