<!DOCTYPE html>
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
  <title>Gauss Facts</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <meta name="description" content="Carl F. Gauss - The greatest mathematician since antiquity. - Gauss Facts">
  <meta name="keywords" content="gauss facts,Gauss Facts">
  <meta name="title" content="Gauss Facts">
  <meta name="medium" content="blog">
  <script type="text/javascript" src="http://w.sharethis.com/button/sharethis.js#tabs=web%2Cpost%2Cemail&charset=utf-8&style=rotate&publisher=ec805dea-5dbe-4fef-ba55-8333de5b50dd"></script>
  <link rel="stylesheet" media="screen" type="text/css" href="/css/style.php">
  <script type="text/javascript" src="/js/jquery-1.3.1.min.js"></script>
  <script type="text/javascript" src="/js/jquery.form.js"></script>
  <script type="text/javascript" src="/js/functions.js"></script>
  <link rel="stylesheet" media="screen" type="text/css" href="/css/jquery.jtip.php">
  <script type="text/javascript" src="/js/jquery.jtip.js"></script>
  <script>
  function fbs_click(u,t) {if(!u) u=location.href; if(!t) t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}
  </script>
  <style>
  html .fb_share_button { display: -moz-inline-block; display:inline-block; padding:1px 20px 0 5px; height:15px; border:1px solid #d8dfea; background:url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; } html .fb_share_button:hover { color:#fff; border-color:#295582; background:#3b5998 url(http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif) no-repeat top right; text-decoration:none; } 
  </style>
  <meta http-equiv="X-UA-Compatible" content="IE=8">
  <script type="text/javascript" src="/js/jquery.corner.js"></script>
  <script type="text/javascript">
         
        $(function(){
                $("div.post, div.box").corner("7px");
        });
  </script>
</head>
<body>
  <div id="fb-root"></div>
  <div id="content">
    <div id="haut">
      <div style="float:left;">
        <div class="maintitle">
          <a href="/" title="Gauss Facts" alt="Gauss Facts"><img src="/images/logo.png"></a>
        </div>
        <div class="title">
          The greatest mathematician since antiquity.
        </div>
      </div>
      <div class="clear">
        <br>
      </div>
      <div class="menu">
        <h1><a href="/">Homepage</a></h1>
        <div class="tiret">
          -
        </div>
        <h1><a href="/top">Top Gauss Facts</a></h1>
        <div class="tiret">
          -
        </div>
        <h1><a href="/random">Random Gauss Facts</a></h1>
        <div class="tiret">
          -
        </div>
        <h1><a href="javascript:submitToggle();" class="submit" style="font-weight: bold;">SUBMIT A GAUSS FACT</a></h1>
        <div class="tiret">
          -
        </div>
        <h1><a href="/moderate" style="font-weight: bold; color: #ba2c2c;">Help Moderate</a></h1>
      </div>
    </div>
<a name="haut" id="haut"></a><br>
    <br>
    <script type="text/javascript">

                function reloadImage()
                {
                        img = document.getElementById('cimg');
                        img.src = 'http://www.gaussfacts.com/include/captcha.php?' + Math.random();
                }
                function displayMail() {
                        $('#submit .input_mail').html('Email (optional) : <input type="text" name="email">');
                }
                function cut(input) {
                        if (input.value.length >= 400) {
                                input.value = input.value.substring(0,400);
                        }
                        var reste = 400 - input.value.length;
                        var print =  reste;
                        $(".ok #compteur").html(input.value.length+'/400 characters');
                }
                $(document).ready(function() {
                        $("#submitsh").submit(function() {
                                $(this).ajaxSubmit({
                                                        beforeSubmit: function(before) {
                                                        $('#loadingsubmitsh').css('display','block');
                                                        $("#resultsubmitsh").html('');
                                                        $("#resultsubmitsh").css('display','none');
                                                        },
                                                        success: function(retour) {
                                                                $('#loadingsubmitsh').css('display','none');
                                                                        if(retour == 'error1') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: The username you entered is already taken.<\/p>');
                                                                        } else if(retour == 'error2') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: Please select a gender.<\/p>');
                                                                        } else if(retour == 'error3') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: Your e-mail address is invalid.<\/p>');
                                                                        }else if(retour == 'error4') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: Please select a category.<\/p>');
                                                                        }else if(retour == 'error5') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: Your fact is too short.<\/p>');
                                                                        }else if(retour == 'error6') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: Image code wrong, please try again.<\/p>');
                                                                        }else if(retour == 'error7') {
                                                                                $('#resultsubmitsh').html('<p class=\"pasgood\">Error: Your fact contains banned words!<\/p>');
                                                                        }else {
                                                                                $('#resultsubmitsh').html('<p class=\"good\">Thanks for sharing your fact with us. Come back soon to find out if it has been posted or not!<br><a href="javascript:submitToggle();">Close this form<\/a><\/p>');
                                                                                setTimeout("$('#submitsh #update').val('');",5000);
                                                                        }       
                                                                        reloadImage();
                                                        $('#resultsubmitsh').hide();
                                                        $('#resultsubmitsh').fadeIn(500);
                                                        setTimeout("$('#resultsubmitsh').fadeOut();",5000);                                                     
                                                        }
                                        }); 
                                return false;
                        });             
                });
    </script>
    <div id="ie8">
      <br>
      <br>
    </div>
    <div id="submit" class="post">
      <h2>Submit your Gauss fact:</h2>
