|HK|=|H||K|/|H intersect K|

Finally, the LaTeX path not specified problem has been solved by WordPress!

This post is about how to prove that |HK|=\frac{|H||K|}{|H\cap K|}, where H and K are finite subgroups of a group G.

A tempting thing to do is to use the “Second Isomorphism Theorem”, HK/H\cong K/(H\cap K). However that would be a serious mistake since the conditions for the Second Isomorphism Theorem are not met. In fact HK may not even be a group.

The correct way is to note that HK=\bigcup_{h\in H}hK.

Therefore |HK|=|K|\times |\{hK:h\in H\}|. For h_1,h_2\in H, we have:

\begin{aligned}h_1K=h_2K&\iff h_1h_2^{-1}\in K\\    &\iff h_1h_2^{-1}\in H\cap K\\    &\iff h_1(H\cap K)=h_2(H\cap K)    \end{aligned}

Therefore |\{hK:h\in H\}|=|\{h(H\cap K):h\in H\}|, i.e. the number of distinct cosets h(H\cap K). Since H\cap K is a subgroup of H, applying Lagrange’s Theorem gives the number of distinct cosets h(H\cap K) to be \frac{|H|}{|H\cap K|}.

Thus, we have |HK|=\frac{|H|}{|H\cap K|}\cdot |K|.


Undergraduate Math Books

 

“latex path not specified” WordPress LaTeX Bug

Recently, there is a “latex path not specified” WordPress LaTeX bug, it is very weird. Some LaTeX expressions will get rendered and some will not. Will have to postpone my math blogging till it is fixed. Worst case scenario is I have to abandon this blog and move to Blogger (http://mathtuition88.blogspot.com) if the issue remains unfixed.

Testing: x, y, z, e^{i\pi}+1=0.

Hope this bug gets fixed soon. If anyone knows the solution to solve this bug, please inform me in the comments below!

Note: Thanks to Professor Terence Tao who has replied in the comments below and shown us a link where there is ongoing discussion about the highly mysterious “latex path not specified” issue.

Interesting Measure and Integration Question

Let (\Omega,\mathcal{A},\mu) be a measure space. Let f\in L^p and \epsilon>0. Prove that there exists a set E\in\mathcal{A} with \mu(E)<\infty, such that \int_{E^c} |f|^p<\epsilon.

Solution:

The solution strategy is to use simple functions (common tactic for measure theory questions).

Let 0\leq\phi\leq |f|^p be a simple function such that \int_\Omega (|f|^p-\phi)\ d\mu<\epsilon.

Consider the set E=\{\phi>0\}. Note that \int_\Omega \phi\ d\mu\leq\int_\Omega |f|^p\ d\mu<\infty. Hence each nonzero value of \phi can only be on a set of finite measure. Since \phi has only finitely many values, \mu(E)<\infty.

Then,

\begin{aligned} \int_{E^c}|f|^p\ d\mu&=\int_{E^c} (|f|^p-\phi)\ d\mu +\int_{E^c}\phi\ d\mu\\    &\leq \int_\Omega (|f|^p-\phi)\ d\mu+0\\    &<\epsilon    \end{aligned}

Order of a^k (Group Theory)

Sincere thanks to readers who have completed the Free Personality Quiz!


Today we will revise some basic Group Theory. Let G be a group and a\in G. Assume that a has finite order n. Find the order of a^k where k is an integer.

Answer: \displaystyle|a^k|=\frac{n}{(n,k)}, where (n,k)=\gcd(n,k).

Proof:

Our strategy is to prove that m=\frac{n}{(n,k)} is the least smallest integer such that (a^k)^m=1.

Now, we have \displaystyle a^{k\cdot\frac{n}{(n,k)}}=(a^n)^{\frac{k}{(n,k)}}=1. Note that k/(n,k) is an integer and thus a valid power.

Suppose to the contrary there exists c<\frac{n}{(n,k)} such that a^{kc}=1.

Since a has finite order n, we have n\mid kc, which leads to \displaystyle\frac{n}{(n,k)}\mid\frac{k}{(n,k)}\cdot c. Note that \frac{n}{(n,k)} and \frac{k}{(n,k)} are relatively prime.

Thus \frac{n}{(n,k)}\mid c, which implies that \frac{n}{(n,k)}\leq c which is a contradiction. This proves our result. 🙂

Students in Singapore going for ‘ad-hoc’ tuition in specific topics

http://www.straitstimes.com/singapore/education/students-going-for-ad-hoc-tuition?&utm_source=google_gmail&utm_medium=social-media&utm_campaign=addtoany

Instead of committing to regular tuition sessions throughout the year, some students who need academic help are choosing to attend such classes on an “ad-hoc” basis.. Read more at straitstimes.com.

Video on Computing Homology Groups

Just watched this again. I can truely say that this is the most clear explanation of Homology on the entire internet!

mathtuition88's avatarMathtuition88

This video follows after the previous video on Simplicial Complexes.

If you are looking for quality Math textbooks to study from (including Linear Algebra and Calculus, the two most popular Math courses), check out my page on Recommended Math Books for students!

View original post

Curious Inequality: 2^p(|a|^p+|b|^p)>=|a+b|^p

Try out the Personality Quiz!

This inequality often appears in Analysis: 2^p(|a|^p+|b|^p)\geq |a+b|^p, for p\geq 1, and a,b\in\mathbb{R}. It does seem quite tricky to prove, and using Binomial Theorem leads to a mess and doesn’t work!

It turns out that the key is to use convexity, and we can even prove a stronger version of the above, namely 2^{p-1}(|a|^p+|b|^p)\geq |a+b|^p.

Proof: Consider f(x)=|x|^p which is convex on \mathbb{R}. Let a,b\in\mathbb{R}. By convexity, we have \displaystyle\boxed{f(ta+(1-t)b)\leq tf(a)+(1-t)f(b)} for 0\leq t\leq 1.

Choose t=1/2. Then we have f(\frac{1}{2}a +\frac 12 b)\leq \frac 12 f(a)+\frac 12 f(b), which implies |\frac{a+b}{2}|^p\leq\frac{1}{2}|a|^p+\frac{1}{2}|b|^p.

Thus,

\begin{aligned}|a+b|^p&\leq 2^{p-1}|a|^p+2^{p-1}|b|^p\\    &\leq 2^p|a|^p+2^p|b|^p\\    &=2^p(|a|^p+|b|^p)    \end{aligned}

Mathematician’s life begins at 40

André Weil, the French mathematician, when still a student in University at Ecole Normale Superieur before WW 2, started the “Bourbaki” Club with the intention to change all Math Teaching using modern math from Set Theory.

Shimura was the Japanese mathematician, together with Taniyama, discovered the conjecture upon which Fermat’s Last Theorem was finally proved by Andrew Wiles in 1993/4.

tomcircle's avatarMath Online Tom Circle

André Weil told the Japanese professor Goro Shimura that Prof GH Hardy talked nonsense, mathematics is not necessary for young men below 35.

Recent math breakthroughs are accomplished by men above 40, because Math needs “Logic as well as Intuition” – both take lengthy research, perseverance and team efforts by other pioneers, as illustrated below:

http://m.scmp.com/lifestyle/technology/article/1256542/zhang-yitang-proof-mathematicians-life-begins-40

View original post

Twin Prime Hero

tomcircle's avatarMath Online Tom Circle

http://simonsfoundation.org/features/science-news/unheralded-mathematician-bridges-the-prime-gap/

On April 17, 2013, a paper arrived in the inbox of Annals of Mathematics, one of the discipline’s preeminent journals. Written by a mathematician virtually unknown to the experts in his field — a 50-something lecturer at the University of New Hampshire named Yitang Zhang — the paper claimed to have taken a huge step forward in understanding one of mathematics’ oldest problems, the twin primes conjecture.

Editors of prominent mathematics journals are used to fielding grandiose claims from obscure authors, but this paper was different. Written with crystalline clarity and a total command of the topic’s current state of the art, it was evidently a serious piece of work, and the Annals editors decided to put it on the fast track.

Yitang Zhang (Photo: University of New Hampshire)

Just three weeks later — a blink of an eye compared to the usual pace of mathematics journals — Zhang…

View original post 232 more words

Cut a cake 1/5

tomcircle's avatarMath Online Tom Circle

Visually cut a cake 1/5 portions of equal size:

1) divide into half:

