structure
definition
def or abbrev
RSPhysicalThesisDataLogic
show as:
view Lean formalization →
formal statement (Lean)
27structure RSPhysicalThesisDataLogic where
28 primeLedgerLogic : PrimeLedgerLogicCert
29 primeLedgerClassical : PrimeLedgerCert
30 eulerPartition : EulerLedgerPartitionCert
31 completedLedger : CompletedZetaLedgerCert
32 zeroDefect : ArgumentPrincipleSensorCert
33 realizableLedger : EulerRealizableLedgerCert
34 boundaryTransport : BoundaryTransportCert
35 t1Boundary : T1BoundaryExclusionCert
36
37/-- Forget the recovered-prime wrapper to the current decomposed data bundle. -/