Mathlib Map

Theorems · Definition · geometry

Affine.Simplex.excenterWeightsUnnorm

{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 unnormalized weights of the vertices in an affine combination that gives an excenter with signs determined by the given set of indices (for the empty set, this is the incenter; for a singleton set, this is the excenter opposite a vertex). An excenter with those signs exists if and only if the sum of these weights is nonzero (so the normalized weights sum to 1).

Defined in
Mathlib.Geometry.Euclidean.Incenter
Cited by
36 results in Mathlib
Foundations
Depth 184 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.ExcenterExists · cited by 53Simplex.ExcenterExistsAffine.Simplex.excenterWeights · cited by 32Simplex.excenterWeightsAffine.Simplex.exsphere · cited by 20Simplex.exsphereAffine.Simplex.ExcenterExists.dist_excenter · cited by 6ExcenterExists.dist_excen…Affine.Simplex.exsphere_reindex · cited by 5Simplex.exsphere_reindexAffine.Simplex.excenterWeightsUnnorm_map · cited by 4Simplex.excenterWeightsUn…Affine.Simplex.excenterWeights_empty_pos · cited by 4Simplex.excenterWeights_e…Affine.Simplex.ExcenterExists.excenter_map · cited by 3ExcenterExists.excenter_m…Affine.Simplex.ExcenterExists.signedInfDist_excenter · cited by 3ExcenterExists.signedInfD…Affine.Simplex.excenterExists_restrict · cited by 3Simplex.excenterExists_re…Affine.Simplex.excenterWeightsUnnorm_compl · cited by 3Simplex.excenterWeightsUn…Affine.Simplex.excenterWeightsUnnorm_empty_apply · cited by 3Simplex.excenterWeightsUn…Affine.Simplex.excenterWeightsUnnorm_reindex · cited by 3Simplex.excenterWeightsUn…Affine.Simplex.excenterWeightsUnnorm_restrict · cited by 3Simplex.excenterWeightsUn…Affine.Simplex.sign_excenterWeights_singleton_neg · cited by 3Simplex.sign_excenterWeig…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupFinset · cited by 13712FinsetInnerProductSpace · cited by 3523InnerProductSpaceMetricSpace · cited by 1684MetricSpaceNormedAddTorsor · cited by 1325NormedAddTorsorAffine.Simplex · cited by 471Affine.SimplexAffine.Simplex.height · cited by 28Simplex.heightSimplex.excenterWeightsUnnormCITED BYCITES

Cites8

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

Cited by39

Results whose statement or proof uses this declaration.