-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathanswer.tex
31 lines (30 loc) · 872 Bytes
/
answer.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
\documentclass[]{book}
\usepackage{proof}
\usepackage{epic}
\usepackage{eepic}
\textheight 100cm
\textwidth 100cm
\newcommand{\Poss}[1] {\mbox{$\langle${#1}$\rangle$}}
\newcommand{\Bx}[1] {\mbox{$[${#1}$]$}}
\newcommand{\AND} {\mbox{$\bigwedge$}}
\newcommand{\OR} {\mbox{$\bigvee$}}
\begin{document}
\pagestyle{empty}
\infer[\mbox{R-\OR}]{\Poss{a}T\OR \Poss{b}\Poss{c}T \vdash \Poss{a}T\OR \Poss{b}T}{
\infer[\mbox{L-\OR}]{\Poss{a}T\OR \Poss{b}\Poss{c}T \vdash \Poss{a}T,\Poss{b}T}{
\infer[\mbox{weak}]{\Poss{a}T \vdash \Poss{a}T,\Poss{b}T}{
\infer[\mbox{poss}]{\Poss{a}T \vdash \Poss{a}T}{
\infer[\mbox{\cal T}]{T \vdash T}{
}
}
}
& \infer[\mbox{weak}]{\Poss{b}\Poss{c}T \vdash \Poss{a}T,\Poss{b}T}{
\infer[\mbox{poss}]{\Poss{b}\Poss{c}T \vdash \Poss{b}T}{
\infer[\mbox{\cal T}]{\Poss{c}T \vdash T}{
}
}
}
}
}
\section*{A nice Proof}
\end{document}