<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Giu's Journal</title>
 <link href="http://giu.me/atom.xml" rel="self"/>
 <link href="http://giu.me"/>
 <updated>2012-02-07T21:47:04+01:00</updated>
 <id>http://giu.me</id>
 <author>
   <name>Giuseppe</name>
 </author>

 
 <entry>
   <title>Proving That Every Norm Defines a Metric</title>
   <link href="http://giu.me/writings/Proof-Every-Norm-Defines-a-Metric.html"/>
   <updated>2012-02-07T19:00:00+01:00</updated>
   <id>http://giu.me/writings/Proof-Every-Norm-Defines-a-Metric</id>
   <content type="html">&lt;p&gt;At the end of &lt;a href=&quot;http://giu.me/writings/Read-Through-Die-Architektur-der-Mathematik-Denken-in-Strukturen-by-Pierre-Basieux.html&quot;&gt;my previous entry&lt;/a&gt; I wrote the following sentence (emphasis mine):&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;And exactly this is the reason why &lt;strong&gt;a norm function &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; of a normed vector space &lt;span class=&quot;math&quot;&gt;(V, ||·||)&lt;/span&gt; always induces a metric&lt;/strong&gt;[...]&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;This is quite a bold statement to make, and as it is with such a mathematical statement, you need to mathematically proof it.&lt;/p&gt;

&lt;p&gt;And so, as an excercise I set myself to work and wrote a proof of the statement on paper (&lt;a href=&quot;#addendum_proof_on_paper&quot;&gt;see bottom of this entry&lt;/a&gt;), and typed it out afterwards because of possible readability issues.&lt;/p&gt;

&lt;p&gt;The statement has been already proven, mind you, and it is not one of the more complicated proofs, but still, it was a nice exercise.&lt;/p&gt;

&lt;h2&gt;Proof: Every Norm Defines a Metric&lt;/h2&gt;

&lt;p&gt;Let &lt;span class=&quot;math&quot;&gt;(V, ||·||)&lt;/span&gt; be a normed vector space, with &lt;span class=&quot;math&quot;&gt;||·||: V x V &amp;rarr; R&lt;/span&gt; being the norm and &lt;span class=&quot;math&quot;&gt;R&lt;/span&gt; being the set of real numbers.&lt;/p&gt;

&lt;p&gt;By definition of a norm, &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; satisfies the following properties:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;span class=&quot;math&quot;&gt;||a · v|| = |a| · ||v||, a &amp;isin; R, v &amp;isin; V&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;math&quot;&gt;||u + v|| &amp;le; ||u|| + ||v||&lt;/span&gt; (triangle inequality)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;math&quot;&gt;||v|| &amp;ge; 0&lt;/span&gt; and &lt;span class=&quot;math&quot;&gt;||v|| = 0 &amp;hArr; v&lt;/span&gt; is the zero vector&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;We define &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;: V x V &amp;rarr; R&lt;/span&gt; as &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) = ||x - y||&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; is a metric if and only if it satisfies the following properties:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) &amp;ge; 0&lt;/span&gt; and &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) = 0 &amp;hArr; x = y&lt;/span&gt; (positive definite)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) = D&lt;sub&gt;V&lt;/sub&gt;(y,x)&lt;/span&gt; (symmetry)&lt;/li&gt;
&lt;li&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,z) &amp;le; D&lt;sub&gt;V&lt;/sub&gt;(x,y) + D&lt;sub&gt;V&lt;/sub&gt;(y,z)&lt;/span&gt; (triangle inequality)&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;In the following steps we will proof that &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; satisfies the properties of a metric.&lt;/p&gt;

&lt;h3&gt;Proof of 1.): Positive Definite Form&lt;/h3&gt;

&lt;p&gt;&lt;span class=&quot;math&quot;&gt;||v|| &amp;ge; 0 &amp;rArr; (&lt;span&gt;Let &lt;/span&gt;v = x - y) ||x - y|| &amp;ge; 0&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) = 0 &amp;hArr; &lt;span&gt;(Def. of&lt;/span&gt; D&lt;sub&gt;V&lt;/sub&gt;&lt;span&gt;)&lt;/span&gt; ||x-y|| = 0 &amp;hArr; &lt;span&gt;(Def. of norm, 3.))&lt;/span&gt; x-y &lt;span&gt;is the zero vector&lt;/span&gt; &amp;hArr; x - y = 0 &amp;hArr; x = y&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;(Note: While going through my notes again I realized that I can simplify the proof for this step; the proof on paper is a little bit longer)&lt;/p&gt;

