forked from westerbaan/theses
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbstellingen.tex
41 lines (37 loc) · 1.21 KB
/
bstellingen.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
\documentclass{article}
\usepackage{geometry}
\usepackage{nicefrac}
\usepackage{amsfonts}
\geometry{nohead,
paperwidth=160truemm,
paperheight=230truemm}
\usepackage[noinfo,width=166truemm,height=236truemm,center]{crop}
\pagenumbering{gobble}
\newcommand\rfrac[2]{\reflectbox{\nicefrac{\reflectbox{\ensuremath{#1}}}{\reflectbox{\ensuremath{#2}}}}}
\begin{document}
\begin{enumerate}
\item
There is reason to~$\rfrac{0}{0}=0$.
\item
An unordered pair of qubits is described
by the C$^*$-algebra~$M_3 \oplus \mathbb{C}$.
\item
A Kochen--Specker system has at least 22 vectors.
\item
In practice there is no tangible benefit
to quantum key distribution over more
classical methods to secure a connection.
\item
Perhaps the only thing that prevents JBW-algebras from replacing
von Neumann algebras is
the lack of a physically meaningful notion
of process between them
such as that of a normal completely positive linear map
between von Neumann algebras.
\item
When cooking,
the only thing worse than adding too much salt,
is adding the salt too late.
\end{enumerate}
\end{document}
% vim: ft=tex.latex