Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

kevinlui's site

7239 views
1
\documentclass{article}
2
3
\usepackage{fullpage}
4
5
\begin{document}
6
7
\begin{center}
8
{\bf Quiz 4}
9
\end{center}
10
Name:
11
12
13
\begin{enumerate}
14
\item
15
Let $V$ and $W$ be vector spaces.
16
\begin{enumerate}
17
\item
18
Define what is an isomorphism between $V$ and $W$.
19
\vfill
20
\item
21
Define what is means for $V$ to be isomorphic to $W$.
22
\vfill
23
\end{enumerate}
24
\item
25
Let $V$ and $W$ be vector spaces. Let $T:V\to W$ and $U:W\to V$ be
26
linear transformations so that $U\circ T:V\to V$ is an isomorphism.
27
Prove that $T$ is one-to-one.
28
\vfill
29
\vfill
30
\vfill
31
\end{enumerate}
32
33
\end{document}
34
35