Challenge Math Challenge - February 2020

Click For Summary
The Math Challenge - February 2020 thread features various mathematical problems, with several solved by users. Key discussions include limits involving cosine functions, polynomial interpolation for distinct real numbers, and properties of smooth closed curves using Green's formula. Additionally, the thread addresses uniform continuity of functions and the behavior of Fibonacci numbers. The conversation also touches on the interpretation of mathematical symbols and concepts, particularly regarding angles and integrals, showcasing a collaborative problem-solving environment. Overall, the thread highlights a range of mathematical topics and community engagement in solving complex problems.
  • #61
fresh_42 said:
This is close, but for ##n=6=3k## and ##m=3## you have ##6## knights, but ##9## are possible.

It is better to distinguish the cases ##m=1,m=2,m>2##.
In my answer I have already told that required number is always maximum in case 2 except for ##m=1## which will give ##9## for the given case. However if you want me to distinguish the cases as ##m=1,m=2,m>2##, here it is.
IMG_20200208_091506.jpg
 
  • Like
Likes Pi-is-3
Physics news on Phys.org
  • #62
mmaismma said:
In my answer I have already told that required number is always maximum in case 2 except for ##m=1## which will give ##9## for the given case. However if you want me to distinguish the cases as ##m=1,m=2,m>2##, here it is.

You can simplify the formulas of n=odd.

For n and m both odd the formula can be simplified to ## \frac{mn+1}{2} ## .
For n odd, m even, the formula can be simplified to ## \frac{mn}{2} ## .

This way both the cases of n feel interconnected.
 
  • Like
Likes fresh_42
  • #63
fresh_42 said:
12. Determine (with justification, but without explicit calculation) which of
a.) ##1000^{1001}## and ##{1002}^{1000}##
is larger.
b.) ##e^{0.000009}−e^{0.000007}+e^{0.000002}−e^{0.000001}## and ##e^{0.000008}−e^{0.000005}##
is larger.

I am not entirely sure if this is an acceptable solution. This solution relies on knowing that ##2 \lt e \lt 3## and derives some bounds based on powers or logarithms based on that. In that sense, it is not free from calculation, though it does not rely on any further explicit calculation. I guess the ideal solution would use some standard identities that I am unaware of.
a.) Define ##f(x) = x ^ {\frac {3002-x} {2}}## and ##g(x) = \log f(x) = \dfrac {3002-x} {2} \log x##
It is easy to see that ##{1000}^{1001} = f(1000)## and ##{1002}^{1000} = f(1002)##

Since logarithm is a monotonically increasing function, proving that ##\log a \gt \log b## is equivalent to proving that ##a \gt b## provided logarithm is well-defined for those values.

##g'(x) = \dfrac {3002-x} {2x} - \dfrac {\log x} {2} = \
\dfrac {1501} {x} - \dfrac {1 + \log x} {2}##

For ##x \geq 1000, g'(x) \leq (1.501 - \dfrac {1 + \log 1000} {2}) \lt 1.501 - 2.5 \Rightarrow x \lt 0##, where I use the fact that ##e \lt 3##. We know that ##3^4 = 81 < 1000##. Therefore ##3^4 \lt 1000 \Rightarrow e^4 \lt 1000 \Rightarrow \log 1000 \gt 4## .

Since ##g(x)## has a negative slope for ##x \geq 1000##, ##g(y) \lt g(1000) \ \forall y \gt 1000##. Hence, ##g(1002) \lt g(1000) \Rightarrow f(1002) \lt f(1000) \Rightarrow 1000^{1001} \gt 1002^{1000}##

b.) Let ##x = e^{0.000001}## and let ##A, B## denote the 2 expressions whose values are to be compared. Then ##A - B = (e^{0.000009}−e^{0.000007}+e^{0.000002}−e^{0.000001}) - (e^{0.000008}−e^{0.000005})## is equivalent to ##x^9 - x^7 + x^2 - x - x^8 + x^5 = x(x^8 - x^6 + x - 1 - x^7 + x^4) \
= x(x^8 - x^7 - x^6 + x^4 + x - 1) = x(x^7(x-1) - x^4(x^2 - 1) + (x-1)) = x(x-1)(x^7 -x^4(x+1) + 1) \
= x(x-1)(x^7 - x^5 - x^4 + 1) = x(x-1)(x^5(x^2 - 1) - (x^2 + 1)(x^2 - 1)) = x(x-1)(x^2 - 1)(x^5 - (x^2 + 1))
##

Since ##x > 1## (##e^a \gt 1 \ \forall a \gt 0## and by definition ##x = e^{0.000001}##), it follows that ##x(x-1)(x^2 - 1) \gt 0##. We try to find whether ##(x^5 - (x^2 + 1))## is positive or not, and for this we may compare the logarithms of ##x^5## and ##(x^2 + 1)##. Note that in the derivations, by ##\log x## I mean the natural logarithm of ##x##.

##\log {x^5} = \log {e^{0.000005}} = 0.000005##

##\log {x^2 + 1} = \log {e^{0.000002} + 1} \gt \log 2##
Since ##2 \lt e \lt 3 \lt 4##, ##\log 2 \gt \log_{4} 2 = 0.5##
Since ##0.5 > 0.000005##, it follows that ##\log {x^5} \lt \log {x^2 + 1} \Rightarrow (x^5 - (x^2 + 1)) \lt 0##. Hence the value ##x(x-1)(x^2 - 1)(x^5 - (x^2 + 1)) \lt 0## implying that ##A - B \lt 0## or ##A \lt B##.

Therefore ##e^{0.000009}−e^{0.000007}+e^{0.000002}−e^{0.000001}## must be smaller that ##e^{0.000008}−e^{0.000005}##
 
  • #64