&lt;p&gt;It follows that &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; is positive definite.&lt;/p&gt;

&lt;h3&gt;Proof of 2.): Symmetry&lt;/h3&gt;

&lt;p&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) = ||x-y|| = ||(-1) · (y - x)|| = &lt;span&gt;(Def. of norm, 1.))&lt;/span&gt; |(-1)| · ||y - x|| = ||y - x|| = D&lt;sub&gt;V&lt;/sub&gt;(y,x)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;It follows that &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; is symmetric.&lt;/p&gt;

&lt;h3&gt;Proof of 3.): Triangle Inequality&lt;/h3&gt;

&lt;p&gt;&lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,z) = ||x - z|| = ||x - y + y - z|| &amp;rArr; &lt;span&gt;(Def. of norm, triangle inequality)&lt;/span&gt; ||x - y + y - z|| &amp;le; ||x - y|| + ||y - z|| &amp;rArr; ||x - z|| &amp;le; ||x - y|| + ||y - z|| &amp;rArr; D&lt;sub&gt;V&lt;/sub&gt;(x,y) &amp;le; D&lt;sub&gt;V&lt;/sub&gt;(x,y) + D&lt;sub&gt;V&lt;/sub&gt;(y,z)&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;It follows that &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; satisfies the triangle inequality.&lt;/p&gt;

&lt;p&gt;By having proofed all the three properties of a metric for &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt;, it follows that &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; is a metric, and more importantly, that every norm &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; defines a metric &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;math&quot;&gt;Q.E.D.&lt;/span&gt;&lt;/p&gt;

&lt;h2&gt;Addendum: Proof On Paper&lt;/h2&gt;

&lt;div id=&quot;addendum_proof_on_paper&quot;&gt;
    &lt;img class=&quot;centerimage&quot; src=&quot;http://giu.me/images/entries/norm_metric_proof_1.jpg&quot; alt=&quot;'Mathematics: A Very Short Introduction'&quot; title=&quot;'Mathematics: A Very Short Introduction'&quot; /&gt;
&lt;/div&gt;




&lt;div&gt;
    &lt;img class=&quot;centerimage&quot; src=&quot;http://giu.me/images/entries/norm_metric_proof_2.jpg&quot; alt=&quot;'Mathematics: A Very Short Introduction'&quot; title=&quot;'Mathematics: A Very Short Introduction'&quot; /&gt;
&lt;/div&gt;

</content>
 </entry>
 
 <entry>
   <title>Read Through: 'Die Architektur der Mathematik: Denken in Strukturen' by Pierre Basieux</title>
   <link href="http://giu.me/writings/Read-Through-Die-Architektur-der-Mathematik-Denken-in-Strukturen-by-Pierre-Basieux.html"/>
   <updated>2012-02-07T00:00:00+01:00</updated>
   <id>http://giu.me/writings/Read-Through-Die-Architektur-der-Mathematik-Denken-in-Strukturen-by-Pierre-Basieux</id>
   <content type="html">&lt;div class=&quot;rightimage&quot;&gt;
    &lt;img class=&quot;centerimage&quot; src=&quot;http://giu.me/images/entries/architektur_der_mathematik.png&quot; alt=&quot;'Die Architektur der Mathematik: Denken in Strukturen'&quot; title=&quot;'Die Architektur der Mathematik: Denken in Strukturen'&quot; /&gt;
&lt;/div&gt;


&lt;p&gt;&lt;a href=&quot;http://giu.me/writings/Read-Through-Mathematics-A-Very-Short-Introduction-by-Timothy-Gowers.html&quot;&gt;After having read through Gowers's book &lt;em&gt;Mathematics: A Very Short Introduction&lt;/em&gt;&lt;/a&gt; and &lt;em&gt;gaining some momentum&lt;/em&gt; , I decided to read the next book on the subject.&lt;/p&gt;

