Proving Invariance of Polynomial Size Measurement for Positive n

AI Thread Summary
For a positive natural number n, the size is measured as |n| = log₂n, but this can be expressed in any base b>1. The discussion emphasizes that the polynomial form p(x) remains invariant regardless of the base used for logarithmic measurement. By applying the change of base formula, it is shown that the coefficients of the polynomial do not change with different bases, confirming that the polynomial representation of size remains consistent. Thus, the statement "a polynomial in the size of n" holds true across all bases b>1, proving the invariance of polynomial size measurement for positive n.
msmith12
Messages
41
Reaction score
0
For a positive natural number n, we use
<br /> |n|= \log_{2}n<br />
as the measure of the size of n (which is the number of bits in n's binary representation). however, in most cases the size of n can be written as log n without giving an explicit base (the omitting case is the natural base e). Show that for any base b>1,
<br /> \log_{b}n<br />
provides a correct size measure for n, i.e., the statement "a polynomial in the size of n" remains invariant for any base b>1.


This was a problem in my homework for cryptography...

I understand the first part of the problem, which basically means that for any base, b:

<br /> \log_{b}n=|k| =&gt; b^{[k]+1} &gt; n<br />
where [k] equals the floor of k.

but beyond that, I really have no idea...

thanks for any help

matt
 
Physics news on Phys.org
hewThe statement "a polynomial in the size of n" is referring to a polynomial that depends on the size of n, i.e., a polynomial of the form p(x) = a_0 + a_1 x + a_2 x^2 + ... + a_n x^n, where x represents the size of n. To show that this polynomial remains invariant for any base b>1, we must show that the coefficients of the polynomial do not change when changing the base. Let's consider an example polynomial, p(x) = a_0 + a_1 x + a_2 x^2. We can write this polynomial in terms of the logarithm in any base b>1 as follows:p(x) = a_0 + a_1 \log_{b}x + a_2 (\log_{b}x)^2Now, it is clear that the coefficients of the polynomial remain the same regardless of the choice of the base b, therefore showing that the polynomial remains invariant for any base b>1.
 


To prove the invariance of polynomial size measurement for positive n, we need to show that for any base b>1, the statement "a polynomial in the size of n" remains invariant. In other words, no matter what base we use to measure the size of n, the resulting value will still be a polynomial in the size of n.

To start, let's define the size of n in terms of base b:

\log_{b}n = k

where k is the number of digits in the base b representation of n. Now, let's consider the size of n in terms of the natural base e:

\log_{e}n = m

where m is the number of digits in the base e representation of n.

We can then use the change of base formula to relate these two sizes:

\log_{b}n = \frac{\log_{e}n}{\log_{e}b}

Since b>1, we know that \log_{e}b>0. This means that \frac{1}{\log_{e}b}>0. Therefore, we can rewrite the above equation as:

\log_{b}n = m \cdot \frac{1}{\log_{e}b}

Now, let's consider the statement "a polynomial in the size of n". This means that for some polynomial function f, the size of n can be written as:

\log_{b}n = f(m)

where m is the number of digits in the base e representation of n.

We can rewrite this statement as:

m = g(\log_{b}n)

where g is the inverse function of f.

Now, let's substitute our expression for \log_{b}n into this equation:

m = g(m \cdot \frac{1}{\log_{e}b})

Notice that this is still a polynomial function of m. Therefore, we have shown that for any base b>1, the statement "a polynomial in the size of n" remains invariant. This proves the invariance of polynomial size measurement for positive n.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top