Questions: Monads in Category Theory

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the Kleisli category C_T for a monad (T, η, μ), a morphism from A to B is a C-morphism f: A → TB. How is the Kleisli composition of f: A → TB and g: B → TC defined?

AApply g to f's output directly: g ∘ f : A → TC, since g takes B-values
BApply T to g to get Tg: TB → T(TC), compose with f to get Tg ∘ f: A → T(TC), then apply μ_C: T(TC) → TC
CApply μ first to collapse T² and then compose f with g in the original category
DKleisli composition is just ordinary composition in C with no modification needed
Question 2 Multiple Choice

A monad on a category C consists of which of the following structures?

AAn endofunctor T: C → C alone, which automatically carries monad structure
BTwo functors F: C → D and G: D → C forming an adjunction
CAn endofunctor T: C → C together with natural transformations η: Id_C ⇒ T (unit) and μ: T∘T ⇒ T (multiplication) satisfying associativity and unit laws
DA functor T: C → C and a single natural transformation μ: T∘T ⇒ T
Question 3 True / False

Every adjunction F ⊣ G: C ⇄ D gives rise to a monad on C via T = G ∘ F.

TTrue
FFalse
Question 4 True / False

Any endofunctor T: C → C equipped with a natural transformation η: Id_C ⇒ T automatically constitutes a monad.

TTrue
FFalse
Question 5 Short Answer

Explain why a monad is called 'a monoid in the category of endofunctors' and identify which monad structures play the roles of unit element and multiplication.

Think about your answer, then reveal below.