Blog of Matthew Daws

TileMapBase

My little Python project TileMapBase automates the process of downloading (and caching locally) map tiles from OpenStreetMap (and similar) and assembling these into the background for a matplotkib plot. I wrote this when working in Geographic Data Science and wanting to show longitude latitude locations on a map, inside of a Jupyter Notebook.

Anyway, recently OpenStreetMap started to enforce User Agents in HTTP requests, which broke my package. A pull request later and we're back on the road.

I have spent the last 12 months concentrating on Mathematics, and so am very rusty. It took me a couple of hours to update my Python distribution, get the tests fixed, get Travis building again, and remembering how to upload to PyPi. And this is for a trivial change to a small package. I now understand how Open Source Software becomes unmaintained...

Read More →

British Mathematics Colloquium

I spent much of the last week at the British Mathematics Colloquium on the sunny campus of Lancaster university. These are some notes to myself about interesting things I saw. The one downside to Lancaster hosting the event was their use of their (I guess central IT) fancy seminar announcement system. This means titles and abstracts have disappeared from the internet, and I have to work from my incomplete notes and memory.

Read More →

In Our Time: Random and Pseudorandom

On my commute, I listen to In Our Time, and I have recently gotten back to the delightful episode on Random and Pseudorandom.

The end of discussion touched upon Kolmogorov Complexity which I wish I knew more about. There was also a discussion about visual randomness, and how humans are terribly bad at judging random arrangements of dots (we think that patterns which are made by inhibiting close points are actually more random than a homogeneous Poisson point process). Peter Coles was name checked in regards to this, and as luck would have it, he has a wonderful blog post all about it.

Read More →

Surveys and sampling

At work, we have recently had a "staff survey" performed, and yesterday we got some feedback on the results. I don't want to say anything about the content, but rather to speak about some basic statistics. It was stated that a change of about 2% (upon last year) was "statistically significant". The person giving the presentation then muttered about "standard deviation". I couldn't see what a standard deviation had to do with it.

Let us think how to model this problem. What was performed was a survey of \( N \) people, of whom \( n \) responded. Let us think about two possible ways to model how someone responds:

Read More →

Polar decomposition of functionals

A well-known fact from the basic theory of von Neumann algebras is the polar decomposition of normal functionals: given \( \newcommand{\ip}[2]{\langle #1, #2 \rangle} \) \( \varphi\in M_{*} \) there is \( \omega\in M_{*}^+ \) and a partial isometry \( v\in M \) with \( \varphi = v\omega \). If \( v^* v \) is equal to the support of \( \omega \), then this decomposition is unique, and we write \( |\varphi| \) for \( \omega \).

I am mostly following Takesaki's book here; but the material is also nicely presented in a the MSc thesis of Zwarich. Neither of these sources quite gives a correct proof (IMHO) so I thought I would record here the main steps in proving existence.

Read More →

Neighbourhood bases, continued.

We saw before that on a set \( X \) we can specify a (unique) topology by, for each \( x\in X \), specifying a collection of sets \( U_x \) which will satisfy that:

  • Each \( V\in U_x \) contains \( x \) and will be open;
  • Every open \( C \ni x \) will be such that there is \( V\in U_x \) with \( V\subseteq C \),

if and only if we have the conditions that:

  • Given \( A_1,\cdots,A_n\in U_x \), there is \( A\in U_x \) with \( A\subseteq A_1\cap\cdots\cap A_n \);
  • Given \( B\in U_y \) with \( x\in B \), there is \( A\in U_x \) with \( A\subseteq B \).

However, we might ask: what is the advantage of specifying the "basic open sets" about each point, rather than just specifying a base for the topology?

Read More →

Semi-direct products

Motivated by some reading about quantum groups, I want to sketch how a semi-direct product of (topological) groups is the same as having an idempotent group homomorphism.

Firstly, let's remember what the (external) semi-direct product of groups is. I will follow the notation of the book of Kaniuth and Taylor. Let \( N,H \) be (topological) groups, and denote by \( \newcommand{\aut}{\operatorname{Aut}}\aut(N) \) the collection of continuous group automorphisms of \( N \). Suppose we have a group homomorphism \( \alpha:H\rightarrow\aut(N) \), written as \( h\mapsto \alpha_h \), which is continuous in the sense that \( N\times H\rightarrow N; (n,h)\mapsto \alpha_h(n) \) is continuous.

Read More →

Neighbourhood base

Reading a paper with my office mate, we ended up having a discussion about the notion of an "open neighbourhood base" in a topological space. For example, I might informally say that the weak topology on a Banach space \( E \) has, around a point \( x \), an open neighbourhood base is given by the sets \[ \{y\in E : |f_i(x-y)|<\epsilon \ (1\leq i\leq n) \} \] where \( f_i \) are members of \( E^* \) and \( \epsilon > 0 \).

This raises a natural question:

Suppose we have a set \( X \) and for each \( x\in X \) we have specified a collection \( U_x \) of subsets of \( X \), such that \( A\in U_x \implies x\in A \). When is there a topology on \( X \) such that \( U_x \) are the "basic open neighbourhoods" of \( x \)?

Read More →
Profile image; rendered glass discs
Categories
Recent posts