Is this an inductive definition?

68 Views Asked by At

I've been trying to understand what truly is an inductive definition and I came across this one I just can't figure out:

$(1)$ $ 0 \in A$

$(2)$ $ n \in A \implies n \in A$

1

There are 1 best solutions below

0
On BEST ANSWER

As it's written, (2) is a tautology. The only element $A$ needs to have to satisfy the given conditions is $0$. So we can't use induction to prove anything else.