EuclideanGeometry.Sphere.sOppSide_faceOpposite_secondInter_of_mem_interior
∀ {V : Type u_1} {P : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {n : ℕ} [inst_4 : n.AtLeastTwo]
{sx : Affine.Simplex ℝ P n} {i : Fin (n + 1)},
sx.points i ∈ s →
(∀ (j : Fin (n + 1)), dist (sx.points j) s.center ≤ s.radius) →
∀ {p : P},
p ∈ sx.interior →
(affineSpan ℝ (Set.range (sx.faceOpposite i).points)).SOppSide (sx.points i)
(s.secondInter (sx.points i) (p -ᵥ sx.points i))If the point passed to secondInter is a vertex of a simplex, lying on the sphere, and all
vertices lie on or inside the sphere, and the vector passed to secondInter is given by a
subtraction involving that vertex and a point in the interior of the simplex, the given vertex
and the result of secondInter are on opposite sides of the face opposite that vertex.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites49
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finset.sumproof · cited by 5,195
- Set.rangestatement and proof · cited by 4,705
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univproof · cited by 3,473
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.