Documentation

Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation

Rotations by oriented angles. #

This file defines rotations by oriented angles in real inner product spaces.

Main definitions #

Auxiliary construction to build a rotation by the oriented angle θ.

Equations
Instances For
    @[simp]

    The determinant of rotation (as a linear map) is equal to 1.

    @[simp]

    The determinant of rotation (as a linear equiv) is equal to 1.

    @[simp]

    The inverse of rotation is rotation by the negation of the angle.

    @[simp]

    Rotation by 0 is the identity.

    Rotation by π is negation.

    Rotation by π / 2 is the "right-angle-rotation" map J.

    @[simp]
    theorem Orientation.rotation_rotation {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) (θ₁ θ₂ : Real.Angle) (x : V) :
    (o.rotation θ₁) ((o.rotation θ₂) x) = (o.rotation (θ₁ + θ₂)) x

    Rotating twice is equivalent to rotating by the sum of the angles.

    @[simp]
    theorem Orientation.rotation_trans {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) (θ₁ θ₂ : Real.Angle) :
    (o.rotation θ₁).trans (o.rotation θ₂) = o.rotation (θ₂ + θ₁)

    Rotating twice is equivalent to rotating by the sum of the angles.

    @[simp]

    Rotating the first of two vectors by θ scales their Kahler form by cos θ - sin θ * I.

    Negating a rotation is equivalent to rotation by π plus the angle.

    @[simp]

    Negating a rotation by -π / 2 is equivalent to rotation by π / 2.

    Negating a rotation by π / 2 is equivalent to rotation by -π / 2.

    Rotating the first of two vectors by θ scales their Kahler form by cos (-θ) + sin (-θ) * I.

    @[simp]

    Rotating the second of two vectors by θ scales their Kahler form by cos θ + sin θ * I.

    @[simp]
    theorem Orientation.oangle_rotation_left {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) {x y : V} (hx : x 0) (hy : y 0) (θ : Real.Angle) :
    o.oangle ((o.rotation θ) x) y = o.oangle x y - θ

    Rotating the first vector by θ subtracts θ from the angle between two vectors.

    @[simp]
    theorem Orientation.oangle_rotation_right {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) {x y : V} (hx : x 0) (hy : y 0) (θ : Real.Angle) :
    o.oangle x ((o.rotation θ) y) = o.oangle x y + θ

    Rotating the second vector by θ adds θ to the angle between two vectors.

    @[simp]
    theorem Orientation.oangle_rotation_self_left {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) {x : V} (hx : x 0) (θ : Real.Angle) :
    o.oangle ((o.rotation θ) x) x = -θ

    The rotation of a vector by θ has an angle of from that vector.

    @[simp]
    theorem Orientation.oangle_rotation_self_right {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) {x : V} (hx : x 0) (θ : Real.Angle) :
    o.oangle x ((o.rotation θ) x) = θ

    A vector has an angle of θ from the rotation of that vector by θ.

    @[simp]

    Rotating the first vector by the angle between the two vectors results in an angle of 0.

    @[simp]

    Rotating the first vector by the angle between the two vectors and swapping the vectors results in an angle of 0.

    @[simp]
    theorem Orientation.oangle_rotation {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) (x y : V) (θ : Real.Angle) :
    o.oangle ((o.rotation θ) x) ((o.rotation θ) y) = o.oangle x y

    Rotating both vectors by the same angle does not change the angle between those vectors.

    @[simp]

    A rotation of a nonzero vector equals that vector if and only if the angle is zero.

    @[simp]

    A nonzero vector equals a rotation of that vector if and only if the angle is zero.

    A rotation of a vector equals that vector if and only if the vector or the angle is zero.

    A vector equals a rotation of that vector if and only if the vector or the angle is zero.

    @[simp]

    Rotating a vector by the angle to another vector gives the second vector if and only if the norms are equal.

    The angle between two nonzero vectors is θ if and only if the second vector is the first rotated by θ and scaled by the ratio of the norms.

    theorem Orientation.oangle_eq_iff_eq_pos_smul_rotation_of_ne_zero {V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace V] [Fact (Module.finrank V = 2)] (o : Orientation V (Fin 2)) {x y : V} (hx : x 0) (hy : y 0) (θ : Real.Angle) :
    o.oangle x y = θ ∃ (r : ), 0 < r y = r (o.rotation θ) x

    The angle between two nonzero vectors is θ if and only if the second vector is the first rotated by θ and scaled by a positive real.

    The angle between two vectors is θ if and only if they are nonzero and the second vector is the first rotated by θ and scaled by the ratio of the norms, or θ and at least one of the vectors are zero.

    The angle between two vectors is θ if and only if they are nonzero and the second vector is the first rotated by θ and scaled by a positive real, or θ and at least one of the vectors are zero.

    Any linear isometric equivalence in V with positive determinant is rotation.

    Rotation in an oriented real inner product space of dimension 2 can be evaluated in terms of a complex-number representation of the space.

    Negating the orientation negates the angle in rotation.

    @[simp]

    The inner product between a π / 2 rotation of a vector and that vector is zero.

    @[simp]

    The inner product between a vector and a π / 2 rotation of that vector is zero.

    @[simp]

    The inner product between a multiple of a π / 2 rotation of a vector and that vector is zero.

    @[simp]

    The inner product between a vector and a multiple of a π / 2 rotation of that vector is zero.

    @[simp]

    The inner product between a π / 2 rotation of a vector and a multiple of that vector is zero.

    @[simp]

    The inner product between a multiple of a vector and a π / 2 rotation of that vector is zero.

    @[simp]

    The inner product between a multiple of a π / 2 rotation of a vector and a multiple of that vector is zero.

    @[simp]

    The inner product between a multiple of a vector and a multiple of a π / 2 rotation of that vector is zero.

    The inner product between two vectors is zero if and only if the first vector is zero or the second is a multiple of a π / 2 rotation of that vector.