Show that the set of sets {An} has n elements

  • Context: Graduate 
  • Thread starter Thread starter alejandro7
  • Start date Start date
  • Tags Tags
    Elements Set Sets
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
10 replies · 2K views
alejandro7
Messages
13
Reaction score
0
We define by recursion the set of sets {An:n∈ℕ} this way:

A_0=∅
A_n+1=A_n ∪ {A_n}.

I want to prove by induction that for all n∈ℕ, the set A_n has n elements and that A_n is transitive (i.e. if x∈y∈A_n, then x∈A_n).

My thoughts:

for n=0, A_1 = ∅∪ {∅} = {∅}

then, for n+1: A_n+2 =A_n+1 ∪ {A_n+1}

I'm confused on how to proceed.
 
Last edited:
Physics news on Phys.org
micromass said:
Again, what do you mean with "a set has ##n## elements"?

I'm not sure I understand the question. I mean that the set is finite, countable and when you count the elements, there are n of them.
 
FactChecker said:
I'm not sure I understand the question. I mean that the set is finite, countable and when you count the elements, there are n of them.

Although, in this particular case, you might need also to justify that the elements are different from each other!
 
micromass said:
Ok, good to know.

But maybe the OP needs to have such a discussion in order to correctly answer his question. It depends what his professor is happy with.

I am not trying to do his homework. I'm just trying to point out where he was missing the proof by induction because he was not using the fact that it is true for n in the proof of n+1. That seemed to be the original OP question. I don't know what is assumed or wanted in his class.
 
FactChecker said:
I am not trying to do his homework. I'm just trying to point out where he was missing the proof by induction because he was not using the fact that it is true for n in the proof of n+1. That seemed to be the original OP question. I don't know what is assumed or wanted in his class.

In this very special case, induction is actually not needed if you define things the correct (and the usual) way.