Affine.Simplex.faceOppositeCentroid_eq_sum_vsub_vadd
∀ {k : Type u_1} {V : Type u_2} {P : Type u_3} [inst : DivisionRing k] [inst_1 : AddCommGroup V] [inst_2 : Module k V]
[inst_3 : AddTorsor V P] {n : ℕ} [inst_4 : NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)),
s.faceOppositeCentroid i = (↑n)⁻¹ • ∑ x, (s.points x -ᵥ s.points i) +ᵥ s.points iThe faceOppositeCentroid equals the average displacement from a vertex plus that vertex.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- Finset.sumstatement · cited by 5,195
- Finset.univstatement · cited by 3,473
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddTorsorstatement and proof · cited by 1,657
- DivisionRingstatement and proof · cited by 1,062
- CharZerostatement and proof · cited by 932
- VSub.vsubstatement · cited by 817
- Affine.Simplexstatement and proof · cited by 471
- Affine.Simplex.pointsstatement and proof · cited by 391
- vsub_vaddproof · cited by 62
Cited by2
Results whose statement or proof uses this declaration.
- Affine.Simplex.smul_faceOppositeCentroid_vsub_point_eq_sum_vsubproof · cited by 1
- Affine.Simplex.faceOppositeCentroid_vsub_faceOppositeCentroidproof · cited by 1