set L = Divisors_Lattice (p * p);
let x be Element of (Divisors_Lattice (p * p)); :: according to LATSTONE:def 5 :: thesis: (x *) "\/" ((x *) *) = Top (Divisors_Lattice (p * p))
x in the carrier of (Divisors_Lattice (p * p)) ;
then x in NatDivisors (p * p) by MOEBIUS2:def 10;
then x in {1,p,(p * p)} by DivisorsSquare;
per cases then ( x = 1 or x = p or x = p * p ) by ENUMSET1:def 1;
end;