I am having a difficult time understanding the use of $A^*$ and how it differs from the usage of a power set.
$A^*$ is defined as "the set of all (finite) lists over A". I understand $\wp(A)$ to be the power set of A defined as "the set of all subsets of A."
How is "all lists over A" different from "all subsets of A"?
Here are both definitions as denoted in my textbook:
$$A^* := \{[a_1,...,a_n]\ |\ n \in \mathbb N;\ a_1,...,a_n \in A\}$$
$$\wp(A) = \{X\ |\ X \subseteq A\}$$