<br>
      <ul style="list-style-type: none; margin-bottom: 10px;">
        <li>- <b>Rules</b> : A Gauss fact is a short and usually absurd claim about Gauss's intelligence.</li>
        <li style="margin-top:5px;">- If your fact isn't published on our website, don't feel offended, and thank you!</li>
      </ul>
      <form method="post" id="submitsh" class="submitsh" action="http://www.gaussfacts.com/submit.php" name="submitsh">
        <fieldset>
          <div class="input_auteur">
            Your nickname : <input type="text" name="uname" value="">
          </div>
          <div class="input_cat">
            Categories : <select name="cat">
              <option value="">
                Choose
              </option>
              <option value="8">
                Astronomy
              </option>
              <option value="10">
                Computer Science
              </option>
              <option value="1">
                Mathematics
              </option>
              <option value="13">
                Miscellaneous
              </option>
              <option value="9">
                Physics
              </option>
              <option value="12">
                Statistics
              </option>
            </select>
          </div>
          <textarea id="update" name="content" rows="4" onkeyup="cut(this);"></textarea>
          <div id="loadingsubmitsh"><img id="loading" src="/images/loader.gif"></div>
          <div id="resultsubmitsh" class="result"></div>
          <div class="input_mail">
            <a href="javascript:displayMail();">Email notification ?</a>
          </div>
          <div class="ok">
            <table>
              <tr>
                <td><img src="/include/captcha.php" style="border: 0px; margin:0px; padding:0px" id="cimg"></td>
                <td><input type="text" name="captcha" value=""></td>
                <td>
                  <div id="compteur"></div>
<input type="submit" name="ok" value="Submit !">
                </td>
              </tr>
            </table>
          </div>
        </fieldset>
<input type="hidden" name="substory" value="1">
      </form>
    </div>
    <div id="ie7"></div>
    <div id="wrapper">
      <script language="javascript" type="text/javascript">
        function VOTEYES(id,nb) {
            $('#vote'+id).css('display','none');
            $.post("http://www.gaussfacts.com/vote_yes.php",{"id":id,"nb":nb},function(html) {
                $("#vote"+id).html("Upvoted ("+html+")").fadeIn();
            });
                        $.post("http://www.gaussfacts.com/vote_yes2.php",{"id":id,"nb":nb},function(html) {
            });
        }
        function VOTENO(id,nb) {
            $('#votebf'+id).css('display','none');
            $.post("http://www.gaussfacts.com/vote_no.php",{"id":id,"nb":nb},function(html) {
                $("#votebf"+id).html("Downvoted ("+html+")").fadeIn();
            });
                        $.post("http://www.gaussfacts.com/vote_no2.php",{"id":id,"nb":nb},function(html) {
            });
        }
      </script> 
      <script type="text/javascript">

      <!--
      google_ad_client = 'pub-8497410902072943';
      /* 728x90, created 3/29/11 */
      google_ad_slot = '6373787213';
      google_ad_width = 728;
      google_ad_height = 90;
      //-->
      </script> 
      <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
      <div style="padding-bottom:10px;"></div>
      <div class="post">
        <p style="text-align:center; font-size:12px"><b>Sort:</b> All Time | <a href="/?s=t">Today Only</a> | <a href="/?s=w">This Week</a> | <a href="/?s=m">This Month</a> | <a href="/?s=y">This Year</a></p>
      </div>
      <div class="post">
        <p>The frost on Gauss' beer glass is Bose–Einstein condensate</p>
