Logic and proof methods 証明法 しょうめいほう : basic exercises
1Corresponding lectures 講義 こうぎ
data/lecture/math/discrete-math/propositions-predicates-and-quantifiers.lecture.n.md
data/lecture/math/discrete-math/proof-methods-and-counterexamples.lecture.n.md
data/lecture/math/discrete-math/mathematical-induction-and-recursive-definitions.lecture.n.md
2Problem 1: negate quantification 量化 りょうか
Write the negation of the following
2.1Answer
The negation is
2.2Explanation
The negation of
3Problem 2: prove transitivity 推移性 すいいせい of inclusion 包含 ほうがん
Assume and . Prove .
3.1Answer
Take arbitrary and assume . Since , we have . Since , we have . Thus holds for every , so .
3.2Explanation
This is a
4Problem 3: construct a counterexample 反例 はんれい
Give a
4.1Answer
Consider the
4.2Explanation
A
5Problem 4: prove by induction 帰納法 きのうほう
Prove that for every ,
5.1Answer
For , the left-hand side is and the right-hand side is , so the statement holds.
Assume the statement holds for :
Then
Thus the statement also holds for .
5.2Explanation
Write the