&lt;p&gt;A month or two ago a friend of mine recommended me Basieux's book &lt;a href=&quot;http://www.amazon.de/gp/product/3499611198?ie=UTF8&amp;amp;tag=giusjour-21&amp;amp;linkCode=xm2&amp;amp;camp=1638&amp;amp;creativeASIN=3499611198&quot;&gt;&lt;em&gt;Die Architektur der Mathematik: Denken in Strukturen&lt;/em&gt;&lt;/a&gt;, saying it helped him grasping some mathematical concepts we both spent time learning in the past few months better, and so I decided to start reading this book right after having finished reading through Gowers's exemplar almost three weeks ago.&lt;/p&gt;

&lt;h2&gt;Get the Big Picture&lt;/h2&gt;

&lt;p&gt;Basieux's book is perfect if you want to learn more about the foundation of math, and more importantly if you want to get a very good overview of it. Just as Gower's book, Basieux's &lt;em&gt;Die Architektur der Mathematik: Denken in Strukturen&lt;/em&gt; is a rather slim, but still a quite fascinating exemplar. Since the book's goal is to introduce the reader to the foundation of math and give an overview, it does not go into great detail about the mathematical structures presented, but rather explains the various subjects with just enough details and information, and still manages to teach you a ton of interesting things.&lt;/p&gt;

&lt;p&gt;In my humble opinion, sometimes you just really need such an overview that only scratches the surface to fully comprehend a specific subject.&lt;/p&gt;

&lt;p&gt;When I bought this book I already had background knowledge about some of the subjects presented, but reading through this book definitely helped me a lot.&lt;/p&gt;

&lt;p&gt;I spent the last four months delving into various areas of math at quite a pace, and sadly I missed the one or other &lt;em&gt;connection&lt;/em&gt;, because most of the times I did not have a clear picture of the whole thing in front of me.&lt;/p&gt;

&lt;p&gt;Just to name you a very, very simple example, a few weeks ago if you would have asked me what the relationship between a &lt;a href=&quot;https://en.wikipedia.org/wiki/Metric_space&quot;&gt;metric space&lt;/a&gt; and a &lt;a href=&quot;https://en.wikipedia.org/wiki/Normed_vector_space&quot;&gt;normed vector space&lt;/a&gt; is, I just would have glanced at you with a confused look. In the end it's rather simple, but still, back then I was enough confused with all the other mathematical terms that were thrown at me, I even couldn't understand the rather simple connection between this two terms.&lt;/p&gt;

&lt;p&gt;Really, you should have seen my face when I first heard that &lt;em&gt;the norm function induces a metric&lt;/em&gt;; it was quite a &lt;em&gt;what the hell does that even mean&lt;/em&gt; moment for me.&lt;/p&gt;

&lt;p&gt;Now I can tell you why exactly the norm function &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; of a normed vector space &lt;span class=&quot;math&quot;&gt;(V, ||·||)&lt;/span&gt; induces a metric, therefore making &lt;span class=&quot;math&quot;&gt;(V, ||·||)&lt;/span&gt; a metric space, too.&lt;/p&gt;

&lt;p&gt;To put it simple, let &lt;span class=&quot;math&quot;&gt;X&lt;/span&gt; be a set and let &lt;span class=&quot;math&quot;&gt;d&lt;/span&gt; be a function &lt;span class=&quot;math&quot;&gt;d: X x X &amp;rarr; R&lt;/span&gt; (&lt;span class=&quot;math&quot;&gt;R&lt;/span&gt; is the set of real numbers), then the pair &lt;span class=&quot;math&quot;&gt;(X,d)&lt;/span&gt; is called a &lt;em&gt;metric space&lt;/em&gt; if &lt;span class=&quot;math&quot;&gt;d&lt;/span&gt; satisfies &lt;a href=&quot;https://en.wikipedia.org/wiki/Metric_space#Definition&quot;&gt;specific properties&lt;/a&gt;, thus making &lt;span class=&quot;math&quot;&gt;d&lt;/span&gt; a &lt;em&gt;metric&lt;/em&gt; on &lt;span class=&quot;math&quot;&gt;X&lt;/span&gt;. The norm function &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; of a normed vector space &lt;span class=&quot;math&quot;&gt;(V, ||·||)&lt;/span&gt; is a function &lt;span class=&quot;math&quot;&gt;||·||: V &amp;rarr; R&lt;/span&gt; that simply assigns a &lt;em&gt;size&lt;/em&gt; to each object of &lt;span class=&quot;math&quot;&gt;V&lt;/span&gt;, and also has to hold &lt;a href=&quot;https://en.wikipedia.org/wiki/Norm_%28mathematics%29#Definition&quot;&gt;some properties&lt;/a&gt;. In contrast to the metric &lt;span class=&quot;math&quot;&gt;d&lt;/span&gt;, the norm function &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; works on single elements of the set &lt;span class=&quot;math&quot;&gt;V&lt;/span&gt;. Now a function &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;: V x V &amp;rarr; R&lt;/span&gt; can be defined as &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;(x,y) = ||x -y||&lt;/span&gt;, which holds all the necessary properties of a metric thanks to the fact that &lt;span class=&quot;math&quot;&gt;||x-y|| = ||x + (-y)||&lt;/span&gt;, and thus making &lt;span class=&quot;math&quot;&gt;D&lt;sub&gt;V&lt;/sub&gt;&lt;/span&gt; a metric on &lt;span class=&quot;math&quot;&gt;V&lt;/span&gt;.&lt;/p&gt;

