Mathlib Map

Theorems · Theorem · geometry

Affine.Simplex.mongePointVSubFaceCentroidWeightsWithCircumcenter_eq_sub

∀ {n : ℕ} {i₁ i₂ : Fin (n + 3)},
  i₁ ≠ i₂ →
    Affine.Simplex.mongePointVSubFaceCentroidWeightsWithCircumcenter i₁ i₂ =
      Affine.Simplex.mongePointWeightsWithCircumcenter n - Affine.Simplex.centroidWeightsWithCircumcenter {i₁, i₂}ᶜ

mongePointVSubFaceCentroidWeightsWithCircumcenter is the result of subtracting centroidWeightsWithCircumcenter from mongePointWeightsWithCircumcenter.

Defined in
Mathlib.Geometry.Euclidean.MongePoint
Cited by
2 results in Mathlib
Foundations
Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites19

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

Cited by2

Results whose statement or proof uses this declaration.