Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@
*.loe
*.ind
*.idx
*.ilg
*.ilg
*.fdb_latexmk
*.fls
Binary file modified script.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions script.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@
\item \(1 \neq 0\)
\item \(0a = a0 = 0\)
\item \(ab = 0 \implies a = 0 \lor b = 0\)\hfill (Nullteilerfreiheit)
\item \(a(-b) -(ab)\) und \((-a)(-b) = ab\)
\item \(a(-b) = -(ab)\) und \((-a)(-b) = ab\)
\item \(x a = \hat{x}a\) und \(a \neq 0 \implies x = \hat{x}\)
\end{enumerate}
\begin{proof}
Expand Down Expand Up @@ -2141,7 +2141,7 @@ \section{Definition und grundlegende Eigenschaften}
für alle \(x, y \in V, \lb \in K\) und wir schreiben \(F \in \Hom_K(V, W)\)

\item Falls \(V = W\), so heißt \(F \in \Hom_K(V, W) = \End_K(V)\) \defemph{Vektorraumendomorphismus}
\item Ein Vektorraum-\defemph{Komorphismus} ist ein bijektiver Vektorraumhomomorphismus. Falls ein solcher Komorphismus von \(V\) nach \(W\) existiert, nennen wir \(W\) und \(V\) isomorph, und schreiben \(V \cong W\)
\item Ein Vektorraum-\defemph{Isomorphismus} ist ein bijektiver Vektorraumhomomorphismus. Falls ein solcher Isomorphismus von \(V\) nach \(W\) existiert, nennen wir \(W\) und \(V\) isomorph, und schreiben \(V \cong W\)
\item \(\Aut_K(V) = \{F \in \End_K(V) : F \text{ bijektiv}\}\) sind die Vektorraum-\defemph{Automorphismen} von \(V\)
\end{enumerate}
\vspace{.1cm}
Expand Down