class
definition
def or abbrev
DivergenceWitnessesBoundary
show as:
view Lean formalization →
formal statement (Lean)
504class DivergenceWitnessesBoundary (sensor : DefectSensor)
505 [PhysicallyRealizableLedger sensor] where
506 toBoundary :
507 EulerTraceAdmissible sensor → CostDivergent sensor → BoundaryApproaching sensor
508
509/-- If the concrete collapse scalar coming from the realized defect family
510approaches `0`, then the Euler ledger scalar approaches the T1 boundary as
511well. After redefining the ledger scalar to be the realized collapse
512observable in the nonzero-charge sector, this becomes a theorem. -/