Immerman and Vardi's theorem shows FO(LFP) captures P over ordered structures, demonstrating that FO with least fixed-point extension does reach P without abandoning first-order syntax.
?Rate how convincing each reason is below to see the overall strength.
No one has weighed in yet. Be the first to share reasons for or against this statement.
Sign in or register to share your perspective on this statement.
Immerman and Vardi(namesake of the theorem being discussed)
Two computer scientists who proved an important theorem in the 1980s showing that certain logical systems can describe exactly the same problems as a famous computational complexity class.
LFP (Least Fixed-Point)(the extension added to first-order logic)
A mathematical technique that lets you build up a set or property step-by-step by repeatedly applying a rule until nothing new gets added; the 'least' fixed-point is the smallest set that satisfies this process.
P (polynomial time)(Major complexity class)
The union over all natural numbers k of TIME(n^k); the class of languages decidable by a deterministic Turing machine in polynomial time.
ordered structures(descriptive complexity theory)
Finite structures equipped with a linear ordering on the domain, a restriction required by certain logical characterizations of PTIME