Skip to main content

Module types

Module types 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Structs§

BarRecursion
Spector bar recursion.
BoundedArithmetic
PA^ω conservativity results for bounded arithmetic.
CantorNormalForm
A simple representation of ordinals below ε_0 in Cantor Normal Form.
Clause
A clause: a disjunction of literals.
CookReckhowThm
The Cook-Reckhow theorem: NP ≠ co-NP iff no proof system is “efficient”.
CurryHoward
Proof-as-program correspondence (Curry-Howard).
DialecticaFormula
Gödel’s Dialectica translation A^D as (∃u.∀x. A_D(u,x)).
DialecticaInterp
EffectiveBound
Effective bound extraction result.
EmptyClause
The empty clause ⊥ (proof of contradiction).
ExtractedProgram
An ML-like program extracted from a constructive proof.
Finitization
Finitization of an infinite principle.
FunctionalInterpretation
Computable functional realizing ∀∃ statements under Dialectica.
GentzenNormalization
GodelInterpretation
G_del functional interpretation.
HerbrandSequenceBuilder
Builds Herbrand sequences from a first-order formula.
HerbrandTerm
Explicit witness extracted from a ∃x.P(x) proof (Herbrand’s theorem).
HeuristicFn
A heuristic function: estimates the distance from a proof state to a complete proof.
Literal
A literal: positive or negative occurrence of a variable.
MajorizabilityChecker
Checks Howard/Bezem majorizability for a pair of functions (represented as tables).
MetastabilityBound
Encodes Tao’s metastability bound Φ(ε, k) for a convergent sequence.
MetricFixedPointMining
Proof mining in metric fixed point theory.
ModelCheckingBound
Bounded model checking state: BMC encoding with a depth bound.
MonotoneFunctionalInterpretation
Encodes Kohlenbach’s monotone functional interpretation.
OrdinalTermination
Termination argument via ordinals.
PhpPrinciple
ProofComplexityMeasure
Proof complexity measure: size, depth, width, degree.
ProofSearcher
Systematic proof searcher with backtracking.
ProofState
Current state of a proof search.
ProofSystemNew
PropositionalProof
A propositional proof: a sequence of lines each with a justification.
ProverData
QuantitativeCauchy
Quantitative Cauchy sequence criterion.
RamseyBound
Ramsey theory bounds from proof mining.
RealizabilityInterpretation
Kleene’s realizability / Kreisel’s modified realizability.
ResolutionProof
A resolution proof: a DAG of resolution steps.
ResolutionRefutation
A resolution refutation: derives ⊥ from a set of clauses.
ResolutionStep
A single resolution step: C_1 ∨ x, C_2 ∨ ¬x ⊢ C_1 ∨ C_2.
TerminationProof
Well-founded induction certificate proving termination.
UniformConvexityModulus
Uniform convexity modulus.
UnwindingResult
Unwinding theorem: proof mining extracts computational content.
WeakKoenigsLemma
Weak König’s Lemma and its Dialectica interpretation.
WitnessExtractor
Extracts computational content from a proof (Kohlenbach’s proof mining).

Enums§

BoundType
ComplexityBound
A polynomial or exponential complexity bound extracted from a proof.
ProofSystem
A propositional proof system.
ProofSystemType
RealizedFormula
A formula together with its realizability status.
SearchStrategy
Proof search strategy.
SearchStrategyNew