How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Polynomially related encodings preserve polynomial size bounds
Statement
Let be polynomially related encodings of the same instance set . For any function , the following are equivalent:
- There is a polynomial such that for every .
- There is a polynomial such that for every .
Facts & Assumptions
Given: Polynomially related encodings and a function .
The notation means , and polynomial relatedness means that there are polynomials with and for all , by Instance size and polynomially related encodings.
Proof
Assume clause 1. Then there is a polynomial with for all .
By [L1], there is a polynomial with for all . Choose a polynomial such that for every and is nondecreasing; for example, if , one may take . Then for every . Since is again a polynomial, clause 2 holds.
Conversely, assume clause 2. Then there is a polynomial with for all .
By [L1], there is a polynomial with for all . Choose a polynomial such that for every and is nondecreasing. Then for every . Since is a polynomial, clause 1 holds.
Steps 1.2 and 1.4 prove the two implications, so clauses 1 and 2 are equivalent.
Depends on
Used by
Nothing in the library uses this result yet.
Dependency tree · two levels
2 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- San Skulrattanakulchai, The Class P (standard reference, not scraped)
- John E. Savage, Models of Computation: Exploring the Power of Computing (standard reference, not scraped)