12

Is a property called local if and only if for every point there exists a neighbourhood for which the property is true?

For example: Let $X,Y$ be topological spaces. Then $f: X \to Y$ is continuous if and only if for every $x \in X$ there exists a neighbourhood $U$ such that $f \mid_U$ is continuous?

If so what would be another example of a local property?

a student
  • 4,365

3 Answers3

8

Not only should the property be true for a neighborhood of each point.
It must also be the case that having a neighborhood with the given property around each point implies that the entire space satisfies the property (satisfying a property locally is not the same as the property being local).

For example, being open is a local property (by which I mean that whether a subspace is open can be checked around each point of said subspace).

  • 1
    Could you give an example where "the property be true for a neighborhood of each point" is not enough? – JiK Dec 18 '14 at 10:49
  • 1
    @JiK As mentioned in another answer, a manifold is something that is homeomorphic to $\mathbb{R}^n$ in a neighborhood of each point. But for example the unit circle is not itself homeomorphic to $\mathbb{R}$. – Tobias Kildetoft Dec 18 '14 at 10:56
  • @TobiasKildetoft: I just searched and saw your answer. I feel it may related to the question that currently bother me. Can you help me at there? :) – Eric Nov 07 '17 at 05:13
8

To add to the existing answers, be careful about two different terminologies:

  • a property $P$ is local when, for all spaces $X$, if $\{U_i\}$ is an open cover of $X$ and all the $U_i$ have $P$, then $X$ has $P$. (cf. also Tobias Kildetoft for an equivalent characterization)

  • if $P$ is some property of topological spaces, a space $X$ is said to be locally $P$ if every point of $X$ has a neighborhood basis of subspaces satisfying $P$.

So for example the property $P$ of being connected is not local, but you can talk about a space being locally connected, which is completely unrelated to the connectedness of the space.

Najib Idrissi
  • 54,185
  • 1
    Good answer! Sadly, the second description of how “locally” is used and understood isn’t always applicable: Many topologists think of a locally compact space as one with each point having a compact neighbourhood, not an entire local base of compact neighbourhoods. – k.stm Dec 18 '14 at 08:41
  • 1
    @k.stm The thing is that for the property "compact", the two definitions are equivalent in good cases. For a general property, you really want a whole basis of neighborhoods. If you want to be consistent, definition (3) is the correct one, as you can see by the fact that "Compactness implies conditions (1) and (2), but not (3)." – Najib Idrissi Dec 18 '14 at 08:43
  • I think they are not equivalent in general. But I agree with you in that I prefer definition (3) over the others. – k.stm Dec 18 '14 at 08:50
  • 1
    @k.stm They are equivalent for Hausdorff spaces. But really, everyone should just drop topological spaces and use simplicial sets... – Najib Idrissi Dec 18 '14 at 08:51
  • Are you sure about the part "for all spaces $X$" in your first definition? Take the following example from this answer: Let $X$ be the long line by pasting $[0,1)$ uncountable many times together. Define $f:X\to\mathbb R$ so that $f(x)=\sin(2\pi x)$ on each interval $[0,1)$. As described in http://math.stackexchange.com/a/166340/32951 this function is not continuous although one finds an open cover ${U_i}$ of $X$ where all $f|_{U_i}$ are continuous. – Stephan Kulla Feb 15 '16 at 18:23
  • @tampis Continuity is not a property of the space $X$ here, it's a property of the function $f$. – Najib Idrissi Feb 15 '16 at 19:09
  • Thx, then it is not clear to me, how I can define that a property of a function is local. I'll make a separate question on MSE for this... – Stephan Kulla Feb 15 '16 at 19:41
  • By the way: I made a follow up question on http://math.stackexchange.com/questions/1657346/what-is-the-definition-of-a-local-property-for-a-function ... – Stephan Kulla Feb 15 '16 at 21:55
0

Your intuition is correct. Another example is the definition of a manifold; something which is locally homeomorphic to $\mathbb{R}^{n}$.

parsiad
  • 25,154