20130513-111010.jpg

2) divide 1/5 of the right half:

20130513-133441.jpg

3) divide half, obtain 1/5 = right of (3)

$latex frac{1}{5}= frac{1}{2} (frac{1}{2}(1- frac{1}{5}))= frac{1}{2} (frac{1}{2} (frac{4}{5}))=frac{1}{2}(frac{2}{5})$

20130513-171052.jpg

4) By symmetry another 1/5 at (2)=(4)

20130513-174541.jpg

5) divide left into 3 portions, each 1/5

$latex frac{1}{5}= frac{1}{3}(frac{1}{2}+ frac{1}{2}.frac{1}{5}) = frac{1}{3}.frac{6}{10}$

20130513-174742.jpg

View original post

Introducing WordAds 2.0

WordAds 2.0 is out. Hope it is good news for international WordPress blogs, who are getting much lower ad revenue compared to the US and Europe.

James Huff's avatarWordAds

Today, we’re excited to introduce you to a new WordAds. On the front end, it’s a simpler and more streamlined experience like never before. On the back-end we have launched a real-time bidding platform to maximize earnings and ad creative control. Say hello to WordAds 2.0!

WordAds 2.0 is now fully integrated where you control the rest of your blog, in WordPress.com’s main Settings interface. You can also view your Earnings reports here and manage your payout information.

Existing WordAds users aren’t the only ones to benefit from the changes in WordAds 2.0. For new users, we have done away with the separate application process. Any family friendly WordPress.com blog with minimal page views will be considered for immediate admission to WordAds.

Bigger changes are now live in our real time bidding environment. We have dozens of ad agencies and buyers bidding in real time on each of our global…

View original post 92 more words

Projective Space Explicit Homotopy (RP1 to RP2)

Free Career Personality Quiz

The above video describes the real projective plane (\mathbb{R}P^2).

The projective space \mathbb{R}P^n can be defined as the quotient space of S^n by the equivalence relation x\sim -x for x\in S^n.

