0

A set is inductive iff $1 \in S$ and $(x + 1) \in S$ whenever $x \in S$.

So it's easy to show when a=1,b=0 then $a+b\sqrt{5} = 1$. So 1 is in S (I assume $0 \in \mathbb{N}$).

However, I am having difficult with the inductive step. This is my thinking thus far.

Assume $a + b\sqrt{5} \in S$.

We need to show $(a+1) + b\sqrt{5} \in S$. Since we know $1+0\sqrt{5} = 1 \in S$. We can substitute in for 1 as follows: $(a + (1 + 0\sqrt{5})) + b\sqrt{5} = (a+1) + b\sqrt{5}$. Thus, $(a+1) + b\sqrt{5} \in S$.

Is this correct? If so, why is the substitution I made allowed? I'm new to induction so my apologies if this seems like a trivial question, but that is where I am struggling to be confident in my proof. I feel like I am using what I need to prove to show what I need to prove.

Thank you!

1 Answers1

1

You have shown that $1\in S$
It remains to show that if $x \in S$ then $(x+1) \in S$

Assume $x\in S$ Then $x=a+b\sqrt{5}$ for some $a, b \in N $

Note that $$x+1= (a+b\sqrt{5})+1=(a+1)+b\sqrt{5}$$

Since N is inductive and $a\in N$, $(a+1)\in N $

Thus $x+1\in S$