11.4. QuantumBlockEncoding/OpenProblems.lean
4 explicit public declarations, in source order.
Plain-English reading. This type lists the allowed alternatives for “problem status”; its constructors are the cases that downstream code must handle.
Formal status. Compiled declaration in the default ASPBE import surface; its kind and displayed Lean type determine how it may be used.
Why it is in this chapter. Typed controller state, agent contracts, literature memory, and explicit open-problem records.
Technical source note. The source declaration has no docstring. The reader cue above is generated from its kind and name and does not replace the Lean signature.
Declaration kind. inductive.
Source: QuantumBlockEncoding/OpenProblems.lean:13. A commit-pinned external link is added by the publication build when the source exists at the published ref.
Lean code for Definition11.4.1●1 definition
Associated Lean declarations
-
QuantumBlockEncoding.ProblemStatus[complete]
-
QuantumBlockEncoding.ProblemStatus[complete]
-
inductivedefined in QuantumBlockEncoding/OpenProblems.leancomplete
inductive QuantumBlockEncoding.ProblemStatus : Type
inductive QuantumBlockEncoding.ProblemStatus : Type
Constructors
«open» : QuantumBlockEncoding.ProblemStatus
inProgress : QuantumBlockEncoding.ProblemStatus
formalized : QuantumBlockEncoding.ProblemStatus
Plain-English reading. This record groups the data and proof fields needed for “open problem”. A proposition-valued field is a requirement until a constructor supplies it.
Formal status. Data contract in the default import surface; proposition-valued fields are obligations, not automatically established facts.
Why it is in this chapter. Typed controller state, agent contracts, literature memory, and explicit open-problem records.
Technical source note. The source declaration has no docstring. The reader cue above is generated from its kind and name and does not replace the Lean signature.
Declaration kind. structure.
Source: QuantumBlockEncoding/OpenProblems.lean:19. A commit-pinned external link is added by the publication build when the source exists at the published ref.
Lean code for Definition11.4.2●1 definition
Associated Lean declarations
-
QuantumBlockEncoding.OpenProblem[complete]
-
QuantumBlockEncoding.OpenProblem[complete]
-
structuredefined in QuantumBlockEncoding/OpenProblems.leancomplete
structure QuantumBlockEncoding.OpenProblem : Type
structure QuantumBlockEncoding.OpenProblem : Type
Fields
id : String
title : String
status : QuantumBlockEncoding.ProblemStatus
statement : String
acceptanceTest : String
references : List String
Plain-English reading. This definition gives the library's named construction or computation for “open problems”.
Formal status. Compiled declaration in the default ASPBE import surface; its kind and displayed Lean type determine how it may be used.
Why it is in this chapter. Typed controller state, agent contracts, literature memory, and explicit open-problem records.
Technical source note. The source declaration has no docstring. The reader cue above is generated from its kind and name and does not replace the Lean signature.
Declaration kind. def.
Source: QuantumBlockEncoding/OpenProblems.lean:28. A commit-pinned external link is added by the publication build when the source exists at the published ref.
Lean code for Definition11.4.3●1 definition
Associated Lean declarations
-
QuantumBlockEncoding.openProblems[complete]
-
QuantumBlockEncoding.openProblems[complete]
-
defdefined in QuantumBlockEncoding/OpenProblems.leancomplete
def QuantumBlockEncoding.openProblems : List QuantumBlockEncoding.OpenProblem
def QuantumBlockEncoding.openProblems : List QuantumBlockEncoding.OpenProblem
Plain-English reading. This definition gives the library's named construction or computation for “problem count”.
Formal status. Compiled declaration in the default ASPBE import surface; its kind and displayed Lean type determine how it may be used.
Why it is in this chapter. Typed controller state, agent contracts, literature memory, and explicit open-problem records.
Technical source note. The source declaration has no docstring. The reader cue above is generated from its kind and name and does not replace the Lean signature.
Declaration kind. def.
Source: QuantumBlockEncoding/OpenProblems.lean:88. A commit-pinned external link is added by the publication build when the source exists at the published ref.
Lean code for Definition11.4.4●1 definition
Associated Lean declarations
-
QuantumBlockEncoding.problemCount[complete]
-
QuantumBlockEncoding.problemCount[complete]
-
defdefined in QuantumBlockEncoding/OpenProblems.leancomplete
def QuantumBlockEncoding.problemCount : ℕ
def QuantumBlockEncoding.problemCount : ℕ