@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[instance_reducible]
Equations
- instReprPose = { reprPrec := instReprPose.repr }
Bijection between Pose R and Fin 5 → R, used to transfer the
componentwise PartialOrder from the Pi type.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[instance_reducible]
Equations
@[instance_reducible]
@[instance_reducible]
The inner projection R(α) M(θ₁, φ₁) of [SY25] (5) and the outer projection
M(θ₂, φ₂), as the PoseLike structure of a real pose.
Equations
- Pose.instPoseLikeReal = { inner := fun (p : Pose ℝ) => (↑(p.rotR ∘SL p.rotM₁)).toAffineMap, outer := fun (p : Pose ℝ) => (↑p.rotM₂).toAffineMap }
theorem
Pose.is_rupert_imp_inner_in_outer
(p : Pose ℝ)
(poly : Finset Euc(3))
(h_rupert : RupertPose p ((convexHull ℝ) ↑poly))
(v : Euc(3))
(hv : v ∈ poly)
:
If we have a convex polyhedron with p being a pose witness of the rupert property, then in particular every vertex in the "inner" transformation lies in the convex hull of the vertices under the "outer" transformation.