Mathlib Map

Theorems · Theorem · geometry

InnerProductGeometry.angle_add_eq_arcsin_of_inner_eq_zero

∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] {x y : V},
  inner ℝ x y = 0 → x ≠ 0 ∨ y ≠ 0 → InnerProductGeometry.angle x (x + y) = Real.arcsin (‖y‖ / ‖x + y‖)

An angle in a right-angled triangle expressed using arcsin.

Defined in
Mathlib.Geometry.Euclidean.Angle.Unoriented.RightAngle
Cited by
5 results in Mathlib
Foundations
Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by5

Results whose statement or proof uses this declaration.