Definition of variables and their values and symbols

variablemeansvaluesymbolcondition to take the value
primroot r is a primitive root modulo l2true/false O/X
prop1ineq Inequality in Prop1 holdstrue/false O/X
prop1 Prop1 holds trueP1(primroot) and (prop1ineq)
falseotherwise
prop2ineq Inequality in Prop2 holdstrue/false O/X
not1modp 22nl^s≠1 mod ptrue/false O/X
prop2 Prop2 holds trueP2(primroot) and (prop2ineq) and (not1modp)
falseotherwise
theoryresult
theoryindiv
Indivisibility assured theoretically trueT(prop1) or (prop2)
no valueotherwise
result
indivisible
Indivisibility assured theoretically
or computationally
trueT(theoryindiv) or (compresult='O')
falseF (compresult='A') and (primroot) and (r=2)
Divisibility is assured
no valueotherwise
divisible Divisibility assured theoretically
or computationally
trueT not (indivisible)
falseF (inidivisible) Indivisibility is assured
no valueotherwise
compresult Computational result OO(deg Dt,r = 0) or (deg Ft,r = 0)
AA(deg Dt,r > 0) or (deg Ft,r > 0)
no valuenot computed
compvolume Time complexity (currently,
measured by total size of sp())
2n ls(log2p)compmethod = 'is'
n lf(log2p)compmethod = 'L1'
n lt0+s(log2p)compmethod = 'L2'