<br>
        <div class="date">
          <div class="left_part">
            #914<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote914"><a href="javascript:;" onclick="VOTEYES('914','8');">Upvote</a> (8)</span> - <span id="votebf914"><a href="javascript:;" onclick="VOTENO('914','1');" class="bf">Downvote</a> (1)</span></p>
            <p style="margin-top:2px;">Submitted May 26 -- in <a class="liencat" href="/category/9/Physics">Physics</a> -- by big al</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('914');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus914" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#914',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Physics/914\" class=\"oldlink\">The frost on Gauss' beer glass is Bose–Einstein condensate<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Physics/914'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>There does not exist any finite number n such that n near-sighted policemen could keep Gauss from sneaking into the town.</p>
<br>
        <div class="date">
          <div class="left_part">
            #740<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote740"><a href="javascript:;" onclick="VOTEYES('740','8');">Upvote</a> (8)</span> - <span id="votebf740"><a href="javascript:;" onclick="VOTENO('740','1');" class="bf">Downvote</a> (1)</span></p>
            <p style="margin-top:2px;">Submitted May 17 -- in <a class="liencat" href="/category/1/Mathematics">Mathematics</a> -- by alanrobinski</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('740');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus740" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#740',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Mathematics/740\" class=\"oldlink\">There does not exist any finite number n such that n near-sighted policemen could keep Gauss from sneaking into the town<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Mathematics/740'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>“Whoever undertakes to set himself up as the judge of truth and knowledge is shipwrecked by the laughter of Carl Gauss.” - Albert Einstein</p>
<br>
        <div class="date">
          <div class="left_part">
            #747<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote747"><a href="javascript:;" onclick="VOTEYES('747','14');">Upvote</a> (14)</span> - <span id="votebf747"><a href="javascript:;" onclick="VOTENO('747','1');" class="bf">Downvote</a> (1)</span></p>
            <p style="margin-top:2px;">Submitted May 03 -- in <a class="liencat" href="/category/9/Physics">Physics</a> -- by alanrobinski</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('747');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus747" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#747',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Physics/747\" class=\"oldlink\">ldquo;Whoever undertakes to set himself up as the judge of truth and knowledge is shipwrecked by the laughter of Carl Gauss ” - Albert Einstein<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Physics/747'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>Gauss invented Newton AND Leibniz.</p>
<br>
        <div class="date">
          <div class="left_part">
            #850<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote850"><a href="javascript:;" onclick="VOTEYES('850','21');">Upvote</a> (21)</span> - <span id="votebf850"><a href="javascript:;" onclick="VOTENO('850','9');" class="bf">Downvote</a> (9)</span></p>
            <p style="margin-top:2px;">Submitted June 08 -- in <a class="liencat" href="/category/13/Miscellaneous">Miscellaneous</a> -- by htma</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('850');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus850" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#850',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Miscellaneous/850\" class=\"oldlink\">Gauss invented Newton AND Leibniz<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Miscellaneous/850'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>Whenever Gauss tries to solve a problem in R^4, he generalizes the problem for R^n and then makes n=4.</p>
<br>
        <div class="date">
          <div class="left_part">
            #900<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote900"><a href="javascript:;" onclick="VOTEYES('900','41');">Upvote</a> (41)</span> - <span id="votebf900"><a href="javascript:;" onclick="VOTENO('900','4');" class="bf">Downvote</a> (4)</span></p>
            <p style="margin-top:2px;">Submitted April 23 -- in <a class="liencat" href="/category/1/Mathematics">Mathematics</a> -- by nts94</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('900');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus900" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#900',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Mathematics/900\" class=\"oldlink\">Whenever Gauss tries to solve a problem in R^4 he generalizes the problem for R^n and then makes n=4<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Mathematics/900'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>Gauss skips Step 2 of the Feynman problem solving algorithm:<br>
        1. Write down the problem.<br>
        2. Think very hard.<br>
        3. Write down the answer.</p>
