Understanding Categories: A Question on Commutativity

  • Context: MHB 
  • Thread starter Thread starter topsquark
  • Start date Start date
Click For Summary
SUMMARY

This discussion centers on the properties of morphisms in category theory, specifically within the context of defining a category \(\mathcal{D}\) whose objects are morphisms of another category \(\mathcal{C}\). Participants explore the commutativity of diagrams involving morphisms \(f: A \to B\) and \(g: C \to D\), questioning whether morphisms \(\alpha\) and \(\beta\) can be equated to other morphisms \(m\) and \(n\) in \(\mathcal{D}\). The consensus is that while \(\mathcal{D}\) contains all morphisms of \(\mathcal{C}\), not all morphisms necessarily lead to commutative diagrams, particularly when considering the existence of morphisms between objects.

PREREQUISITES
  • Understanding of basic category theory concepts, including objects and morphisms.
  • Familiarity with commutative diagrams in category theory.
  • Knowledge of the definition and properties of categories.
  • Ability to interpret mathematical notation and diagrams.
NEXT STEPS
  • Study the properties of commutative diagrams in category theory.
  • Learn about the definition and structure of categories, focusing on morphisms.
  • Explore examples of categories with finite sets to understand morphism behavior.
  • Investigate the concept of universal properties in category theory.
USEFUL FOR

Mathematicians, computer scientists, and students of category theory looking to deepen their understanding of morphisms and commutativity in categorical structures.

topsquark
Science Advisor
Homework Helper
Insights Author
MHB
Messages
2,020
Reaction score
843
I just started to upgrade my skills by learning a little about categories.

There was an example in my text that I'd like to get some feedback on.