Sorry, I missed adding parentheses in one of the steps
It was meant to be read as ##\log {(x^2+1)} = \log {(e^{0.000002}+1)} > \log 2##. In the earlier post, I missed the brackets around ##x^2+1## and ##e^{0.000002}+1##
 
  • #65
mmaismma said:
In my answer I have already told that required number is always maximum in case 2 except for ##m=1## which will give ##9## for the given case. However if you want me to distinguish the cases as ##m=1,m=2,m>2##, here it is.
##m=2## and ##n=2## allows ##4\neq n## knights.
Pi-is-3 said:
For ##n## and ##m## both odd the formula can be simplified to ##\frac{mn+1}{2}##.
For ##n## odd, ##m## even, the formula can be simplified to ##\frac{mn}{2}##.
it can be further simplified to ##\lceil \dfrac{nm}{2}\rceil##.

Nobody with an idea how to find the correct number for part b)?
 
Last edited:
  • #66
Pi-is-3 said:
You can simplify the formulas of n=odd.

For n and m both odd the formula can be simplified to ## \frac{mn+1}{2} ## .
For n odd, m even, the formula can be simplified to ## \frac{mn}{2} ## .

This way both the cases of n feel interconnected.
You are right but I didn't simplify the formula intentionally. Because this way one can easily figure out how I have derived the formulas.
 
  • #67
fresh_42 said:
m=2m=2m=2 and n=2n=2n=2 allows 4≠n4≠n4\neq n knights
Yes you are right. There is an exception for such small boards that I couldn't figure out.
fresh_42 said:
it can be further simplified to ⌈nm2⌉⌈nm2⌉\lceil \dfrac{nm}{2}\rceil.
What is a 'ceil'?
 
  • #68
mmaismma said:
Yes you are right. There is an exception for such small boards that I couldn't figure out.
You have almost everything right except for ##m=2##. The example of a ##2\times 2## board can be generalized to ##n\times 2## boards. The formula is a bit tricky. I suggest to write ##n=4k+r\, , \,r=1,2,3,4##.
What is a 'ceil'?
Rounded to the next upper integer.
mmaismma said:
You are right but I didn't simplify the formula intentionally. Because this way one can easily figure out how I have derived the formulas.
You can give an easy and straight argument if you look at an actual board and observe what a knight move does.
 
  • #69
Antarres said:
In case where ##f(x)## has no limit as ##x## approaches infinity, it can either increase/decrease without bound or oscillate.
By "increase/decrease without bound" do you mean ##\lim_{x\to\infty}|f(x)|=\infty## or just ##\lim\sup_{x\to\infty}|f(x)|=\infty##? What does "oscillate" mean?

Antarres said:
First we observe that, if ##f(x)## is periodic with period ##\frac{1}{k}##, ##k \in \mathbb{N}##, then for every ##n \in \mathbb{N}##, ##f(x+n)=f(x)##, because ##n## is an integer multiple of the period. Hence the sequence ##f_n(x)## is constant for fixed ##x##, so it converges uniformly to ##g(x)=f(x)##. Since we assume ##f(x)## is well defined and continuous on its domain, we have that, since it is continuous on a closed interval ##[0,T]##, it is uniformly continuous on that interval. Then by periodicity and continuity, it is uniformly continuous on the whole domain. So both ##f## and ##g## are uniformly continuous.
I agree with this (and probably you also mean to allow functions which are eventually periodic).

Antarres said:
The idea of why we picked specific forms for function ##f(x)## in the two cases we considered before, is to narrow down possible representations of ##g(x)##. Namely, if ##f## is oscillating, then the sequence ##f_n(x)=f(x+n)## is surely oscillating with the change of both ##x## and ##n##, behaving the same way ##f## does. By maintaining that ##n## is an integer multiple of the period of ##f##, we obtain uniform convergence, because we're making the sequence constant with ##n##, but if we allow ##f_n## to oscillate with ##n##, we won't have any function that it would converge to, because we can't suppress its oscillation at infinity otherwise, since it is governed by the behavior of ##f## which is preset.
I can't figure out what mathematical claim you are making here. Can you make this precise?

Antarres said:
Therefore, we conclude that the general form of ##g(x)## must be a combination of the cases we found above.
Why?
 
  • #70