<br>
        <div class="date">
          <div class="left_part">
            #735<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote735"><a href="javascript:;" onclick="VOTEYES('735','44');">Upvote</a> (44)</span> - <span id="votebf735"><a href="javascript:;" onclick="VOTENO('735','3');" class="bf">Downvote</a> (3)</span></p>
            <p style="margin-top:2px;">Submitted April 19 -- in <a class="liencat" href="/category/10/Computer%20Science">Computer Science</a> -- by Yash</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('735');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus735" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#735',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Computer Science/735\" class=\"oldlink\">Gauss skips Step 2 of the Feynman problem solving algorithm: 1 Write down the problem  2 Think very hard  3 Write down the answer<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Computer Science/735'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>Gauss did once calculate A(G, G), but the result was lost. (A=Ackerman's function, G=Graham's number).</p>
<br>
        <div class="date">
          <div class="left_part">
            #899<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote899"><a href="javascript:;" onclick="VOTEYES('899','13');">Upvote</a> (13)</span> - <span id="votebf899"><a href="javascript:;" onclick="VOTENO('899','6');" class="bf">Downvote</a> (6)</span></p>
            <p style="margin-top:2px;">Submitted April 13 -- in <a class="liencat" href="/category/1/Mathematics">Mathematics</a> -- by _cronos2</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('899');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus899" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#899',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Mathematics/899\" class=\"oldlink\">Gauss did once calculate A(G G) but the result was lost (A=Ackerman's function G=Graham's number)<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Mathematics/899'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>Gauss proves the well-ordering theorem by glaring at the set in question until it orders itself out of sheer terror.</p>
<br>
        <div class="date">
          <div class="left_part">
            #782<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote782"><a href="javascript:;" onclick="VOTEYES('782','42');">Upvote</a> (42)</span> - <span id="votebf782"><a href="javascript:;" onclick="VOTENO('782','3');" class="bf">Downvote</a> (3)</span></p>
            <p style="margin-top:2px;">Submitted April 13 -- in <a class="liencat" href="/category/1/Mathematics">Mathematics</a> -- by squattingmouse</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('782');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus782" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#782',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Mathematics/782\" class=\"oldlink\">Gauss proves the well-ordering theorem by glaring at the set in question until it orders itself out of sheer terror<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Mathematics/782'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>Gauss knows there are no uninteresting numbers, because he knows the interesting thing about each one.</p>
<br>
        <div class="date">
          <div class="left_part">
            #734<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote734"><a href="javascript:;" onclick="VOTEYES('734','19');">Upvote</a> (19)</span> - <span id="votebf734"><a href="javascript:;" onclick="VOTENO('734','2');" class="bf">Downvote</a> (2)</span></p>
            <p style="margin-top:2px;">Submitted April 06 -- in <a class="liencat" href="/category/1/Mathematics">Mathematics</a> -- by Win</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('734');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus734" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#734',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Mathematics/734\" class=\"oldlink\">Gauss knows there are no uninteresting numbers because he knows the interesting thing about each one<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Mathematics/734'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="post">
        <p>The empty set is defined as the set of all the true statements Gauss cannot prove.</p>
