Documentation
Complexitylib
.
Classes
.
P
.
PairWithInput
.
Internal
Search
return to top
source
Imports
Init
Complexitylib.Classes.P.Internal.NormalForm
Complexitylib.Models.TuringMachine.Composition.PairWithInput
Imported by
Complexity
.
mem_FP_pairWithInput_internal
Polynomial-time pairing with the original input — proof internals
#
source
theorem
Complexity
.
mem_FP_pairWithInput_internal
{
f
:
List
Bool
→
List
Bool
}
(
hf
:
f
∈
FP
)
:
(fun (
x
:
List
Bool
) =>
pair
(
f
x
)
x
)
∈
FP
Internal closure of
FP
under
x ↦ pair (f x) x
.