🚧 Almost fin with 4.7

This commit is contained in:
tomit4 2026-06-12 07:51:52 -07:00
parent 85c05e3dde
commit ba49946636
2 changed files with 982 additions and 3 deletions

File diff suppressed because it is too large Load diff

View file

@ -210,10 +210,16 @@ Page 248
1. To prove a statement by contradiction, you suppose that ______ and you show 1. To prove a statement by contradiction, you suppose that ______ and you show
that ______. that ______.
the statement is false; this supposition leads to a contradiction
2. A proof by contraposition of a statement of the form 2. A proof by contraposition of a statement of the form
"$\forall x \in D, \text{ if } P(x) \text{ then } Q(x)$" is a direct proof of "$\forall x \in D, \text{ if } P(x) \text{ then } Q(x)$" is a direct proof of
______. ______.
$\forall x \in D, \text{ if } \neg Q(x) \text{ then } \neg P(x)$
3. To prove a statement of the form 3. To prove a statement of the form
"$\forall x \in D, \text{ if } P(x) \text{ then } Q(x)$" by contraposition, "$\forall x \in D, \text{ if } P(x) \text{ then } Q(x)$" by contraposition,
you suppose that ______ and you show that ______. you suppose that ______ and you show that ______.
$Q(x)$ is false; $P(x)$ is false.