Mathlib Map

Theorems · Theorem · geometry

InnerProductGeometry.inner_eq_zero_iff_angle_eq_pi_div_two

∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] (x y : V),
  inner ℝ x y = 0 ↔ InnerProductGeometry.angle x y = Real.pi / 2

Two vectors have inner product 0 if and only if the angle between them is π/2.

Defined in
Mathlib.Geometry.Euclidean.Angle.Unoriented.Basic
Cited by
26 results in Mathlib
Foundations
Depth 200 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.

EuclideanGeometry.angle_eq_pi_div_two_of_oangle_eq_pi_div_two · cited by 13EuclideanGeometry.angle_e…EuclideanGeometry.angle_self_orthogonalProjection · cited by 4EuclideanGeometry.angle_s…Orientation.eq_zero_or_oangle_eq_iff_inner_eq_zero · cited by 3Orientation.eq_zero_or_oa…EuclideanGeometry.angle_eq_arcsin_of_angle_eq_pi_div_two · cited by 3EuclideanGeometry.angle_e…EuclideanGeometry.sin_angle_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.sin_ang…EuclideanGeometry.angle_lt_pi_div_two_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.angle_l…EuclideanGeometry.dist_div_cos_angle_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.dist_di…EuclideanGeometry.tan_angle_mul_dist_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.tan_ang…EuclideanGeometry.tan_angle_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.tan_ang…EuclideanGeometry.dist_div_sin_angle_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.dist_di…EuclideanGeometry.dist_div_tan_angle_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.dist_di…EuclideanGeometry.Sphere.angle_eq_pi_div_two_iff_mem_sphere_of_isDiameter · cited by 2Sphere.angle_eq_pi_div_tw…InnerProductGeometry.norm_add_eq_norm_sub_iff_angle_eq_pi_div_two · cited by 2InnerProductGeometry.norm…EuclideanGeometry.angle_eq_arccos_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.angle_e…EuclideanGeometry.angle_eq_arctan_of_angle_eq_pi_div_two · cited by 2EuclideanGeometry.angle_e…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupInnerProductSpace · cited by 3523InnerProductSpaceReal.pi · cited by 1774Real.piInner.inner · cited by 1089Inner.innerInnerProductGeometry.angle · cited by 170InnerProductGeometry.angleinner_zero_left · cited by 59inner_zero_leftinner_zero_right · cited by 40inner_zero_rightInnerProductGeometry.inner_eq…CITED BYCITES

Cites8

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

Cited by26

Results whose statement or proof uses this declaration.