Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.orthogonalProjectionSpan

{𝕜 : Type u_1} →
  {V : Type u_2} →
    {P : Type u_3} →
      [inst : RCLike 𝕜] →
        [inst_1 : NormedAddCommGroup V] →
          [inst_2 : InnerProductSpace 𝕜 V] →
            [inst_3 : MetricSpace P] →
              [inst_4 : NormedAddTorsor V P] →
                {n : ℕ} → (s : Affine.Simplex 𝕜 P n) → P →ᴬ[𝕜] ↥(affineSpan 𝕜 (Set.range s.points))

The orthogonal projection of a point p onto the hyperplane spanned by the simplex's points.

Defined in
Mathlib.Geometry.Euclidean.Projection
Cited by
33 results in Mathlib
Foundations
Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupInnerProductSpaceMetricSpaceNormedAddTorsor

Around this declaration

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

Affine.Simplex.touchpoint · cited by 49Simplex.touchpointAffine.Simplex.altitudeFoot · cited by 23Simplex.altitudeFootAffine.Simplex.ExcenterExists.isTangentAt_touchpoint · cited by 5ExcenterExists.isTangentA…Affine.Simplex.ExcenterExists.sign_touchpointWeights · cited by 4ExcenterExists.sign_touch…Affine.Simplex.signedInfDist_affineCombination · cited by 4Simplex.signedInfDist_aff…Affine.Triangle.eq_excenter_of_two_zsmul_oangle_eq · cited by 3Triangle.eq_excenter_of_t…Affine.Simplex.abs_signedInfDist_eq_dist_of_mem_affineSpan_range · cited by 3Simplex.abs_signedInfDist…Affine.Simplex.orthogonalProjectionSpan_congr · cited by 3Simplex.orthogonalProject…Affine.Triangle.dist_orthogonalProjectionSpan_faceOpposite_eq_iff_two_zsmul_oangle_eq · cited by 2Triangle.dist_orthogonalP…Affine.Simplex.ExcenterExists.sign_signedInfDist_excenter · cited by 2ExcenterExists.sign_signe…Affine.Simplex.abs_inner_vsub_altitudeFoot_lt_mul · cited by 2Simplex.abs_inner_vsub_al…Affine.Simplex.ExcenterExists.touchpoint_map · cited by 2ExcenterExists.touchpoint…Affine.Simplex.altitudeFoot_map · cited by 2Simplex.altitudeFoot_mapAffine.Simplex.exists_forall_dist_eq_iff_exists_excenterExists_and_eq_excenter · cited by 2Simplex.exists_forall_dis…Affine.Simplex.orthogonalProjectionSpan_eq_point · cited by 2Simplex.orthogonalProject…NormedAddCommGroup · cited by 15752NormedAddCommGroupSubmodule · cited by 7192SubmoduleSet.range · cited by 4705Set.rangeInnerProductSpace · cited by 3523InnerProductSpaceRCLike · cited by 2829RCLikeMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorAffineSubspace · cited by 871AffineSubspaceAffine.Simplex · cited by 471Affine.SimplexaffineSpan · cited by 417affineSpanAffine.Simplex.points · cited by 391Simplex.pointsAffineSubspace.direction · cited by 339AffineSubspace.directionContinuousAffineMap · cited by 263ContinuousAffineMapEuclideanGeometry.orthogonalProjection · cited by 85EuclideanGeometry.orthogo…Simplex.orthogonalProjectionS…CITED BYCITES

Cites14

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

Cited by35

Results whose statement or proof uses this declaration.