No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
100structure EulerTraceAdmissible (sensor : DefectSensor) : Prop where
101 carrier_compatible : ∃ (carrier : RegularCarrier),
102 carrier.radius = sensor.realPart - 1/2 ∧ 0 < carrier.radius
103 carrier_nonvanishing : ∀ σ, 1/2 < σ → carrierValue σ ≠ 0
104 carrier_deriv_bounded : ∀ σ, 1/2 < σ → 0 < carrierDerivBound σ
105
106/-- Every `DefectSensor` has an admissible Euler trace.
107
108This follows directly from the Euler instantiation certificate:
109`sensor_carrier_compatible`, `carrier_nonvanishing`, and
110`carrierDerivBound_pos`. -/
used by (9)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (14)
Lean names referenced from this declaration's body.
-
radius
in IndisputableMonolith.Complexity.CellularAutomata
decl_use
-
has
in IndisputableMonolith.Engineering.AsteroidOreSpectroscopy
decl_use
-
carrier
in IndisputableMonolith.Engineering.CorticalNeuromodulationDevice
decl_use
-
carrier
in IndisputableMonolith.Engineering.PhantomCoupledGWAntennaSensitivity
decl_use
-
from
in IndisputableMonolith.Foundation.PrimitiveDistinction
decl_use
-
admissible
in IndisputableMonolith.Information.Thermodynamics
decl_use
-
RegularCarrier
in IndisputableMonolith.NumberTheory.AnnularCost
decl_use
-
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
-
DefectSensor
in IndisputableMonolith.NumberTheory.CostCoveringBridge
decl_use
-
carrierDerivBound
in IndisputableMonolith.NumberTheory.EulerInstantiation
decl_use
-
carrierDerivBound_pos
in IndisputableMonolith.NumberTheory.EulerInstantiation
decl_use
-
carrier_nonvanishing
in IndisputableMonolith.NumberTheory.EulerInstantiation
decl_use
-
carrierValue
in IndisputableMonolith.NumberTheory.EulerInstantiation
decl_use
-
sensor_carrier_compatible
in IndisputableMonolith.NumberTheory.EulerInstantiation
decl_use