Infrared said:
By "increase/decrease without bound" do you mean ##\lim_{x\to\infty}|f(x)|=\infty## or just ##\lim\sup_{x\to\infty}|f(x)|=\infty##? What does "oscillate" mean?
Okay, well I mean the first, that ##\lim_{x\to\infty} |f(x)| = \infty##. From the way ##f_n## is constructed, we see that its convergence depends on the behavior of ##f## at infinity, and that ##g(x)## is precisely asymptotic form of ##f## at infinity.
So what I meant is, that if we have no limit, that means that either limit is in positive/negative infinity(that's what I meant by increase/decrease without bound), or the number of accumulation points is not equal to one(there's no unique pointt to which the sequence converges for fixed ##x##, violating pointwise convergence, and hence uniform convergence as well).
Infrared said:
I agree with this (and probably you also mean to allow functions which are eventually periodic).
I indeed do allow that case(in which a function eventually turns to behaving periodic), I commented on it later in the answer, when I obtain the general form of ##f##.
Infrared said:
I can't figure out what mathematical claim you are making here. Can you make this precise?

What I mean is that behavior of ##f_n##, the way its limit approaches as ##n\to\infty##, is the same way ##f## behaves as ##x\to\infty##, unless we make the sequence independent of ##n##. This is a consequence of how we constructed ##f_n## as just being a translation along ##x##-axis. So we choose that either ##f## has a finite limit, hence the sequence also has a finite limit, which makes it uniformly converge to a constant(which I addressed in the first answer), or ##f## can be periodic with a specific period that would make ##f_n## independent of ##n##. This is the case of periodic function with period ##\frac{1}{k}##. Now, this doesn't exhaust the possible behaviors of ##f##, but it does exhaust possible behaviors of ##f_n## and hence ##g##.

If we, for example, allow ##f## to be periodic with a different period from the form we mentioned, that would make ##f_n## limit undefined, since it would produce more than one accumulation point(which I addressed when I talked about general rational and irrational periods). Even if ##f## is aperiodic, it must be of such behavior that at infinity it becomes a periodic function of period ##\frac{1}{k}##, otherwise ##f_n## wouldn't converge even pointwise.

So that's what I meant, these two cases are two possibilities of how ##f_n## would converge, and from there I give the general form of ##g## which is ##aP(x) + b##. Every ##g## can be written in this general form, since ##P## is a completely general function of period ##\frac{1}{k}##, it just has to be continuous. So I considered specific cases on how ##f_n## converges and then combined them in general way.

From there, I find that then ##f## must be of general form ##s(x)P(x)+t(x)##, where ##s## and ##t## converge towards ##a## and ##b## we find in ##g##, and ##P## is just a periodic function of period ##\frac{1}{k}##, so it doesn't interrupt the convergence of ##f_n##.

All other cases can be broken down to these possibilities, the main thing is that we essentially want ##f_n## to have a well defined limit, and then we take all possible combinations of functions that give that. I think it is precise enough now, unless I missed something that is of essential importance. Also when I mention accumulation points, it is an abuse of words, since in terms of uniform convergence those 'points' are functions, while in terms of pointwise converges they are actually points. But it should be clear from the context what I mean in every particular case.
 
  • #71
a)
By Green's theorem:
$$\oint_C Pdx+Qdy = \int\int \left(\frac{\partial Q}{\partial x}-\frac{\partial P}{\partial y}\right)dxdy$$
we have that if the integrand on the right-hand side is equal to 1, we get the formula for the area. One of the functions for which this is satisfied is ##P=0##, ##Q=x##. Then we rewrite the theorem:
$$\oint_C xdy = \int\int dxdy = A$$
Now we use the parametrization given in the exercise ##dy = y'(t)dt##, so we have:
$$\int_0^{2\pi} x(t)y'(t)dt = A$$
Squaring the relation and using Cauchy-Schwarz in integral form, gives:
$$A^2 = \left(\int_0^{2\pi} x(t)y'(t)dt\right)^2 \leq \int_0^{2\pi} (x(t))^2dt\int_0^{2\pi}(y'(t))^2dt$$
This proves the inequality.
b) Assume we translated the curve so that ##\int_0^{2\pi} x(t)dt##. Then Wirtinger's inequality holds.
Before using it, we will observe the property of arc-length parametrization that follows from its definition. Namely:
$$dt = \sqrt{dx^2 + dy^2} = \sqrt{(x'(t))^2 + (y'(t))^2}dt$$
from which we conclude ##(x'(t))^2 + (y'(t))^2 = 1##.
Now we apply Wirtinger's inequality to the one we had in a):
$$\int_0^{2\pi} (x(t))^2dt\int_0^{2\pi}(y'(t))^2dt \leq \int_0^{2\pi} (x'(t))^2dt\int_0^{2\pi}(y'(t))^2dt$$
We denote now:
$$I_x = \int_0^{2\pi} (x'(t))^2dt \qquad I_y = \int_0^{2\pi} (y'(t))^2dt$$
We then use the AM-GM inequality, remembering that both of the numbers above are nonnegative:
$$\left(\frac{I_x+I_y}{2}\right)^2 \geq I_xI_y$$
But also, integrating the relation ##(x'(t))^2 + (y'(t))^2 = 1## over ##t##, we find:
$$I_x + I_y = 2\pi$$
Then we combine the two expressions above:
$$I_xI_y \leq \pi^2$$
Substituting this into Wirtinger's inequality, we find finally:
$$A^2 \leq \int_0^{2\pi} (x'(t))^2dt\int_0^{2\pi}(y'(t))^2dt \leq \pi^2$$
From here we obtain the relation that's needed by taking square root of both side.
c)
We examine the conditions where Wirtinger inequality turns into equality, and also conditions of equality for AM-GM and Cauchy-Schwarz that we used.
Wirtinger's inequality equality condition:
$$x'(t) = a\sin(x+\phi)$$
for ##a## and ##\phi## constant.
AM-GM inequality equality condition:
$$I_x = I_y$$
Cauchy-Schwarz inequality equality condition:
$$x(t) = cy'(t)$$
for ##c## a constant.
The first condition, along with the condition ##(x'(t))^2 + (y'(t))^2 = 1##, gives:
$$|a|=1 \qquad y'(t) = acos(x+\phi)$$
the first condition coming from the fact that ##|x(t)|## has to be less than or equal to 1.
The second condition is then trivial, of form ##0=0##.
The third condition gives ##x(t) = \int x'(t)dt = -acos(x+\phi) = cy'(t) \Rightarrow c=-1##.
So Wirtinger's equality condition implies other conditions trivially, and this conditions implies the equation of a circle. Hence, ##A=\pi## can only happen if ##C## is a circle.
 
  • Like
Likes fresh_42 and Infrared
  • #72
Antarres said:
Even if ##f## is aperiodic, it must be of such behavior that at infinity it becomes a periodic function of period ##\frac{1}{k}##, otherwise ##f_n## wouldn't converge even pointwise.
I think this is your key claim that I wasn't able to find a clear proof of in your writing. Could you give a rigorous argument for this? There is a very simple, direct argument that doesn't require any casework.
Also, I didn't see where you used uniform instead of just pointwise convergence.

Your answer to number 3 is good! This is my favorite argument for the isoperimetric inequality, and I thought I had to share :)
 
  • #73
