Orientation.oangle_map
∀ {V : Type u_1} {V' : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : NormedAddCommGroup V']
[inst_2 : InnerProductSpace ℝ V] [inst_3 : InnerProductSpace ℝ V'] [inst_4 : Fact (Module.finrank ℝ V = 2)]
[inst_5 : Fact (Module.finrank ℝ V' = 2)] (o : Orientation ℝ V (Fin 2)) (x y : V') (f : V ≃ₗᵢ[ℝ] V'),
((Orientation.map (Fin 2) f.toLinearEquiv) o).oangle x y = o.oangle (f.symm x) (f.symm y)The angle between two vectors, with respect to an orientation given by Orientation.map
with a linear isometric equivalence, equals the angle between those two vectors, transformed by
the inverse of that equivalence, with respect to the original orientation.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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 and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- Equivstatement · cited by 8,337
- InnerProductSpacestatement and proof · cited by 3,523
- Factstatement and proof · cited by 2,726
- Module.finrankstatement and proof · cited by 1,770
- LinearIsometryEquivstatement and proof · cited by 748
- Real.Anglestatement · cited by 518
- Real.Angle.coeproof · cited by 360
- Orientationstatement and proof · cited by 360
Cited by1
Results whose statement or proof uses this declaration.
- Orientation.oangle_map_complexproof · cited by 0