Skip to content

Commit dd0bcaa

Browse files
authored
Merge pull request #1164 from d-torrance/limit-proofs
Remove mention of "contradiction" from epsilon-delta limit proofs
2 parents 5ee313e + 3d6c7cf commit dd0bcaa

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

OpenProblemLibrary/MC/Proofs/DirectProofs/EpsilonDeltaLimit.pg

-6
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

+1-1
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)