I am trying to get started on this question:
Let $A = \{a:a = 3^n, \ n \in \mathbb{Z}^+\}$
Let $B$ be defined as follows:
- $3 \in B$, and
- for any int $b$ and $c$, if $b \in B$ and $c \in B$, then $bc \in B$.
Then prove that $A$ is a subset of $B$, but that's not what I am worried about.
What does this set look like? My interpretation is $\{3, 9, 27, 81, 243, 2187, \dots\}$.
Does that seem correct?
You do not have enough definition to show entirely what $B$ may be, you only know two facts about some of its contents. $3\in B$ and $\forall b\in\Bbb Z~\forall c\in\Bbb Z: ((b\in B\wedge c\in B)\to bc\in B)$.
That is enough that you can use a proof by induction to demonstrate that $B$ will at least contain a certain subset of the integers ; perhaps other elements, but at least all of those. What is this subset?