Affine.Simplex.affineSpan_pair_eq_altitude_iff
∀ {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] (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ᗮA line through a vertex is the altitude through that vertex if and only if it is orthogonal to the opposite face.
- Defined in
- Mathlib.Geometry.Euclidean.Altitude
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 182 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Submodulestatement and proof · cited by 7,192
- Set.imagestatement and proof · cited by 5,609
- Set.rangestatement and proof · cited by 4,705
- InnerProductSpacestatement and proof · cited by 3,523
- Compl.complstatement and proof · cited by 2,925
- Finset.cardproof · cited by 2,327
- Module.finrankproof · cited by 1,770
- MetricSpacestatement and proof · cited by 1,684
- Submodule.spanproof · cited by 1,504
Cited by2
Results whose statement or proof uses this declaration.
- Affine.Simplex.affineSpan_pair_altitudeFoot_eq_altitudeproof · cited by 1
- Affine.Triangle.altitude_replace_orthocenter_eq_affineSpanproof · cited by 1