Notation: For x=(x_1,\dots, x_{n+1})\in S^n, we write [x_1, x_2,\dots, x_{n+1}] for the corresponding point in \mathbb{R}P^n. Let f,g: \mathbb{R}P^1\to\mathbb{R}P^2 be the maps defined by f[x,y]=[x,y,0] and g[x,y]=[x,-y,0].

How do we construct an explicit homotopy between f and g? A common mistake is to try  the “straight-homotopy”, e.g. F([x,y],t)=[x,(1-2t)y,0]. This is a mistake as it passes through the point [0,0,0] which is not part of the projective plane.

A better approach is to consider F:\mathbb{R}P^1\times I\to\mathbb{R}P^2, defined by \boxed{F([x,y],t)=[x,(\cos\pi t)y, (\sin\pi t)y]}.

Note that if x^2+y^2=1, then x^2+[(\cos\pi t)y]^2+[(\sin\pi t)y]^2=x^2+y^2=1.

F([x,y],0)=[x,y,0]

F([x,y],1)=[x,-y,0]

Calculus World Cup

Just to share this news: 

The National Taiwan University is holding the first ever Calculus World Cup (CWC) in February 2016. It’s the first time students from global top universities will be able to compete over Calculus in e-sports. The competition will be held on PaGamO – a social online gaming platform for education. The top 12 teams will be invited to Taiwan for the final round, and great prizes with a value of over $70,000 await the finalists! 
Official website: http://cwc.pagamo.com.tw

Registration: https://pagamo.com.tw/calculus_cup

Facebook: https://www.facebook.com/PaGamo.glo

Math Joke (Fields Arranged by Purity)

Click here for free Career Quiz: https://career-test.com/s/sgamb?reid=210


I came across this joke on another blog: http://phdlife.warwick.ac.uk/

Quite true! A Math student will understand this at the university level and beyond, where Math has no more numbers and is full of symbols and jargon! Although even the most abstract Math has applications, the applications are only discovered years later, hence Pure Math is indeed one of the most pure subjects around.

math joke

Fail H2 Maths Promos or Prelims

For H2 (or H1) Maths students who are getting low marks for internal school exams, do not be overly discouraged. The current trend for schools is to set very tough internal exams (i.e. Promos and Prelims) to spur students to study hard, and (hopefully) ace the eventual final A level exams. If you look at the actual A Level Ten Year Series, you will find that the standard of questions is much easier than Prelim level.

A rule of thumb is that the eventual A level grade is 2 grades above the internal school grade. E.g., in internal exams a student getting D for H2 Maths is most likely equivalent to a B in the final A levels, provided the student continues to study hard.

Jumping from E to A grade has been done by many seniors. Do not give up, continue to believe in yourself, and keep calm while constantly revising.

Do check out this highly condensed H2 Math Notes (comes with free exam papers). The key thing to do before exams is to remember Math formulas (many students forget the AP/GP formulae for instance, and lost some free marks). Constant practice and exposure to questions is also a must.

Here are some sources of true stories:

1) https://www.facebook.com/RJConfessions/posts/220752441406251

To all the J1 and J2 kids who are struggling with math, let me share with you my personal experience. I took H2 math by the way, and refused to drop to H1 when people started dropping.

J1 CT 1: Math: U
J1 promos: Math: S
J2 CT1: Math S
J2 CT2: Math S
J2 Prelims: Math E
A levels: Math A.

The moral of the story is simple: It can be done. My math teacher used to motivate us with stories of seniors who have also flunked their way through math in the 2 years and clinched an A at the end. I didnt really believed it could happen, but I guess I chose to believe it anyways.

2) https://www.reddit.com/r/singapore/comments/3nkq4t/jc_prelims_alevels_correlation/

H2 Math: E A

H2 Chem: D B

H2 Econs: D D

H1 Physics: U A

H1 GP: B A

The grades on the left were prelims and right were my actual results. Of course it depends on your school and how hard they set the prelim papers

Fermat’s Two Squares Theorem (Gaussian Integers approach)

Today we will discuss Fermat’s Two Squares Theorem using the approach of Gaussian Integers, the set of numbers of the form a+bi, where a, b are integers. This theorem is also called Fermat’s Christmas Theorem, presumably because it is proven during Christmas.

Have you ever wondered why 5=1^2+2^2, 13=2^2+3^2 can be expressed as a sum of two squares, while not every prime can be? This is no coincidence, as we will learn from the theorem below.

Theorem: An odd prime p is the sum of two squares, i.e. p=a^2+b^2 where a, b are integers if and only if p\equiv 1 \pmod 4.

(=>) The forward direction is the easier one. Note that a^2\equiv 0\pmod 4 if a is even, and a^2\equiv 1\pmod 4 if a is odd. Similar for b. Hence p=a^2+b^2 can only be congruent to 0, 1 or 2 (mod 4). Since p is odd, this means p\equiv 1\pmod 4.

(<=) Conversely, assume p\equiv 1\pmod 4, where p is a prime. p=4k+1 for some integer k.

First we prove a lemma called Lagrange’s Lemma: If p\equiv 1\pmod 4 is prime, then p\mid (n^2+1) for some integer n.

