Skip to content

Commit

Permalink
Remove mention of "contradiction" from epsilon-delta limit proofs
Browse files Browse the repository at this point in the history
These are direct proofs using the definition of the limit and involve
no contradiction.
  • Loading branch information
d-torrance committed Jul 17, 2024
1 parent badd0e4 commit 3d6c7cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,4 @@ END_TEXT

ANS($CorrectProof->cmp);

$showHint=2;
BEGIN_HINT
To show \(P \implies Q\) by contradiction, start by assuming \(P\) and \( \sim Q\).
END_HINT


ENDDOCUMENT();
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $CorrectProof = DraggableProof([


BEGIN_TEXT
Order \{ $CorrectProof->numNeeded \} of the following sentences so that they form a logical proof by $BBOLD contradiction $EBOLD of the statement:
Order \{ $CorrectProof->numNeeded \} of the following sentences so that they form a logical proof of the statement:
$PAR
$BCENTER $BITALIC
\[ \displaystyle{\lim_{x \rightarrow $a} $f = $L}.\]
Expand Down

0 comments on commit 3d6c7cf

Please sign in to comment.