&lt;p&gt;There already exist quite a number of established norms, e.g. the Euclidean or Manhattan norm, but regardless of which norm you are using, be it your own or some established ones, once you define such a norm (implying that it satisfies all the required properties), you can always use it to define a metric, just as shown above.&lt;/p&gt;

&lt;p&gt;And exactly this is the reason why a norm function &lt;span class=&quot;math&quot;&gt;||·||&lt;/span&gt; of a normed vector space &lt;span class=&quot;math&quot;&gt;(V, ||·||)&lt;/span&gt; always induces a metric, and more importantly, why a normed vector space will always be a metric space, too (the reverse statement, namely that a metric space will always be a normed vector space, too does not always hold).&lt;/p&gt;

&lt;p&gt;As I told you before, this is just a simple example, because it was more of a definition issue for me than something else. But still, a lot of things became quite clear for me once I unraveled this knot.&lt;/p&gt;

&lt;p&gt;I cannot mention it enough: if you want to get a really good overview of the whole picture, read this book.&lt;/p&gt;

&lt;p&gt;Personally, for me reading through this book was a very good and quite eye-opening experience.&lt;/p&gt;

&lt;p&gt;But then again, I am just a novice exploring the exciting world of mathematics.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.de/gp/product/3499611198?ie=UTF8&amp;amp;tag=giusjour-21&amp;amp;linkCode=xm2&amp;amp;camp=1638&amp;amp;creativeASIN=3499611198&quot;&gt;'&lt;em&gt;Die Architektur der Mathematik: Denken in Strukturen&lt;/em&gt;' at Amazon.de&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>Can Math Be Beautiful?</title>
   <link href="http://worldsciencefestival.com/videos/can_math_be_beautiful"/>
   <updated>2012-02-07T00:00:00+01:00</updated>
   <id>http://giu.me/linkings/Can-Math-Be-Beautiful-</id>
   <content type="html">&lt;p&gt;You just have to love Euclid's proof of the statement that there are infinitely many prime numbers.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Wikipedia TeX Source Extractor Bug Fix</title>
   <link href="http://giu.me/writings/Wikipedia-TeX-Source-Extractor-Bugfix.html"/>
   <updated>2012-02-01T00:00:00+01:00</updated>
   <id>http://giu.me/writings/Wikipedia-TeX-Source-Extractor-Bugfix</id>
   <content type="html">&lt;p&gt;I just pushed an updated version of the Wikipedia TeX Source Extractor userscript to both &lt;a href=&quot;http://userscripts.org/scripts/show/121713&quot;&gt;userscripts.org&lt;/a&gt; and &lt;a href=&quot;https://github.com/giu/wikipedia-tex-source-extractor&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The old version had an issue displaying the TeX source of mathematical formulas containing apostrophes (&lt;code&gt;'&lt;/code&gt;), e.g. derivations.&lt;/p&gt;

&lt;p&gt;If the TeX string contained an apostrophe, the string's part after the apostrophe (including the apostrophe itself) got cropped. For example, if the TeX source behind a derivation looked like &lt;code&gt;f\!\,'(x_0)&lt;/code&gt;, the Extractor somehow only managed to display &lt;code&gt;f\!\,&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;The cause of this issue is my usage of apostrophes for the declaration of strings directly in the JavaScript code.&lt;/p&gt;