Hmm, well I think my case argument was based on classifying cases by how many accumulation points can ##f_n## have, since if it doesn't converge pointwise, it won't converge uniform either. But since I didn't find a way to make it more rigorous, although I didn't find any counterexample to it, I found a simpler ##\epsilon-\delta## type of argument, which is probably much clearer.

Let's see if the continuity of ##f## along with uniform convergence of ##f_n## implies that ##f## is uniformly continuous.
First choose ##\epsilon>0##. Then choose ##N\in\mathbb{N}## such that for all ##n\geq N## and all ##x##, ##|f_n(x)-g(x)|<\frac{\epsilon}{2}##.
Then, we find ##\delta## such that(for ##n\geq N##):
$$|x-y| <\delta \Rightarrow |f_n(x)-f_n(y)|=|f_n(x) - g(x)+g(x)-f_n(y)| \leq |f_n(x)-g(x)|+|g(x)-f_n(y)|<\epsilon$$
This ##\delta## is independent of ##x## and ##y##(because the boundary we obtained using uniform convergence doesn't depend on ##x## or ##y##), so we find that functions ##f_n(x)## are uniformly continuous for ##n\geq N##, or in other words ##f## is uniformly continuous for ##x>N##(since ##f_n(x) = f(x+n)##).
Now we divide the positive ##x##-axis into overlapping intervals: ##[0,2N]## and ##[N,\infty]##.
By what we derived above, ##f## is proven to be uniformly continuous on the second interval. But ##[0,2N]## is closed and ##f## is continuous on it, hence ##f## is uniformly continuous on it.
So this proves that ##f## is uniformly continuous on the whole domain.

Now we turn to proving uniform continuity of ##g##. For ##\epsilon>0##, choose ##N## such that for ##n\geq N##: ##|f_n(x) - g(x)| <\frac{\epsilon}{3}##, for all ##x##.
Also from uniform continuity of ##f##, we find ##\delta## such that for all ##x## and ##y## in the domain and any ##n\geq N##:
$$|x-y|<\delta \Rightarrow |f_n(x)-f_n(y)|<\frac{\epsilon}{3}$$
Then:
$$|x-y|<\delta \Rightarrow |g(x)-g(y)| = |g(x) - f_n(x) + f_n(x) - f_n(y)+f_n(y)-g(y)|\\ \leq |g(x)-f_n(x)| + |f_n(x)-f_n(y)| + |f_n(y)-g(y)|<\epsilon$$
The boundary is by construction independent of ##x## and ##y##, so ##g## is also uniformly continuous.
 
  • Like
Likes Infrared
  • #74
Great, this is much clearer!

I think you could do it your original way too: ##g(x+1)=\lim_{n\to\infty}f(x+1+n)=\lim_{n\to\infty}f(x+n+1)=g(x)##, so ##g## is periodic with period dividing ##1##. It's continuous by uniform convergence, so uniformly continuous.
 
  • Like
Likes Antarres
  • #75
Oh true, that's exactly how I wanted to form it, but I used a lot of words to formulate it, since for some reason I didn't feel comfortable writing it in limit form. Thanks for the remark, it would've shortened my argument immensely if I just wrote it that way.
 
  • Like
Likes Infrared
  • #76
The idea for the proof is as follows. Basically for chosen functional ##F##, we want to find a decomposition of vectors of ##\mathcal{H}## to the ones belonging to its kernel, and the ones belonging to the orthogonal complement of the kernel, where orthogonal complement is defined with respect to the bilinear form ##\beta##. This will allow us to make a decomposition of a vector such that actions of the bilinear form and functional on it coincide, so we find the relation we need. We construct the proof, by first inspecting the property of orthogonal complement.

I will assume here that ##\beta(x,x) = 0## is equivalent to ##x=0##, since that wasn't mentioned, but if we take that all vectors have non-zero norm, we exclude the zero vector(cause the form is bilinear) from the space, which shouldn't happen.

Denote ##K = \ker F## which is a subset of ##\mathcal{H}##(a closed subset, by continuity of ##F##), we assert that ##K^\perp## is one-dimensional(if we exclude the trivial case where kernel would take up the whole space, for which choice ##f^\dagger=0## would suffice). Suppose that it isn't, that there are two independent non-zero vectors ##v_1## and ##v_2## in ##\mathcal{H}##, that belong to ##K^\perp##. Then we have that ##F(v_1)v_2 - F(v_2)v_1## is a non-zero vector from ##K^\perp##, but by linearity of ##F## we have that
$$F(F(v_1)v_2-F(v_2)v_1) = 0$$
which is a contradiction as it would indicate ##F(v_1)v_2 - F(v_2)v_1 \in K##. We can extend this argument to any number of dimensions.
Assume ##K^\perp## is spanned by ##n## vectors. Then we create sum of form:
$$v=\sum_i a_i F(y_1)F(y_2)\dots y_i F(y_{i+1})\dots F(y_n) $$
such that ##\sum_i a_i=0##.
Then ##F(v)=0##, similar to above so its a contradiction.
So ##K^\perp## is one-dimensional.
Let's find a vector ##w\in K^\perp## such that ##F(w) = \beta(w,w)##.
Choose:
$$w= \frac{yF(y)}{\beta(y,y)}$$
for some non-zero ##y\in K^\perp##. By substitution we see that it satisfies the relation above that we wanted to impose. We can span ##K^\perp## with ##w##.
That means that any vector from ##\mathcal{H}## can be decomposed in the form ##v = u + kw##, where ##k## is a scalar, ##u\in K## and ##w \in K^\perp##. It follows that:
$$F(x) = kF(w) = k\beta(w,w) = \beta(w,u + kw) = \beta(w,x)$$
where we used ##\beta(u,w)=0## - the orthogonal complement definition, and ##F(u) = 0## cause ##u\in K##. Therefore we constructed ##w\in\mathcal{H}## such that ##F(x) = \beta(w,x)##, so in our formula ##w=f^\dagger##.

