This is an example from Miller, Sturmfels "Combinatorial Commutative Algebra".
Let $\pi:\mathbb{Z}^3 \rightarrow \mathbb{Z}$ be the group homomorphism defined by the matrix $\left(\begin{array}{ccc} 3 & 4 & 5 \end{array} \right)$. Thus
$$ \ker(\pi)=\{(u,v,w) \in \mathbb{Z}^3 \ | \ 3u+4v+5w=0\}. $$
A lattice basis for the kernel is $\mathbb{Z}\{(3,-1,-1),(2,1,-2)\}$. I am trying to understand how one goes from a lattice basis for $\ker(\pi)$ to a generating set for the corresponding lattice ideal
$$ I_L=\langle \mathbf{x}^{\mathbf{u}}-\mathbf{x}^{\mathbf{v}} \ | \ u,v \in \mathbb{N}^3 \ \textrm{with} \ \mathbf{u}-\mathbf{v} \in L \rangle. $$
In this example it is said that $I_L = \langle x^3-yz, \ x^2y-z^2, \ xz-y^2 \rangle$. Why is $I_L \neq \langle x^3-yz, \ x^2y-z^2 \rangle$ i.e. the analogue of the lattice basis above?
I want to be able to go from the lattice basis to a minimal generating set for $I_L$.