Proof: By Wilson’s Theorem, (p-1)!=(4k)!\equiv -1\pmod p. (4k)!\equiv [(2k)!]^2\equiv -1\pmod p. We may see this by observing that 4k\equiv p-1\equiv -1\pmod p, 4k-1\equiv -2\pmod p, …, 4k-(2k-1)=2k+1\equiv -2k\pmod p. Thus [(2k)!]^2+1\equiv 0\pmod p and hence p\mid n^2+1, where n=(2k)!.

Then p\mid (n+i)(n-i). However p\nmid (n+i) since p\nmid n=(2k)!. Similarly, p\nmid (n-i). Therefore p is not a Gaussian prime, and it is thus not irreducible.

p=\alpha\beta with N(\alpha)>1 and N(\beta)>1. N(p)=N(\alpha)N(\beta), which means p^2=N(\alpha)N(\beta). Thus we may conclude N(\alpha)=p, N(\beta)=p.

Let \alpha=a+bi. Then p=a^2+b^2 and we are done.

This proof is pretty amazing, and shows the connection between number theory and ring theory.

Abstract Algebra 抽象代数 (石生明教授)

tomcircle's avatarMath Online Tom Circle

这位石教授的”抽象代数”很棒, 一来是他退休前的最后一课, 二来他总结为何老师教不好, 学生上完课好像听到3个大头”鬼” (群group, 环ring, 域field), 但没实际摸过。

他的第一和第二课很好, 与众不同的花时间讲 “动机”: Motivation – Why study Abstract Algebra ?

抽象代数01: Motivation

https://youtu.be/AGd1TZ-IKr0

抽象代数02: 复数扩域 C
$latex
x^{2} +1=0
$

扩域 (Extended Field)数学思维 = 人解决问题的思维
例: 国内不可行的问题, 跳出国门, 扩大到世界领域, 就找到可行的方法。
马云的Alibaba国内不看好, 跑去美国上市, 让他马上成为中国首富的亿万富翁。

View original post

张益唐: 速食店员竟然是数学天才

tomcircle's avatarMath Online Tom Circle

【台湾壹週刊】

速食店员竟然是数学天才

张益唐 (1955 – ) : 北京大学 – 美国数学博士。因为执着数学理论的真理, 得罪美国大学台湾籍论文教授, 毕业后找不到大学教职, 在朋友的 Subway 速食店做会计8年, 潜心业余思考世界数学大难题: Twin Primes Gap, 终于攻破。

他的下一个目标是Riemann Hypothesis, 困扰数学家百年的难题: “素数 (Prime numbers)的分布”都集中在 Zeta function complex plane的 实轴(real = 1/2) 上。大数学家David Hilbert说如果五百年后复活, 第一件事会急着问 “Riemann Hypothesis” 证明了吗?

View original post

James H. Simons,  the mathematician who cracked Wallstreet

tomcircle's avatarMath Online Tom Circle

James H. Simons,  the Jewish mathematician who made $14 billion using Math modelling for Hedge Fund.

[Watch from 31:00 mins to 35 mins].  He told the Nobel Physicist Frank Yang (杨振宁) that the Math “Gauge Theory on Fiber Bundles(纤维丛)” which Yang was developing already existed 30 yrs ago in “Differential Geometry” by SS Chern (陈省身) from Berkeley.

“James H. Simons: Mathematics, Common Sense and Good Luck”

[Video 54:00 mins]
After being billionaire, at old age Simons went back to Math in 2004 to take refuge of sadness of the loss of a son.
He beat the German mathematicians in Differential Co-homology (Topology).

5 Guiding Principles of Success:
1) Don’t run with the pack – be original
2) Choose wonderful partner(s) in research, business…
3) Guided by Beauty
4) Don’t give up !
5) Have good luck.

Jim Simons | TED Talks
“A Rare Interview with the Mathematician Who…

View original post 3 more words

245A, Notes 4: Modes of convergence

Terence Tao's avatarWhat's new

If one has a sequence $latex {x_1, x_2, x_3, ldots in {bf R}}&fg=000000$ of real numbers $latex {x_n}&fg=000000$, it is unambiguous what it means for that sequence to converge to a limit $latex {x in {bf R}}&fg=000000$: it means that for every $latex {epsilon > 0}&fg=000000$, there exists an $latex {N}&fg=000000$ such that $latex {|x_n-x| leq epsilon}&fg=000000$ for all $latex {n > N}&fg=000000$. Similarly for a sequence $latex {z_1, z_2, z_3, ldots in {bf C}}&fg=000000$ of complex numbers $latex {z_n}&fg=000000$ converging to a limit $latex {z in {bf C}}&fg=000000$.

More generally, if one has a sequence $latex {v_1, v_2, v_3, ldots}&fg=000000$ of $latex {d}&fg=000000$-dimensional vectors $latex {v_n}&fg=000000$ in a real vector space $latex {{bf R}^d}&fg=000000$ or complex vector space $latex {{bf C}^d}&fg=000000$, it is also unambiguous what it means for that sequence to converge to a limit $latex {v in {bf R}^d}&fg=000000$ or $latex {v in {bf C}^d}&fg=000000$; it means…

View original post 6,079 more words

Measure that is absolutely continuous with respect to mu

Interesting Career Personality Test (Free): https://mathtuition88.com/free-career-quiz/


