def
definition
SignFlipFalsifier
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Gravity.Candidates.Li on GitHub at line 63.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
60 Since B_0 is a vector field, reversing B_0 (or the current) must reverse
61 the induced gravitomagnetic component.
62 B_g_induced(-B_0) = -B_g_induced(B_0). -/
63def SignFlipFalsifier (B_0 : ℝ) (induced_Bg : ℝ → ℝ) : Prop :=
64 induced_Bg (-B_0) = -induced_Bg B_0
65
66end Li
67end Candidates
68end Gravity
69end IndisputableMonolith