recognition /
Measurement /
Measurement.RecognitionAngle.ActionSmallAngle /
explainer
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)
38 def angleAt (x y z : R3) : ℝ :=
proof body
Definition body.
39 let u := dir x y
40 let v := dir x z
41 if (u = 0) ∨ (v = 0) then 0 else Real.arccos ((⟪u, v⟫_ℝ) / (‖u‖ * ‖v‖))
42
43 /-! ## Kernel action and budget threshold -/
44
45 /-- Kernel action as a function of the sensor angle `θ`. Domain of interest is `(0, π/2]`. -/
used by (3)
From the project-wide theorem graph. These declarations reference this one in their body.
blindCone
in IndisputableMonolith.Measurement.RecognitionAngle.BlindCone
decl_use
angleOK
in IndisputableMonolith.Measurement.RecognitionAngle.TemporalGating
decl_use
no_feasible_if_angle_below_threshold
in IndisputableMonolith.Measurement.RecognitionAngle.TemporalGating
decl_use
depends on (17)
Lean names referenced from this declaration's body.
of
in IndisputableMonolith.Astrophysics.NucleosynthesisTiers
decl_use
of
in IndisputableMonolith.Foundation.DAlembert.LedgerFactorization
decl_use
is
in IndisputableMonolith.Foundation.OptionAEmpiricalProgram
decl_use
of
in IndisputableMonolith.Foundation.PhiForcingDerived
decl_use
as
in IndisputableMonolith.Foundation.SimplicialLedger.ContinuumBridge
decl_use
is
in IndisputableMonolith.Foundation.SimplicialLedger.EdgeLengthFromPsi
decl_use
of
in IndisputableMonolith.Foundation.SpectralEmergence
decl_use
is
in IndisputableMonolith.GameTheory.MechanismDesignFromSigma
decl_use
Kernel
in IndisputableMonolith.ILG.PressureForm
decl_use
of
in IndisputableMonolith.Information.PhysicsComplexityStructure
decl_use
is
in IndisputableMonolith.Mathematics.RamanujanBridge.MockThetaPhantom
decl_use
dir
in IndisputableMonolith.Measurement.RecognitionAngle.ActionSmallAngle
decl_use
R3
in IndisputableMonolith.Measurement.RecognitionAngle.ActionSmallAngle
decl_use
R3
in IndisputableMonolith.Measurement.RecognitionAngle.BlindCone
decl_use
R3
in IndisputableMonolith.Measurement.RecognitionAngle.TemporalGating
decl_use
and
in IndisputableMonolith.NumberTheory.CirclePhaseLift
decl_use
Kernel
in IndisputableMonolith.YM.OS
decl_use