Let (X,\mathcal{M},\mu) be a measure space, and let f:X\to [0,\infty] be a measurable function. Define the map \lambda:\mathcal{M}\to[0,\infty], \lambda(E):=\int_X \chi_E f d\mu, where \chi_E denotes the characteristic function of E.

(a) Show that \lambda is a measure and that it is absolutely continuous with respect to \mu.

(b) Show that for any measurable function g:X\to[0,\infty], one has \int_X g d\lambda=\int_X gf d\mu in [0,\infty].

Proof: For part (a), we routinely check that \lambda is indeed a measure.

\lambda(\emptyset)=\int_X \chi_\emptyset f d\mu=\int_X 0 d\mu=0. Let E_i be mutually disjoiint measurable sets.

\begin{aligned}    \lambda(\cup_{i=1}^\infty E_i)&=\int_X \chi_{\cup_{i=1}^\infty E_i} f d\mu\\    &=\int_X (\sum_{i=1}^\infty \chi_{E_i}) f d\mu\\    &=\sum_{i=1}^\infty \int_X \chi_{E_i} f d\mu\\    &=\sum_{i=1}^\infty \lambda (E_i)    \end{aligned}

If \mu (E)=0, then \chi_{E} f=0 a.e., thus \lambda (E)=0. Therefore \lambda\ll\mu.

(b) We note that when g is a characteristic function, i.e. g=\chi_E,

\begin{aligned}    \int_X g d\lambda&=\int_X \chi_E d\lambda\\    &=\lambda (E)\\    &=\int_X \chi_E f d\mu\\    &=\int_X gf d\mu    \end{aligned}

Hence the equation holds. By linearity, we can see that the equation holds for all simple functions. Let (\psi_n) be a sequence of simple functions such that \psi_n\uparrow g. Then by the Monotone Convergence Theorem, \lim_{n\to\infty} \int \psi_n d\lambda=\int g d\lambda.

Note that \psi_n f\uparrow gf, thus by MCT, \lim_{n\to\infty}\int\psi_n f d\mu=\int g f d\mu. Note that \int \psi_n d\lambda=\int \psi_n f d\mu. Hence, \int g d\lambda=\int gf d\mu, and we are done.

Calculus: Difficult Integration

tomcircle's avatarMath Online Tom Circle

Question on @Quora:

image

In the French Classe Préparatoire 1st year “Mathematiques Supérieures”,  we wanted to test our admired Math Prof whom we think was a “super know-all” mathematician. We asked him the above question. He immediately scolded us in the unique French mathematics rigor:

“L’intégration n’a pas de sense!
Quelle-est la domaine de définition?”

(The integration has no meaning! What is the domain of definition ?)

He was right! Under the British Math education, we lack the rigor of mathematics. We are skillful in applying many tricks to integrate whatever functions, but it is meaningless without specifying the domain (interval) in which the function is defined ! Bear in mind Integration of a function f (curve) is to calculate the Area under the curve f within an interval (or Domain, D). If f is not defined in D, then it is meaningless to integrate f because there won’t be…

View original post 3 more words

Visual Math

tomcircle's avatarMath Online Tom Circle

image

99% of my friends get it wrong,  except a 13-year-old boy who can ‘see’ it.

Wrong answer : 25

Answer (below):
Try before you scroll down.

.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

View original post 58 more words

Singapore PSLE 2015 Math

tomcircle's avatarMath Online Tom Circle

image

PSLE is “Primary School Leaving Exams” for 11~12 year-old children sitting at the end of 6-year primary education. The result is used as selection criteria to enter the secondary school of choice.

image

Hint: Without seeing or feeling the weight of the $1 coin, you still can guess the answer. This is the essence of “Singapore Math” — using “Guesstimation“.

Answer (below):
Try before you scroll down.
If wrong answer, please go back to primary school 🙂
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
..
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.

View original post 118 more words

Markov Inequality + PSLE One Dollar Question

Many people have feedback to me that the Career Quiz Personality Test is surprisingly accurate. E.g. people with peaceful personality ended up as Harmonizer, those who are business-minded ended up as Entrepreneur. Do give it a try at https://mathtuition88.com/free-career-quiz/. Please help to do, thanks a lot!

Also, some recent news regarding PSLE Maths is that a certain question involving weight of $1 coins appeared. It is very interesting, and really tests the common sense and logical thinking skills of kids.


Markov inequality is a useful inequality that gives a rough upper bound of the measure of a set in terms of an integral. The precise statement is: Let f be a nonnegative measurable function on \Omega. The Markov inequality states that for all K>0, \displaystyle \mu\{x\in\Omega:f(x)\geq K\}\leq\frac{1}{K}\int fd\mu.

The proof is rather neat and short. Let E_K:=\{x\in\Omega: f(x)\geq K\} Then,

\begin{aligned}    \int f d\mu &\geq \int_{E_K} fd\mu\\    &\geq \int_{E_K}K d\mu\\    &=K \mu(E_K)    \end{aligned}

Therefore, \mu(E_K)\leq\frac{1}{K}\int fd\mu.

Free Career Personality Quiz (Please help to do!)

Facebook Profile Picture 03

URL: https://career-test.com/s/sgamb?reid=210

