Skip to content

Commit 3d6c7cf

Browse files
committed
Remove mention of "contradiction" from epsilon-delta limit proofs
These are direct proofs using the definition of the limit and involve no contradiction.
1 parent badd0e4 commit 3d6c7cf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

OpenProblemLibrary/MC/Proofs/DirectProofs/EpsilonDeltaLimit.pg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,4 @@ END_TEXT
7070

7171
ANS($CorrectProof->cmp);
7272

73-
$showHint=2;
74-
BEGIN_HINT
75-
To show \(P \implies Q\) by contradiction, start by assuming \(P\) and \( \sim Q\).
76-
END_HINT
77-
78-
7973
ENDDOCUMENT();

OpenProblemLibrary/MC/Proofs/DirectProofs/EpsilonDeltaLimitLinear.pg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ $CorrectProof = DraggableProof([
5656

5757

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

0 commit comments

Comments
 (0)