Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.excenterWeights

{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 → Finset (Fin (n + 1)) → Fin (n + 1) → ℝ

The normalized weights of the vertices in an affine combination that gives an excenter with signs determined by the given set of indices. An excenter with those signs exists if and only if the sum of these weights is 1.

Defined in
Mathlib.Geometry.Euclidean.Incenter
Cited by
32 results in Mathlib
Foundations
Depth 185 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.exsphere · cited by 20Simplex.exsphereAffine.Simplex.ExcenterExists.sum_excenterWeights_eq_one · cited by 11ExcenterExists.sum_excent…Affine.Simplex.excenter_eq_affineCombination · cited by 7Simplex.excenter_eq_affin…Affine.Simplex.exsphere_reindex · cited by 5Simplex.exsphere_reindexAffine.Simplex.ExcenterExists.sign_touchpointWeights · cited by 4ExcenterExists.sign_touch…Affine.Simplex.excenterWeights_empty_pos · cited by 4Simplex.excenterWeights_e…Affine.Simplex.ExcenterExists.excenter_map · cited by 3ExcenterExists.excenter_m…Affine.Simplex.sign_excenterWeights_singleton_neg · cited by 3Simplex.sign_excenterWeig…Affine.Simplex.sign_excenterWeights_singleton_pos · cited by 3Simplex.sign_excenterWeig…Affine.Simplex.sum_excenterWeights_eq_one_iff · cited by 3Simplex.sum_excenterWeigh…Affine.Simplex.exsphere_compl · cited by 3Simplex.exsphere_complAffine.Simplex.ExcenterExists.sSameSide_excenter_point_iff · cited by 2ExcenterExists.sSameSide_…Affine.Simplex.ExcenterExists.sSameSide_point_excenter_iff · cited by 2ExcenterExists.sSameSide_…Affine.Simplex.ExcenterExists.sign_signedInfDist_excenter · cited by 2ExcenterExists.sign_signe…Affine.Simplex.sign_excenterWeights_empty · cited by 2Simplex.sign_excenterWeig…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupFinset · cited by 13712FinsetFinset.sum · cited by 5195Finset.sumInnerProductSpace · cited by 3523InnerProductSpaceFinset.univ · cited by 3473Finset.univMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorAffine.Simplex · cited by 471Affine.SimplexAffine.Simplex.excenterWeightsUnnorm · cited by 36Simplex.excenterWeightsUn…Simplex.excenterWeightsCITED BYCITES

Cites10

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

Cited by33

Results whose statement or proof uses this declaration.