The results of this Personality Test is quite surprisingly accurate, do give it a try to see if you are a Careerist, Entrepreneur, Harmonizer, Idealist, Hunter, Internationalist or Leader?

Do try out this Free Career Guidance Personality Test at https://career-test.com/s/sgamb?reid=210 while it is still available!

Benefits of doing the (Free) Career Test:

  • Get familiar with the top companies in Singapore
  • There are seven distinct career types based on career preferences, goals and personality. Get to know yours! (My result: Harmonizer)
  • Take part in the annual Universum survey and win prizes!

Necessary and Sufficient Condition for Integrability in finite measure space

Facebook Profile Picture 03

URL: https://career-test.com/s/sgamb?reid=210

The results of this Personality Test is quite surprisingly accurate, do give it a try to see if you are a Careerist, Entrepreneur, Harmonizer, Idealist, Hunter, Internationalist or Leader?

Do try out this Free Career Guidance Personality Test at https://career-test.com/s/sgamb?reid=210 while it is still available!

Benefits of doing the (Free) Career Test:

  • Get familiar with the top companies in Singapore
  • There are seven distinct career types based on career preferences, goals and personality. Get to know yours! (My result: Harmonizer)
  • Take part in the annual Universum survey and win prizes!

Let (\Omega, \Sigma, \mu) be a finite measure space. Suppose that f\geq 0 is a measurable function on \Omega. Let E_n:=\{\omega\in\Omega:f(\omega)\geq n\} for each n\in \mathbb{N}\cup\{0\}. Show that f is integrable if and only if \sum_{n=0}^\infty \mu(E_n)<\infty.

This proof has a cute solution that is potentially very short. We will elaborate more on this proof. Other approaches include using Markov’s Inequality / Chebyshev’s inequality.

Proof: Consider g=\sum_{n=1}^\infty I_{E_n}.

Note that for each n\geq 0, n\in\mathbb{N} on E_n\setminus E_{n+1}, g=n, while n\leq f<n+1. Therefore g\leq f<g+1 on \Omega.

Integrating with respect to \mu, we get \int_{\Omega} gd\mu\leq\int_{\Omega} fd\mu<\int_{\Omega} g+1d\mu.

\displaystyle\boxed{\sum_{n=1}^\infty \mu (E_n)\leq \int_\Omega f d\mu<\sum_{n=1}^\infty\mu(E_n)+\mu(\Omega)}

(=>) Now assuming f is integrable, i.e. \int fd\mu<\infty, we have \sum_{n=1}^\infty \mu(E_n)<\infty. \mu(E_0)=\mu(\Omega)<\infty. Therefore \sum_{n=0}^\infty\mu(E_n)<\infty.

(<=) Conversely, if \sum_{n=0}^\infty\mu(E_n)=\sum_{n=1}^\infty \mu(E_n)+\mu(\Omega)<\infty, then \int_\Omega f d\mu<\infty.

We are done.

Note: For a more rigorous proof of \int gd\mu=\sum_{n=1}^\infty \mu (E_n) we can use MCT (Monotone Convergence Theorem).

Let g_k=\sum_{n=1}^k I_{E_n}. Then g_k\uparrow g. By MCT, \int gd\mu=\lim_{k\to\infty} \int g_k d\mu=\lim_{k\to\infty} \sum_{n=1}^k \mu (E_n)=\sum_{n=1}^\infty \mu(E_n).

εδ Confusion in Limit & Continuity

tomcircle's avatarMath Online Tom Circle

1. Basic:
|y|= 0 or > 0 for all y

2. Limit: $latex displaystylelim_{xto a}f(x) = L$ ; x≠a
|x-a|≠0 and always >0
hence
$latex displaystylelim_{xto a}f(x) = L$
$latex iff $
For all ε >0, there exists δ >0 such that
$latex boxed{0<|x-a|<delta}$
$latex implies |f(x)-L|< epsilon$

3. Continuity: f(x) continuous at x=a
Case x=a: |x-a|=0
=> |f(a)-f(a)|= 0 <ε (automatically)
So by default we can remove (x=a) case.

Also from 1) it is understood: |x-a|>0
Hence suffice to write only:
$latex |x-a|<delta$

f(x) is continuous at point x = a
$latex iff $
For all ε >0, there exists δ >0 such that
$latex boxed{|x-a|<delta}$
$latex implies |f(x)-f(a)|< epsilon$

View original post

Newtonian Calculus not rigorous !

tomcircle's avatarMath Online Tom Circle

Why Newton’s Calculus Not Rigorous?

$latex f(x ) = frac {x(x^2+ 5)} { x}$ …[1]

cancel x (≠0)from upper and below => $latex f(x )=x^2 +5 $

$latex mathop {lim }limits_{x to 0} f(x) =x^2 +5= L=5 $ …[2]

In [1]: we assume x ≠ 0, so cancel upper & lower x
But In [2]: assume x=0 to get L=5
[1] (x ≠ 0) contradicts with [2] (x =…)

This is the weakness of Newtonian Calculus, made rigorous later by Cauchy’s ε-δ ‘Analysis’.

View original post 1 more word

Rigorous Calculus: ε-δ Analysis

tomcircle's avatarMath Online Tom Circle

