修改几个错误。

This commit is contained in:
unlockable
2022-11-06 16:40:05 +08:00
parent 4c0f40862b
commit d3a2b76764
2 changed files with 6 additions and 5 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@
*.pdf
*.synctex*
*.toc
/.DS_Store

View File

@@ -17,17 +17,17 @@
\end{definition}
\begin{corollary}
$B_1 = \{f(x) \vert x \in A\}$,则$f: A \to B_1$是满射。
$B_1 = \{f(x) \mid x \in A\}$,则$f: A \to B_1$是满射。
又若$f: A \to B$是单射,则$f: A \to B_1$是双射。
\end{corollary}
\begin{definition}[像集]
$f: A \to B$。令$E \subset A$。记$f(E) = \{f(x) \vert x \in E\}$$f(E)$称为$E$的像(集)。
$f: A \to B$。令$E \subset A$。记$f(E) = \{f(x) \mid x \in E\}$$f(E)$称为$E$的像(集)。
\end{definition}
\begin{definition}[逆像]
$f: A \to B$。令$K \subset B$。记$f^{-1}(K) = \{x \in A \vert f(x) \in K\}$$f^{-1}(K)$称为$K$的逆像(原像)。
$f: A \to B$。令$K \subset B$。记$f^{-1}(K) = \{x \in A \mid f(x) \in K\}$$f^{-1}(K)$称为$K$的逆像(原像)。
\end{definition}
\begin{remark}
@@ -39,7 +39,7 @@
\end{definition}
\begin{remark}
仅当$f$为单射,才能定义逆映射$f^{-1}: B_1 \to A$,否则$\exists y \in B_1$$f^{-1}(y)$不唯一,不符合映射的定义。
仅当$f$为单射,才能定义逆映射$f^{-1}: B_1 \to A$,否则$\exists y \in B_1$$f^{-1}(y)$不唯一,不符合映射的定义。
\end{remark}
\begin{corollary}