Can Structural Induction Prove All Elements of Set T Are Powers of 2?

thy
Messages
5
Reaction score
0
Consider the set T defined recursively as follows:

• 2∈T,

• if x∈T and x>1,then x/2 ∈T,

• if x∈T and x>1,then x^2 ∈T,

• T contains no other element.

Use Structural Induction to write a detailed, carefully structured proof that ∀ x ∈ T, ∃ n ∈ N, x = 2n.


I'm not sure how to do this proof.
I assume ∀ x ∈ T, ∃ n ∈ N, x = 2n is true and try to prove then x/2 ∈T and x^2 ∈T?
 
Physics news on Phys.org
thy said:
Consider the set T defined recursively as follows:

• 2∈T,

• if x∈T and x>1,then x/2 ∈T,

• if x∈T and x>1,then x^2 ∈T,

• T contains no other element.

Use Structural Induction to write a detailed, carefully structured proof that ∀ x ∈ T, ∃ n ∈ N, x = 2n.


I'm not sure how to do this proof.
I assume ∀ x ∈ T, ∃ n ∈ N, x = 2n is true and try to prove then x/2 ∈T and x^2 ∈T?

You just get powers of 2 from the recursion not any even number.
 
lavinia said:
You just get powers of 2 from the recursion not any even number.

substituting 2n into x? So it becomes (2n) ^2?
I don't really get it...
 
I find with inductions that looking at simple examples leas to the general argument.

So if 2 is in X then 1 is in X (2/2 = 1) so these are both powers of 2. The recursion only allows you to take these two numbers to get the next numbers. But 1 does not give any new numbers so we can forget about it and just look at 2. 2^2 is 4, another power of 2, and 4/2 = 2. So again you only have powers of 2. Form 4 you get 4^2, another power of 2, and dividing by 2 you get 8 and 4 and 2 again. This is the only thing that happens. Forn * and 16 you get more powers of two and so on.
 
lavinia said:
I find with inductions that looking at simple examples leas to the general argument.

So if 2 is in X then 1 is in X (2/2 = 1) so these are both powers of 2. The recursion only allows you to take these two numbers to get the next numbers. But 1 does not give any new numbers so we can forget about it and just look at 2. 2^2 is 4, another power of 2, and 4/2 = 2. So again you only have powers of 2. Form 4 you get 4^2, another power of 2, and dividing by 2 you get 8 and 4 and 2 again. This is the only thing that happens. Forn * and 16 you get more powers of two and so on.


thanks, it helps a lot
 
Namaste & G'day Postulate: A strongly-knit team wins on average over a less knit one Fundamentals: - Two teams face off with 4 players each - A polo team consists of players that each have assigned to them a measure of their ability (called a "Handicap" - 10 is highest, -2 lowest) I attempted to measure close-knitness of a team in terms of standard deviation (SD) of handicaps of the players. Failure: It turns out that, more often than, a team with a higher SD wins. In my language, that...
Hi all, I've been a roulette player for more than 10 years (although I took time off here and there) and it's only now that I'm trying to understand the physics of the game. Basically my strategy in roulette is to divide the wheel roughly into two halves (let's call them A and B). My theory is that in roulette there will invariably be variance. In other words, if A comes up 5 times in a row, B will be due to come up soon. However I have been proven wrong many times, and I have seen some...
Back
Top