Rigorous Analysis epsilon-delta (ε-δ)
Cauchy gave epsilon-delta the rigor to Analysis, Weierstrass ‘arithmatized‘ it to become the standard language of modern analysis.

1) Limit was first defined by Cauchy in “Analyse Algébrique” (1821)

2) Cauchy repeatedly used ‘Limit’ in the book Chapter 3 “Résumé des Leçons sur le Calcul infinitésimal” (1823) for ‘derivative’ of f as the limit of

$latex frac{f(x+i)-f(x)}{i}$  when i ->…

3) He introduced ε-δ in Chapter 7 to prove ‘Mean Value Theorem‘: Denote by (ε , δ) 2 small numbers, such that 0< i ≤ δ , and for all x between (x+i) and x,

f ‘(x)- ε < $latex frac{f(x+i)-f(x)}{i}$ < f'(x)+ ε

4) These ε-δ Cauchy’s proof method became the standard definition of Limit of Function in Analysis.

5) They are notorious for causing widespread discomfort among future math students. In fact, when it…

View original post 92 more words

German Terms

German before WW2 was the World’center of Science (Einstein etc) and Modern Math (Gauss, Klein, Hilbert etc), that’s why we inherit some letter symbols eg. Z (Zahl, Integer) …

tomcircle's avatarMath Online Tom Circle

1. The electron orbits: first 4 orbits from atom

s, p, d, f
s = Sharfe (Sharp)
p =prinzipielle (principle)
d = diffusiv (diffuse)
f= fundamentale (fundamental)
2. eigen (special)
eigenvector
eigenvalue
eigenfunction
eigenfrequency
3. Math:
e = neutral element (I=Identity)
K=Korps (Fields)
Z = Zahl (Integer)
4. Physics:
F-center = Color Center  (F=Farbe=color)
Umklapp process = reverse process
Aufbau principle (quantum chemistry) = Building (bau) Up (Auf)  principle

View original post

Abstract Math discomforts

Abstract Algebra is the killer Math subject for university-bound Singaporean A-level students educated in the British GCE syllabus. Except a fews who are born with the gift, most of them get lost in the first year of university. Yet Abstract Algebra is important math “language” of science and technology : IT, Chemistry, Physics, Advanced Math… if you want to describe a complex structure (quantum physics, crystallography), algorithm (search), method (encryption), you use this precise and concise language “Abstract Algebra” (such as Group, Vector Space, …). Countries like China and USA havevmade Abstract Algebra a compulsory subject for 1st year undergrads in Science, Engineering, IT students beside Math majors …

tomcircle's avatarMath Online Tom Circle

3 Wide Discomforts For Abstract Math Students

1. Group : Coset, Quotient group, morphism…
2. Limit ε-δ: Cauchy
3. Bourbaki Sets: Function f: A-> B is subset of Cartesian Product AxB.

Students should learn from their historical genesis rather than the formal abstract definitions

<a href=”http://http://en.wikipedia.org/wiki/Wu_Wenjun“>Wu Wenjun (吳文俊) on Learning Abstract Math

“…It is more important to understand the ‘Principles’ 原理 behind, à la Physics (eg. Newton’s 3 Laws of Motion), and not blinded by its abstract ‘Axioms’ 公理.”

Prof I.Herstein http://en.wikipedia.org/wiki/Israel_Nathan_Herstein

“… Seeing Abstract Math for the first time, there seems to be a common feeling of being adrift, of not having something solid to hang on to.

Do not be discouraged. Stick with it! The best road is to look at examples. Try to understand what a given concept says, most importantly, look at particular, concrete examples of the concept.

View original post 47 more words

Probability by 2 Great Friends

tomcircle's avatarMath Online Tom Circle

Today Probability is a “money” Math, used in Actuarial Science, Derivatives (Options) in Black-Scholes Formula.

In the beginning it was “A Priori” Probability by Pascal (1623-1662), then Fermat (1601-1665) invented today’s “A Posteriori” Probability.

“A Priori” assumes every thing is naturally “like that”: eg. Each coin has 1/2 chance for head, 1/2 for tail. Each dice has 1/6 equal chance for each face (1-6).

“A Posteriori” by Fermat, then later the exile Protestant French mathematician De Moivre (who discovered Normal Distribution), is based on observation of “already happened” statistic data.

Cardano (1501-1576) born 150 years earlier than Pascal and Fermat, himself a weird genius in Medicine, Math and an addictive gambler, found the rule of + and x for chances (he did not know the name ‘Probability’ then ):

Addition + Rule: throw a dice, chance to get a “1 and 2” faces:
1/6 +1/6 = 2/6 = 1/3

View original post 193 more words

Galois Theory Simplified

tomcircle's avatarMath Online Tom Circle

Galois discovered Quintic Equation has no radical (expressed with +,-,*,/, nth root) solutions, but his new Math “Group Theory” also explains:
$latex x^{5} – 1 = 0 text { has radical solution}$
but
$latex x^{5} -x -1 = 0 text{ has no radical solution}$

Why ?

