Hi, I'm new to this languages and in this way to think problem.
I would know if this non runnable program has some sense or is totally unsenseble.------------------------------
- MODULE prime ------------------------------ -
EXTENDS Naturals
CONSTANT n
VARIABLE qInit == q >1 /\ q<n
Next == \neg((n%q) = 0)
/\ q' = q+1
H == Init /\ [][Next]_q==============================
============================== =================
THEOREM H => []InitThanks in advance
Mauro