User david r. maciver - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-25T21:14:34Z http://mathoverflow.net/feeds/user/4959 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/90112/inequalities-for-uniformly-convex-normed-spaces Inequalities for uniformly convex normed spaces David R. MacIver 2012-03-03T10:55:34Z 2012-03-04T00:19:34Z <p>When reading "Chebyshev centers and uniform convexity" by Dan Amir I encountered the following result which is apparently "known and easy to prove". I'm sure it is, but I can't find a proof and am failing to prove it myself.</p> <p>The result (slightly simplified) is</p> <p>If $X$ is a uniformly convex space (i.e. if $||x|| = ||y|| = 1$ with $||x - y|| \geq \epsilon$ then there exists $\delta(\epsilon) > 0$ such that $||\frac{x + y}{2}|| \leq 1 - \delta(\epsilon)$) then for any $x, y$ with $||x|| \leq 1$ and $||y|| \leq 1$, and $||x - y|| \geq \epsilon$, $||\frac{x + y}{2}|| \leq 1 - \delta(\epsilon)$.</p> <p>Part of the problem is that I think this isn't true without making some additional restrictions to reduce the value of $\delta(\epsilon)$. e.g. by considering $||x|| = 1$ and $y = (1 - \epsilon) x$ you can see that this requires that $\delta(\epsilon) \leq \frac{1}{2} \epsilon$. So I think the true result is probably just that you can choose $\delta$ so that this is true.</p> <p>I'm sure this should be easy and I'm just missing an obvious trick, but oh well.</p> http://mathoverflow.net/questions/26166/probability-estimates-for-pairwise-majority-votes Probability estimates for pairwise majority votes David R. MacIver 2010-05-27T16:40:41Z 2011-05-02T22:22:13Z <p>This is related to <a href="http://mathoverflow.net/questions/23936/how-to-assign-a-score-to-items-based-on-a-set-of-partial-rankings" rel="nofollow">the rank aggregation question I asked previously</a>.</p> <p>I have items $I_1, \ldots, I_N$ and the observations of a number of pairwise trials which pit pairs $I_i$ and $I_j$ against eachother and select a "winner". Let <code>$W_{ij}$</code> be the number of times i beats j.</p> <p>Note that the number of trials between i and j is very much dependent on i and j: In some cases there may be none, in some there may be very many.</p> <p>I am trying to estimate a matrix $P_{ij}$ corresponding to the probability that i beats j in a trial (I consider <code>$P_{ii} = \frac{1}{2}$</code> for convenience reasons). My current, somewhat unprincipled, approach is a bayesian average</p> <p><code>\[ P_{ij} = \frac{ \frac{1}{2} S + W_{ij} }{S + W_{ij} + W_{ji}} \]</code></p> <p>where S is some smoothing constant (I currently have S = 5). This corresponds to a bayesian approach with a prior for <code>$P_{ij}$</code> of <code>$\beta(\frac{1}{2}S, \frac{1}{2}S)$</code> and then taking the expected value of the posterior distribution. </p> <p>My problem with this is the following:</p> <p>This is effectively treating each pair i, j as independent, whereas in fact we "believe" that there is a consistency between them. In particular if i tends to beat j and j tends to beat k, this should count as evidence that i tends to beat k even in the absence of pairwise trials between i and k.</p> <p>There may be circumstances where we have very many trials for i, j and j, k and conclude that both <code>$P_{ij}$</code> and <code>$P_{jk}$</code> are high, but we have very few trials for i, k and thus conclude that <code>$P_{ik}$</code> is very close to $\frac{1}{2}$ (possibly even concluding it's less than <code>$\frac{1}{2}$</code> if e.g. there was only one trial and it had a surprising result). This is non-optimal.</p> <p>So I'd like some sort of reasonably principled way of introducing intermediate results as evidence that the majority prefers one to the other. There are various plausible sounding things I could try, but I'd like to do this "properly" if at all possible, and most of my ideas involve more hand waving than solid mathematics. </p> <p>One example of something plausible but possibly nonsensical I'm considering trying is iterating an expand/collapse process of:</p> <p>Expand: $P \to P^2$</p> <p>Collapse: $P \to Q$, where <code>$Q_{ij} = \frac{P_{ij}}{P_{ij} + P_{ji}}$</code></p> <p>The idea being that we inflate probabilities where there are a lot of large intermediate results and then collapse down to the symmetry condition that <code>$P_{ij} + P_{ji} = 1$</code>. </p> <p>This seems to produce semi-tolerable results (I've not tested extensively yet), but it's not actually clear to me that this process converges or why it should work. </p> <p>Suggestions?</p> <p>Edit:</p> <p>On having thought about this a little more carefully, I think the following may capture what I am trying to achieve: </p> <p>I want to assume that there is some distribution on the permutations of 1..N, with a strong prior belief that this distribution is close to uniform, and that each pairwise trial consists of sampling from this distribution and comparing the positions of i and j. </p> http://mathoverflow.net/questions/27245/distribution-on-permutations-derived-from-probability-of-pairwise-orderings Distribution on permutations derived from probability of pairwise orderings David R. MacIver 2010-06-06T15:13:31Z 2010-06-07T02:51:49Z <p>A followup question to <a href="http://mathoverflow.net/questions/26166/probability-estimates-for-pairwise-majority-votes" rel="nofollow">Probability estimates for pairwise majority votes</a> - I think it doesn't actually give an answer in any terribly precise sense, but it would give something I'd be happy to use in lieu of one. :-)</p> <p>I'm basically looking at a certain class of distribution of permutations and trying to determine the probability of it putting two items in a given order. I suspect I'm treading on well worn ground here, but haven't been able to find anything. </p> <p>P is a $N \times N$ matrix with P > 0 and <code>$P_{ij} = 1-P_{ji}$</code>. Define a random variable $T$ taking values in $S_N$ (the permutations of $1, \ldots, N$) by </p> <p><code>$P(T = \sigma) \propto \prod_{\sigma(i) &lt; \sigma(j)} P_{ij}$</code></p> <p>For fixed i, j I'd like to calculate $P(T(i) &lt; T(j))$.</p> <p>It's clear that this can't simply be <code>$P_{ij}$</code>: If you have e.g. <code>$P_{12} = P_{23} = P_{31} = 0.9$</code> then $P(T(1) &lt; T(2)) = 0.5$. </p> <p>Unfortunately it's not clear to me what a general solution should look like. I suspect there may be no nice closed form solution, so I'd be happy with a reasonably efficient way to calculate a numeric approximation. </p> <p>One thing worth noting is that if we let <code>$R_{ij} = P(T(i) &lt; T(j))$</code> then for all k we have the constraint</p> <p><code>$R_{ik} \geq R_{ij} + R_{jk} - 1$</code></p> <p>I suspect but haven't yet been able to prove that if P satisfies this constraint then P = R. If this is the case then it seems likely that R can be calculated as a solution to these constraints (plus that <code>$R_{ij} = 1 - R_{ji}$</code>) which minimises some distance function from P. </p> http://mathoverflow.net/questions/23936/how-to-assign-a-score-to-items-based-on-a-set-of-partial-rankings How to assign a score to items based on a set of partial rankings David R. MacIver 2010-05-08T15:22:48Z 2010-05-19T02:49:49Z <p>I have the following setup:</p> <p>There is a collection of items I and a collection of partial rankings V. That is, an element of V is a total ordering on a subset of I. There is no expectation of consistency among the elements of V: it may be that x &lt; y for one element and y &lt; x for another. </p> <p>I would like to assign a score $s : I \to \mathbb{R}$ which in some sense captures these rankings. That is, I would like s(x) &lt; s(y) to mean "x tends to be less than y for elements of V which have both in their domain". I'm not sure of what a good way to do this is.</p> <p><a href="http://en.wikipedia.org/wiki/Arrow%27s_impossibility_theorem" rel="nofollow">Arrow's impossibility theorem</a> puts some constraints on what can be achieved here, because given a set of votes and a scoring function like this we could use the scoring function to define a total order on the items, which is then constrained by the theorem.</p> <p>I suppose I'm really looking for references rather than an answer to this question (although both would be appreciated): I'm sure there's a body of theory around this, but I have no idea what it is like or what it's called, so I'm at a bit of a loss as to where to start looking for a solution. </p> http://mathoverflow.net/questions/21938/conditions-useful-for-proving-paracompactness Conditions useful for proving paracompactness David R. MacIver 2010-04-20T07:14:09Z 2010-04-20T19:41:28Z <p>I have a family of properties which I want to show taken together imply paracompactness (I can show that they are all implied by paracompactness). I can prove a whole bunch of things which are consequences of paracompactness, and was wondering if given any of these there's some simpler property equivalent to paracompactness I could prove. Any suggestions would be welcome.</p> <p>Given X with these properties I can prove:</p> <ul> <li>X is normal</li> <li>X is countably paracompact</li> <li>X is collectionwise normal</li> <li>Every open cover <code>$\{ U_a \}$</code> can be shrunk to a closed cover <code>$\{ F_a \}$</code> with <code>$F_a \subseteq U_a$</code>. (I assume this property isn't equivalent to paracompactness? I know it's equivalent to countable paracompactness when the set of $U_a$ is countable, and I know if you add "locally finite" to the condition it becomes equivalent to paracompactness)</li> <li>Every open cover of X by $\kappa$ many open sets, where $\kappa$ is regular, has an open refinement which is locally $&lt; \kappa$.</li> </ul> <p>I don't think together these are sufficient to prove paracompactness, though I don't have a counter example. I believe $\omega_1$ satisfies all the properties but the last, though I've not confirmed you can shrink open covers to closed (it looks plausible though).</p> <p>Any suggestions of avenues to pursue?</p> http://mathoverflow.net/questions/21409/the-delta-system-lemma-outside-set-theory/21438#21438 Answer by David R. MacIver for the delta system lemma outside set theory David R. MacIver 2010-04-15T09:41:24Z 2010-04-15T09:51:41Z <p>There's a nice application of the lemma to point-set topology (whether or not you consider this to be set theoretic is up to you :-) )</p> <p>Define the following generalisation of separability:</p> <p>A topological space X is ccc if every pairwise disjoint collection of non-empty open sets is countable.</p> <p>It's clear that every separable space is ccc (because you can pick an element of the dense set in each open set), but ccc has the following theorem which makes it better behaved on products (a product of <code>$&gt; 2^{\aleph_0}$</code> spaces with more than one point is not separable):</p> <p>Theorem: Let <code>$\{ F_a : a \in A \}$</code> be a family of topological spaces such that every finite product is ccc. Then $\prod F_a$ is ccc.</p> <p>Proof: </p> <p>Let T be an uncountable family of pairwise disjoint non-empty open sets. We can without loss of generality assume T consists of basis elements. Each of these basis elements is a product of sets of the form $U_a \subseteq F_a$ with at most finitely many not equal to $F_a$. </p> <p>Let <code>$G = \{ \{ a : U_a \neq F_a \} : \prod U_a \in T \}$</code>. This is an uncountable collection of finite sets, so contains a delta system, say with root R.</p> <p>But we must have the projection of $T$ to <code>$\prod_{a \in R} F_a$</code> still be disjoint: For any $a \not\in R$ we have $U_a \neq F_a$ for at most one element of T. But products of finitely many $T_a$ are ccc, thus we must have the projection of T (and thus T itself) being countable, contradicting the hypothesis.</p> <p>QED</p> <p>This in particular gives us the following corollary: </p> <p>Theorem: An arbitrary product of separables spaces is ccc.</p> <p>Proof: A finite product of spearable spaces is separable and thus ccc.</p> <p>which is interesting because e.g. it tells us that there are compact hausdorff spaces which are not the continuous image of <code>$\{0, 1\}^\kappa$</code> for any $\kappa$.</p> http://mathoverflow.net/questions/21028/shape-of-long-sequences-in-c-1/21084#21084 Answer by David R. MacIver for Shape of long sequences in C(ω_1) David R. MacIver 2010-04-12T09:17:50Z 2010-04-13T19:13:33Z <p>Edit: This proof is wrong, but preserving for posterity. </p> <p>Oh! In a very wizard of oz manner, the answer was within my power all along (it's within $\epsilon$ of a proof I'd already written for something else). </p> <p>Here's a cute little proof that C(K) has the property that diam(A) = 2 * r(A), and thus has the chain-radius condition and thus has no bad sequences.</p> <p>Let $A \subseteq C(K)$ be non-empty. Define</p> <p><code>$ g(x) = \sup_{f \in A} f(x)$</code></p> <p><code>$ h(x) = \inf_{f \in A} f(x)$</code></p> <p><code>$g$</code> is upper semicontinuous: <code>$g(x) &gt; a$</code> iff there exists $f \in A$ such that $f(x) > a$. Similarly <code>$h$</code> is lower semicontinuous.</p> <p>Further, <code>$g(x) - h(x) \leq \textrm{diam}(A)$</code>.</p> <p>Therefore <code>$g(x) - \frac{1}{2}\textrm{diam}(A) \leq h(x) + \frac{1}{2}\textrm{diam}(A)$</code></p> <p>But now we have an upper semicontinuous function which is $\leq$ a lower semicontinuous function. Thus by the katetov tong insertion theorem there is a continuous function $f$ with </p> <p><code>$g(x) - \frac{1}{2}\textrm{diam}(A) \leq f \leq h + \frac{1}{2}\textrm{diam}(A)$</code></p> <p>But this means that $A \subseteq B(f, \frac{1}{2}\textrm{diam}(A))$. Therefore $r(A) \leq \frac{1}{2}\textrm{diam}(A)$. </p> <p>But we already know that $r(A) \geq \frac{1}{2}\textrm{diam}(A)$, so the two are equal and the result is proved.</p> http://mathoverflow.net/questions/21028/shape-of-long-sequences-in-c-1 Shape of long sequences in C(ω_1) David R. MacIver 2010-04-11T19:21:00Z 2010-04-13T19:13:33Z <p>Apologies for the vague title - I couldn't come up with a single sentence that summarised this problem well. If you can, please edit or suggest a better one!</p> <p>This question is also rather specific and contains lots of annoying technical detail. I must admit to not really expecting an answer unless there's an obvious solution I'm missing (which is very possible - I feel like any solution is either going to be obvious or very deep), but some pointers in plausible sounding directions would be greatly appreciated. I suspect the answer will depend on the combinatorics of $\omega_1$, which I know relatively little about. </p> <p>Let $V$ be a normed space. For $A \subseteq V$, define <code>$r(A) = \inf \{ r : \exists V, A \subseteq B(v, r) \}$</code>. Define a <em>bad sequence</em> in $V$ to be a sequence ${ v_\alpha : \alpha &lt; \omega_1 }$ with the properties that:</p> <p><code>$\forall \beta, r(\{ v_\alpha : \alpha &lt; \beta \}) \leq 1$</code></p> <p><code>$\inf_\beta r(\{ v_\alpha : \alpha \geq \beta \}) &gt; 1$</code></p> <p>An example of a space with a bad sequence is $c_0(\omega_1)$ (the set of all bounded real-valued sequences of length $\omega_1$ such that <code>$\{ \alpha : |x_\alpha| &gt; 0 \}$</code> is countable). The sequence <code>$2 * 1_{\{\alpha\}}$</code> is bad. The radius of any tail is $2$ because the center must be eventually 0. The radius of the initial segments is $\leq 1$ because the segment up to $\alpha$ is contained in the closed ball of radius 1 around <code>$1_{[0, \alpha]}$</code>, which is in $c_0(\omega_1)$ because $\alpha &lt; \omega_1$.</p> <p>I have two (three depending on how you count it) major examples of spaces which have no bad sequences: </p> <ul> <li>Any separable space: you can choose centers to lie in the countable dense set, so one center must work as a radius for the initial segment for unboundedly many and thus for all $\alpha$.</li> <li>Any space which has what I'm imaginatively calling the chain-radius condition: The union of a chain of sets of radius $\leq r$ has radius $\leq r$. This includes: <ul> <li>Any reflexive space: If $U_\alpha$ forms a chain, the sets <code>$F_\alpha = \bigcap_{v \in U_\alpha} \overline{B}(v, r + \epsilon)$</code> form non-empty closed and bounded convex sets with the finite intersection property, so compactness in the weak topology implies they have non-empty intersection. Any element of the intersection contains the union of the chain in <code>$\overline{B}(c, r + \epsilon)$</code></li> <li>any space with the property that <code>$\textrm{diam}(A) = 2 r(A)$</code> (in particular the $l^\infty$ space on any set) because it's clear that unions of chains of diameter $\leq 2r$ have diameter $\leq 2r$.</li> </ul></li> </ul> <p>So... that's all the backstory for this question. Given that, my actual question is very simple: Does $C(\omega_1)$ contain a bad sequence? </p> <p>I feel like the answer "must" be no. In particular note that the projection of any sequence onto the first $\alpha$ entries is not bad (because it's a sequence in a separable space) and that if you drop the restriction for continuity the answer is immediately yes. So it sits right between two classes of examples where there are no bad sequences, and I feel that one really should be able to take advantage of that. But on the other hand, functions in $C(\omega_1)$ are eventually constant, so maybe you can take advantage of that to construct some sets with arbitrary bad tails. </p> <p>For bonus kudos, I'd love to know for what compact Hausdorff spaces $K$, $C(K)$ contains a bad sequence. </p> http://mathoverflow.net/questions/20705/is-there-a-natural-characterization-of-when-x-n-is-normal Is there a "natural" characterization of when X × βN is normal? David R. MacIver 2010-04-08T09:42:24Z 2010-04-12T00:30:52Z <p>As per <a href="http://mathoverflow.net/questions/20228/omega-1-times-beta-mathbbn-normal" rel="nofollow">a recent question of mine</a>, $\omega_1 \times \beta \mathbb{N}$ is not normal. I'm wondering whether there's some sort of "natural" condition that describes when a space has a normal product with $\beta \mathbb{N}$, analagous to Dowker's characterisation that $X$ is countably paracompact iff $X \times [0, 1]$ is normal. </p> <p>The context here is that I'm looking for something I can weaken to something sensible, as I have a property implied by $X \times \beta \mathbb{N}$ being normal which I am "surprised" isn't an equivalence ($\omega_1$ has this property) and would like to see if I can show its equivalenct to some slightly weaker topological condition.</p> http://mathoverflow.net/questions/20228/is-1-n-normal Is ω1 × βN normal? David R. MacIver 2010-04-03T11:14:01Z 2010-04-11T20:38:45Z <p>Once upon a time I asked whether $\omega_1 \times \beta \mathbb{N}$ is normal. I got the answer no and a fairly convincing proof of this <a href="http://at.yorku.ca/cgi-bin/bbqa?forum=ask_a_topologist_2006;task=show_msg;msg=1582.0002" rel="nofollow">here</a></p> <p>However I'm currently in a situation where I have three plausible proofs of plausible results at most two of which can be true, and of the three this is the one of which I'm currently the least sure (there are a bunch of details I haven't yet fully checked as I'm in the process of dusting off some of my recently rather unused knowledge about general topology), so was hoping someone could confirm.</p> http://mathoverflow.net/questions/20919/polish-spaces-in-probability/20951#20951 Answer by David R. MacIver for Polish spaces in probability David R. MacIver 2010-04-10T19:39:18Z 2010-04-10T20:07:28Z <p>One simple thing that can go wrong is purely related to the size of the space (polish spaces are all size $\leq 2^{\aleph_0}$). When spaces are large enough product measures become surprisingly badly behaved. Consider Nedoma's pathology: Let $X$ be a measure space with $|X| > 2^{\aleph_0}$. The diagonal in $X^2$ is not measurable. </p> <p>We'll prove this by way of a theorem: </p> <p>Let $U \subseteq X^2$ be measurable. $U$ can be written as a union of at most $2^{\aleph_0}$ spaces of the form $A \times B$.</p> <p>Proof: First note that we can find some countable collection $A_i$ such that $U \subseteq \sigma(A_i \times A_j)$ (proof: The set of $V$ such that we can find such $A_i$ is a sigma algebra containing the basis sets). </p> <p>For <code>$x \in \{0, 1\}^\mathbb{N}$</code> define <code>$B_x = \bigcap \{ A_i : x_i = 1 \} \cap \bigcap \{ A_i^c : x_i = 0 \}$</code>. </p> <p>Consider all sets which can be written as a (possibly uncountable) union of $B_x \times B_y$ for some $y$. This is a sigma algebra and obviously contains all the $A_i \times A_j$, so contains $A$.</p> <p>But now we're done. There are at most $2^{\aleph_0}$ of the $B_x$, and each is certainly measurable in $X$, so $U$ can be written as a union of $2^{\aleph_0}$ sets of the form $A \times B$. </p> <p>QED</p> <p>Corollary: The diagonal is not measurable.</p> <p>Evidently the diagonal cannot be written as a union of at most $2^{\aleph_0}$ rectangles, as they would all have to be single points, and the diagonal has size $|X| > 2^{\aleph_0}$.</p> http://mathoverflow.net/questions/20613/radii-and-centers-in-banach-spaces Radii and centers in Banach spaces David R. MacIver 2010-04-07T09:32:44Z 2010-04-08T18:52:39Z <p>Suppose I have a Banach space $V$ and a set $A \subseteq V$ such that for all $\epsilon > 0$ there exists $v$ such that $A \subseteq \overline{B}(v, r + \epsilon)$. Does there exist $c$ such that $A \subseteq \overline{B}(c, r)$?</p> <p>The answer is clearly yes for finite dimensional normed spaces: Define $T_\epsilon = \bigcap_{a \in A} \overline{B}(a, r + \epsilon)$. The $T_\epsilon$ form a chain of closed sets and for $\epsilon > 0$ are non-empty, so have the finite intersection property. Thus when $V$ is finite dimensional they have non-empty intersection, and any element of the intersection works as $c$.</p> <p>For more general Banach spaces I feel like you should be able to choose a cauchy sequence $x_n$ such that $x_n \in T_{\epsilon_n}$ with $\epsilon_n \to 0$, but I can't seem to make it work.</p> <p>Note that an arbitrary choice of $x_n \in T_{\epsilon_n}$ can't be guaranteed to be Cauchy: If $V$ is $l^\infty$ and $A = { x : x_0 = 0, ||x|| \leq 1 }$ then diam$(T_\epsilon) \geq 2$ because you can choose $c_0$ arbitrarily in $[-1, 1]$</p> <p>Note also that the assumption of $V$ a Banach space is essential: If $V$ is not Banach and $c$ is an element of the completion which is not in $V$ then $A = \overline{B}(c, 1) \cap V$ has no center. </p> http://mathoverflow.net/questions/20608/approximate-selection-theorems-for-factoring-through-perfect-maps Approximate selection theorems for factoring through perfect maps David R. MacIver 2010-04-07T08:20:45Z 2010-04-07T18:30:01Z <p>I have the following setup:</p> <p>$X, Y$ are topological spaces (if it helps, they can both be $T_1$ and normal. They can even be countably paracompact. They <em>can't</em> be assumed paracompact). $V$ is a normed space (it can be Banach if you like). $f : X \to Y$ is a perfect surjection.</p> <p>I have continuous and bounded $g : X \to V$ and given $\epsilon > 0$ would like to find continuous $h : Y \to V$ such that $d(h(x), g(f^{-1}(x))) &lt; \epsilon$</p> <p>Is there some sort of selection theorem that will let me do this? I've used the Michael selection theorem to good effect elsewhere, but it doesn't apply here due to the lack of convexity of the target sets (even if they were convex the hypotheses don't apply due to potential non-paracompactness of Y, but one might be able to work something out using countable paracompactness and compactness of the targets).</p> http://mathoverflow.net/questions/20224/2-omega-1-separable $2^{\omega_1}$ separable? David R. MacIver 2010-04-03T10:41:06Z 2010-04-04T08:31:14Z <p>I was rereading an answer to an old question of mine and it included a reference to the fact that $2^{\omega_1}$ was separable. I'm having a hard time finding a reference for this fact, and the proof is not immediately obvious to me. Can anyone provide me with a cite and/or a proof? </p> http://mathoverflow.net/questions/20046/paracompact-but-not-hausdorff/20232#20232 Answer by David R. MacIver for Paracompact but not Hausdorff David R. MacIver 2010-04-03T12:15:06Z 2010-04-03T14:51:58Z <p>It's worth noting that any $T_1$ space which admits partitions of unity for finite (two element even) covers is Hausdorff:</p> <p>Proof: Let $x, y \in X$. Let $U = X \ {x}, V = X \ {y}$. Then let ${f, g}$ form a partition of unity with $f$ subordinate to $U$ and $g$ subordinate to $V$. Then $A = { t : f(t) > \frac{1}{2} }$ and $B = { t : g(t) > \frac{1}{2} }$ A and B are disjoint open sets with $y \in A$ and $x \in B$. </p> <p>Edit: On closer inspection, this if of course just the standard proofs that the existence of partitions of unity for finite covers implies normality + the fact that $T_1$ normal spaces are hausdorff</p> http://mathoverflow.net/questions/20224/2-omega-1-separable/20231#20231 Answer by David R. MacIver for $2^{\omega_1}$ separable? David R. MacIver 2010-04-03T11:38:52Z 2010-04-03T11:38:52Z <p>Should have searched a bit harder before asking this one. This is an immediate consequence of the Hewitt-Marczewski-Pondiczery theorem:</p> <p>Let $m \geq \aleph_0$. If ${X_s : s \in S}$ are topological spaces with $d(X_s) \leq m$ and $|S| \leq 2^m$ then $d(\prod_s X_s) \leq m$.</p> http://mathoverflow.net/questions/19783/countable-paracompactness-normality-and-locally-countable-open-covers Countable paracompactness, normality and locally countable open covers David R. MacIver 2010-03-29T23:40:05Z 2010-03-30T06:09:05Z <p>(repost from the topology Q&amp;A board)</p> <p>I have a (T_1), Normal, countably paracompact space X. I would like to know if every locally countable open cover of X (i.e. an open cover such that every x in X has a neighbourhood which intersects only countably many members of the cover) has a locally finite refinement.</p> <p>My suspicion is that the answer is a resounding no, but every time I try to construct a counterexample it starts to seem more plausible. </p> <p>If the answer <em>does</em> turn out to be yes I'd love to know if it generalises from aleph_0 to arbitrary cardinals.</p> http://mathoverflow.net/questions/90112/inequalities-for-uniformly-convex-normed-spaces/90166#90166 Comment by David R. MacIver David R. MacIver 2012-03-04T11:11:31Z 2012-03-04T11:11:31Z Thanks. This was a useful reference. http://mathoverflow.net/questions/90112/inequalities-for-uniformly-convex-normed-spaces/90153#90153 Comment by David R. MacIver David R. MacIver 2012-03-04T11:06:00Z 2012-03-04T11:06:00Z Thanks for the proofs. I must confess I don't understand the first one at all, but that's because I hadn't even heard of the Banach Mazur compaction until now. (this isn't really an area that I know that much about, though I'd like to fix that) http://mathoverflow.net/questions/90112/inequalities-for-uniformly-convex-normed-spaces Comment by David R. MacIver David R. MacIver 2012-03-04T11:01:12Z 2012-03-04T11:01:12Z Beats me. I've never entirely understood the role of community wiki. http://mathoverflow.net/questions/90112/inequalities-for-uniformly-convex-normed-spaces Comment by David R. MacIver David R. MacIver 2012-03-03T20:27:48Z 2012-03-03T20:27:48Z Sorry, I missed the $||x - y|| \geq \epsilon$ criterion in the claim (without which it makes no sense because $\epsilon$ didn't appear in it at all). Edited to fix now. Basically the claim is that you can relax the requirement in the definition of uniform convexity that the norm is exactly 1 to that it is $\leq 1$ http://mathoverflow.net/questions/27245/distribution-on-permutations-derived-from-probability-of-pairwise-orderings/27273#27273 Comment by David R. MacIver David R. MacIver 2010-06-06T21:56:39Z 2010-06-06T21:56:39Z I suspect you may be right that the problem is intractable in general. Unfortunately I don't think there's likely to be much deeper structure in the problem unfortunately. However the chances are good that the original P may be close to R, as they're derived from data which is likely to be &quot;close&quot; to being modelled by the described process. So if there's some iterative process which converges on the result perhaps it would converge quickly in my observed case even if it has bad general performance? http://mathoverflow.net/questions/26166/probability-estimates-for-pairwise-majority-votes/26172#26172 Comment by David R. MacIver David R. MacIver 2010-05-29T14:44:40Z 2010-05-29T14:44:40Z The pairwise preferences genuinely are inconsistent. I'm aware of this and already deal with it elsewhere, so I'm not interested in trying to deal with it at this point, only in trying to find a better way of estimating the &quot;true&quot; preferences. http://mathoverflow.net/questions/26166/probability-estimates-for-pairwise-majority-votes/26172#26172 Comment by David R. MacIver David R. MacIver 2010-05-28T09:56:48Z 2010-05-28T09:56:48Z I'm not convinced by this solution for a couple reasons: * It doesn't appear to admit a nice solution (you end up with a very overconstrained and slightly thorny equation in the matrix <code>$M&#95;ij = \frac{s&#95;i}{s&#95;i + s&#95;j}$</code>) * It doesn't handle the case where there genuinely are inconsistent results (it's certainly possible for majorities to prefer A to B to C to A) * If it were computationally feasible to compute the MLE then rank aggregation would be essentially trivial, which it isn't. http://mathoverflow.net/questions/26166/probability-estimates-for-pairwise-majority-votes/26172#26172 Comment by David R. MacIver David R. MacIver 2010-05-27T21:05:33Z 2010-05-27T21:05:33Z Hmm. That might work. It's not obvious how to assign a useful prior distribution to $S_i$ though, or am I missing something?. http://mathoverflow.net/questions/26166/probability-estimates-for-pairwise-majority-votes/26170#26170 Comment by David R. MacIver David R. MacIver 2010-05-27T17:30:42Z 2010-05-27T17:30:42Z I think you may have misunderstood the question, as that is effectively what I'm already doing (I'm taking the expected value of the posterior, which is cheating but useful). The question is about how to introduce the fact that the pairs are not independent and that we expect there to be a certain amount of consistency between them as evidence. http://mathoverflow.net/questions/23936/how-to-assign-a-score-to-items-based-on-a-set-of-partial-rankings/23937#23937 Comment by David R. MacIver David R. MacIver 2010-05-08T15:42:56Z 2010-05-08T15:42:56Z Ah, thanks. I looked but failed to find that. Possibly worth closing my question as a duplicate then. http://mathoverflow.net/questions/23936/how-to-assign-a-score-to-items-based-on-a-set-of-partial-rankings Comment by David R. MacIver David R. MacIver 2010-05-08T15:41:29Z 2010-05-08T15:41:29Z Unfortunately the rankings are not likely to be of the same size - they're probably all going to be of similar size (and small compared to the size of I) though. http://mathoverflow.net/questions/20224/2-omega-1-separable/20231#20231 Comment by David R. MacIver David R. MacIver 2010-04-22T08:28:40Z 2010-04-22T08:28:40Z Is it not the case that $\aleph_1 \leq 2^{\aleph_0}$ without the axiom of the choice? I think the following should work: By constructing with transfinite induction we can find $g_\alpha : [0, \alpha) \to \mathbb{Q}$ an injection (using the standard argument that countable ordinals embed in the rationals), and so $f_\alpha : \alpha \to \omega$ a bijection. We now define `$f : \omega_1 \to \{0, 1\}^\omega$ inductively as a diagonalisation of $f(\beta)$ for $\beta &lt; \alpha$, which we can do without AC because we can explicitly count $\alpha$ http://mathoverflow.net/questions/21938/conditions-useful-for-proving-paracompactness Comment by David R. MacIver David R. MacIver 2010-04-21T08:26:29Z 2010-04-21T08:26:29Z To elaborate, the proof of shrinkability is the one I think most likely to be extendable. The construction is clearly providing more than I'm using in concluding shrinkability (because I can demonstrate that it also rules out $\omega_1$, which <i>is</i> shrinkable), but I can't get a handle on how much more. http://mathoverflow.net/questions/21938/conditions-useful-for-proving-paracompactness Comment by David R. MacIver David R. MacIver 2010-04-21T07:40:38Z 2010-04-21T07:40:38Z Well, first off there's no way I can prove my space is not paracompact because it's not a single space, and I know all paracompact spaces qualify. :-) But additionally the problem is that (as mentioned elsewhere) it's a parameterised property. The choice of parameter for the case locally &lt; k isn't usefully shrinkable. http://mathoverflow.net/questions/21938/conditions-useful-for-proving-paracompactness/21944#21944 Comment by David R. MacIver David R. MacIver 2010-04-20T22:11:41Z 2010-04-20T22:11:41Z (that is, it works for showing that it's locally &lt; k. And locally &lt; $\omega$ is the same as locally finite, so it implies countable paracompactness)