Rank-3 scale theorems: Difference between revisions
No edit summary Tags: Mobile edit Mobile web edit |
|||
Line 36: | Line 36: | ||
Take the graph of the brightest mode of the mos, M_b(x) (right = L, up = s). We claim that this is the required graph of F(x) = floor(b/a*x). | Take the graph of the brightest mode of the mos, M_b(x) (right = L, up = s). We claim that this is the required graph of F(x) = floor(b/a*x). | ||
M_b <= F: Prove that F(x) describes a mos | M_b <= F: Prove that F(x) describes a mos. | ||
Say F has #s s's and #L L's across interval [m, m'] in R/nZ = circle of circumference n. Say there is #s+t small steps and #L-t large steps on some k step [r, r'], t >= 2. This implies that the slope of the line b/a* x itself satisfies | |||
( | |||
(F(m')-F(m)-1)/(m'-m) <= b/a <= (F(m')-F(m)+1)/(m'-m). | |||
(bounded by "floor minus ceiling" and "ceiling minus floor" slopes; this is because x-x' <= x-floor(x') <= floor(x)+1-floor(x').) | |||
Rearranging, | |||
F(m') - F(m) - 1 <= b/a(m'-m) <= F(m') - F(m) + 1 | |||
But F(m') -F(m) = #s and m'-m = #L. So #s -1 <= b/a*#L <= #s+1. Do the same thing for the "bad" interval [r', r] and you get | |||
#s+t-1 <= b/a(#L-t) <= #s+t+1. | |||
Thus b/a#L <= b/a(#L-t), a contradiction. | |||
M_b >= F: (bc it's a mos) Suppose there is an x-value x_0 where M_b(x_0) < F(x_0). Let m = min(n_0, n-n_0), n = scale size. Then find three different m-mossteps by taking one interval before n_0, one interval containing n_0 and one interval after n_0. | M_b >= F: (bc it's a mos) Suppose there is an x-value x_0 where M_b(x_0) < F(x_0). Let m = min(n_0, n-n_0), n = scale size. Then find three different m-mossteps by taking one interval before n_0, one interval containing n_0 and one interval after n_0. |