&lt;p&gt;Because of this conflict with apostrophes, the following snippet of code, in which I inject a textbox containing the TeX source didn't work as expected (shortened version):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var a = $t.attr(&quot;alt&quot;);
$t.parent().append(&quot;&amp;lt;input id='wte_texsource_&quot;+counter+&quot;' type='text' value='&quot;+a+&quot;' /&amp;gt;&quot;);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To fix the issue, I now first append the textbox without a value, and right after that I inject the TeX source, avoiding any conflicts involving apostrophes:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;$t.parent().append(&quot;&amp;lt;input id='wte_texsource_&quot;+counter+&quot;' type='text' /&amp;gt;&quot;);
$(&quot;#wte_texsource_&quot;+counter).val($t.attr(&quot;alt&quot;));
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The updated version now displays any TeX source containing apostrophes correctly:&lt;/p&gt;

&lt;div&gt;
    &lt;img class=&quot;centerimage&quot; src=&quot;http://giu.me/images/entries/wikipedia-tex-source-extractor-bugfix.png&quot; alt=&quot;Wikipedia TeX Source Extractor Bugfix&quot; /&gt;
&lt;/div&gt;

</content>
 </entry>
 
 <entry>
   <title>Read Through: 'Mathematics: A Very Short Introduction' by Timothy Gowers</title>
   <link href="http://giu.me/writings/Read-Through-Mathematics-A-Very-Short-Introduction-by-Timothy-Gowers.html"/>
   <updated>2012-01-18T00:00:00+01:00</updated>
   <id>http://giu.me/writings/Read-Through-Mathematics-A-Very-Short-Introduction-by-Timothy-Gowers</id>
   <content type="html">&lt;p&gt;While I was looking for a specific book in one of the math bookshelfs in the Orell Füssli bookstore at Bellevue a few weeks ago, a rather small book managed to catch my attention because of the quite unusual but striking color of its cover (unusual for a math book, that is).&lt;/p&gt;

&lt;p&gt;My first thought was simply that somebody deliberately put this book in the wrong shelf, but after picking it up and reading the title I was pleasantly surprised:&lt;/p&gt;

&lt;div&gt;
    &lt;img class=&quot;centerimage&quot; src=&quot;http://giu.me/images/entries/mathematics_timothy_gowers.png&quot; alt=&quot;'Mathematics: A Very Short Introduction'&quot; title=&quot;'Mathematics: A Very Short Introduction'&quot; /&gt;
&lt;/div&gt;


&lt;p&gt;I already knew who Timothy Gowers is (he is a prominent British mathematician and recipient of the Fields Medal, the latter sometimes being referred to as &lt;em&gt;the Nobel Prize in Mathematics&lt;/em&gt;), since I own another excellent book written by him, namely &lt;a href=&quot;http://www.amazon.de/gp/product/0691118809?ie=UTF8&amp;amp;tag=giusjour-21&amp;amp;linkCode=xm2&amp;amp;camp=1638&amp;amp;creativeASIN=0691118809&quot;&gt;&lt;em&gt;The Princeton Companion To Mathematics&lt;/em&gt;&lt;/a&gt; (I haven't read completely through it, though).&lt;/p&gt;

&lt;p&gt;The next logical step for me after such a pleasant find was to simply purchase this conspicuously looking book, and I'm really glad I did it.&lt;/p&gt;

&lt;h2&gt;Small But Mighty&lt;/h2&gt;

&lt;p&gt;The book &lt;em&gt;Mathematics: A Very Short Introduction&lt;/em&gt;, although being an introduction to mathematics (including some advanced topics) is a rather exciting excursion and learning experience in various mathematical topics. It starts with the explanation of how abstraction can be used to build mathematical models of existing systems, and then presents the reader with chapters covering numbers, proofs, limits and infinity, dimension, geometry, estimates and approximates, and ends with some interesting frequently asked questions.&lt;/p&gt;

&lt;p&gt;Although it touches the one or other advanced mathematical topic, Mister Gowers definitely managed to do a very good job explaining the various mathematical topics as simple as possible. The various chapters are also spiked with a lot of examples, images and proofs, which help grasp the various presented concepts better.&lt;/p&gt;

&lt;p&gt;Personally, I liked the &lt;em&gt;Dimension&lt;/em&gt; chapter the most, since it was one of the more revealing chapters for me.&lt;/p&gt;

&lt;p&gt;The following is a paraphrased passage from that chapter (I read the German edition of the book):&lt;/p&gt;

&lt;p&gt;Imagine we want to draw a simple circle. Drawing a two-dimensional circle is a rather simple task. Add an additional dimension and we are able to draw the equivalent of a circle in the third dimension, namely a sphere. The interesting question now is: what happens if we move one dimension higher and start thinking about drawing a four-dimensional sphere? Is this even possible, and if so, what is this new form called and what does it look like?&lt;/p&gt;

&lt;p&gt;This is where the author perfectly brings in the word &lt;em&gt;abstraction&lt;/em&gt;. He just describes a circle or a sphere without ever mentioning the dimensions:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;A circle or sphere is a set of points with a certain distance from a given point.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;Having previously defined a distance function using the same abstraction (no mention of the dimension), we can now simply use the definition of a circle to construct spheres in the fourth or even twenty-seventh dimension.&lt;/p&gt;

&lt;p&gt;This chapter was quite the learning experience for me, because a) I never delved into higher-dimensional geometry, and b) as soon as I began reading this chapter I started thinking about the mere impossibility to picture what a four-dimensional sphere may look like, let alone the vast number of things one could do with such a &lt;em&gt;sphere&lt;/em&gt;. But right after I read the above-mentioned passage it just clicked. Why trying to do the impossible and imagine what such a figure may look like in higher dimensions? Just abstract its most important properties without ever mentioning the word &lt;em&gt;dimension&lt;/em&gt;, and work with the new definition in higher dimensions.&lt;/p&gt;

