IndisputableMonolith.Flight.GravityBridge
GravityBridge supplies rotation-period and dynamical-time definitions that link angular velocity to RS time quanta for rotating devices. Researchers modeling Podkletnov shielding or spiral-field propulsion cite these bridges. The module assembles imported geometry, schedule, and gravity primitives into a single interface. Its structure consists of declarative definitions with no internal proofs.
claimFor a device with angular velocity $ω$, the rotation period is $T=2π/ω$. The module also defines device dynamical time $T_ dyn$, lab-scale ratios, and mappings from these quantities to the RS time quantum $τ_0=1$ tick.
background
The module resides in the Flight domain, which scaffolds spiral-field propulsion on top of φ-tetrahedral geometry and 8-tick scheduling. It imports the fundamental RS time quantum $τ_0=1$ tick, the φ-tetrahedral angles and log-spiral rotor paths, the 8-window neutrality predicates, and Newtonian rotation identities together with ILG time kernels. The short module doc-comment states that a rotating device with angular velocity ω has period T=2π/ω.
proof idea
This is a definition module. It performs four module imports and declares a collection of bridge constants and functions (rotationPeriod, deviceDynamicalTime, labScaleRatio, etc.). No tactics or terms are applied; the file contains only declarations.
why it matters in Recognition Science
The module feeds the top-level Flight facade and supplies the rotating-disk model required by the Podkletnov gravity-shielding hypothesis. It also supports decoherence timescale calculations by providing dynamical-time ratios. It closes the interface between Gravity rotation curves and Flight scheduling within the eight-tick octave.
scope and limits
- Does not contain any proved theorems.
- Does not introduce new physical constants.
- Does not model quantum effects or decoherence.
- Does not include numerical predictions or error analysis.
used by (3)
depends on (4)
declarations in this module (22)
-
def
rotationPeriod -
def
deviceDynamicalTime -
def
tau0_seconds -
def
typicalLabPeriod_seconds -
def
labScaleRatio -
def
ilg_alpha -
structure
LabScalePrediction -
def
mkLabPrediction -
def
phaseDuration -
def
ticksPerPhase -
def
scheduleWellSeparated -
theorem
lab_schedule_well_separated -
def
nullHypothesis -
theorem
null_holds_if_C_lag_small -
structure
GravityFalsifier -
def
falsifierTriggered -
def
C_lag_RS -
def
rsLabPrediction -
def
rs_lab_prediction_value -
def
optionA_testable -
def
optionB_bound_only -
structure
RunningCoupling