Let [math]\mathcal{C}[/math] be any category and define the category [math]\mathcal{D}[/math] whose objects are all morphisms of [math]\mathcal{C}[/math]. If [math]f: A \to B[/math] and [math]g: C \to D[/math] are morphisms of [math]\mathcal{C}[/math], then hom(f, g) consists of all pairs [math]\alpha, ~ \beta[/math], where [math]\alpha : A \to C[/math] and [math]\beta : B \to D[/math] are morphisms of [math]\mathcal{C}[/math] such that the following diagram is commutative.
(You have some pretty software on the site that would make the diagram nice. Unfortunately I haven't learned to us it so just use your imagination...)
[math]A ~ \begin{matrix} f \\ \longrightarrow \end{matrix} ~ B \begin{matrix} \beta \\ \longrightarrow \end{matrix} ~ D[/math]

[math]A ~ \begin{matrix} \alpha \\ \longrightarrow \end{matrix} ~ C \begin{matrix} g \\ \longrightarrow \end{matrix} ~ D[/math]

where the diagram is the usual rectangular one.

Okay, to my question. Given f and g I can always find an [math]\alpha[/math] and [math]\beta[/math]. But how general are we being here? For example, [math]\mathcal{D}[/math] also contains morphisms [math]m: A \to C[/math] and [math]n: B \to D[/math]. Do [math]\alpha[/math] and [math]\beta[/math] equal m and n respectively or is it that [math]\alpha[/math] is an element of m and [math]\beta[/math] is an element of n chosen so the diagram will be commutative?

I worked out a few simple examples and was able to construct [math]\alpha[/math] and [math]\beta[/math] each time but I couldn't find a way to say that any morphisms from the sets m and n wouldn't work. I can't find a proof of the situation either way.

Thanks!

-Dan
 
Physics news on Phys.org
\begin{tikzpicture}[>=stealth']
%preamble \usetikzlibrary{arrows}
%preamble \usetikzlibrary{positioning}
\node (A) {$A$};
\node[right=of A] (B) {$B$};
\node[below=of A] (C) {$C$};
\node[right=of C] (D) {$D$};
\draw[->] (A) -- node[above] {$f$} (B);
\draw[->] (C) -- node[below] {$g$} (D);
\draw[->] (A) -- node
{$\alpha$} (C);
\draw[->] (B) -- node
{$\beta$} (D);
\end{tikzpicture}
I am not a specialist in category theory, but here are my two cents.

topsquark said:
Given f and g I can always find an [math]\alpha[/math] and [math]\beta[/math].
This is not obvious to me.

topsquark said:
For example, [math]\mathcal{D}[/math] also contains morphisms [math]m: A \to C[/math] and [math]n: B \to D[/math].
You probably mean, "Suppose [math]\mathcal{D}[/math] also contains...".

topsquark said:
Do [math]\alpha[/math] and [math]\beta[/math] equal m and n respectively
It is not clear why this should always be so.

topsquark said:
or is it that [math]\alpha[/math] is an element of m and [math]\beta[/math] is an element of n chosen so the diagram will be commutative?
The relation "is an element of" is not defined on morphisms in general.​
 
Evgeny.Makarov said:
\begin{tikzpicture}[>=stealth']
%preamble \usetikzlibrary{arrows}
%preamble \usetikzlibrary{positioning}
\node (A) {$A$};
\node[right=of A] (B) {$B$};
\node[below=of A] (C) {$C$};
\node[right=of C] (D) {$D$};
\draw[->] (A) -- node[above] {$f$} (B);
\draw[->] (C) -- node[below] {$g$} (D);
\draw[->] (A) -- node
{$\alpha$} (C);
\draw[->] (B) -- node
{$\beta$} (D);
\end{tikzpicture}
I am not a specialist in category theory, but here are my two cents.

Thanks for getting back to me. I appreciate it.

Evgeny.Makarov said:
This is not obvious to me.
I should mention that the only examples I looked at were all finite sets. I may have not been using a big enough bush.

Evgeny.Makarov said:
You probably mean, "Suppose [math]\mathcal{D}[/math] also contains...".
The problem statement says "category D whose objects are all morphisms of C" I was taking that to mean that all the possible morphisms of [math]\mathcal{C}[/math] are in [math]\mathcal{D}[/math]. Perhaps that isn't correct.

Evgeny.Makarov said:
It is not clear why this should always be so.
Which is one of the nagging questions I have about this. I don't see if they would have to be either. I can't think of a way to prove or disprove this statement. Even the examples I work out didn't imply anything one way or another.

Evgeny.Makarov said:
The relation "is an element of" is not defined on morphisms in general.
Hmmmm... Now that I am looking for it the text doesn't use this term either. But they still refer to "objects" that are "in" a category. What language is used for categories?

Thanks again!

-Dan​
 
topsquark said:
Given $f$ and $g$ I can always find an $\alpha$ and $\beta$.
A category does not have to have morphisms between every two objects. For example, in the category of sets there is no morphisms from a nonempty set to the empty one. So if $A\ne\emptyset$ and $C=\emptyset$ there is no $\alpha:A\to C$.

topsquark said:
The problem statement says "category D whose objects are all morphisms of C" I was taking that to mean that all the possible morphisms of [math]\mathcal{C}[/math] are in [math]\mathcal{D}[/math].
.Yes, $\mathcal{D}$ contains all morphisms of $\mathcal{C}$, but the previous example shows that there may be no morphisms between $A$ and $C$.

topsquark said:
Do $\alpha$ and $\beta$ equal $m$ and $n$ respectively?
Not necessarily. For example, suppose $B=\{b\}$ and $g(x)=\beta(b)$ for all $x\in C$. Then any function from $A$ to $C$ makes the diagram commute.

topsquark said:
Now that I am looking for it the text doesn't use this term either. But they still refer to "objects" that are "in" a category. What language is used for categories?
Yes, objects can be in a category. But you were saying "$\alpha$ is an element of $m$" where $\alpha$ and $m$ are morphisms of $\mathcal{C}$, if I understand correctly. And "is an element of" is not defined on morphisms.
 
Evgeny.Makarov said:
A category does not have to have morphisms between every two objects. For example, in the category of sets there is no morphisms from a nonempty set to the empty one. So if $A\ne\emptyset$ and $C=\emptyset$ there is no $\alpha:A\to C$.

.Yes, $\mathcal{D}$ contains all morphisms of $\mathcal{C}$, but the previous example shows that there may be no morphisms between $A$ and $C$.

Not necessarily. For example, suppose $B=\{b\}$ and $g(x)=\beta(b)$ for all $x\in C$. Then any function from $A$ to $C$ makes the diagram commute.

Yes, objects can be in a category. But you were saying "$\alpha$ is an element of $m$" where $\alpha$ and $m$ are morphisms of $\mathcal{C}$, if I understand correctly. And "is an element of" is not defined on morphisms.
Got it. Thanks for the feedback. It's a lot clearer now.

-Dan
 
Evgeny.Makarov said:
Yes, objects can be in a category. But you were saying "$\alpha$ is an element of $m$" where $\alpha$ and $m$ are morphisms of $\mathcal{C}$, if I understand correctly. And "is an element of" is not defined on morphisms.

So the language for talking about an object belonging to a category is to state it in plain English?
 
Formally a category is a triple whose first element is a class of objects. A class, because, strictly speaking, it may not be a set, for example, when objects are all sets. So an unambiguous phrase is "$A$ belongs to the class of objects of category $\mathcal{C}$". I am sure "$A$ is an object of $\mathcal{C}$" is OK. I also don't think saying "Object $A$ belongs to category $\mathcal{C}$" causes any confusion.
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
2K
Replies
8
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 52 ·
2
Replies
52
Views
4K
  • · Replies 15 ·
Replies
15
Views
5K
  • · Replies 2 ·
Replies
2
Views
3K