Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2022-02-27 14:12 00a3d02e

View on Github →

feat(geometry/euclidean/oriented_angle): oriented angles with respect to an orientation (#12236) Add definitions and lemmas for oriented angles defined to take an orientation, instead of an orthonormal basis, as an argument. These are the versions intended to be used by most users when working with oriented angles between vectors, instead of users needing to deal with a choice of basis. Apart from the last five lemmas that relate angles and rotations for different orientations or relate them explicitly to the definitions with respect to a basis, everything is deduced directly from the corresponding lemma that takes an orthonormal basis as an argument.

Estimated changes

added theorem orientation.oangle_add
added theorem orientation.oangle_map
added theorem orientation.oangle_rev