Category Theory
Zulip Server
Archive

You're reading the public-facing archive of the Category Theory Zulip server.
To join the server you need an invite. Anybody can get an invite by contacting Matteo Capucci at name dot surname at gmail dot com.
For all things related to this archive refer to the same person.


Stream: learning: questions

Topic: property of flasque presheaves?


view this post on Zulip Naso (Sep 21 2022 at 03:34):

Let F:TopSetF : \mathcal{T}^{op} \to \mathsf{Set} be a presheaf on a topological space (X,T)(X,\mathcal{T}) that is flasque, meaning whenever i:UVi : U \hookrightarrow V the restriction map Fi:FVFUF i : FV \to FU is surjective.

Then is the following true: for all U,VU,V and xFU,yFVx \in F U, y \in F V such that xUV=yUV{x \mid_{U \cap V}} = {y \mid_{U \cap V}}, there exists zF(UV)z \in F(U \cup V) with zU=x{z \mid_U = x} and zV=y{z \mid_V = y}?

If not, is there a simple counterexample?

view this post on Zulip Naso (Sep 21 2022 at 04:02):

Ok, I think this may be a counterexample...

Let X={a,b,c}X = \{a,b,c\} be a space generated by the two open sets U={a,b},V={b,c}U = \{a,b\}, V = \{b, c\}, so T={,{b},U,V,X}\mathcal{T} = \{ \emptyset, \{b\}, U, V, X \}.

Let FF be defined as follows:
F={()} F \emptyset = \{ () \},
F{b}:={(b0)} F \{b\} := \{ (b_0) \},
FU:={(a0,b0),(a1,b0)}F U := \{ (a_0, b_0) , (a_1, b_0) \},
FV:={(b0,c0),(b0,c1)}F V := \{ (b_0, c_0), (b_0, c_1) \},
FX:={(a0,b0,c1),(a1,b0,c0)} FX:= \{ (a_0, b_0, c_1) , (a_1, b_0, c_0) \}.

And the action of FF on inclusions is by restriction of tuples.

Then take x=(a0,b0)x = (a_0, b_0), y=(b0,c0)y = (b_0, c_0). Then these agree on restriction to {b}\{b\}, but we cannot find zF(UV)z \in F(U \cup V) restricting to both xx and yy. Is this correct?

view this post on Zulip Morgan Rogers (he/him) (Sep 21 2022 at 08:19):

Seems right to me.

view this post on Zulip David Michael Roberts (Mar 15 2024 at 05:02):

I would even go so far as to say FU={a0,a1}×{b0}FU = \{a_0,a_1\} \times \{b_0\}, FV={b0}×{c0,c1}FV = \{b_0\}\times \{c_0,c_1\}, and FX={b0}×{(a0,c1),(a1,c0)}.FX = \{b_0\}\times \{(a_0,c_1),(a_1,c_0)\}.