structure
definition
def or abbrev
ExternalPhaseField
show as:
view Lean formalization →
formal statement (Lean)
63structure ExternalPhaseField where
64 psi : Position → ℝ
65
66/-- The gradient of the external field at a given position. -/
67def ExternalPhaseField.gradient (ext : ExternalPhaseField) (h : Position) : ℝ :=
proof body
Definition body.
68 deriv ext.psi h
69
70/-! ## 2. Modified Coherence Defect -/
71
72/-- Total potential when BOTH gravitational and external phase fields are present,
73 in a frame accelerating with `a`.
74 Φ_total(z) = Φ_grav(h_cm + z) + Φ_ext(h_cm + z) + a·z
75 (linearized around center of mass) -/
used by (21)
-
acoustic_levitation -
anti_coherence_reduces_coupling -
antiGravField -
any_source_suffices -
complete_cancellation_is_levitation -
effective_gravitational_coupling -
equilibrium_acceleration -
equilibrium_is_coherent -
FullLevitationCert -
levitation_field_exists -
LevitationInevitability -
levitation_unconditional -
modified_coherence_defect -
modified_coherence_defect_expand -
modified_coherence_defect_simplify -
modified_falling_condition -
modified_total_potential -
partial_weight_reduction -
PhaseFieldSource -
UnconditionalLevitationCert -
weight_reduction_factor