Skip to content

Instantly share code, notes, and snippets.

@smison
Last active December 12, 2015 13:23
Show Gist options
  • Select an option

  • Save smison/6ff82e2ef40d0eaaf024 to your computer and use it in GitHub Desktop.

Select an option

Save smison/6ff82e2ef40d0eaaf024 to your computer and use it in GitHub Desktop.
Tex memo
\documentclass{jsarticle}
\usepackage{amsmath}
\usepackage{amsfonts}
\begin{document}
$\forall x \in \mathbb{R} \big( P(x) \big)$
$\text{card}(\mathbb{Z}) = \text{card}(\mathbb{Q})$
\end{document}
@smison

smison commented Dec 12, 2015

Copy link
Copy Markdown
Author

@smison

smison commented Dec 12, 2015

Copy link
Copy Markdown
Author

\documentclass{jsarticle}
\usepackage{amsmath}
\usepackage{amsfonts}
\begin{document}
環$\mathbb{R}$の要素$x \in \mathbb{R}$について
$\exists n \in \mathbb{N} \big( x^n = 0 \big)$が真のとき
$x$をnilpotentという
\end{document}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment