Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.signedInfDist

{V : Type u_1} →
  {P : Type u_2} →
    [inst : NormedAddCommGroup V] →
      [inst_1 : InnerProductSpace ℝ V] →
        [inst_2 : MetricSpace P] →
          [inst_3 : NormedAddTorsor V P] → {n : ℕ} → [NeZero n] → Affine.Simplex ℝ P n → Fin (n + 1) → P →ᴬ[ℝ] ℝ

The signed distance between the face of s excluding point i of that simplex and a point, in the direction of the reference point i. This is expected to be used when the point at which the distance is evaluated lies in the affine span of the simplex (any component of the distance orthogonal to that span is disregarded). In the case of a triangle, these distances are trilinear coordinates; in a tetrahedron, they are quadriplanar coordinates.

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

Around this declaration

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

Affine.Simplex.signedInfDist_affineCombination · cited by 4Simplex.signedInfDist_aff…Affine.Simplex.ExcenterExists.sign_touchpointWeights · cited by 4ExcenterExists.sign_touch…Affine.Simplex.abs_signedInfDist_eq_dist_of_mem_affineSpan_range · cited by 3Simplex.abs_signedInfDist…Affine.Simplex.ExcenterExists.signedInfDist_excenter · cited by 3ExcenterExists.signedInfD…Affine.Simplex.exists_forall_dist_eq_iff_exists_excenterExists_and_eq_excenter · cited by 2Simplex.exists_forall_dis…Affine.Simplex.exists_forall_signedInfDist_eq_iff_excenterExists_and_eq_excenter · cited by 2Simplex.exists_forall_sig…Affine.Simplex.ExcenterExists.sign_signedInfDist_excenter · cited by 2ExcenterExists.sign_signe…Affine.Simplex.ExcenterExists.sign_signedInfDist_lineMap_excenter_touchpoint · cited by 2ExcenterExists.sign_signe…Affine.Simplex.ExcenterExists.sign_signedInfDist_touchpoint · cited by 2ExcenterExists.sign_signe…Affine.Simplex.signedInfDist_apply_of_ne · cited by 1Simplex.signedInfDist_app…Affine.Simplex.signedInfDist_apply_self · cited by 1Simplex.signedInfDist_app…Affine.Simplex.ExcenterExists.signedInfDist_excenter_eq_mul_sum_inv · cited by 1ExcenterExists.signedInfD…Affine.Simplex.sign_signedInfDist_incenter · cited by 0Simplex.sign_signedInfDis…Affine.Simplex.sign_signedInfDist_lineMap_incenter_touchpoint · cited by 0Simplex.sign_signedInfDis…Affine.Simplex.sign_signedInfDist_touchpoint_empty · cited by 0Simplex.sign_signedInfDis…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupSet.image · cited by 5609Set.imageInnerProductSpace · cited by 3523InnerProductSpaceCompl.compl · cited by 2925Compl.complMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorAffine.Simplex · cited by 471Affine.SimplexaffineSpan · cited by 417affineSpanAffine.Simplex.points · cited by 391Simplex.pointsContinuousAffineMap · cited by 263ContinuousAffineMapAffineSubspace.signedInfDist · cited by 10AffineSubspace.signedInfD…Simplex.signedInfDistCITED BYCITES

Cites12

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

Cited by19

Results whose statement or proof uses this declaration.