<br>
        <div class="date">
          <div class="left_part">
            #744<br>
            <img src="/images/comments.png"> 0 Comments
          </div>
          <div class="right_part">
            <p><span id="vote744"><a href="javascript:;" onclick="VOTEYES('744','57');">Upvote</a> (57)</span> - <span id="votebf744"><a href="javascript:;" onclick="VOTENO('744','7');" class="bf">Downvote</a> (7)</span></p>
            <p style="margin-top:2px;">Submitted March 29 -- in <a class="liencat" href="/category/1/Mathematics">Mathematics</a> -- by alanrobinski</p>
          </div>
        </div>
        <div class="more">
          <a href="javascript:;" onclick="plusToggle('744');"><img src="/images/plus_mini.gif"></a>
        </div>
        <div class="clear"></div>
        <div class="clear"></div>
        <div id="plus744" class="plus">
          <div class="plus_bouton" onclick="document.location='http://www.gaussfacts.com/signup';" id="subscribe">
            <div class="icone"><img src="/images/subscribe.png"></div>
            <div class="label">
              Sign up for more!
            </div>
          </div>
          <div class="plus_bouton">
            <div class="label" style="padding-left: 0;">
              <script language="javascript" type="text/javascript">
                        SHARETHIS.addEntry({
                            title:'#744',
                                                        summary:'<a href=\"http://www.gaussfacts.com/view/Mathematics/744\" class=\"oldlink\">The empty set is defined as the set of all the true statements Gauss cannot prove<\/a>',
                                                        content:'http://www.gaussfacts.com/images/logo400.jpg',
                                                        url:'http://www.gaussfacts.com/view/Mathematics/744'
                        }, {button:true} );
              </script>
            </div>
          </div>
          <div class="clear"></div>
          <div class="content"></div>
          <div class="clear"></div>
        </div>
        <div class="clear"></div>
      </div>
      <div class="pagination">
        <p class="left">[ Page : <strong>1</strong>  <a href="/?page=2">2</a>  <a href="/?page=3">3</a>  <a href="/?page=4">4</a>  <a href="/?page=5">5</a>  <a href="/?page=6">6</a>  <a href="/?page=7">7</a>  <a href="/?page=8">8</a>  <a href="/?page=9">9</a>  <a href="/?page=10">10</a>  <a href="/?page=2">Next »</a>  ...  Last   ]</p>
        <p class="right">« <span style="color: #AAA;">Previous Page</span> | <a href="/?page=2">Next Page</a> »</p>
      </div>
    </div>
    <div id="droite">
      <div class="box">
        <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FGauss-Facts%2F136187759787788&width=155&colorscheme=light&show_faces=false&stream=false&header=true&height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:155px; height:62px;" allowtransparency="true"></iframe>
      </div>
      <div class="box" id="box_categories">
        <div class="titretop">
          Categories
        </div>
        <ul>
          <li>
            <a href="/">See all</a>
          </li>
          <li id="astronomy" class="">
            <h3><a href="/category/8/astronomy">Astronomy</a></h3>
          </li>
          <li id="computer science" class="">
            <h3><a href="/category/10/computer%20science">Computer Science</a></h3>
          </li>
          <li id="mathematics" class="">
            <h3><a href="/category/1/mathematics">Mathematics</a></h3>
          </li>
          <li id="miscellaneous" class="">
            <h3><a href="/category/13/miscellaneous">Miscellaneous</a></h3>
          </li>
          <li id="physics" class="">
            <h3><a href="/category/9/physics">Physics</a></h3>
          </li>
          <li id="statistics" class="">
            <h3><a href="/category/12/statistics">Statistics</a></h3>
          </li>
        </ul>
      </div>
      <div style="width:160px">
        <div class="box">
          <center>
            <img src="/images/facebook.jpg">
          </center>
        </div>
        <div class="box">
          <center>
            <img src="/images/twitter.jpg"><br>
          </center>
        </div>
        <div class="box">
          <center>
            <img src="/images/rss.jpg"><br>
          </center>
        </div>
      </div>
      <div class="box">
        <div class="titretop">
          Your account
        </div>
        <div class="loginform">
          <form name="login" action="http://www.gaussfacts.com/login" method="post" id="login">
            Username <input type="text" name="lusername"> Password <input type="password" name="lpassword"> <input type="checkbox" value="yes" name="remember" style="width:20px; border:0px; vertical-align: baseline"> Remember Me <input type="submit" value="Login">
            <div class="liens">
              <a href="/signup"><b>Sign up</b></a> - <a href="/password">Forgot?</a>
            </div>
<input type="hidden" name="authenticate" value="1">
          </form>
        </div>
      </div>
      <div class="box publicite">
        <center></center>
      </div>
    </div>
  </div>
  <div class="clear"></div>
  <div id="footer">
    <div class="post">
      <a href="/termsofuse">Terms of use</a> | <a href="/privacypolicy">Privacy Policy</a> | <a href="/aboutus">About Us</a> | <a href="/contactus">Contact Us</a> | Rss Feed<br>
      Copyright © 2011 Gauss Facts.
    </div>
  </div>
  <script type="text/javascript">
  var sc_project=6757137; 
  var sc_invisible=1; 
  var sc_security="e9e886de"; 
  var sc_remove_link=1; 
  </script> <noscript>
  <div class="statcounter"></div>
</noscript>
</body>
</html>
