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)
89structure AsteroidTrajectoryShapingCert where
90 carrier_band : (8.05 : ℝ) < carrier_frequency ∧ carrier_frequency < 8.10
91 impulse_pos : 0 < impulseCoefficient
92 deflection_zero : deflection 0 = 0
93 deflection_nonneg : ∀ t, 0 ≤ deflection t
94 deflection_double : ∀ t, deflection (2 * t) = 4 * deflection t
95 deflection_pos : ∀ {t : ℝ}, t ≠ 0 → 0 < deflection t
96
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (9)
Lean names referenced from this declaration's body.
-
deflection_pos
in IndisputableMonolith.Cosmology.GravitationalLensingFromRS
decl_use
-
carrier_frequency
in IndisputableMonolith.Engineering.AsteroidTrajectoryShaping
decl_use
-
deflection
in IndisputableMonolith.Engineering.AsteroidTrajectoryShaping
decl_use
-
deflection_double
in IndisputableMonolith.Engineering.AsteroidTrajectoryShaping
decl_use
-
deflection_nonneg
in IndisputableMonolith.Engineering.AsteroidTrajectoryShaping
decl_use
-
deflection_zero
in IndisputableMonolith.Engineering.AsteroidTrajectoryShaping
decl_use
-
impulseCoefficient
in IndisputableMonolith.Engineering.AsteroidTrajectoryShaping
decl_use
-
carrier_band
in IndisputableMonolith.Engineering.CorticalNeuromodulationDevice
decl_use
-
carrier_band
in IndisputableMonolith.Engineering.PhantomCoupledGWAntennaSensitivity
decl_use