Affine.Simplex.point_vsub_centroid_eq_smul_vsub
- 1000+ list: Commandino's theorem
∀ {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.points i -ᵥ s.centroid = ↑n • (s.centroid -ᵥ s.faceOppositeCentroid i)Commandino's theorem : For n-simplex, the vector from a vertex to the centroid
equals n times the vector from the centroid to the corresponding faceOppositeCentroid.
- Cited by
- 4 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.
Cites27
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.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Nat.cast_zeroproof · cited by 1,870
- AddTorsorstatement and proof · cited by 1,657
- DivisionRingstatement and proof · cited by 1,062
- CharZerostatement and proof · cited by 932
- VSub.vsubstatement and proof · cited by 817
- Affine.Simplexstatement and proof · cited by 471
Cited by4
Results whose statement or proof uses this declaration.
- Affine.Simplex.centroid_vsub_point_eq_smul_vsubproof · cited by 5
- Affine.Simplex.dist_point_centroidproof · cited by 1
- Affine.Simplex.centroid_vsub_faceOppositeCentroid_eq_smul_vsubproof · cited by 0
- Affine.Simplex.collinear_point_centroid_faceOppositeCentroidproof · cited by 0