Loogle!
Result
Found 342 declarations mentioning Affine.Simplex.points. Of these, only the first 200 are shown.
- Affine.Simplex.points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (self : Affine.Simplex k P n) : Fin (n + 1) โ P - Affine.Simplex.mkOfPoint_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
(k : Type u_1) {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (p : P) (i : Fin 1) : (Affine.Simplex.mkOfPoint k p).points i = p - Affine.Simplex.independent ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (self : Affine.Simplex k P n) : AffineIndependent k self.points - Affine.Simplex.range_mkOfPoint_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
(k : Type u_1) {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (p : P) : Set.range (Affine.Simplex.mkOfPoint k p).points = {p} - Affine.Simplex.point_notMem_interior ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.points i โ s.interior - Affine.Simplex.ext ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} {s1 s2 : Affine.Simplex k P n} (h : โ (i : Fin (n + 1)), s1.points i = s2.points i) : s1 = s2 - Affine.Simplex.ext_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} {s1 s2 : Affine.Simplex k P n} : s1 = s2 โ โ (i : Fin (n + 1)), s1.points i = s2.points i - Affine.Simplex.point_mem_closedInterior ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] [ZeroLEOneClass k] {n : โ} (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.points i โ s.closedInterior - Affine.Simplex.closedInterior_subset_affineSpan ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} {s : Affine.Simplex k P n} : s.closedInterior โ โ(affineSpan k (Set.range s.points)) - Affine.Simplex.setInterior_subset_affineSpan ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {I : Set k} {n : โ} {s : Affine.Simplex k P n} : Affine.Simplex.setInterior I s โ โ(affineSpan k (Set.range s.points)) - Affine.Simplex.faceOpposite_point_eq_point_rev ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (s : Affine.Simplex k P 1) (i : Fin 2) (n : Fin 1) : (s.faceOpposite i).points n = s.points i.rev - Affine.Simplex.reindex_range_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {m n : โ} (s : Affine.Simplex k P m) (e : Fin (m + 1) โ Fin (n + 1)) : Set.range (s.reindex e).points = Set.range s.points - Affine.Simplex.closedInterior_eq_singleton ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] [ZeroLEOneClass k] (s : Affine.Simplex k P 0) : s.closedInterior = {s.points 0} - Affine.Simplex.face_eq_mkOfPoint ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.face โฏ = Affine.Simplex.mkOfPoint k (s.points i) - Affine.Simplex.point_mem_closedInterior_faceOpposite_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] [Nontrivial k] [ZeroLEOneClass k] {n : โ} [NeZero n] (s : Affine.Simplex k P n) {i j : Fin (n + 1)} : s.points j โ (s.faceOpposite i).closedInterior โ j โ i - Affine.Simplex.points_notMem_affineSpan_faceOpposite ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [Nontrivial k] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.points i โ affineSpan k (Set.range (s.faceOpposite i).points) - Affine.Simplex.faceOpposite_point_eq_point_succAbove ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) (j : Fin (n - 1 + 1)) : (s.faceOpposite i).points j = s.points (i.succAbove (Fin.cast โฏ j)) - Affine.Simplex.mem_affineSpan_image_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [Nontrivial k] {n : โ} (s : Affine.Simplex k P n) {fs : Set (Fin (n + 1))} {i : Fin (n + 1)} : s.points i โ affineSpan k (s.points '' fs) โ i โ fs - Affine.Simplex.affineSpan_faceOpposite_le ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : affineSpan k (Set.range (s.faceOpposite i).points) โค affineSpan k (Set.range s.points) - Affine.Simplex.range_face_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) : Set.range (s.face h).points = s.points '' โfs - Affine.Simplex.affineSpan_face_le ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) : affineSpan k (Set.range (s.face h).points) โค affineSpan k (Set.range s.points) - Affine.Simplex.points_mem_affineSpan_faceOpposite ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [Nontrivial k] {n : โ} [NeZero n] (s : Affine.Simplex k P n) {i j : Fin (n + 1)} : s.points j โ affineSpan k (Set.range (s.faceOpposite i).points) โ j โ i - Affine.Simplex.map_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {Vโ : Type u_3} {P : Type u_5} {Pโ : Type u_6} [Ring k] [AddCommGroup V] [AddCommGroup Vโ] [Module k V] [Module k Vโ] [AddTorsor V P] [AddTorsor Vโ Pโ] {n : โ} (s : Affine.Simplex k P n) (f : P โแต[k] Pโ) (hf : Function.Injective โf) : (s.map f hf).points = โf โ s.points - Affine.Simplex.faceOpposite_point_eq_point_one ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (s : Affine.Simplex k P 1) (n : Fin 1) : (s.faceOpposite 0).points n = s.points 1 - Affine.Simplex.faceOpposite_point_eq_point_zero ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (s : Affine.Simplex k P 1) (n : Fin 1) : (s.faceOpposite 1).points n = s.points 0 - Affine.Simplex.range_faceOpposite_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : Set.range (s.faceOpposite i).points = s.points '' {i}แถ - Affine.Simplex.point_mem_closedInterior_face_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] [Nontrivial k] [ZeroLEOneClass k] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) {j : Fin (n + 1)} : s.points j โ (s.face h).closedInterior โ j โ fs - Affine.Simplex.points_mem_affineSpan_face ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [Nontrivial k] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) {i : Fin (n + 1)} : s.points i โ affineSpan k (Set.range (s.face h).points) โ i โ fs - Affine.Simplex.reindex_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {m n : โ} (s : Affine.Simplex k P m) (e : Fin (m + 1) โ Fin (n + 1)) (aโ : Fin (n + 1)) : (s.reindex e).points aโ = (s.points โ โe.symm) aโ - Affine.Simplex.range_faceOpposite_reindex ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {m n : โ} [NeZero m] [NeZero n] (s : Affine.Simplex k P m) (e : Fin (m + 1) โ Fin (n + 1)) (i : Fin (n + 1)) : Set.range ((s.reindex e).faceOpposite i).points = Set.range (s.faceOpposite (e.symm i)).points - Affine.Simplex.face_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) (i : Fin (m + 1)) : (s.face h).points i = s.points ((fs.orderEmbOfFin h) i) - Affine.Simplex.affineCombination_mem_setInterior_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {I : Set k} {n : โ} {s : Affine.Simplex k P n} {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ Affine.Simplex.setInterior I s โ โ (i : Fin (n + 1)), w i โ I - Affine.Simplex.range_face_reindex ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {m n : โ} (s : Affine.Simplex k P m) (e : Fin (m + 1) โ Fin (n + 1)) {fs : Finset (Fin (n + 1))} {n' : โ} (h : fs.card = n' + 1) : Set.range ((s.reindex e).face h).points = Set.range (s.face โฏ).points - Affine.Simplex.face_points' ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) : (s.face h).points = s.points โ โ(fs.orderEmbOfFin h) - Affine.Simplex.affineCombination_mem_closedInterior_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} {s : Affine.Simplex k P n} {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ s.closedInterior โ โ (i : Fin (n + 1)), w i โ Set.Icc 0 1 - Affine.Simplex.affineCombination_mem_interior_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} {s : Affine.Simplex k P n} {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ s.interior โ โ (i : Fin (n + 1)), w i โ Set.Ioo 0 1 - Affine.Simplex.affineCombination_mem_affineSpan_faceOpposite_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex k P n} {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) {i : Fin (n + 1)} : (Finset.affineCombination k Finset.univ s.points) w โ affineSpan k (Set.range (s.faceOpposite i).points) โ w i = 0 - Affine.Simplex.affineCombination_mem_setInterior_face_iff_mem ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (I : Set k) {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ Affine.Simplex.setInterior I (s.face h) โ (โ i โ fs, w i โ I) โง โ i โ fs, w i = 0 - Affine.Simplex.affineCombination_mem_closedInterior_face_iff_nonneg ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] [IsOrderedAddMonoid k] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ (s.face h).closedInterior โ (โ i โ fs, 0 โค w i) โง โ i โ fs, w i = 0 - Affine.Simplex.affineCombination_mem_closedInterior_face_iff_mem_Icc ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ (s.face h).closedInterior โ (โ i โ fs, w i โ Set.Icc 0 1) โง โ i โ fs, w i = 0 - Affine.Simplex.affineCombination_mem_interior_face_iff_mem_Ioo ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ (s.face h).interior โ (โ i โ fs, w i โ Set.Ioo 0 1) โง โ i โ fs, w i = 0 - Affine.Simplex.affineCombination_mem_interior_face_iff_pos ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] [IsOrderedAddMonoid k] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} [NeZero m] (h : fs.card = m + 1) {w : Fin (n + 1) โ k} (hw : โ i, w i = 1) : (Finset.affineCombination k Finset.univ s.points) w โ (s.face h).interior โ (โ i โ fs, 0 < w i) โง โ i โ fs, w i = 0 - Affine.Simplex.restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) (S : AffineSubspace k P) (hS : affineSpan k (Set.range s.points) โค S) : Affine.Simplex k (โฅS) n - Affine.Simplex.restrict_points_coe ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) (S : AffineSubspace k P) (hS : affineSpan k (Set.range s.points) โค S) (i : Fin (n + 1)) : โ((s.restrict S hS).points i) = s.points i - Affine.Simplex.face_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) {S : AffineSubspace k P} (hS : affineSpan k (Set.range s.points) โค S) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) : (s.restrict S hS).face h = (s.face h).restrict S โฏ - Affine.Simplex.faceOpposite_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) {S : AffineSubspace k P} (hS : affineSpan k (Set.range s.points) โค S) (i : Fin (n + 1)) : (s.restrict S hS).faceOpposite i = (s.faceOpposite i).restrict S โฏ - Affine.Simplex.restrict_reindex ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {m n : โ} (s : Affine.Simplex k P n) (e : Fin (n + 1) โ Fin (m + 1)) {S : AffineSubspace k P} (hS : affineSpan k (Set.range s.points) โค S) : (s.reindex e).restrict S โฏ = (s.restrict S hS).reindex e - Affine.Simplex.restrict_map_subtype ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) : (s.restrict (affineSpan k (Set.range s.points)) โฏ).map (affineSpan k (Set.range s.points)).subtype โฏ = s - Affine.Simplex.closedInterior_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} (s : Affine.Simplex k P n) {S : AffineSubspace k P} (hS : affineSpan k (Set.range s.points) โค S) : (s.restrict S hS).closedInterior = โS.subtype โปยน' s.closedInterior - Affine.Simplex.interior_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [PartialOrder k] {n : โ} (s : Affine.Simplex k P n) {S : AffineSubspace k P} (hS : affineSpan k (Set.range s.points) โค S) : (s.restrict S hS).interior = โS.subtype โปยน' s.interior - Affine.Simplex.setInterior_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (I : Set k) {n : โ} (s : Affine.Simplex k P n) {S : AffineSubspace k P} (hS : affineSpan k (Set.range s.points) โค S) : Affine.Simplex.setInterior I (s.restrict S hS) = โS.subtype โปยน' Affine.Simplex.setInterior I s - Affine.Simplex.restrict_map_inclusion ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) (Sโ Sโ : AffineSubspace k P) (hSโ : affineSpan k (Set.range s.points) โค Sโ) (hSโ : Sโ โค Sโ) : (s.restrict Sโ hSโ).map (AffineSubspace.inclusion hSโ) โฏ = s.restrict Sโ โฏ - Affine.Simplex.map_subtype_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_5} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (S : AffineSubspace k P) [Nonempty โฅS] (s : Affine.Simplex k (โฅS) n) : (s.map S.subtype โฏ).restrict S โฏ = s - Affine.Simplex.restrict_map_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Basic
{k : Type u_1} {V : Type u_2} {Vโ : Type u_3} {P : Type u_5} {Pโ : Type u_6} [Ring k] [AddCommGroup V] [AddCommGroup Vโ] [Module k V] [Module k Vโ] [AddTorsor V P] [AddTorsor Vโ Pโ] {n : โ} (s : Affine.Simplex k P n) (f : P โแต[k] Pโ) (hf : Function.Injective โf) (Sโ : AffineSubspace k P) (Sโ : AffineSubspace k Pโ) (hSโ : affineSpan k (Set.range s.points) โค Sโ) (hfS : AffineSubspace.map f Sโ โค Sโ) : (s.restrict Sโ hSโ).map (f.restrict hfS) โฏ = (s.map f hf).restrict Sโ โฏ - Affine.Simplex.convexHull_eq_closedInterior ๐ Mathlib.Analysis.Convex.Combination
{๐ : Type u_1} {V : Type u_2} [Field ๐] [LinearOrder ๐] [IsOrderedRing ๐] [AddCommGroup V] [Module ๐ V] {n : โ} (s : Affine.Simplex ๐ V n) : (convexHull ๐) (Set.range s.points) = s.closedInterior - Affine.Simplex.medial_points ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.medial.points i = s.faceOppositeCentroid i - Affine.Simplex.univ_centroid_eq ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) : Finset.centroid k Finset.univ s.points = s.centroid - Affine.Simplex.point_mem_median ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.points i โ s.median i - Affine.Simplex.centroid_mem_affineSpan ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] [CharZero k] {n : โ} (s : Affine.Simplex k P n) : s.centroid โ affineSpan k (Set.range s.points) - Affine.Simplex.median_eq_line_point_centroid ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.median i = line[k, s.points i, s.centroid] - Affine.Simplex.affineSpan_range_medial ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) : affineSpan k (Set.range s.medial.points) = affineSpan k (Set.range s.points) - Affine.Simplex.affineIndependent_points_update_centroid ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : AffineIndependent k (Function.update s.points i s.centroid) - Affine.Simplex.centroid_weighted_vsub_eq_zero ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] (s : Affine.Simplex k P n) : โ i, (s.points i -แตฅ s.centroid) = 0 - Affine.Simplex.eq_centroid_iff_sum_vsub_eq_zero ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] {s : Affine.Simplex k P n} {p : P} : p = s.centroid โ โ i, (s.points i -แตฅ p) = 0 - Affine.Simplex.centroid_notMem_affineSpan_of_ne_univ ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] (s : Affine.Simplex k P n) {t : Set (Fin (n + 1))} (ht : t โ Set.univ) : s.centroid โ affineSpan k (s.points '' t) - Affine.Simplex.faceOppositeCentroid_mem_affineSpan_face ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.faceOppositeCentroid i โ affineSpan k (Set.range (s.faceOpposite i).points) - Affine.Simplex.face_centroid_eq_centroid ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) {fs : Finset (Fin (n + 1))} {m : โ} (h : fs.card = m + 1) : Finset.centroid k Finset.univ (s.face h).points = Finset.centroid k fs s.points - Affine.Simplex.centroid_vsub_point_eq_smul_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.centroid -แตฅ s.points i = โn โข (s.faceOppositeCentroid i -แตฅ s.centroid) - Affine.Simplex.point_vsub_centroid_eq_smul_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [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) - Affine.Simplex.centroid_vsub_faceOppositeCentroid_eq_smul_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.centroid -แตฅ s.faceOppositeCentroid i = (โn)โปยน โข (s.points i -แตฅ s.centroid) - Affine.Simplex.faceOppositeCentroid_vsub_centroid_eq_smul_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.faceOppositeCentroid i -แตฅ s.centroid = (โn)โปยน โข (s.centroid -แตฅ s.points i) - Affine.Simplex.centroid_eq_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] [CharZero k] {n : โ} (s : Affine.Simplex k P n) {fsโ fsโ : Finset (Fin (n + 1))} {mโ mโ : โ} (hโ : fsโ.card = mโ + 1) (hโ : fsโ.card = mโ + 1) : Finset.centroid k fsโ s.points = Finset.centroid k fsโ s.points โ fsโ = fsโ - Affine.Simplex.centroid_eq_of_range_eq ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} {sโ sโ : Affine.Simplex k P n} (h : Set.range sโ.points = Set.range sโ.points) : Finset.centroid k Finset.univ sโ.points = Finset.centroid k Finset.univ sโ.points - Affine.Simplex.centroid_eq_smul_vsub_vadd_point ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.centroid = โn โข (s.faceOppositeCentroid i -แตฅ s.centroid) +แตฅ s.points i - Affine.Simplex.faceOppositeCentroid_vsub_point_eq_smul_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.faceOppositeCentroid i -แตฅ s.points i = (โn + 1) โข (s.faceOppositeCentroid i -แตฅ s.centroid) - Affine.Simplex.point_vsub_faceOppositeCentroid_eq_smul_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.points i -แตฅ s.faceOppositeCentroid i = (โn + 1) โข (s.centroid -แตฅ s.faceOppositeCentroid i) - Affine.Simplex.faceOppositeCentroid_vsub_faceOppositeCentroid ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i j : Fin (n + 1)) : s.faceOppositeCentroid i -แตฅ s.faceOppositeCentroid j = (โn)โปยน โข (s.points j -แตฅ s.points i) - Affine.Simplex.faceOppositeCentroid_eq_smul_vsub_vadd_point ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.faceOppositeCentroid i = (โn)โปยน โข (s.centroid -แตฅ s.points i) +แตฅ s.centroid - Affine.Simplex.centroid_vsub_eq ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] (s : Affine.Simplex k P n) (p : P) : s.centroid -แตฅ p = (โn + 1)โปยน โข โ x, (s.points x -แตฅ p) - Affine.Simplex.smul_faceOppositeCentroid_vsub_point_eq_sum_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : โn โข (s.faceOppositeCentroid i -แตฅ s.points i) = โ x, (s.points x -แตฅ s.points i) - Affine.Simplex.faceOppositeCentroid_vsub_point_eq_smul_sum_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.faceOppositeCentroid i -แตฅ s.points i = (โn)โปยน โข โ x, (s.points x -แตฅ s.points i) - Affine.Simplex.point_vsub_faceOppositeCentroid_eq_smul_sum_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.points i -แตฅ s.faceOppositeCentroid i = (โn)โปยน โข โ x, (s.points i -แตฅ s.points x) - Affine.Simplex.smul_centroid_vsub_point_eq_sum_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : (โn + 1) โข (s.centroid -แตฅ s.points i) = โ x, (s.points x -แตฅ s.points i) - Affine.Simplex.face_centroid_eq_iff ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] [CharZero k] {n : โ} (s : Affine.Simplex k P n) {fsโ fsโ : Finset (Fin (n + 1))} {mโ mโ : โ} (hโ : fsโ.card = mโ + 1) (hโ : fsโ.card = mโ + 1) : Finset.centroid k Finset.univ (s.face hโ).points = Finset.centroid k Finset.univ (s.face hโ).points โ fsโ = fsโ - Affine.Simplex.smul_centroid_vsub_point_eq_smul_faceOppositeCentroid_vsub_point ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : (โn + 1) โข (s.centroid -แตฅ s.points i) = โn โข (s.faceOppositeCentroid i -แตฅ s.points i) - Affine.Simplex.faceOppositeCentroid_eq_sum_vsub_vadd ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [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 i - Affine.Simplex.centroid_eq_smul_sum_vsub_vadd ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.centroid = (โn + 1)โปยน โข โ x, (s.points x -แตฅ s.points i) +แตฅ s.points i - Affine.Simplex.centroid_eq_affineCombination ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} (s : Affine.Simplex k P n) : s.centroid = (Finset.affineCombination k Finset.univ s.points) (Finset.centroidWeights k Finset.univ) - Affine.Simplex.faceOppositeCentroid_eq_affineCombination ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : s.faceOppositeCentroid i = (Finset.affineCombination k {i}แถ s.points) fun x => (โn)โปยน - Affine.Simplex.centroid_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] [CharZero k] {n : โ} (s : Affine.Simplex k P n) (S : AffineSubspace k P) (hS : affineSpan k (Set.range s.points) โค S) : โ(s.restrict S hS).centroid = s.centroid - Affine.Simplex.faceOppositeCentroid_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (S : AffineSubspace k P) (hS : affineSpan k (Set.range s.points) โค S) {i : Fin (n + 1)} : โ((s.restrict S hS).faceOppositeCentroid i) = s.faceOppositeCentroid i - Affine.Simplex.medial_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (S : AffineSubspace k P) (hS : affineSpan k (Set.range s.points) โค S) : (s.restrict S hS).medial = s.medial.restrict S โฏ - Affine.Simplex.median_restrict ๐ Mathlib.LinearAlgebra.AffineSpace.Simplex.Centroid
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] [CharZero k] (s : Affine.Simplex k P n) (i : Fin (n + 1)) (S : AffineSubspace k P) (hS : affineSpan k (Set.range s.points) โค S) : AffineSubspace.map S.subtype ((s.restrict S hS).median i) = s.median i - Affine.Simplex.collinear_point_centroid_faceOppositeCentroid ๐ Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional
(k : Type u_1) {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] [CharZero k] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) : Collinear k {s.points i, s.centroid, s.faceOppositeCentroid i} - Affine.Simplex.fact_finrank_direction_affineSpan_eq ๐ Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional
{k : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} {s : Affine.Simplex k P n} : Fact (Module.finrank k โฅ(affineSpan k (Set.range s.points)).direction = n) - Affine.Simplex.span_eq_top ๐ Mathlib.LinearAlgebra.AffineSpace.FiniteDimensional
{k : Type u_1} {V : Type u_2} [DivisionRing k] [AddCommGroup V] [Module k V] [FiniteDimensional k V] {n : โ} (T : Affine.Simplex k V n) (hrank : Module.finrank k V = n) : affineSpan k (Set.range T.points) = โค - Affine.Simplex.closedInterior_eq_affineSegment ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] (s : Affine.Simplex R P 1) : s.closedInterior = affineSegment R (s.points 0) (s.points 1) - Affine.Simplex.mem_closedInterior_iff_wbtw ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] {s : Affine.Simplex R P 1} {p : P} : p โ s.closedInterior โ Wbtw R (s.points 0) p (s.points 1) - Affine.Simplex.mem_interior_iff_sbtw ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] [IsDomain R] [Module.IsTorsionFree R V] {s : Affine.Simplex R P 1} {p : P} : p โ s.interior โ Sbtw R (s.points 0) p (s.points 1) - Affine.Simplex.closedInterior_face_eq_affineSegment ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] {n : โ} (s : Affine.Simplex R P n) {i j : Fin (n + 1)} (h : i โ j) : (s.face โฏ).closedInterior = affineSegment R (s.points i) (s.points j) - Affine.Simplex.mem_closedInterior_face_iff_wbtw ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] {n : โ} (s : Affine.Simplex R P n) {p : P} {i j : Fin (n + 1)} (h : i โ j) : p โ (s.face โฏ).closedInterior โ Wbtw R (s.points i) p (s.points j) - Affine.Simplex.interior_eq_image_Ioo ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] (s : Affine.Simplex R P 1) : s.interior = โ(AffineMap.lineMap (s.points 0) (s.points 1)) '' Set.Ioo 0 1 - Affine.Simplex.mem_interior_face_iff_sbtw ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] [IsDomain R] [Module.IsTorsionFree R V] {n : โ} (s : Affine.Simplex R P n) {p : P} {i j : Fin (n + 1)} (h : i โ j) : p โ (s.face โฏ).interior โ Sbtw R (s.points i) p (s.points j) - sbtw_of_sbtw_of_sbtw_of_mem_affineSpan_pair ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] [Module.IsTorsionFree R V] {t : Affine.Triangle R P} {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) {pโ pโ p : P} (hโ : Sbtw R (t.points iโ) pโ (t.points iโ)) (hโ : Sbtw R (t.points iโ) pโ (t.points iโ)) (hโ' : p โ line[R, t.points iโ, pโ]) (hโ' : p โ line[R, t.points iโ, pโ]) : Sbtw R (t.points iโ) p pโ - Affine.Simplex.sOppSide_affineSpan_faceOpposite_point_left_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).SOppSide (s.points i) ((Finset.affineCombination R Finset.univ s.points) w) โ w i < 0 - Affine.Simplex.sOppSide_affineSpan_faceOpposite_point_right_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).SOppSide ((Finset.affineCombination R Finset.univ s.points) w) (s.points i) โ w i < 0 - Affine.Simplex.sSameSide_affineSpan_faceOpposite_point_left_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).SSameSide (s.points i) ((Finset.affineCombination R Finset.univ s.points) w) โ 0 < w i - Affine.Simplex.sSameSide_affineSpan_faceOpposite_point_right_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).SSameSide ((Finset.affineCombination R Finset.univ s.points) w) (s.points i) โ 0 < w i - Affine.Simplex.wOppSide_affineSpan_faceOpposite_point_left_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).WOppSide (s.points i) ((Finset.affineCombination R Finset.univ s.points) w) โ w i โค 0 - Affine.Simplex.wOppSide_affineSpan_faceOpposite_point_right_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).WOppSide ((Finset.affineCombination R Finset.univ s.points) w) (s.points i) โ w i โค 0 - Affine.Simplex.wSameSide_affineSpan_faceOpposite_point_left_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).WSameSide (s.points i) ((Finset.affineCombination R Finset.univ s.points) w) โ 0 โค w i - Affine.Simplex.wSameSide_affineSpan_faceOpposite_point_right_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {w : Fin (n + 1) โ R} (hw : โ j, w j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).WSameSide ((Finset.affineCombination R Finset.univ s.points) w) (s.points i) โ 0 โค w i - Affine.Simplex.sOppSide_affineSpan_faceOpposite_of_pos_of_neg ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {wโ wโ : Fin (n + 1) โ R} (hwโ : โ j, wโ j = 1) (hwโ : โ j, wโ j = 1) {i : Fin (n + 1)} (hsโ : 0 < wโ i) (hsโ : wโ i < 0) : (affineSpan R (Set.range (s.faceOpposite i).points)).SOppSide ((Finset.affineCombination R Finset.univ s.points) wโ) ((Finset.affineCombination R Finset.univ s.points) wโ) - Affine.Simplex.sSameSide_affineSpan_faceOpposite_of_sign_eq ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {wโ wโ : Fin (n + 1) โ R} (hwโ : โ j, wโ j = 1) (hwโ : โ j, wโ j = 1) {i : Fin (n + 1)} (hs : SignType.sign (wโ i) = SignType.sign (wโ i)) (h0 : wโ i โ 0) : (affineSpan R (Set.range (s.faceOpposite i).points)).SSameSide ((Finset.affineCombination R Finset.univ s.points) wโ) ((Finset.affineCombination R Finset.univ s.points) wโ) - Affine.Simplex.sSameSide_affineSpan_faceOpposite_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {wโ wโ : Fin (n + 1) โ R} (hwโ : โ j, wโ j = 1) (hwโ : โ j, wโ j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).SSameSide ((Finset.affineCombination R Finset.univ s.points) wโ) ((Finset.affineCombination R Finset.univ s.points) wโ) โ SignType.sign (wโ i) = SignType.sign (wโ i) โง wโ i โ 0 - Affine.Simplex.sOppSide_affineSpan_faceOpposite_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {wโ wโ : Fin (n + 1) โ R} (hwโ : โ j, wโ j = 1) (hwโ : โ j, wโ j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).SOppSide ((Finset.affineCombination R Finset.univ s.points) wโ) ((Finset.affineCombination R Finset.univ s.points) wโ) โ SignType.sign (wโ i) = -SignType.sign (wโ i) โง wโ i โ 0 - Affine.Simplex.wSameSide_affineSpan_faceOpposite_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {wโ wโ : Fin (n + 1) โ R} (hwโ : โ j, wโ j = 1) (hwโ : โ j, wโ j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).WSameSide ((Finset.affineCombination R Finset.univ s.points) wโ) ((Finset.affineCombination R Finset.univ s.points) wโ) โ SignType.sign (wโ i) = SignType.sign (wโ i) โจ wโ i = 0 โจ wโ i = 0 - Affine.Simplex.wOppSide_affineSpan_faceOpposite_iff ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex R P n) {wโ wโ : Fin (n + 1) โ R} (hwโ : โ j, wโ j = 1) (hwโ : โ j, wโ j = 1) {i : Fin (n + 1)} : (affineSpan R (Set.range (s.faceOpposite i).points)).WOppSide ((Finset.affineCombination R Finset.univ s.points) wโ) ((Finset.affineCombination R Finset.univ s.points) wโ) โ SignType.sign (wโ i) = -SignType.sign (wโ i) โจ wโ i = 0 โจ wโ i = 0 - Affine.Simplex.dist_lt_of_mem_interior_of_strictConvexSpace ๐ Mathlib.Analysis.Convex.StrictCombination
{V : Type u_2} {P : Type u_3} [NormedAddCommGroup V] [NormedSpace โ V] [StrictConvexSpace โ V] [PseudoMetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) {r : โ} {pโ p : P} (hp : p โ s.interior) (hr : โ (i : Fin (n + 1)), dist (s.points i) pโ โค r) : dist p pโ < r - Affine.Simplex.dist_lt_of_mem_closedInterior_of_strictConvexSpace ๐ Mathlib.Analysis.Convex.StrictCombination
{V : Type u_2} {P : Type u_3} [NormedAddCommGroup V] [NormedSpace โ V] [StrictConvexSpace โ V] [PseudoMetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) {r : โ} {pโ p : P} (hp : p โ s.closedInterior) (hp' : โ (i : Fin (n + 1)), p โ s.points i) (hr : โ (i : Fin (n + 1)), dist (s.points i) pโ โค r) : dist p pโ < r - Affine.Triangle.prod_eq_prod_one_sub_of_mem_line_point_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Ceva
{k : Type u_1} {V : Type u_2} {P : Type u_3} [CommRing k] [NoZeroDivisors k] [AddCommGroup V] [Module k V] [AddTorsor V P] {t : Affine.Triangle k P} {r : Fin 3 โ k} {p' : P} (hp' : โ (i : Fin 3), p' โ line[k, t.points i, (AffineMap.lineMap (t.points (i + 1)) (t.points (i + 2))) (r i)]) : โ i, r i = โ i, (1 - r i) - Affine.Triangle.prod_div_one_sub_eq_one_of_mem_line_point_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Ceva
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Field k] [AddCommGroup V] [Module k V] [AddTorsor V P] {t : Affine.Triangle k P} {r : Fin 3 โ k} (hr0 : โ (i : Fin 3), r i โ 0) {p' : P} (hp' : โ (i : Fin 3), p' โ line[k, t.points i, (AffineMap.lineMap (t.points (i + 1)) (t.points (i + 2))) (r i)]) : โ i, r i / (1 - r i) = 1 - Affine.Triangle.prod_dist_eq_prod_dist_of_mem_line_of_mem_line ๐ Mathlib.Analysis.Normed.Affine.Ceva
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [NormedField ๐] [NormedSpace ๐ V] [PseudoMetricSpace P] [NormedAddTorsor V P] {t : Affine.Triangle ๐ P} {p : Fin 3 โ P} {p' : P} (hp : โ (i : Fin 3), p i โ line[๐, t.points (i + 1), t.points (i + 2)]) (hp' : โ (i : Fin 3), p' โ line[๐, t.points i, p i]) : โ i, dist (t.points (i + 1)) (p i) = โ i, dist (p i) (t.points (i + 2)) - Affine.Triangle.prod_dist_div_dist_eq_one_of_mem_line_of_mem_line ๐ Mathlib.Analysis.Normed.Affine.Ceva
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [SeminormedAddCommGroup V] [NormedField ๐] [NormedSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {t : Affine.Triangle ๐ P} {p : Fin 3 โ P} {p' : P} (hp0 : โ (i : Fin 3), p i โ t.points (i + 2)) (hp : โ (i : Fin 3), p i โ line[๐, t.points (i + 1), t.points (i + 2)]) (hp' : โ (i : Fin 3), p' โ line[๐, t.points i, p i]) : โ i, dist (t.points (i + 1)) (p i) / dist (p i) (t.points (i + 2)) = 1 - Affine.Simplex.Equilateral.dist_eq ๐ Mathlib.Analysis.Normed.Affine.Simplex
{R : Type u_1} {V : Type u_2} {P : Type u_3} [Ring R] [SeminormedAddCommGroup V] [PseudoMetricSpace P] [Module R V] [NormedAddTorsor V P] {n : โ} {s : Affine.Simplex R P n} (he : s.Equilateral) {iโ iโ iโ iโ : Fin (n + 1)} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : dist (s.points iโ) (s.points iโ) = dist (s.points iโ) (s.points iโ) - Affine.Simplex.Scalene.dist_ne ๐ Mathlib.Analysis.Normed.Affine.Simplex
{R : Type u_1} {V : Type u_2} {P : Type u_3} [Ring R] [SeminormedAddCommGroup V] [PseudoMetricSpace P] [Module R V] [NormedAddTorsor V P] {n : โ} {s : Affine.Simplex R P n} (hs : s.Scalene) {iโ iโ iโ iโ : Fin (n + 1)} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโโโ : ยฌ(iโ = iโ โง iโ = iโ)) (hโโโโ : ยฌ(iโ = iโ โง iโ = iโ)) : dist (s.points iโ) (s.points iโ) โ dist (s.points iโ) (s.points iโ) - Affine.Triangle.equilateral_iff_dist_eq_and_dist_eq ๐ Mathlib.Analysis.Normed.Affine.Simplex
{R : Type u_1} {V : Type u_2} {P : Type u_3} [Ring R] [SeminormedAddCommGroup V] [PseudoMetricSpace P] [Module R V] [NormedAddTorsor V P] {t : Affine.Triangle R P} {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : Affine.Simplex.Equilateral t โ dist (t.points iโ) (t.points iโ) = dist (t.points iโ) (t.points iโ) โง dist (t.points iโ) (t.points iโ) = dist (t.points iโ) (t.points iโ) - Affine.Triangle.equilateral_iff_dist_01_eq_02_and_dist_01_eq_12 ๐ Mathlib.Analysis.Normed.Affine.Simplex
{R : Type u_1} {V : Type u_2} {P : Type u_3} [Ring R] [SeminormedAddCommGroup V] [PseudoMetricSpace P] [Module R V] [NormedAddTorsor V P] {t : Affine.Triangle R P} : Affine.Simplex.Equilateral t โ dist (t.points 0) (t.points 1) = dist (t.points 0) (t.points 2) โง dist (t.points 0) (t.points 1) = dist (t.points 1) (t.points 2) - Affine.Triangle.scalene_iff_dist_ne_and_dist_ne_and_dist_ne ๐ Mathlib.Analysis.Normed.Affine.Simplex
{R : Type u_1} {V : Type u_2} {P : Type u_3} [Ring R] [SeminormedAddCommGroup V] [PseudoMetricSpace P] [Module R V] [NormedAddTorsor V P] {t : Affine.Triangle R P} : Affine.Simplex.Scalene t โ dist (t.points 0) (t.points 1) โ dist (t.points 0) (t.points 2) โง dist (t.points 0) (t.points 1) โ dist (t.points 1) (t.points 2) โง dist (t.points 0) (t.points 2) โ dist (t.points 1) (t.points 2) - Affine.Simplex.orthogonalProjectionSpan ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex ๐ P n) : P โแดฌ[๐] โฅ(affineSpan ๐ (Set.range s.points)) - Affine.Simplex.orthogonalProjectionSpan_eq_point ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] (s : Affine.Simplex ๐ P 0) (p : P) : โ(s.orthogonalProjectionSpan p) = s.points 0 - Affine.Simplex.orthogonalProjectionSpan_faceOpposite_eq_point_rev ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] (s : Affine.Simplex ๐ P 1) (i : Fin 2) (p : P) : โ((s.faceOpposite i).orthogonalProjectionSpan p) = s.points i.rev - Affine.Simplex.orthogonalProjectionSpan_congr ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {m n : โ} {sโ : Affine.Simplex ๐ P m} {sโ : Affine.Simplex ๐ P n} {pโ pโ : P} (h : Set.range sโ.points = Set.range sโ.points) (hp : pโ = pโ) : โ(sโ.orthogonalProjectionSpan pโ) = โ(sโ.orthogonalProjectionSpan pโ) - Affine.Simplex.coe_orthogonalProjection_vadd_smul_vsub_orthogonalProjection ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} {rโ : ๐} (s : Affine.Simplex ๐ P n) {p pโo : P} (hpโo : pโo โ affineSpan ๐ (Set.range s.points)) : โ(s.orthogonalProjectionSpan (rโ โข (p -แตฅ โ(s.orthogonalProjectionSpan p)) +แตฅ pโo)) = pโo - Affine.Simplex.orthogonalProjection_vadd_smul_vsub_orthogonalProjection ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex ๐ P n) {pโ : P} (pโ : P) (r : ๐) (hp : pโ โ affineSpan ๐ (Set.range s.points)) : s.orthogonalProjectionSpan (r โข (pโ -แตฅ โ(s.orthogonalProjectionSpan pโ)) +แตฅ pโ) = โจpโ, hpโฉ - Affine.Simplex.orthogonalProjectionSpan_reindex ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {m n : โ} (s : Affine.Simplex ๐ P m) (e : Fin (m + 1) โ Fin (n + 1)) (p : P) : โ((s.reindex e).orthogonalProjectionSpan p) = โ(s.orthogonalProjectionSpan p) - Affine.Simplex.orthogonalProjectionSpan_map ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] {Vโ : Type u_4} {Pโ : Type u_5} [NormedAddCommGroup Vโ] [InnerProductSpace ๐ Vโ] [MetricSpace P] [NormedAddTorsor V P] [MetricSpace Pโ] [NormedAddTorsor Vโ Pโ] {n : โ} (s : Affine.Simplex ๐ P n) (f : P โแตโฑ[๐] Pโ) (p : P) : โ((s.map f.toAffineMap โฏ).orthogonalProjectionSpan (f p)) = f โ(s.orthogonalProjectionSpan p) - Affine.Simplex.dist_sq_eq_dist_orthogonalProjection_sq_add_dist_orthogonalProjection_sq ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex ๐ P n) {pโ : P} (pโ : P) (hpโ : pโ โ affineSpan ๐ (Set.range s.points)) : dist pโ pโ * dist pโ pโ = dist pโ โ(s.orthogonalProjectionSpan pโ) * dist pโ โ(s.orthogonalProjectionSpan pโ) + dist pโ โ(s.orthogonalProjectionSpan pโ) * dist pโ โ(s.orthogonalProjectionSpan pโ) - Affine.Simplex.orthogonalProjectionSpan_restrict ๐ Mathlib.Geometry.Euclidean.Projection
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [RCLike ๐] [NormedAddCommGroup V] [InnerProductSpace ๐ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex ๐ P n) (S : AffineSubspace ๐ P) (hS : affineSpan ๐ (Set.range s.points) โค S) (p : โฅS) : โโ((s.restrict S hS).orthogonalProjectionSpan p) = โ(s.orthogonalProjectionSpan โp) - Affine.Simplex.closedInterior_inter_shift_zero ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Shift
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [PartialOrder k] [IsOrderedAddMonoid k] [AddCommGroup V] [AddTorsor V P] [Module k V] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) [ZeroLEOneClass k] : s.closedInterior โฉ โ((affineSpan k (s.points '' {i}แถ)).shift (s.points i) 0) = {s.points i} - Affine.Simplex.disjoint_closedInterior_shift ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Shift
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [PartialOrder k] [IsOrderedAddMonoid k] [AddCommGroup V] [AddTorsor V P] [Module k V] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) {x : k} (hx : x < 0 โจ 1 < x) : Disjoint s.closedInterior โ((affineSpan k (s.points '' {i}แถ)).shift (s.points i) x) - Affine.Simplex.closedInterior_inter_shift_eq_homothety ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Shift
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Field k] [LinearOrder k] [IsOrderedRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex k P n) (i : Fin (n + 1)) {x : k} (hx : x โ Set.Icc 0 1) : s.closedInterior โฉ โ((affineSpan k (s.points '' {i}แถ)).shift (s.points i) x) = โ(AffineMap.homothety (s.points i) x) '' (s.faceOpposite i).closedInterior - Affine.Simplex.ne_altitudeFoot ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.points i โ s.altitudeFoot i - Affine.Simplex.altitudeFoot_eq_point_rev ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (s : Affine.Simplex โ P 1) (i : Fin 2) : s.altitudeFoot i = s.points i.rev - Affine.Simplex.affineSpan_pair_altitudeFoot_eq_altitude ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : line[โ, s.altitudeFoot i, s.points i] = s.altitude i - Affine.Simplex.mem_altitude ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.points i โ s.altitude i - Affine.Simplex.inner_vsub_altitudeFoot_vsub_altitudeFoot_eq_zero ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) {i j : Fin (n + 1)} (h : i โ j) : have this := โฏ; inner โ (s.points j -แตฅ s.altitudeFoot i) (s.points i -แตฅ s.altitudeFoot i) = 0 - Affine.Simplex.altitudeFoot_mem_affineSpan ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.altitudeFoot i โ affineSpan โ (Set.range s.points) - Affine.Simplex.neg_mul_lt_inner_vsub_altitudeFoot ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) [n.AtLeastTwo] (i j : Fin (n + 1)) : -(s.height i * s.height j) < inner โ (s.points i -แตฅ s.altitudeFoot i) (s.points j -แตฅ s.altitudeFoot j) - Affine.Simplex.height_eq_dist ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (s : Affine.Simplex โ P 1) (i : Fin 2) : s.height i = dist (s.points 0) (s.points 1) - Affine.Simplex.vectorSpan_isOrtho_altitude_direction ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : vectorSpan โ (s.points '' {i}แถ) โ (s.altitude i).direction - Affine.Simplex.neg_one_lt_inner_vsub_altitudeFoot_div ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [n.AtLeastTwo] (s : Affine.Simplex โ P n) (i j : Fin (n + 1)) : -1 < inner โ (s.points i -แตฅ s.altitudeFoot i) (s.points j -แตฅ s.altitudeFoot j) / (s.height i * s.height j) - Affine.Simplex.abs_inner_vsub_altitudeFoot_lt_mul ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) [n.AtLeastTwo] {i j : Fin (n + 1)} (hij : i โ j) : |inner โ (s.points i -แตฅ s.altitudeFoot i) (s.points j -แตฅ s.altitudeFoot j)| < s.height i * s.height j - Affine.Simplex.abs_inner_vsub_altitudeFoot_div_lt_one ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) [n.AtLeastTwo] {i j : Fin (n + 1)} (hij : i โ j) : |inner โ (s.points i -แตฅ s.altitudeFoot i) (s.points j -แตฅ s.altitudeFoot j) / (s.height i * s.height j)| < 1 - Affine.Simplex.inner_vsub_vsub_altitudeFoot_eq_height_sq ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) [NeZero n] {i j : Fin (n + 1)} (h : i โ j) : inner โ (s.points i -แตฅ s.points j) (s.points i -แตฅ s.altitudeFoot i) = s.height i ^ 2 - Affine.Simplex.altitudeFoot_mem_affineSpan_faceOpposite ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.altitudeFoot i โ affineSpan โ (Set.range (s.faceOpposite i).points) - Affine.Simplex.altitudeFoot_mem_affineSpan_image_compl ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.altitudeFoot i โ affineSpan โ (s.points '' {i}แถ) - Affine.Simplex.direction_altitude ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : (s.altitude i).direction = (vectorSpan โ (s.points '' {i}แถ))แฎ โ vectorSpan โ (Set.range s.points) - Affine.Simplex.altitude_def ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.altitude i = AffineSubspace.mk' (s.points i) (affineSpan โ (s.points '' {i}แถ)).directionแฎ โ affineSpan โ (Set.range s.points) - Affine.Simplex.affineSpan_pair_eq_altitude_iff ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) (p : P) : line[โ, p, s.points i] = s.altitude i โ p โ s.points i โง p โ affineSpan โ (Set.range s.points) โง p -แตฅ s.points i โ (affineSpan โ (s.points '' {i}แถ)).directionแฎ - Affine.Simplex.closedInterior_inter_affineSubspaceMk'_lineMap_altitudeFoot ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) (x : โ) : s.closedInterior โฉ โ(AffineSubspace.mk' ((AffineMap.lineMap (s.points i) (s.altitudeFoot i)) x) (s.altitude i).directionแฎ) = s.closedInterior โฉ โ((affineSpan โ (s.points '' {i}แถ)).shift (s.points i) x) - Affine.Simplex.affineSubspaceMk'_lineMap_altitudeFoot_eq_shift ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) (x : โ) : AffineSubspace.mk' ((AffineMap.lineMap (s.points i) (s.altitudeFoot i)) x) (s.altitude i).directionแฎ โ affineSpan โ (Set.range s.points) = (affineSpan โ (s.points '' {i}แถ)).shift (s.points i) x - Affine.Simplex.height_restrict ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (S : AffineSubspace โ P) (hS : affineSpan โ (Set.range s.points) โค S) (i : Fin (n + 1)) : (s.restrict S hS).height i = s.height i - Affine.Simplex.altitudeFoot_restrict ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (S : AffineSubspace โ P) (hS : affineSpan โ (Set.range s.points) โค S) (i : Fin (n + 1)) : โ((s.restrict S hS).altitudeFoot i) = s.altitudeFoot i - Affine.Simplex.map_altitude_restrict ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (S : AffineSubspace โ P) (hS : affineSpan โ (Set.range s.points) โค S) (i : Fin (n + 1)) : AffineSubspace.map S.subtype ((s.restrict S hS).altitude i) = s.altitude i - Affine.Simplex.altitude_restrict_eq_comap_subtype ๐ Mathlib.Geometry.Euclidean.Altitude
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (S : AffineSubspace โ P) (hS : affineSpan โ (Set.range s.points) โค S) (i : Fin (n + 1)) : (s.restrict S hS).altitude i = AffineSubspace.comap S.subtype (s.altitude i) - Affine.Simplex.signedInfDist_apply_of_ne ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) {i j : Fin (n + 1)} (h : j โ i) : (s.signedInfDist i) (s.points j) = 0 - Affine.Simplex.signedInfDist_apply_self ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : (s.signedInfDist i) (s.points i) = โs.points i -แตฅ โ((s.faceOpposite i).orthogonalProjectionSpan (s.points i))โ - Affine.Simplex.abs_signedInfDist_eq_dist_of_mem_affineSpan_range ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} (i : Fin (n + 1)) {p : P} (h : p โ affineSpan โ (Set.range s.points)) : |(s.signedInfDist i) p| = dist p โ((s.faceOpposite i).orthogonalProjectionSpan p) - Affine.Simplex.signedInfDist_affineCombination ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) {w : Fin (n + 1) โ โ} (h : โ i, w i = 1) : (s.signedInfDist i) ((Finset.affineCombination โ Finset.univ s.points) w) = w i * โs.points i -แตฅ โ((s.faceOpposite i).orthogonalProjectionSpan (s.points i))โ - Affine.Simplex.incenter_ne_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.incenter โ s.points i - Affine.Simplex.touchpoint_eq_point_rev ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (s : Affine.Simplex โ P 1) (signs : Finset (Fin 2)) (i : Fin 2) : s.touchpoint signs i = s.points i.rev - Affine.Simplex.ExcenterExists.excenter_ne_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} {signs : Finset (Fin (n + 1))} (h : s.ExcenterExists signs) (i : Fin (n + 1)) : s.excenter signs โ s.points i - Affine.Simplex.ExcenterExists.touchpoint_ne_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} [n.AtLeastTwo] {signs : Finset (Fin (n + 1))} (h : s.ExcenterExists signs) (i j : Fin (n + 1)) : s.touchpoint signs i โ s.points j - Affine.Simplex.touchpoint_empty_ne_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) [n.AtLeastTwo] (i j : Fin (n + 1)) : s.touchpoint โ i โ s.points j - Affine.Simplex.incenter_mem_affineSpan_range ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) : s.incenter โ affineSpan โ (Set.range s.points) - Affine.Simplex.eq_touchpoint_of_isTangentAt_exsphere ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} {signs : Finset (Fin (n + 1))} {i : Fin (n + 1)} {p : P} (ht : (s.exsphere signs).IsTangentAt p (affineSpan โ (Set.range (s.faceOpposite i).points))) : p = s.touchpoint signs i - Affine.Triangle.sbtw_touchpoint_empty ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (t : Affine.Triangle โ P) {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : Sbtw โ (t.points iโ) (Affine.Simplex.touchpoint t โ iโ) (t.points iโ) - Affine.Simplex.ExcenterExists.isTangentAt_touchpoint ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} {signs : Finset (Fin (n + 1))} (h : s.ExcenterExists signs) (i : Fin (n + 1)) : (s.exsphere signs).IsTangentAt (s.touchpoint signs i) (affineSpan โ (Set.range (s.faceOpposite i).points)) - Affine.Simplex.isTangentAt_insphere_touchpoint ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.insphere.IsTangentAt (s.touchpoint โ i) (affineSpan โ (Set.range (s.faceOpposite i).points)) - Affine.Triangle.sbtw_touchpoint_singleton ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (t : Affine.Triangle โ P) {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : Sbtw โ (t.points iโ) (Affine.Simplex.touchpoint t {iโ} iโ) (t.points iโ) - Affine.Triangle.touchpoint_singleton_sbtw ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (t : Affine.Triangle โ P) {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : Sbtw โ (Affine.Simplex.touchpoint t {iโ} iโ) (t.points iโ) (t.points iโ) - Affine.Simplex.ExcenterExists.isTangentAt_exsphere_iff_eq_touchpoint ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} {signs : Finset (Fin (n + 1))} (h : s.ExcenterExists signs) {i : Fin (n + 1)} {p : P} : (s.exsphere signs).IsTangentAt p (affineSpan โ (Set.range (s.faceOpposite i).points)) โ p = s.touchpoint signs i - Affine.Simplex.isTangentAt_insphere_iff_eq_touchpoint ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} {i : Fin (n + 1)} {p : P} : s.insphere.IsTangentAt p (affineSpan โ (Set.range (s.faceOpposite i).points)) โ p = s.touchpoint โ i - Affine.Simplex.ExcenterExists.excenter_mem_affineSpan_range ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} {signs : Finset (Fin (n + 1))} (h : s.ExcenterExists signs) : s.excenter signs โ affineSpan โ (Set.range s.points) - Affine.Simplex.touchpoint_mem_affineSpan_simplex ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (signs : Finset (Fin (n + 1))) (i : Fin (n + 1)) : s.touchpoint signs i โ affineSpan โ (Set.range s.points) - Affine.Simplex.sSameSide_incenter_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : (affineSpan โ (Set.range (s.faceOpposite i).points)).SSameSide s.incenter (s.points i) - Affine.Simplex.sSameSide_point_incenter ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : (affineSpan โ (Set.range (s.faceOpposite i).points)).SSameSide (s.points i) s.incenter - Affine.Triangle.sSameSide_affineSpan_pair_incenter_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (t : Affine.Triangle โ P) {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : line[โ, t.points iโ, t.points iโ].SSameSide (Affine.Simplex.incenter t) (t.points iโ) - Affine.Triangle.sSameSide_affineSpan_pair_point_incenter ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (t : Affine.Triangle โ P) {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : line[โ, t.points iโ, t.points iโ].SSameSide (t.points iโ) (Affine.Simplex.incenter t) - Affine.Simplex.excenter_singleton_mem_affineSpan_range ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) [n.AtLeastTwo] (i : Fin (n + 1)) : s.excenter {i} โ affineSpan โ (Set.range s.points) - Affine.Simplex.incenter_notMem_affineSpan_pair ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) [n.AtLeastTwo] (i j : Fin (n + 1)) : s.incenter โ line[โ, s.points i, s.points j] - Affine.Simplex.sum_inv_height_sq_smul_vsub_eq_zero ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) : โ i, (s.height i)โปยน ^ 2 โข (s.points i -แตฅ s.altitudeFoot i) = 0 - Affine.Simplex.incenter_notMem_affineSpan_faceOpposite ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (i : Fin (n + 1)) : s.incenter โ affineSpan โ (Set.range (s.faceOpposite i).points) - Affine.Simplex.ExcenterExists.affineSpan_faceOpposite_eq_orthRadius ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] {s : Affine.Simplex โ P n} [hf : Fact (Module.finrank โ V = n)] {signs : Finset (Fin (n + 1))} (h : s.ExcenterExists signs) (i : Fin (n + 1)) : affineSpan โ (Set.range (s.faceOpposite i).points) = (s.exsphere signs).orthRadius (s.touchpoint signs i) - Affine.Simplex.affineSpan_faceOpposite_eq_orthRadius_insphere ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) [Fact (Module.finrank โ V = n)] (i : Fin (n + 1)) : affineSpan โ (Set.range (s.faceOpposite i).points) = s.insphere.orthRadius (s.touchpoint โ i) - Affine.Triangle.affineSpan_pair_eq_orthRadius ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (t : Affine.Triangle โ P) [Fact (Module.finrank โ V = 2)] (signs : Finset (Fin 3)) {iโ iโ iโ : Fin 3} (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) : line[โ, t.points iโ, t.points iโ] = (Affine.Simplex.exsphere t signs).orthRadius (Affine.Simplex.touchpoint t signs iโ) - Affine.Simplex.incenter_notMem_affineSpan_face ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) {fs : Finset (Fin (n + 1))} {m : โ} (hfs : fs.card = m + 1) (hne : m โ n) : s.incenter โ affineSpan โ (Set.range (s.face hfs).points) - Affine.Simplex.sOppSide_excenter_singleton_point ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) [n.AtLeastTwo] (i : Fin (n + 1)) : (affineSpan โ (Set.range (s.faceOpposite i).points)).SOppSide (s.excenter {i}) (s.points i) - Affine.Simplex.sOppSide_point_excenter_singleton ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) [n.AtLeastTwo] (i : Fin (n + 1)) : (affineSpan โ (Set.range (s.faceOpposite i).points)).SOppSide (s.points i) (s.excenter {i})
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59