Let's prove uniqueness. Suppose there are ##f_1^\dagger## and ##f_2^\dagger## that both satisfy the identity ##F(x) = \beta(f,x)## for all ##x\in\mathcal{H}##.
Then, take ##x = f_1^\dagger - f_2^\dagger##. It follows that:
$$F(x) = \beta(f_1^\dagger, f_1^\dagger-f_2^\dagger)$$
but also:
$$F(x) = \beta(f_2^\dagger,f_1^\dagger-f_2^\dagger)$$
Subtracting the identities above we find:
$$\beta(f_1^\dagger - f_2^\dagger, f_1^\dagger-f_2^\dagger) = 0 \Rightarrow f_1^\dagger = f_2^\dagger.$$
The uniqueness is thus proved.
 
Last edited:
  • #77
QuantumQuest said:
What I ask for, is an approach / solution using some sort of limits. I say "using calculus" in the wording of the question, which is not clear enough but if I make it totally clear, I'll give the way of the solution ;)
Maybe like this?
$$\begin{align*}
\int_a^b\,f(x)dx&=\lim_{n\to\infty}\sum_{k=0}^{n}\,f\left(a+k\frac{b-a}{n}\right)\frac{b-a}{n}\\
&=\lim_{n\to\infty}\sum_{k=0}^{n}\,f\left((a+d)-d+k\frac{(b+d)-(a+d)}{n}\right)\frac{(b+d)-(a+d)}{n}\\
&=\int_{a+d}^{b+d}f(x-d)dx
\end{align*}$$
 
Last edited:
  • Like
Likes QuantumQuest
  • #78
Antarres said:
The idea for the proof is as follows. Basically for chosen functional ##F##, we want to find a decomposition of vectors of ##\mathcal{H}## to the ones belonging to its kernel, and the ones belonging to the orthogonal complement of the kernel, where orthogonal complement is defined with respect to the bilinear form ##\beta##. This will allow us to make a decomposition of a vector such that actions of the bilinear form and functional on it coincide, so we find the relation we need. We construct the proof, by first inspecting the property of orthogonal complement.

I will assume here that ##\beta(x,x) = 0## is equivalent to ##x=0##, since that wasn't mentioned, but if we take that all vectors have non-zero norm, we exclude the zero vector(cause the form is bilinear) from the space, which shouldn't happen.

Denote ##K = \ker F## which is a subset of ##\mathcal{H}##(a closed subset, by continuity of ##F##), we assert that ##K^\perp## is one-dimensional(if we exclude the trivial case where kernel would take up the whole space, for which choice ##f^\dagger=0## would suffice). Suppose that it isn't, that there are two independent non-zero vectors ##v_1## and ##v_2## in ##\mathcal{H}##, that belong to ##K^\perp##. Then we have that ##F(v_1)v_2 - F(v_2)v_1## is a non-zero vector from ##K^\perp##, but by linearity of ##F## we have that
$$F(F(v_1)v_2-F(v_2)v_1) = 0$$
which is a contradiction as it would indicate ##F(v_1)v_2 - F(v_2)v_1 \in K##. We can extend this argument to any number of dimensions.
Assume ##K^\perp## is spanned by ##n## vectors. Then we create sum of form:
$$v=\sum_i a_i F(y_1)F(y_2)\dots y_i F(y_{i+1})\dots F(y_n) $$
such that ##\sum_i a_i=0##.
Then ##F(v)=0##, similar to above so its a contradiction.
So##K^\perp## is one-dimensional.
Let's find a vector ##w\in K^\perp## such that ##F(w) = \beta(w,w)##.
Choose:
$$w= \frac{yF(y)}{\beta(y,y)}$$
for some non-zero ##y\in K^\perp##. By substitution we see that it satisfies the relation above that we wanted to impose. We can span ##K^\perp## with ##w##.
That means that any vector from ##\mathcal{H}## can be decomposed in the form ##v = u + kw##, where ##k## is a scalar, ##u\in K## and ##w \in K^\perp##. It follows that:
$$F(x) = kF(w) = k\beta(w,w) = \beta(w,u + kw) = \beta(w,x)$$
where we used ##\beta(u,w)=0## - the orthogonal complement definition, and ##F(u) = 0## cause ##u\in K##. Therefore we constructed ##w\in\mathcal{H}## such that ##F(x) = \beta(w,x)##, so in our formula ##w=f^\dagger##.

Let's prove uniqueness. Suppose there are ##f_1^\dagger## and ##f_2^\dagger## that both satisfy the identity ##F(x) = \beta(f,x)## for all ##x\in\mathcal{H}##.
Then, take ##x = f_1^\dagger - f_2^\dagger##. It follows that:
$$F(x) = \beta(f_1^\dagger, f_1^\dagger-f_2^\dagger)$$
but also:
$$F(x) = \beta(f_2^\dagger,f_1^\dagger-f_2^\dagger)$$
Subtracting the identities above we find:
$$\beta(f_1^\dagger - f_2^\dagger, f_1^\dagger-f_2^\dagger) = 0 \Rightarrow f_1^\dagger = f_2^\dagger.$$
The uniqueness is thus proved.
At first sight it looks as if you had proven Riesz' representation theorem. However, the task is a different one. We want to know its generalization to any continuous bilinear form which is bounded on the diagonal from below, but which doesn't necessarily define orthogonality. Riesz' representation theorem is useful for the proof, but not equivalent to the statement.
 
  • Like
Likes Antarres
  • #79
fresh_42 said:
11. b.) In how many different ways can eight queens be placed on a chessboard, such that no queen threatens another? Two solutions are not different, if they can be achieved by a rotation or by mirroring of the board. (For this part there is no proof required.)

