-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
27 lines (20 loc) · 809 Bytes
/
main.tex
File metadata and controls
27 lines (20 loc) · 809 Bytes
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
\documentclass{report}
%\documentclass[twoside]{report}
\usepackage{style}
\begin{document}
\title{\textsc{Mathematical Reasoning} \\
\large Introductory Notes on Mathematical Proofs and Discrete Math}
\author{Hermish Mehta \\ University of California, Berkeley}
\date{\today}
\maketitle
\begin{abstract}
This document presents a compilation of notes I took while taking \emph{Discrete Math \& Probability Theory} (CS70) at the University of California at Berkeley, with an emphasis on Discrete Math. These notes were inspired by the book \textit{Introduction to Mathematical Proofs}.
\end{abstract}
\tableofcontents
\include{notes/1-basics}
\include{notes/2-proofs}
\include{notes/3-induction}
%\include{notes/4-cardinality}
%\include{notes/5-divisibility}
%\include{notes/6-modular}
\end{document}