Can Mathematical Induction Prove the Existence of a Fourth Dimension?

AI Thread Summary
The discussion revolves around the use of mathematical induction to explore the existence of a fourth dimension. The participant is trying to prove the equation 2^n, where "n" represents the dimension, and is confused about how to properly express and utilize the equation for induction. They note that for n=1, there are 2 terminal points, and for n=2, there are 4 terminal points, extending this to n=4 with 16 terminal points. However, there is a misunderstanding regarding the application of induction, as it requires proving a general statement rather than specific values. Clarification on the correct formulation of the induction proof is needed to advance the exploration of the fourth dimension.
PTiger
Messages
1
Reaction score
0
I am currently exploring if whether or not a fourth dimension exists or can be drawn. According to my professor, I have to use mathematical induction.


I know that 2^n is the equation and "n" equals the dimension. Therefore 2^1 is 2. The first dimension is a line with 2 terminal points and 2^2 =4 because the second dimension is four terminal points.

For mathematical induction, I guess I'm trying to prove that 2^n is true and 2^n+1. The only way I can prove this is by drawing it. I can draw that 2^4 = 16 terminal points and 2^n+1, I can show that you can end up with 4 terminal points, 16 terminal points...However, I don't know what type of equation to use.
 
Physics news on Phys.org
PTiger said:
I am currently exploring if whether or not a fourth dimension exists or can be drawn. According to my professor, I have to use mathematical induction.


I know that 2^n is the equation and "n" equals the dimension. Therefore 2^1 is 2. The first dimension is a line with 2 terminal points and 2^2 =4 because the second dimension is four terminal points.

For mathematical induction, I guess I'm trying to prove that 2^n is true and 2^n+1. The only way I can prove this is by drawing it. I can draw that 2^4 = 16 terminal points and 2^n+1, I can show that you can end up with 4 terminal points, 16 terminal points...However, I don't know what type of equation to use.

You need to use parentheses to make your expressions clear. For example, 2^4+1 = 16+1 = 17 when read using standard rules, but 2^(4+1) = 2^5 = 32. If you mean 2^(4+1), you need to write it like that, or else use the "superscript" button (on the pallette at the top of the input pane---it looks like X2); that would give you 24+1.

RGV
 
PTiger said:
I am currently exploring if whether or not a fourth dimension exists or can be drawn. According to my professor, I have to use mathematical induction.


I know that 2^n is the equation and "n" equals the dimension. Therefore 2^1 is 2. The first dimension is a line with 2 terminal points and 2^2 =4 because the second dimension is four terminal points.

For mathematical induction, I guess I'm trying to prove that 2^n is true and 2^n+1.
2n is not a statement, so it's meaningless to say that it is either true or false. Same with 2n+1.

Examples of statements:
x + 1 = 3
y < 5
The name of my dog is Dylan.

Regarding the problem you posted, I don't believe that you have described it correctly. Induction proofs are not used to prove statements about specific value of n, such as n = 4. They are used to proved statements of a more general statement.

What exactly are you trying to prove?
PTiger said:
The only way I can prove this is by drawing it. I can draw that 2^4 = 16 terminal points and 2^n+1, I can show that you can end up with 4 terminal points, 16 terminal points...However, I don't know what type of equation to use.
 
Assume that the statement holds for n=1,...n and show that it implies true for n+1
 
Back
Top