Namespaces
Variants
Actions

Difference between revisions of "User:Boris Tsirelson/sandbox1"

From Encyclopedia of Mathematics
Jump to: navigation, search
 
(36 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
<ref> [http://hea-www.harvard.edu/AstroStat http://hea-www.harvard.edu/AstroStat]; <nowiki> http://www.incagroup.org </nowiki>; <nowiki> http://astrostatistics.psu.edu </nowiki> </ref>
 +
 +
====Notes====
 +
<references />
 +
 +
-------------------------------------------
 +
 +
 +
{|
 +
| A || B || C
 +
|-
 +
| X || Y || Z
 +
|}
 +
 +
 +
 +
-----------------------------------------
 +
-----------------------------------------
 +
 +
$\newcommand*{\longhookrightarrow}{\lhook\joinrel\relbar\joinrel\rightarrow}$
 +
 
<asy>
 
<asy>
size(80,40,keepAspect=false);
+
size(100,100);
pen p2=red+1.2;
+
label(scale(1.7)*'$T(\\Sigma)\hookrightarrow T(\\Sigma,X)$',(0,0));
draw(((-4,0){right}..(-3,0.004)..(-2,0.054)..(-1,0.242)..(0,0.399)..(1,0.242)..(2,0.054)..(3,0.004)..{right}(4,0)),p=p2);
 
defaultpen(linewidth(0.8));
 
draw((-4,0)--(4,0));
 
 
</asy>
 
</asy>
  
Every narrow neighborhood of a probability measure $\mu$ is also a wide neighborhood of $\mu$. Here is a proof. Given $\varepsilon$, we take a compactly supported continuous $f:X\to[0,1]$ such that $\int f \rd\mu > 1-\varepsilon$. Now, consider another probability measure $\nu$ widely close to $\mu$, namely, satisfying $|\int f \rd(\mu-\nu)| < \varepsilon$. If such $\nu$ satisfies $|\int fg \rd(\nu-\mu)|<\varepsilon$
+
<asy>
 +
size(220,220);
 +
 
 +
import math;
 +
 
 +
int kmax=40;
 +
 
 +
guide g;
 +
for (int k=-kmax; k<=kmax; ++k) {
 +
  real phi = 0.2*k*pi;
 +
  real rho = 1;
 +
  if (k!=0) {
 +
    rho = sin(phi)/phi;
 +
  }
 +
  pair z=rho*expi(phi);
 +
  g=g..z;
 +
}
 +
 
 +
draw (g);
 +
 
 +
defaultpen(0.75);
 +
draw ( (0,0)--(1.3,0), dotted, Arrow(SimpleHead,5) );
 +
dot ( (1,0) );
 +
label ( "$a$", (1,0), NE );
 +
 
 +
</asy>

Latest revision as of 07:12, 13 March 2016

[1]

Notes

  1. http://hea-www.harvard.edu/AstroStat; http://www.incagroup.org ; http://astrostatistics.psu.edu


A B C
X Y Z




$\newcommand*{\longhookrightarrow}{\lhook\joinrel\relbar\joinrel\rightarrow}$

How to Cite This Entry:
Boris Tsirelson/sandbox1. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Boris_Tsirelson/sandbox1&oldid=27458