$latex x^{5} – 1 = 0 text { has 5 solutions: } displaystyle x = e^{frac{ikpi}{5}}$
$latex text{where k } in {0,1,2,3,4}$
which can be expressed in
$latex x= cos frac{kpi}{5} + i.sin frac{kpi}{5} $
hence in {+,-,*,/, √ }
ie
$latex x_0 = e^{frac{i.0pi}{5}}=1$
$latex x_1 = e^{frac{ipi}{5}}$
$latex x_2 = e^{frac{2ipi}{5}}$
$latex x_3 = e^{frac{3ipi}{5}}$
$latex x_4 = e^{frac{4ipi}{5}}$
$latex x_5 = e^{frac{5ipi}{5}}=1=x_0$

=>
$latex text {Permutation of solutions }{x_j} text { forms a Cyclic Group: }
{x_0,x_1,x_2,x_3,x_4} $

Theorem: All Cyclic Groups are Solvable
=>
$latex x^{5} -1 = 0 text { has radical solutions.}$

However,
$latex x^{5} -x -1 =…

View original post 41 more words

The Arrival of New Era of “Knowledge Sharing”

tomcircle's avatarMath Online Tom Circle

2010 Steve Jobs declared Post-PC era has arrived with iPhone/iPad,  little did he know that he had accidentally also brought the Post-TV & Post-Publication (books, Newspapers) on iPhone/iPad platform for YouTube, ebooks.
Today,  you don’t have to sit on sofa at scheduled time to watch TV programmes,  buy/loan/housekeep books, subscribe to political-biased  newspapers.

The advent of Web 2.0 and Internet of Things (IoT) will open up the new era of freedom of “Knowledge Sharing”:
1. Instead of reading 100 books to understand a complex economic/politics/history/science topic, you can go YouTube to attend free seminars by TED, MOOC (Cousera, Khan Academy…), or follow YouTube series by book expert reviewers (罗辑思维, 袁腾飞, 百家论坛, 宋鸿兵货币战争)…
2. You can ask any questions on “Quora”. Anybody with the expertise will volunteer to teach you.
3. You can keep your reading notes in text, video and hyperlink to the vast internet resources (wikipedia, ..) and shared…

View original post 9 more words

A solvable group that has a composition series is necessarily finite

Facebook Profile Picture 03

Do try out this Free Career Guidance Personality Test at https://career-test.com/s/sgamb?reid=210 while it is still available!

Benefits of doing the (Free) Career Test:

  • Get familiar with the top companies in Singapore
  • There are seven distinct career types based on career preferences, goals and personality. Get to know yours! (My result: Harmonizer)
  • Take part in the annual Universum survey and win prizes!

Let G be a solvable group. We prove that if G has a composition series, then G has to be finite. (Note that this is sort of a converse to “A finite group has a composition series.”)

Let G=G_0\geq G_1\geq \dots\geq G_n=1 be a composition series of G, where each factor G_i/G_{i+1} is simple.

Since G_i and G_{i+1} are solvable (every subgroup of a solvable group is solvable), the quotient G_i/G_{i+1} is also solvable.

We can prove that G_i/G_{i+1} is abelian. Since (G_i/G_{i+1})'\trianglelefteq G_i/G_{i+1}, by the fact that the factor is simple, we have (G_i/G_{i+1})'=1 or G_i/G_{i+1}.

If (G_i/G_{i+1})'=G_i/G_{i+1}, then this contradicts the fact that G_i/G_{i+1} is solvable. Thus (G_i/G_{i+1})'=1 and G_i/G_{i+1} is abelian.

Key step: G_i/G_{i+1} is simple and abelian, G_i/G_{i+1}\cong\mathbb{Z}_{p_i} for some prime p_i.

Since |G_{n-1}|=p_{n-1}, so we have that |G_{n-2}|=|G_{n-2}/G_{n-1}||G_{n-1}|=p_{n-2}p_{n-1}. By induction, |G_i|=p_i p_{i+1}\dots p_{n-1}.

|G|=|G_0|=p_0p_1\dots p_{n-1}. Thus G is finite.

 

Group of order 56 is not simple + Affordable Air Purifier

Haze strikes Singapore again, this time it is quite serious as the PSI is often above 300. For those seeking an affordable air purifier, do consider this air purifier which is one of the few that costs below $100. It is definitely reusable next year as the haze problem is not going to be solved in the near future.

[S$89.90][Clean Air]2015 Air Purifier Singapore brand and 1 year warranty with HEPA Activated Carbon UV-C germicidal killer lamp silent operation and high efficiency etc

WWW.QOO10.SG

Let G be a group of order 56. Show that G is not simple.

Proof:

We will use Sylow’s Theorem to show that either the 2-Sylow subgroup or 7-Sylow subgroup is normal.

|G|=2^3\cdot 7

By Sylow’s Theorem n_2\mid 7, n_2\equiv 1\pmod 2. Thus n_2=1,7.

Also, n_7\mid 8, n_7\equiv 1\pmod 7. Therefore n_7=1, 8.

If n_2=1 or n_7=1, we are done, as one of the Sylow subgroups is normal.

Suppose to the contrary n_2=7 and n_7=8.

Number of elements of order 7 = 8 x (7-1)=48

Remaining elements = 56-48=8. This is just enough for one 2-Sylow subgroup, thus n_2=1. This is a contradiction.

Therefore, a group of order 56 is simple.