I am self-reading a book, and was stuck in proving this property that the pullback of a monomorphism is a monomorphism. I am still not very familiar with how to use the universal mapping property (which I guess I need in this) to prove things, though I can understand some examples of using UMP.
Searching around, I only found this Math SE answer about what it means for pullbacks to preserve monomorphisms (which is the same as what the book says). Based on that answer:
Given a pullback square, $$\require{AMScd} \begin{CD} X' @> p_1 >> X \\ @V p_2 VV @VV f V \\ Y' @>> g > Y \end{CD}$$ if $f: X \to Y$ is a monomorphism, then $p_2: X' \to Y'$ is also a monomorphism.
How can I prove this property?