Mathlib Map

Theorems · Definition · geometry

EuclideanGeometry.Sphere.orthRadius

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

The affine subspace orthogonal to the radius vector of the sphere s at the point p (if p lies in s, this is the tangent space; generally, this is the polar of the inversion of p in s).

Defined in
Mathlib.Geometry.Euclidean.Sphere.OrthRadius
Cited by
41 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.mem_orthRadius_iff_inner_left · cited by 7Sphere.mem_orthRadius_iff…EuclideanGeometry.Sphere.tangentSet · cited by 6Sphere.tangentSetEuclideanGeometry.Sphere.direction_orthRadius · cited by 5Sphere.direction_orthRadi…EuclideanGeometry.Sphere.orthRadius_center · cited by 4Sphere.orthRadius_centerEuclideanGeometry.Sphere.IsTangentAt.le_orthRadius · cited by 4IsTangentAt.le_orthRadiusEuclideanGeometry.Sphere.self_mem_orthRadius · cited by 4Sphere.self_mem_orthRadiusEuclideanGeometry.Sphere.inter_orthRadius_eq_singleton_of_dist_eq_radius · cited by 3Sphere.inter_orthRadius_e…EuclideanGeometry.Sphere.mem_inter_orthRadius_iff_radius_nonneg_and_vsub_mem_and_norm_sq · cited by 3Sphere.mem_inter_orthRadi…EuclideanGeometry.Sphere.IsTangentAt.casesOn · cited by 3IsTangentAt.casesOnEuclideanGeometry.Sphere.finrank_orthRadius · cited by 3Sphere.finrank_orthRadiusEuclideanGeometry.Sphere.inter_orthRadius_eq_empty_of_radius_lt_dist · cited by 2Sphere.inter_orthRadius_e…Affine.Simplex.ExcenterExists.affineSpan_faceOpposite_eq_orthRadius · cited by 2ExcenterExists.affineSpan…EuclideanGeometry.Sphere.mem_inter_orthRadius_iff_vsub_mem_and_norm_sq · cited by 2Sphere.mem_inter_orthRadi…EuclideanGeometry.Sphere.orthRadius_le_orthRadius_iff · cited by 2Sphere.orthRadius_le_orth…EuclideanGeometry.Sphere.vadd_mem_inter_orthRadius_iff_norm_sq · cited by 2Sphere.vadd_mem_inter_ort…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceMetricSpace · cited by 1684MetricSpaceSubmodule.span · cited by 1504Submodule.spanNormedAddTorsor · cited by 1325NormedAddTorsorAffineSubspace · cited by 871AffineSubspaceVSub.vsub · cited by 817VSub.vsubSubmodule.orthogonal · cited by 257Submodule.orthogonalEuclideanGeometry.Sphere · cited by 233EuclideanGeometry.SphereEuclideanGeometry.Sphere.center · cited by 181Sphere.centerAffineSubspace.mk' · cited by 33AffineSubspace.mk'Sphere.orthRadiusCITED BYCITES

Cites12

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

Cited by44

Results whose statement or proof uses this declaration.