&lt;p&gt;I really enjoyed reading this book. Beside the various interesting topics the book covered, the author did a really good writing job; it is written in quite a captivating style, probably thanks to the fact that it reflects very well Mister Gowers's appreciation for the subject.&lt;/p&gt;

&lt;p&gt;This book definitely earns 5 out of 5 stars!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.de/gp/product/0192853619/ref=as_li_tf_tl?ie=UTF8&amp;amp;tag=giusjour-21&amp;amp;linkCode=as2&amp;amp;camp=1638&amp;amp;creative=6742&amp;amp;creativeASIN=0192853619&quot;&gt;'&lt;em&gt;Mathematics: A Very Short Introduction&lt;/em&gt;' at Amazon.de&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.amazon.de/gp/product/3150187060/ref=as_li_tf_tl?ie=UTF8&amp;amp;tag=giusjour-21&amp;amp;linkCode=as2&amp;amp;camp=1638&amp;amp;creative=6742&amp;amp;creativeASIN=3150187060&quot;&gt;'&lt;em&gt;Mathematics: A Very Short Introduction&lt;/em&gt;' (German edition) at Amazon.de&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

</content>
 </entry>
 
 <entry>
   <title>LaTeX: Smoothly Embedding Figures Inside the 'multicols' Environment</title>
   <link href="http://tex.stackexchange.com/questions/12262/multicol-and-figures"/>
   <updated>2012-01-17T00:00:00+01:00</updated>
   <id>http://giu.me/linkings/LaTeX-Smoothly-Embedding-Figures-Inside-the-multicols-Environment</id>
   <content type="html">&lt;p&gt;The presented LaTeX snippet is full of magic, but it will solve your '&lt;em&gt;Package multicol Warning: Floats and marginpars not allowed inside `multicols' environment!&lt;/em&gt;' problem for sure&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>LaTeX error: 'Package inputenc Error: Unicode char \u8: not set up for use with LaTeX'</title>
   <link href="https://tex.stackexchange.com/questions/4268/inputenc-error-unicode-char-u8-error-while-trying-to-write-a-degree-symbol"/>
   <updated>2012-01-02T00:00:00+01:00</updated>
   <id>http://giu.me/linkings/Package-inputenc-Error-Unicode-char-u8-not-set-up-for-use-with-LaTeX</id>
   <content type="html">&lt;p&gt;Solution: Just remove and add all the spaces again&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Wikipedia TeX Source Extractor</title>
   <link href="http://giu.me/writings/Wikipedia-TeX-Source-Extractor.html"/>
   <updated>2011-12-29T00:00:00+01:00</updated>
   <id>http://giu.me/writings/Wikipedia-TeX-Source-Extractor</id>
   <content type="html">&lt;p&gt;Earlier today I wrote a little GreaseMonkey user script called &lt;a href=&quot;http://userscripts.org/scripts/show/121713&quot;&gt;Wikipedia TeX Source Extractor&lt;/a&gt; (WTSE).&lt;/p&gt;