Is the answer 17? I consider an arrangement to be "different" or "unique" if it cannot be obtained as a rotation (by 90, 180 or 270 degrees) or as a mirror image (reflect across horizontal or vertical center line of chessboard) of any other arrangement in the unique set. The following are 17 unique arrangements I get:
  1. [1, 5, 8, 6, 3, 7, 2, 4]
  2. [1, 6, 8, 3, 7, 4, 2, 5]
  3. [1, 7, 4, 6, 8, 2, 5, 3]
  4. [1, 7, 5, 8, 2, 4, 6, 3]
  5. [2, 4, 6, 8, 3, 1, 7, 5]
  6. [2, 5, 7, 1, 3, 8, 6, 4]
  7. [2, 5, 7, 4, 1, 8, 6, 3]
  8. [2, 6, 1, 7, 4, 8, 3, 5]
  9. [2, 6, 8, 3, 1, 4, 7, 5]
  10. [2, 7, 3, 6, 8, 5, 1, 4]
  11. [2, 7, 5, 8, 1, 4, 6, 3]
  12. [3, 1, 7, 5, 8, 2, 4, 6]
  13. [3, 5, 2, 8, 1, 7, 4, 6]
  14. [3, 5, 8, 4, 1, 7, 2, 6]
  15. [3, 6, 2, 5, 8, 1, 7, 4]
  16. [3, 6, 2, 7, 1, 4, 8, 5]
  17. [3, 6, 2, 7, 5, 1, 8, 4]
Each array or list above is to be interpreted as denoting an arrangement with each element in the list denoting the column number (occupied on the chessboard) of the queen placed in the row number corresponding to the index of that element of that list. So for example, arrangement [3, 6, 2, 7, 5, 1, 8, 4] means that in row 1 of the chessboard, the queen is placed in column 3, in row 2, the queen is in column 6 and so on till in row 8, the queen is in column 4.

If the answer is correct, I can share the script I wrote to find the solution, if that will help.
 
  • #80
17 is too many, but reflections along the diagonals are considered equal. Do you have the number without equivalence, i.e. how many possibilities at all?

Remember that I only need the numbers, regardless how you found them.
 
  • #81
fresh_42 said:
17 is too many, but reflections along the diagonals are considered equal. Do you have the number without equivalence, i.e. how many possibilities at all?

Remember that I only need the numbers, regardless how you found them.

When not considering rotations and mirror images as being equivalent, I got 92 different ways to place 8 queens on 8x8 chessboard such that no 2 queens attack each other. I had not considered the possibility of reflection along diagonals in the solution I had posted.
 
  • Like
Likes Infrared and fresh_42
  • #82
92 is correct. Fundamental solutions are less than 17.
 
  • Informative
Likes Not anonymous
  • #83
fresh_42 said:
92 is correct. Fundamental solutions are less than 17.

Thanks. Will look at the arrangements from the earlier solution again after sometime and find duplicates arising from diagonal reflections
 
  • #84
fresh_42 said:
92 is correct. Fundamental solutions are less than 17.

Is the answer 12? The following are the unique arrangements when diagonal reflections also to be treated as non-unique.
  1. [1, 5, 8, 6, 3, 7, 2, 4]
  2. [1, 6, 8, 3, 7, 4, 2, 5]
  3. [2, 4, 6, 8, 3, 1, 7, 5]
  4. [2, 5, 7, 1, 3, 8, 6, 4]
  5. [2, 5, 7, 4, 1, 8, 6, 3]
  6. [2, 6, 1, 7, 4, 8, 3, 5]
  7. [2, 6, 8, 3, 1, 4, 7, 5]
  8. [2, 7, 3, 6, 8, 5, 1, 4]
  9. [2, 7, 5, 8, 1, 4, 6, 3]
  10. [3, 5, 2, 8, 1, 7, 4, 6]
  11. [3, 5, 8, 4, 1, 7, 2, 6]
  12. [3, 6, 2, 5, 8, 1, 7, 4]
The arrangements in my earlier solution that are now considered non-unique because they are diagonal reflections of some other arrangement in the final solution are:
[1, 7, 4, 6, 8, 2, 5, 3]
[1, 7, 5, 8, 2, 4, 6, 3]
[3, 1, 7, 5, 8, 2, 4, 6]
[3, 6, 2, 7, 1, 4, 8, 5]
[3, 6, 2, 7, 5, 1, 8, 4]
 
  • Like
Likes etotheipi, fresh_42 and Infrared
  • #85
Not anonymous said:
Is the answer 12? The following are the unique arrangements when diagonal reflections also to be treated as non-unique.
  1. [1, 5, 8, 6, 3, 7, 2, 4]
  2. [1, 6, 8, 3, 7, 4, 2, 5]
  3. [2, 4, 6, 8, 3, 1, 7, 5]
  4. [2, 5, 7, 1, 3, 8, 6, 4]
  5. [2, 5, 7, 4, 1, 8, 6, 3]
  6. [2, 6, 1, 7, 4, 8, 3, 5]
  7. [2, 6, 8, 3, 1, 4, 7, 5]
  8. [2, 7, 3, 6, 8, 5, 1, 4]
  9. [2, 7, 5, 8, 1, 4, 6, 3]
  10. [3, 5, 2, 8, 1, 7, 4, 6]
  11. [3, 5, 8, 4, 1, 7, 2, 6]
  12. [3, 6, 2, 5, 8, 1, 7, 4]
The arrangements in my earlier solution that are now considered non-unique because they are diagonal reflections of some other arrangement in the final solution are:
[1, 7, 4, 6, 8, 2, 5, 3]
[1, 7, 5, 8, 2, 4, 6, 3]
[3, 1, 7, 5, 8, 2, 4, 6]
[3, 6, 2, 7, 1, 4, 8, 5]
[3, 6, 2, 7, 5, 1, 8, 4]
Very good!
 
  • #86
