Mathlib Map

Theorems · Definition · geometry

EuclideanGeometry.Sphere.secondInter

{V : Type u_1} →
  {P : Type u_2} →
    [inst : NormedAddCommGroup V] →
      [InnerProductSpace ℝ V] →
        [inst_2 : MetricSpace P] → [NormedAddTorsor V P] → EuclideanGeometry.Sphere P → P → V → P

The second intersection of a sphere with a line through a point on that sphere; that point if it is the only point of intersection of the line with the sphere. The intended use of this definition is when p ∈ s; the definition does not use s.radius, so in general it returns the second intersection with the sphere through p and with center s.center.

Defined in
Mathlib.Geometry.Euclidean.Sphere.SecondInter
Cited by
18 results in Mathlib
Foundations
Depth 162 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceMetricSpaceNormedAddTorsor

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

EuclideanGeometry.Sphere.secondInter_mem · cited by 3Sphere.secondInter_memEuclideanGeometry.Sphere.secondInter_zero · cited by 3Sphere.secondInter_zeroEuclideanGeometry.Sphere.secondInter_smul · cited by 2Sphere.secondInter_smulEuclideanGeometry.Sphere.sOppSide_faceOpposite_secondInter_of_mem_interior_faceOpposite · cited by 1Sphere.sOppSide_faceOppos…EuclideanGeometry.Sphere.sbtw_secondInter · cited by 1Sphere.sbtw_secondInterEuclideanGeometry.Sphere.secondInter_collinear · cited by 1Sphere.secondInter_collin…EuclideanGeometry.Sphere.secondInter_dist · cited by 1Sphere.secondInter_distEuclideanGeometry.Sphere.secondInter_eq_self_iff · cited by 1Sphere.secondInter_eq_sel…EuclideanGeometry.Sphere.secondInter_vsub_mem_affineSpan · cited by 1Sphere.secondInter_vsub_m…EuclideanGeometry.Sphere.wbtw_secondInter · cited by 1Sphere.wbtw_secondInterEuclideanGeometry.Sphere.eq_or_eq_secondInter_of_mem_mk'_span_singleton_iff_mem · cited by 1Sphere.eq_or_eq_secondInt…EuclideanGeometry.Sphere.sOppSide_faceOpposite_secondInter_of_mem_interior · cited by 0Sphere.sOppSide_faceOppos…EuclideanGeometry.Sphere.secondInter_eq_lineMap · cited by 0Sphere.secondInter_eq_lin…EuclideanGeometry.Sphere.secondInter_map · cited by 0Sphere.secondInter_mapEuclideanGeometry.Sphere.secondInter_neg · cited by 0Sphere.secondInter_negReal · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceHVAdd.hVAdd · cited by 1820HVAdd.hVAddMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorInner.inner · cited by 1089Inner.innerVSub.vsub · cited by 817VSub.vsubEuclideanGeometry.Sphere · cited by 233EuclideanGeometry.SphereEuclideanGeometry.Sphere.center · cited by 181Sphere.centerSphere.secondInterCITED BYCITES

Cites10

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by18

Results whose statement or proof uses this declaration.