Advertisement
syvshc

Untitled

May 30th, 2023
1,705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.89 KB | None | 0 0
  1. \documentclass{article}
  2. \usepackage{amsmath}
  3. \usepackage{amssymb}
  4. \usepackage{tikz}
  5. \begin{document}
  6. \begin{tikzpicture}
  7.  \node (A) at (0, 3) {$ \mathbb{F}^{n} $};
  8.  \node (B) at (4, 3) {$ \mathbb{F}^{n} $};
  9.  \node (C) at (0, 1.5) {$ \operatorname{span}\{x_{1}, \dots, x_{n}\} $};
  10.  \node (D) at (4, 1.5) {$ \operatorname{span}\{x_{1}, \dots, x_{n}\} $};
  11.  \node (E) at (0, 0) {$ \mathbb{F}[x_{1}, \dots, x_{n}, \dots] $};
  12.  \node (F) at (4, 0) {$ \mathbb{F}[x_{1}, \dots, x_{n}, \dots] $};
  13.  \draw[-latex] (A) -- node[above] {$ \rho_{x} $} (B);
  14.  \draw[latex-latex] (A) -- node[left] {$ \varphi $} (C);
  15.  \draw[latex-latex] (B) -- node[right] {$ \varphi $} (D);
  16.  \draw[-latex] (C) -- node[above] {$ \widetilde{\rho_{x}} $} (D);
  17.  \draw[-latex] (E) -- node[above] {$ \widetilde{\rho_{x}} $} (F);
  18.  \draw[-latex] (2, 1.2) -- node[right] {extend} (2, .7);
  19. \end{tikzpicture}
  20. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement