-
Notifications
You must be signed in to change notification settings - Fork 1
/
proofcourse.tex
164 lines (135 loc) · 6.4 KB
/
proofcourse.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
\documentclass[11pt]{article} % 11 point font
% ---------------------------------- Page layout
\textheight 9.4in % height of the text before a page break
\topmargin -0.8in % extra distance from top of page to header, if any
\textwidth 7in % the default text width is much narrower
\oddsidemargin -0.25in % extra left margin on odd-numbered pages.
\renewcommand{\baselinestretch}{1.15} % line spacing; use any decimal
\pagestyle{empty}
% ------------------------------------- newcommands for a variety of things
\input newcommands
% ---------------------------------------- Activities to include for a complete student packet
%\includeonly{even_and_odd,vector_sum_dot_product,division_algorithm,exploring_inequalities,contrapositive_elimination_contradiction,special_words_in_mathematics,integer_valued_functions,constructions_to_show_existence,set_theory_introduction,set_subsets_and_equality,set_operations,infinite_set_operations,set_theory_introduction,set_subsets_and_equality,quantifiers_nested_quantifiers,set_union_intersection,mathematical_induction,infinite_set_operations,infinite_set_operations,inequalities,construction_real_numbers,set_union_intersection_venn_diagram,set_operations,review_exercises}
% ----------------------------------------- Additional activities that are not quite ready
%\includeonly{set_theory_practice,power_set_cartesian_product,relations,homework_problems_week_12,absolute_value,pigeonhole_principle,functions,square_roots_are_irrational}
%\includeonly{syllabus2018}
% ---------------------------------------- Activities to actually include one at a time
%\includeonly{background,syllabus2017}
%\includeonly{first_day_script}
%\includeonly{even_and_odd}
%\includeonly{vector_sum_dot_product}
%\includeonly{division_algorithm}
%\includeonly{exploring_inequalities}
%\includeonly{contrapositive_elimination_contradiction}
%\includeonly{special_words_in_mathematics}
%\includeonly{integer_valued_functions}
%\includeonly{constructions_to_show_existence}
%\includeonly{set_theory_introduction,set_subsets_and_equality,set_operations,infinite_set_operations}
%\includeonly{set_theory_introduction}
%\includeonly{set_subsets_and_equality}
%\includeonly{quantifiers_nested_quantifiers}
%\includeonly{set_union_intersection}
%\includeonly{freethrow_percentage}
%\includeonly{mathematical_induction}
%\includeonly{infinite_set_operations}
%\includeonly{set_union_intersection_venn_diagram}
%\includeonly{set_operations}
%\includeonly{infinite_set_operations}
%\includeonly{review_exercises}
%\includeonly{inequalities}
%\includeonly{construction_real_numbers}
%\includeonly{set_theory_homework}
%\includeonly{pigeonhole_principle}
%\includeonly{set_theory_practice}
%\includeonly{square_roots_are_irrational}
%\includeonly{class_survey_1}
%\includeonly{Solow_reading_assignment_chapter_1}
%\includeonly{Solow_reading_assignment_chapter_2}
%\includeonly{Solow_reading_assignment_chapter_3}
%\includeonly{Solow_reading_assignment_chapter_4}
%\includeonly{Solow_reading_assignment_chapter_5}
%\includeonly{Solow_reading_assignment_chapter_7}
%\includeonly{Solow_reading_assignment_chapter_8}
%\includeonly{Solow_reading_assignment_chapter_9}
%\includeonly{Solow_reading_assignment_chapter_11}
%\includeonly{Solow_reading_assignment_chapter_12}
%\includeonly{DG_reading_assignment_chapter_3}
%\includeonly{DG_reading_assignment_chapter_4}
%\includeonly{DG_reading_assignment_chapter_5}
%\includeonly{DG_reading_assignment_chapter_6}
%\includeonly{DG_reading_assignment_chapter_7}
%\includeonly{DG_reading_assignment_chapter_8}
%\includeonly{DG_reading_assignment_chapter_18_2015}
%\includeonly{even_and_odd_and_vector_quiz}
%\includeonly{even_and_odd_and_vector_quiz_2}
%\includeonly{division_algorithm_quiz_possibilities}
%\includeonly{division_algorithm_quiz_2}
%\includeonly{division_algorithm_quiz_3}
%\includeonly{implication_contrapositive_quiz_possibilities}
%\includeonly{implication_contrapositive_contradiction_quiz}
%\includeonly{nested_quantifiers_quiz_possibilities}
%\includeonly{nested_quantifiers_quiz}
%\includeonly{square_roots_are_irrational_quiz}
%\includeonly{new_vector_operation_duplicate_quiz}
%\includeonly{final_quiz_review_2017}
%\includeonly{final_quiz_2017}
% --------------------------------------------------- begin document
\begin{document}
% -------------------------------------- Activities that could be included
\include{first_day_script}
\include{syllabus2017}
\include{syllabus2018}
\include{background}
\include{even_and_odd}
\include{vector_sum_dot_product}
\include{division_algorithm}
\include{exploring_inequalities}
\include{contrapositive_elimination_contradiction}
\include{special_words_in_mathematics}
\include{integer_valued_functions}
\include{constructions_to_show_existence}
\include{set_theory_introduction}
\include{set_subsets_and_equality}
\include{quantifiers_nested_quantifiers}
\include{mathematical_induction}
\include{set_union_intersection}
\include{freethrow_percentage}
\include{infinite_set_operations}
\include{inequalities}
\include{construction_real_numbers}
\include{set_union_intersection_venn_diagram}
\include{set_operations}
\include{review_exercises}
\include{pigeonhole_principle}
\include{homework_problems_week_12}
\include{set_theory_practice}
\include{power_set_cartesian_product}
\include{relations}
\include{absolute_value}
\include{functions}
\include{square_roots_are_irrational}
\include{class_survey_1}
\include{Solow_reading_assignment_chapter_1}
\include{Solow_reading_assignment_chapter_2}
\include{Solow_reading_assignment_chapter_3}
\include{Solow_reading_assignment_chapter_4}
\include{Solow_reading_assignment_chapter_5}
\include{Solow_reading_assignment_chapter_7}
\include{Solow_reading_assignment_chapter_8}
\include{Solow_reading_assignment_chapter_9}
\include{Solow_reading_assignment_chapter_11}
\include{Solow_reading_assignment_chapter_12}
\include{DG_reading_assignment_chapter_1}
\include{DG_reading_assignment_chapter_1_alphabet}
\include{DG_reading_assignment_chapter_2}
\include{DG_reading_assignment_chapter_3}
\include{DG_reading_assignment_chapter_4}
\include{DG_reading_assignment_chapter_5}
\include{DG_reading_assignment_chapter_6}
\include{DG_reading_assignment_chapter_7}
\include{DG_reading_assignment_chapter_8}
\include{DG_reading_assignment_chapter_9}
\include{DG_reading_assignment_chapter_10}
\include{DG_reading_assignment_chapter_18_2015}
%-----------------------------------------------------------------------------
\end{document} % end of the document