Proof methods and counterexamples 反例 はんれい
In
1Direct proof 直接証明 ちょくせつしょうめい
A
The following example previews sets. We use only the minimal definitions: means that is an element of , and means that, for every , implies .
For example, to prove from and , expand the definition of the
2Proof by contraposition 対偶証明 たいぐうしょうめい
A
instead of
The two statements are equivalent.
The
This method is often natural for proving
3Proof by contradiction 背理法 はいりほう
A
The next example previews
For example, prove that if a greatest element exists, it is unique. Negate the conclusion and suppose a
In a proof by contradiction, assume the negation of the conclusion and derive a contradiction with known definitions or assumptions. If one assumes the conclusion itself, that is not a proof.
data/lecture/math/discrete-math/partial-and-total-orders.lecture.n.md4Proof by cases 場合分け
A
The next example also previews set operations. Read as the set of elements in or , and as the set of elements in both.
For example, to prove
take an arbitrary in the left side. Then and . If , then . If , membership in gives , so . Thus either case puts in the right side. Conversely, an in the right side lies in either or ; in both cases and . Therefore the two sides are equal.
5Counterexample 反例 はんれい
A
The claim “for every integer , ” is false. The integer does not satisfy the conclusion because . This single example disproves the universal proposition.
For a counterexample, explicitly check both that the object satisfies the assumptions and that the conclusion fails.
A
6Exercise link and summary
data/exercise/math/discrete-math/logic-and-proof-methods.exercise.n.mdIn a
In exercises, explicitly name whether you are using a direct proof, a