Namespaces
Variants
Actions

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

From Encyclopedia of Mathematics
Jump to: navigation, search
 
(75 intermediate revisions by the same user not shown)
Line 1: Line 1:
====Criticism====
+
<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>
  
A quote from {{Cite|Dur|Sect. 1.4(c), p. 33}}:
+
====Notes====
:
+
<references />
: $(S,\mathcal S)$ is said to be ''nice'' if there is a 1-1 map $\phi$ from $S$ into $\R$ so that $\phi$ and $\phi^{-1}$ are both measurable.
+
 
:
+
-------------------------------------------
: Such spaces are often called ''standard Borel spaces,'' but we already have too many things named after Borel. The next result shows that most spaces arising in applications are nice.
 
:
 
: (4.12) ''Theorem.'' If $S$ is a Borel subset of a complete separable metric space $M$, and $\mathcal S$ is the collection of Borel subsets of $S$, then $(S,\mathcal S)$ is nice.
 
:
 
It is not specified in the definition, whether $\phi(S)$ must be a Borel set, or not. The proof of the theorem provides just a Borel 1-1 map $\phi:S\to\R$ without addressing measurability of the function $\phi^{-1}$ and the set $\phi(S)$. Later, in the proof of Theorem (1.6) of {{Cite|Dur|Sect. 4.1(c)}}, measurability of $\phi^{-1}$ and $\phi(S)$ is used (see the last line of the proof).
 
  
====References====
 
  
 
{|
 
{|
|valign="top"|{{Ref|Dur}}|| Richard Durrett, "Probability: theory and examples", second edition, Duxbury Press (1996).  &nbsp; {{MR|1609153}}
+
| A || B || C
 +
|-
 +
| X || Y || Z
 
|}
 
|}
 +
 +
 +
 +
-----------------------------------------
 +
-----------------------------------------
 +
 +
$\newcommand*{\longhookrightarrow}{\lhook\joinrel\relbar\joinrel\rightarrow}$
 +
 +
<asy>
 +
size(100,100);
 +
label(scale(1.7)*'$T(\\Sigma)\hookrightarrow T(\\Sigma,X)$',(0,0));
 +
</asy>
 +
 +
<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=24264