\( \newcommand{\N}{\mathbb{N}} \newcommand{\R}{\mathbb{R}} \newcommand{\C}{\mathbb{C}} \newcommand{\Q}{\mathbb{Q}} \newcommand{\Z}{\mathbb{Z}} \newcommand{\P}{\mathcal P} \newcommand{\B}{\mathcal B} \newcommand{\F}{\mathbb{F}} \newcommand{\E}{\mathcal E} \newcommand{\brac}[1]{\left(#1\right)} \newcommand{\abs}[1]{\left|#1\right|} \newcommand{\matrixx}[1]{\begin{bmatrix}#1\end {bmatrix}} \newcommand{\vmatrixx}[1]{\begin{vmatrix} #1\end{vmatrix}} \newcommand{\lims}{\mathop{\overline{\lim}}} \newcommand{\limi}{\mathop{\underline{\lim}}} \newcommand{\limn}{\lim_{n\to\infty}} \newcommand{\limsn}{\lims_{n\to\infty}} \newcommand{\limin}{\limi_{n\to\infty}} \newcommand{\nul}{\mathop{\mathrm{Nul}}} \newcommand{\col}{\mathop{\mathrm{Col}}} \newcommand{\rank}{\mathop{\mathrm{Rank}}} \newcommand{\dis}{\displaystyle} \newcommand{\spann}{\mathop{\mathrm{span}}} \newcommand{\range}{\mathop{\mathrm{range}}} \newcommand{\inner}[1]{\langle #1 \rangle} \newcommand{\innerr}[1]{\left\langle #1 \right \rangle} \newcommand{\ol}[1]{\overline{#1}} \newcommand{\toto}{\rightrightarrows} \newcommand{\upto}{\nearrow} \newcommand{\downto}{\searrow} \newcommand{\qed}{\quad \blacksquare} \newcommand{\tr}{\mathop{\mathrm{tr}}} \newcommand{\bm}{\boldsymbol} \newcommand{\cupp}{\bigcup} \newcommand{\capp}{\bigcap} \newcommand{\sqcupp}{\bigsqcup} \newcommand{\re}{\mathop{\mathrm{Re}}} \newcommand{\im}{\mathop{\mathrm{Im}}} \newcommand{\comma}{\text{,}} \newcommand{\foot}{\text{。}} \)

Sunday, March 30, 2014

Fixing the preview problem in blogger using mathjax.

From http://docs.mathjax.org/en/latest/start.html

Use

<script type="text/javascript"
  src="https://c328740.ssl.cf1.rackcdn.com/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>

Instead!

Friday, March 28, 2014

無聊 property (找 $\mathcal L$ set)

在 math2033 tutorial note 上擬了一道找 supremum 的題:
Find the supremum of the set $A:=\{\sqrt{n}-[\sqrt{n}]:n=1,2,3,\dots\}$.
考慮形如 $k^2-1$ 的 integer,容易證明 $\sup A=1$. 亦因此 $\lims (\sqrt{n}-[\sqrt{n}])=1$。同時想起 Kin Li 在 Math301 有這樣的一道題:
證若 $\limi a_n=a,\lims a_n=b$ 及 $\lim (a_{n+1}-a_n)=0$,那麼 $\{a_n\}$ 在 $[a,b]$ 是 dense 的。
期望這樣的題能夠應用到 $A$ 定義出來的 sequence,可惜不成功 (真心覺得那道考試題為出而出 .....)。

最終想到 $A$ 真的是 dense in $(0,1)$ 的,原因只是對所有 $ a\in (0,1)$,有 \[
\sqrt{[n^2+2an]} - \left[\sqrt{[n^2+2an]}\right] \to a,
\] 這種特性適合作為 Math301 找 "$\mathcal L$ set" 的例子。