&lt;p&gt;If you ever felt the need to copy the TeX source of a formula while reading various mathematical entries on Wikipedia, WTSE will help you achieve that. Once you click on the desired formula, a textbox with the formula's TeX source already selected will appear; you now only have to hit &lt;code&gt;CTRL-C&lt;/code&gt; and you're good to go. It's as simple as that.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://giu.me/images/entries/wikipedia-tex-source-extractor.png&quot; title=&quot;Screenshot of the Wikipedia TeX Source Extractor&quot; alt=&quot;&amp;quot;Screenshot of the Wikipedia TeX Source Extractor&amp;quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;You can &lt;a href=&quot;http://userscripts.org/scripts/show/121713&quot;&gt;install WTSE from its userscripts.org page&lt;/a&gt;, or you can fork it from &lt;a href=&quot;https://github.com/giu/wikipedia-tex-source-extractor&quot;&gt;GitHub&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>One Up</title>
   <link href="http://giu.me/writings/One-Up.html"/>
   <updated>2011-12-28T00:00:00+01:00</updated>
   <id>http://giu.me/writings/One-Up</id>
   <content type="html">&lt;p&gt;It happened again: I decided to change my journal's layout, but this time I went further and decided to switch the backend, too. My journal doesn't run on WordPress anymore; instead, it's now served as a bunch of static HTML pages that are generated by the awesome tool that &lt;a href=&quot;http://www.jekyllrb.com&quot;&gt;Jekyll&lt;/a&gt; is.&lt;/p&gt;

&lt;p&gt;If you've never heard of Jekyll, the idea behind it is quite simple: you give Jekyll various types of files (layout files, content files, etc.) written in various markup languages of choice (HTML, Markdown, Textile), and Jekyll will give you a bunch of static HTML pages in return. If you want to learn more about Jekyll, I recommend you to &lt;a href=&quot;https://github.com/mojombo/jekyll/wiki&quot;&gt;head over to its wiki&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The approach of using Jekyll instead of WordPress brings quite some advantages along that convinced me to do the switch:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Every page is statically served, so the server will be able to a) serve the pages much faster, and b) handle quite a lot of incoming traffic should the need ever arise;&lt;/li&gt;
&lt;li&gt;I don't need a database anymore;&lt;/li&gt;
&lt;li&gt;I'm using &lt;a href=&quot;http://sublimetext.com&quot;&gt;my favourite text editor&lt;/a&gt; with &lt;a href=&quot;http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/&quot;&gt;my favourite color scheme&lt;/a&gt; configured to write this post; I'm feeling all warm and fuzzy right now because of this;&lt;/li&gt;
&lt;li&gt;I don't need to login using an unsecure connection to manage my journal, and can use &lt;a href=&quot;https://secure.wikimedia.org/wikipedia/en/wiki/SSH_File_Transfer_Protocol&quot;&gt;SFTP&lt;/a&gt; or even a simple &lt;code&gt;git push&lt;/code&gt; (see &lt;a href=&quot;http://pages.github.com/&quot;&gt;GitHub User Pages&lt;/a&gt;) instead (I'm currently using SFTP), and;&lt;/li&gt;
&lt;li&gt;All I need for my new backend to work now are files containing some markup, meaning I can use &lt;a href=&quot;http://git-scm.com/&quot;&gt;git&lt;/a&gt; to put &lt;em&gt;everything&lt;/em&gt; under version control&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;I've also decided to restart from scratch with this journal, meaning that you won't find most of the entries from the old journal around here anymore. If you're looking for specific entries from the past, don't hesitate to &lt;a href=&quot;/contact.html&quot;&gt;contact me&lt;/a&gt; and I'll look what I can do.&lt;/p&gt;

&lt;p&gt;My journal is still under construction at this moment, but I guess it's a good start to have something showing up again after the server transfer.&lt;/p&gt;
</content>
 </entry>
 
 
</feed>