my blog lives here now
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
438 B

  1. \node (gamma) at (0, 2) {$\Gamma$};
  2. \node (prod) at (0, 0) {$\beta^\alpha \times \alpha$};
  3. \node (arg) at (2.5, 0) {$\alpha$};
  4. \node (func) at (-2.5, 0) {$\beta^\alpha$};
  5. \draw[->] (gamma) -- node[midway] {$\left<f,x\right>$} (prod);
  6. \draw[->] (prod) -- node[midway] {$\pi_1$} (func);
  7. \draw[->] (prod) -- node[midway,below] {$\pi_2$} (arg);
  8. \draw[->] (gamma) -- node[midway] {$f$} (func);
  9. \draw[->] (gamma) -- node[midway] {$x$} (arg);