I am looking at Hensel's Lemma:
Let $F(x)=a_0+a_1x+ \dots + a_n x^n \in \mathbb{Z}_p[x]$.
We suppose that there is a $p$-adic number ($p>2$) $\alpha_1 \in \mathbb{Z}_p$, such that:
$$F(\alpha_1) \equiv 0 \pmod{p\mathbb{Z}_p}$$
$$F'(\alpha_1) \not\equiv 0 \pmod{p\mathbb{Z}_p}$$
Then, $\exists $ a $p$-adic integer $\alpha \in \mathbb{Z}_p$ such that $F(\alpha)=0$.
Could you explain what $p \mathbb{Z}_p$ means? What property does an element, that belongs in $p \mathbb{Z}_p$, satisfy?
EDIT: Suppose that we have the equation $ax^2+by^2+cz^2=0$ where $a,b,c$ are odd and $2 \nmid abc$ and also $a+b \equiv 0 \mod 4$.
According to my lecture notes, we cannot apply this form of Hensel's Lemma in this case because of the following:
$$F(x)=ax^2+by_0^2+cz_0^2$$
$$F'(x)=2ax$$
It should hold that: $$F'(\alpha_1) \not\equiv 0 \mod 2$$
but this can't happen.
So we have to use this form of Hensel's Lemma:
Let $F(X)=a_nX^n+ \dots+ a_1X+a_0 \in \mathbb{Z}_p[X]$ and $\exists \alpha_1 \in \mathbb{Z}_p$ such that $F(a_1) \equiv 0 \mod {p\mathbb{Z}_p}$ and $|F(\alpha_1)|_p<|F'(\alpha_1)|_p^2$. Then $\exists a \in \mathbb{Z}_p$ such that $a \equiv \alpha_1 \mod{p \mathbb{Z}_p}$ and $F(a)=0$.
And then we work $\mod 8$.
But, couldn't we also use the first version of Hensel's Lemma with $2 \mathbb{Z}_2=8$ ?