Skip to content

Commit 5522372

Browse files
authored
Merge pull request #27 from spamegg1/2025-05-15
fix 3.3.41(g) again
2 parents 135032f + 1ea29af commit 5522372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Epp.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9178,10 +9178,10 @@ \subsubsection{Exercise 41}
91789178
\end{proof}
91799179

91809180
(g)
9181-
$\te x \in \R^+$ such that $\fa y \in \R^+$, $y < x$.
9181+
$\fa x \in \R^+$, $\te y \in \R^+$ such that $y < x$.
91829182

91839183
\begin{proof}
9184-
False. If such an $x$ existed, then take $y = x+1$. So $y \in \R^+$ and $y > x$, a contradiction.
9184+
True. For each $x$, we can take \(y = x / 2\) which satisfies the statement.
91859185
\end{proof}
91869186

91879187
(h)

0 commit comments

Comments
 (0)