EuclideanGeometry.Sphere.tan_div_two_smul_rotation_pi_div_two_vadd_midpoint_eq_center
∀ {V : Type u_3} {P : Type u_4} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] [hd2 : Fact (Module.finrank ℝ V = 2)] [inst_4 : Module.Oriented ℝ V (Fin 2)]
{s : EuclideanGeometry.Sphere P} {p₁ p₂ : P},
p₁ ∈ s →
p₂ ∈ s →
p₁ ≠ p₂ →
((EuclideanGeometry.oangle p₂ p₁ s.center).tan / 2) •
(EuclideanGeometry.o.rotation ↑(Real.pi / 2)) (p₂ -ᵥ p₁) +ᵥ
midpoint ℝ p₁ p₂ =
s.centerGiven two points on a circle, the center of that circle may be expressed explicitly as a
multiple (by half the tangent of the angle between the chord and the radius at one of those
points) of a π / 2 rotation of the vector between those points, plus the midpoint of those
points.
- Defined in
- Mathlib.Geometry.Euclidean.Angle.Sphere
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 290 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- InnerProductSpacestatement and proof · cited by 3,523
- Factstatement and proof · cited by 2,726
- HVAdd.hVAddstatement and proof · cited by 1,820
- Real.pistatement and proof · cited by 1,774
- Module.finrankstatement and proof · cited by 1,770
- MetricSpacestatement and proof · cited by 1,684
- add_commproof · cited by 1,535
- NormedAddTorsorstatement and proof · cited by 1,325
Cited by2
Results whose statement or proof uses this declaration.