structure
definition
def or abbrev
TwoBranchRotation
show as:
view Lean formalization →
formal statement (Lean)
22structure TwoBranchRotation where
23 θ_s : ℝ -- starting angle (determines initial amplitude)
24 θ_s_bounds : 0 < θ_s ∧ θ_s < π/2
25 T : ℝ -- duration of rotation
26 T_pos : 0 < T
27
28/-- Residual action S = π/2 - θ_s (geodesic length on Bloch sphere) -/
used by (16)
-
born_rule_from_C -
amplitude_modulus_bridge -
measurement_bridge_C_eq_2A -
pathFromRotation -
weight_bridge -
weight_equals_born -
C_equals_2A -
amplitudes_normalized -
born_weight_from_rate -
complementAmplitudeSquared -
initialAmplitudeSquared -
rateAction -
rateAction_pos -
residualAction -
residual_action_invariant -
residualNorm