fresh_42 said:
11. Answer the following questions:
a.) How many knights can you place on a ##n\times m## chessboard such that no two attack each other?
There are three cases. ##r## is the required number.
CASE 1: When any of ##m## & ##n## ##=1##
##r=n/m##
(##r=n## for ##m=1## and vice versa)
CASE 2: When any of ##m## & ##n## ##=2##
(let ##q=## number equal to 2 & ##p=## other number)
1. ##p=4x+0##
##r=\frac{pq}2##
2. ##p=##else
##r=(\lfloor\frac p2\rfloor+1)\times q##
CASE 3: When both ##m## & ##n## ##\gt2##
##r=\lceil\frac{mn}2\rceil##
 
  • #87
mmaismma said:
There are three cases. ##r## is the required number.
CASE 1: When any of ##m## & ##n## ##=1##
##r=n/m##
(##r=n## for ##m=1## and vice versa)
CASE 2: When any of ##m## & ##n## ##=2##
(let ##q=## number equal to 2 & ##p=## other number)
1. ##p=4x+0##
##r=\frac{pq}2##
2. ##p=##else
##r=(\lfloor\frac p2\rfloor+1)\times q##
CASE 3: When both ##m## & ##n## ##\gt2##
##r=\lceil\frac{mn}2\rceil##
Let me sort this out. ##r## be the number of knights on an ##n \times m## board.

You already correctly had the cases ##m=1## in which we get ##r=n## and ##m>2## with ##r=\lceil\frac{mn}2\rceil##. Now only ##m=2## was left to do.

If ##m=2## and ##n=4k## then you say ##r=n##, since ##m=q=2## and thus ##q/2=1\, , \,p=r=n.##
This is correct.

If ##m=2## and ##n=4k+s## with ##s=1,2,3## then you get ##r=(\lfloor\frac p2\rfloor+1)\times q## which is in the variables of the problem ##r=(\lfloor\frac n2\rfloor+1)\times 2##.
This is correct, too.

The arrangement in case of two rows is
1581663447288.png
 
  • Like
Likes mmaismma
  • #88
In order to calculate the Legendre symbol ##\left(\frac{a}{p}\right)##, we are going to use Euler's criterion:
$$\left(\frac{a}{p}\right) \equiv a^{\frac{p-1}{2}} \pmod{p}$$

Observing that ##\lambda_{a,p}## is a permutation, we will decompose it into cycles. We observe that any cycle that is a part of the permutation must be of form: ##(x, ax, a^2x, a^3x,\dots, a^kx)##, where ##k## is the smallest natural number such that ##a^{k+1} \equiv 1 \pmod{p}##, and every number in the cycle is taken modulo ##p##.
Such a number ##k## exists and is smaller than ##p-1##, since we have only ##p-1## distinct elements in ##\mathbb{Z}_p^\times##.
We also observe that all cycles in our permutation must be of same length, because this permutation is induced by left multiplication. That is, if ##k## is the smallest number such that ##a^{k+1} \equiv 1 \pmod{p}##, then there can't be another number ##l## satisfying the same property(because only one of them can be considered 'smallest'), and so the cycle will always be terminated by ##a^kx##, for every ##x##, and fixed ##a##.

We conclude that, if we take ##k## to be the length of a cycle corresponding to number ##a##(cycles then terminate with ##a^{k-1}x##), that there are ##\frac{p-1}{k}## cycles in the permutation ##\lambda_{a,p}##. Every cycle of length ##k## has the signature ##(-1)^{k-1}##. Therefore we have:
$$\text{sgn}(\lambda_{a,p}) = \left((-1)^{k-1}\right)^\frac{p-1}{k}$$
The above expression is equal to ##1## for odd ##k##, and equal to ##(-1)^\frac{p-1}{k}## for even ##k##.
Now also, for even ##k##:
$$a^{\frac{p-1}{2}} = (a^{\frac{k}{2}})^{\frac{p-1}{k}} \equiv (-1)^\frac{p-1}{k} \pmod{p}$$
The last equality above follows because if ##a^k \equiv 1 \pmod{p}## then ##a^\frac{k}{2} \equiv \pm 1 \pmod{p}##. But also we can't have ##a^\frac{k}{2} \equiv 1 \pmod{p}## since ##k## is the smallest positive integer such that this relation holds. Hence it must be ##a^\frac{k}{2} \equiv -1 \pmod{p}##.
For odd ##k##, we have:
$$a^\frac{p-1}{2} = (a^k)^\frac{p-1}{2k} \equiv 1 \pmod{p}$$
Hence we have that, by Euler's criterion we mentioned at the beginning:
$$\left(\frac{a}{p}\right) = \text{sgn}(\lambda_{a,p})$$
QED
 
  • #89
Antarres said:
In order to calculate the Legendre symbol ##\left(\frac{a}{p}\right)##, we are going to use Euler's criterion:
$$\left(\frac{a}{p}\right) \equiv a^{\frac{p-1}{2}} \pmod{p}$$

Observing that ##\lambda_{a,p}## is a permutation, we will decompose it into cycles. We observe that any cycle that is a part of the permutation must be of form: ##(x, ax, a^2x, a^3x,\dots, a^kx)##, where ##k## is the smallest natural number such that ##a^{k+1} \equiv 1 \pmod{p}##, and every number in the cycle is taken modulo ##p##.
Such a number ##k## exists and is smaller than ##p-1##, since we have only ##p-1## distinct elements in ##\mathbb{Z}_p^\times##.
We also observe that all cycles in our permutation must be of same length, because this permutation is induced by left multiplication. That is, if ##k## is the smallest number such that ##a^{k+1} \equiv 1 \pmod{p}##, then there can't be another number ##l## satisfying the same property(because only one of them can be considered 'smallest'), and so the cycle will always be terminated by ##a^kx##, for every ##x##, and fixed ##a##.

We conclude that, if we take ##k## to be the length of a cycle corresponding to number ##a##(cycles then terminate with ##a^{k-1}x##), that there are ##\frac{p-1}{k}## cycles in the permutation ##\lambda_{a,p}##. Every cycle of length ##k## has the signature ##(-1)^{k-1}##. Therefore we have:
$$\text{sgn}(\lambda_{a,p}) = \left((-1)^{k-1}\right)^\frac{p-1}{k}$$
The above expression is equal to ##1## for odd ##k##, and equal to ##(-1)^\frac{p-1}{k}## for even ##k##.
Now also, for even ##k##:
$$a^{\frac{p-1}{2}} = (a^{\frac{k}{2}})^{\frac{p-1}{k}} \equiv (-1)^\frac{p-1}{k} \pmod{p}$$
The last equality above follows because if ##a^k \equiv 1 \pmod{p}## then ##a^\frac{k}{2} \equiv \pm 1 \pmod{p}##. But also we can't have ##a^\frac{k}{2} \equiv 1 \pmod{p}## since ##k## is the smallest positive integer such that this relation holds. Hence it must be ##a^\frac{k}{2} \equiv -1 \pmod{p}##.
For odd ##k##, we have:
$$a^\frac{p-1}{2} = (a^k)^\frac{p-1}{2k} \equiv 1 \pmod{p}$$
Hence we have that, by Euler's criterion we mentioned at the beginning:
$$\left(\frac{a}{p}\right) = \text{sgn}(\lambda_{a,p})$$
QED
I was working on this, and took the same approach. Unfortunately, I didn’t realize that k-cycles have the signature ##(-1)^{k-1}##, and not ##(-1)^k##. D’oh!
 
  • #90
Antarres said:
In order to calculate the Legendre symbol ##\left(\frac{a}{p}\right)##, we are going to use Euler's criterion:
$$\left(\frac{a}{p}\right) \equiv a^{\frac{p-1}{2}} \pmod{p}$$

Observing that ##\lambda_{a,p}## is a permutation, we will decompose it into cycles. We observe that any cycle that is a part of the permutation must be of form: ##(x, ax, a^2x, a^3x,\dots, a^kx)##, where ##k## is the smallest natural number such that ##a^{k+1} \equiv 1 \pmod{p}##, and every number in the cycle is taken modulo ##p##.
Such a number ##k## exists and is smaller than ##p-1##, since we have only ##p-1## distinct elements in ##\mathbb{Z}_p^\times##.
We also observe that all cycles in our permutation must be of same length, because this permutation is induced by left multiplication. That is, if ##k## is the smallest number such that ##a^{k+1} \equiv 1 \pmod{p}##, then there can't be another number ##l## satisfying the same property(because only one of them can be considered 'smallest'), and so the cycle will always be terminated by ##a^kx##, for every ##x##, and fixed ##a##.

We conclude that, if we take ##k## to be the length of a cycle corresponding to number ##a##(cycles then terminate with ##a^{k-1}x##), that there are ##\frac{p-1}{k}## cycles in the permutation ##\lambda_{a,p}##. Every cycle of length ##k## has the signature ##(-1)^{k-1}##. Therefore we have:
$$\text{sgn}(\lambda_{a,p}) = \left((-1)^{k-1}\right)^\frac{p-1}{k}$$
The above expression is equal to ##1## for odd ##k##, and equal to ##(-1)^\frac{p-1}{k}## for even ##k##.
Now also, for even ##k##:
$$a^{\frac{p-1}{2}} = (a^{\frac{k}{2}})^{\frac{p-1}{k}} \equiv (-1)^\frac{p-1}{k} \pmod{p}$$
The last equality above follows because if ##a^k \equiv 1 \pmod{p}## then ##a^\frac{k}{2} \equiv \pm 1 \pmod{p}##. But also we can't have ##a^\frac{k}{2} \equiv 1 \pmod{p}## since ##k## is the smallest positive integer such that this relation holds. Hence it must be ##a^\frac{k}{2} \equiv -1 \pmod{p}##.
For odd ##k##, we have:
$$a^\frac{p-1}{2} = (a^k)^\frac{p-1}{2k} \equiv 1 \pmod{p}$$
Hence we have that, by Euler's criterion we mentioned at the beginning:
$$\left(\frac{a}{p}\right) = \text{sgn}(\lambda_{a,p})$$
QED
This result is called Zolotarev's Lemma. You used but haven't explicitly stated that ##k+1=\operatorname{ord}a##. It's a bit easier to read if you start with that definition and the remark that the cycles are disjoint.

Hint for problem 10:
Consider ##B(f)(g)=\beta(f,g)##, and use Riesz representation theorem to establish an isometry ##T## between ##\mathcal{H}^*## and ##\mathcal{H}##. Then apply Banach's fixed-point theorem on the function ##Q(f)=f-\lambda (T(B(f))-T(f))## for a suitable ##\lambda##.
 
  • Like
Likes Antarres

Similar threads

  • · Replies 61 ·
3
Replies
61
Views
12K
  • · Replies 42 ·
2
Replies
42
Views
10K
  • · Replies 64 ·
3
Replies
64
Views
15K
  • · Replies 80 ·
3
Replies
80
Views
9K
  • · Replies 61 ·
3
Replies
61
Views
11K
  • · Replies 33 ·
2
Replies
33
Views
9K
  • · Replies 100 ·
4
Replies
100
Views
11K
  • · Replies 67 ·
3
Replies
67
Views
11K
  • · Replies 102 ·
4
Replies
102
Views
10K
  • · Replies 93 ·
4
Replies
93
Views
15K