Loogle!
Result
Found 369 declarations mentioning Orientation. Of these, only the first 200 are shown.
- Orientation π Mathlib.LinearAlgebra.Orientation
(R : Type u_1) [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] (M : Type u_2) [AddCommMonoid M] [Module R M] (ΞΉ : Type u_4) : Type (max (max u_4 u_1) u_2) - Module.Oriented.mk π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {ΞΉ : Type u_4} (positiveOrientation : Orientation R M ΞΉ) : Module.Oriented R M ΞΉ - Module.Oriented.positiveOrientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} {instβ : CommSemiring R} {instβΒΉ : PartialOrder R} {instβΒ² : IsStrictOrderedRing R} {M : Type u_2} {instβΒ³ : AddCommMonoid M} {instββ΄ : Module R M} {ΞΉ : Type u_4} [self : Module.Oriented R M ΞΉ] : Orientation R M ΞΉ - Orientation.reindex π Mathlib.LinearAlgebra.Orientation
(R : Type u_1) [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] (M : Type u_2) [AddCommMonoid M] [Module R M] {ΞΉ : Type u_4} {ΞΉ' : Type u_5} (e : ΞΉ β ΞΉ') : Orientation R M ΞΉ β Orientation R M ΞΉ' - Module.Basis.orientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_4} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) : Orientation R M ΞΉ - Orientation.reindex_refl π Mathlib.LinearAlgebra.Orientation
(R : Type u_1) [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] (M : Type u_2) [AddCommMonoid M] [Module R M] {ΞΉ : Type u_4} : Orientation.reindex R M (Equiv.refl ΞΉ) = Equiv.refl (Orientation R M ΞΉ) - Orientation.map_refl π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] (ΞΉ : Type u_4) : Orientation.map ΞΉ (LinearEquiv.refl R M) = Equiv.refl (Orientation R M ΞΉ) - Module.Basis.adjustToOrientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] [Nonempty ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) : Module.Basis ΞΉ R M - Orientation.map π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] (ΞΉ : Type u_4) (e : M ββ[R] N) : Orientation R M ΞΉ β Orientation R N ΞΉ - Orientation.reindex_symm π Mathlib.LinearAlgebra.Orientation
(R : Type u_1) [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] (M : Type u_2) [AddCommMonoid M] [Module R M] {ΞΉ : Type u_4} {ΞΉ' : Type u_5} (e : ΞΉ β ΞΉ') : (Orientation.reindex R M e).symm = Orientation.reindex R M e.symm - Module.Basis.orientation_isEmpty π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_4} [Fintype ΞΉ] [DecidableEq ΞΉ] [IsEmpty ΞΉ] (b : Module.Basis ΞΉ R M) : b.orientation = positiveOrientation - Orientation.someBasis π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [Nonempty ΞΉ] [DecidableEq ΞΉ] [FiniteDimensional R M] (x : Orientation R M ΞΉ) (h : Fintype.card ΞΉ = Module.finrank R M) : Module.Basis ΞΉ R M - Module.Basis.orientation_adjustToOrientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] [Nonempty ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) : (e.adjustToOrientation x).orientation = x - Orientation.someBasis_orientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [Nonempty ΞΉ] [DecidableEq ΞΉ] [FiniteDimensional R M] (x : Orientation R M ΞΉ) (h : Fintype.card ΞΉ = Module.finrank R M) : (x.someBasis h).orientation = x - Orientation.map_symm π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] (ΞΉ : Type u_4) (e : M ββ[R] N) : (Orientation.map ΞΉ e).symm = Orientation.map ΞΉ e.symm - Orientation.map_of_isEmpty π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] (ΞΉ : Type u_4) [IsEmpty ΞΉ] (x : Orientation R M ΞΉ) (f : M ββ[R] M) : (Orientation.map ΞΉ f) x = x - Orientation.map_positiveOrientation_of_isEmpty π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] (ΞΉ : Type u_4) [IsEmpty ΞΉ] (f : M ββ[R] N) : (Orientation.map ΞΉ f) positiveOrientation = positiveOrientation - Module.Basis.adjustToOrientation_apply_eq_or_eq_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] [Nonempty ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) (i : ΞΉ) : (e.adjustToOrientation x) i = e i β¨ (e.adjustToOrientation x) i = -e i - Module.Basis.det_adjustToOrientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] [Nonempty ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) : (e.adjustToOrientation x).det = e.det β¨ (e.adjustToOrientation x).det = -e.det - Module.Basis.orientation_eq_iff_det_pos π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (eβ eβ : Module.Basis ΞΉ R M) : eβ.orientation = eβ.orientation β 0 < eβ.det βeβ - Module.Basis.abs_det_adjustToOrientation π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] [Nonempty ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) (v : ΞΉ β M) : |(e.adjustToOrientation x).det v| = |e.det v| - Module.Basis.orientation_reindex π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_4} {ΞΉ' : Type u_5} [Fintype ΞΉ] [DecidableEq ΞΉ] [Fintype ΞΉ'] [DecidableEq ΞΉ'] (e : Module.Basis ΞΉ R M) (eΞΉ : ΞΉ β ΞΉ') : (e.reindex eΞΉ).orientation = (Orientation.reindex R M eΞΉ) e.orientation - Module.Basis.orientation_eq_or_eq_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) : x = e.orientation β¨ x = -e.orientation - Module.Basis.orientation_ne_iff_eq_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) : x β e.orientation β x = -e.orientation - Orientation.eq_or_eq_neg_of_isEmpty π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [IsEmpty ΞΉ] (o : Orientation R M ΞΉ) : o = positiveOrientation β¨ o = -positiveOrientation - Orientation.eq_or_eq_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [FiniteDimensional R M] (xβ xβ : Orientation R M ΞΉ) (h : Fintype.card ΞΉ = Module.finrank R M) : xβ = xβ β¨ xβ = -xβ - Orientation.ne_iff_eq_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [FiniteDimensional R M] (xβ xβ : Orientation R M ΞΉ) (h : Fintype.card ΞΉ = Module.finrank R M) : xβ β xβ β xβ = -xβ - Module.Basis.orientation_map π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {ΞΉ : Type u_4} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (f : M ββ[R] N) : (e.map f).orientation = (Orientation.map ΞΉ f) e.orientation - Module.Basis.orientation_neg_single π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (i : ΞΉ) : (e.unitsSMul (Function.update 1 i (-1))).orientation = -e.orientation - Orientation.reindex_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_4} {ΞΉ' : Type u_5} (e : ΞΉ β ΞΉ') (x : Orientation R M ΞΉ) : (Orientation.reindex R M e) (-x) = -(Orientation.reindex R M e) x - Module.Basis.orientation_comp_linearEquiv_eq_iff_det_pos π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (f : M ββ[R] M) : (e.map f).orientation = e.orientation β 0 < LinearMap.det βf - Orientation.map_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} {N : Type u_3} [AddCommGroup M] [AddCommGroup N] [Module R M] [Module R N] {ΞΉ : Type u_4} (f : M ββ[R] N) (x : Orientation R M ΞΉ) : (Orientation.map ΞΉ f) (-x) = -(Orientation.map ΞΉ f) x - Module.Basis.orientation_comp_linearEquiv_eq_neg_iff_det_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (f : M ββ[R] M) : (e.map f).orientation = -e.orientation β LinearMap.det βf < 0 - Orientation.reindex_apply π Mathlib.LinearAlgebra.Orientation
(R : Type u_1) [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] (M : Type u_2) [AddCommMonoid M] [Module R M] {ΞΉ : Type u_4} {ΞΉ' : Type u_5} (e : ΞΉ β ΞΉ') (v : M [β^ΞΉ]ββ[R] R) (hv : v β 0) : (Orientation.reindex R M e) (rayOfNeZero R v hv) = rayOfNeZero R (AlternatingMap.domDomCongr e v) β― - Orientation.map_eq_iff_det_pos π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [FiniteDimensional R M] (x : Orientation R M ΞΉ) (f : M ββ[R] M) (h : Fintype.card ΞΉ = Module.finrank R M) : (Orientation.map ΞΉ f) x = x β 0 < LinearMap.det βf - Orientation.map_eq_neg_iff_det_neg π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] (x : Orientation R M ΞΉ) (f : M ββ[R] M) (h : Fintype.card ΞΉ = Module.finrank R M) : (Orientation.map ΞΉ f) x = -x β LinearMap.det βf < 0 - Orientation.map_apply π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommSemiring R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommMonoid M] [Module R M] {N : Type u_3} [AddCommMonoid N] [Module R N] (ΞΉ : Type u_4) (e : M ββ[R] N) (v : M [β^ΞΉ]ββ[R] R) (hv : v β 0) : (Orientation.map ΞΉ e) (rayOfNeZero R v hv) = rayOfNeZero R (v.compLinearMap βe.symm) β― - Module.Basis.orientation_unitsSMul π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_4} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : Module.Basis ΞΉ R M) (w : ΞΉ β RΛ£) : (e.unitsSMul w).orientation = (β i, w i)β»ΒΉ β’ e.orientation - Module.Basis.map_orientation_eq_det_inv_smul π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_4} [Finite ΞΉ] (e : Module.Basis ΞΉ R M) (x : Orientation R M ΞΉ) (f : M ββ[R] M) : (Orientation.map ΞΉ f) x = (LinearEquiv.det f)β»ΒΉ β’ x - Orientation.map_eq_det_inv_smul π Mathlib.LinearAlgebra.Orientation
{R : Type u_1} [Field R] [LinearOrder R] [IsStrictOrderedRing R] {M : Type u_2} [AddCommGroup M] [Module R M] {ΞΉ : Type u_3} [Fintype ΞΉ] [FiniteDimensional R M] (x : Orientation R M ΞΉ) (f : M ββ[R] M) (h : Fintype.card ΞΉ = Module.finrank R M) : (Orientation.map ΞΉ f) x = (LinearEquiv.det f)β»ΒΉ β’ x - OrthonormalBasis.adjustToOrientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] : OrthonormalBasis ΞΉ β E - Orientation.finOrthonormalBasis π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} (hn : 0 < n) (h : Module.finrank β E = n) (x : Orientation β E (Fin n)) : OrthonormalBasis (Fin n) β E - Orientation.volumeForm π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) : E [β^Fin n]ββ[β] β - OrthonormalBasis.orientation_adjustToOrientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] : (e.adjustToOrientation x).toBasis.orientation = x - OrthonormalBasis.toBasis_adjustToOrientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] : (e.adjustToOrientation x).toBasis = e.toBasis.adjustToOrientation x - Orientation.finOrthonormalBasis_orientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} (hn : 0 < n) (h : Module.finrank β E = n) (x : Orientation β E (Fin n)) : (Orientation.finOrthonormalBasis hn h x).toBasis.orientation = x - Orientation.volumeForm_apply_le π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (v : Fin n β E) : o.volumeForm v β€ β i, βv iβ - OrthonormalBasis.orthonormal_adjustToOrientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] : Orthonormal β β(e.toBasis.adjustToOrientation x) - Orientation.abs_volumeForm_apply_le π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (v : Fin n β E) : |o.volumeForm v| β€ β i, βv iβ - OrthonormalBasis.adjustToOrientation_apply_eq_or_eq_neg π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] (i : ΞΉ) : (e.adjustToOrientation x) i = e i β¨ (e.adjustToOrientation x) i = -e i - Orientation.abs_volumeForm_apply_of_orthonormal π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (v : OrthonormalBasis (Fin n) β E) : |o.volumeForm βv| = 1 - Orientation.abs_volumeForm_apply_of_pairwise_orthogonal π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) {v : Fin n β E} (hv : Pairwise fun i j => inner β (v i) (v j) = 0) : |o.volumeForm v| = β i, βv iβ - Orientation.volumeForm_robust π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (b : OrthonormalBasis (Fin n) β E) (hb : b.toBasis.orientation = o) : o.volumeForm = b.toBasis.det - OrthonormalBasis.same_orientation_iff_det_eq_det π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] {e f : OrthonormalBasis ΞΉ β E} : e.toBasis.det = f.toBasis.det β e.toBasis.orientation = f.toBasis.orientation - OrthonormalBasis.det_to_matrix_orthonormalBasis_of_same_orientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e f : OrthonormalBasis ΞΉ β E) (h : e.toBasis.orientation = f.toBasis.orientation) : e.toBasis.det βf = 1 - OrthonormalBasis.det_to_matrix_orthonormalBasis_of_opposite_orientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e f : OrthonormalBasis ΞΉ β E) (h : e.toBasis.orientation β f.toBasis.orientation) : e.toBasis.det βf = -1 - Orientation.volumeForm_robust' π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (b : OrthonormalBasis (Fin n) β E) (v : Fin n β E) : |o.volumeForm v| = |b.toBasis.det v| - Orientation.volumeForm_robust_neg π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (b : OrthonormalBasis (Fin n) β E) (hb : b.toBasis.orientation β o) : o.volumeForm = -b.toBasis.det - Orientation.volumeForm_neg_orientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) : (-o).volumeForm = -o.volumeForm - OrthonormalBasis.abs_det_adjustToOrientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] (v : ΞΉ β E) : |(e.adjustToOrientation x).toBasis.det v| = |e.toBasis.det v| - OrthonormalBasis.det_eq_neg_det_of_opposite_orientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e f : OrthonormalBasis ΞΉ β E) (h : e.toBasis.orientation β f.toBasis.orientation) : e.toBasis.det = -f.toBasis.det - OrthonormalBasis.det_adjustToOrientation π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {ΞΉ : Type u_2} [Fintype ΞΉ] [DecidableEq ΞΉ] (e : OrthonormalBasis ΞΉ β E) (x : Orientation β E ΞΉ) [Nonempty ΞΉ] : (e.adjustToOrientation x).toBasis.det = e.toBasis.det β¨ (e.adjustToOrientation x).toBasis.det = -e.toBasis.det - Orientation.volumeForm_map π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) {F : Type u_2} [NormedAddCommGroup F] [InnerProductSpace β F] [Fact (Module.finrank β F = n)] (Ο : E ββα΅’[β] F) (x : Fin n β F) : ((Orientation.map (Fin n) Ο.toLinearEquiv) o).volumeForm x = o.volumeForm (βΟ.symm β x) - Orientation.volumeForm_zero_neg π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [_i : Fact (Module.finrank β E = 0)] : (-positiveOrientation).volumeForm = -AlternatingMap.constLinearEquivOfIsEmpty 1 - Orientation.volumeForm_comp_linearIsometryEquiv π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) (Ο : E ββα΅’[β] E) (hΟ : 0 < LinearMap.det βΟ.toLinearEquiv) (x : Fin n β E) : o.volumeForm (βΟ β x) = o.volumeForm x - Orientation.volumeForm_def π Mathlib.Analysis.InnerProductSpace.Orientation
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] {n : β} [_i : Fact (Module.finrank β E = n)] (o : Orientation β E (Fin n)) : o.volumeForm = Nat.casesAuxOn (motive := fun a => n = a β E [β^Fin n]ββ[β] β) n (fun h => Eq.ndrec (motive := fun {n} => [_i : Fact (Module.finrank β E = n)] β Orientation β E (Fin n) β E [β^Fin n]ββ[β] β) (fun [Fact (Module.finrank β E = 0)] o => have opos := AlternatingMap.constOfIsEmpty β E (Fin 0) 1; β―.by_cases (fun x => opos) fun x => -opos) β― o) (fun n_1 h => Eq.ndrec (motive := fun {n} => [_i : Fact (Module.finrank β E = n)] β Orientation β E (Fin n) β E [β^Fin n]ββ[β] β) (fun [Fact (Module.finrank β E = n_1 + 1)] o => (Orientation.finOrthonormalBasis β― β― o).toBasis.det) β― o) β― - Orientation.measure_eq_volume π Mathlib.MeasureTheory.Measure.Haar.InnerProductSpace
{F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] [MeasurableSpace F] [BorelSpace F] [FiniteDimensional β F] {n : β} [_i : Fact (Module.finrank β F = n)] (o : Orientation β F (Fin n)) : o.volumeForm.measure = MeasureTheory.volume - Orientation.measure_orthonormalBasis π Mathlib.MeasureTheory.Measure.Haar.InnerProductSpace
{ΞΉ : Type u_1} {F : Type u_3} [NormedAddCommGroup F] [InnerProductSpace β F] [MeasurableSpace F] [BorelSpace F] [Fintype ΞΉ] [FiniteDimensional β F] {n : β} [_i : Fact (Module.finrank β F = n)] (o : Orientation β F (Fin n)) (b : OrthonormalBasis ΞΉ β F) : o.volumeForm.measure (parallelepiped βb) = 1 - Complex.orientation π Mathlib.LinearAlgebra.Complex.Orientation
: Orientation β β (Fin 2) - Orientation.rightAngleRotationAuxβ π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : E ββα΅’[β] E - Orientation.basisRightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) (hx : x β 0) : Module.Basis (Fin 2) β E - Orientation.rightAngleRotationAuxβ π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : E ββ[β] E - Orientation.rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : E ββα΅’[β] E - Orientation.areaForm π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : E ββ[β] E ββ[β] β - Orientation.inner_rightAngleRotation_self π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : inner β (o.rightAngleRotation x) x = 0 - Orientation.rightAngleRotation_trans_rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : o.rightAngleRotation.trans o.rightAngleRotation = LinearIsometryEquiv.neg β - Orientation.rightAngleRotationAuxβ_rightAngleRotationAuxβ π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : o.rightAngleRotationAuxβ (o.rightAngleRotationAuxβ x) = -x - Orientation.rightAngleRotation_def π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : o.rightAngleRotation = LinearIsometryEquiv.ofLinearIsometry o.rightAngleRotationAuxβ (-o.rightAngleRotationAuxβ) β― β― - Orientation.rightAngleRotation_symm π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : o.rightAngleRotation.symm = o.rightAngleRotation.trans (LinearIsometryEquiv.neg β) - Orientation.kahler π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : E ββ[β] E ββ[β] β - Orientation.coe_basisRightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) (hx : x β 0) : β(o.basisRightAngleRotation x hx) = ![x, o.rightAngleRotation x] - Orientation.areaForm' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : E βL[β] E βL[β] β - Orientation.rightAngleRotation_rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : o.rightAngleRotation (o.rightAngleRotation x) = -x - Orientation.rightAngleRotation_trans_neg_orientation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : (-o).rightAngleRotation = o.rightAngleRotation.trans (LinearIsometryEquiv.neg β) - Orientation.inner_comp_rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β (o.rightAngleRotation x) (o.rightAngleRotation y) = inner β x y - Orientation.inner_rightAngleRotation_swap π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β x (o.rightAngleRotation y) = -inner β (o.rightAngleRotation x) y - Orientation.inner_rightAngleRotation_swap' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β (o.rightAngleRotation x) y = -inner β x (o.rightAngleRotation y) - Orientation.areaForm_apply_self π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : (o.areaForm x) x = 0 - Orientation.areaForm_le π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.areaForm x) y β€ βxβ * βyβ - Orientation.abs_areaForm_le π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : |(o.areaForm x) y| β€ βxβ * βyβ - Orientation.abs_areaForm_of_orthogonal π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {x y : E} (h : inner β x y = 0) : |(o.areaForm x) y| = βxβ * βyβ - Orientation.nonneg_inner_and_areaForm_eq_zero_iff_sameRay π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : 0 β€ inner β x y β§ (o.areaForm x) y = 0 β SameRay β x y - Orientation.inner_sq_add_areaForm_sq π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (a b : E) : inner β a b ^ 2 + (o.areaForm a) b ^ 2 = βaβ ^ 2 * βbβ ^ 2 - Orientation.areaForm_to_volumeForm π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.areaForm x) y = o.volumeForm ![x, y] - Orientation.inner_rightAngleRotationAuxβ_left π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β (o.rightAngleRotationAuxβ x) y = (o.areaForm x) y - Orientation.inner_rightAngleRotationAuxβ_right π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β x (o.rightAngleRotationAuxβ y) = -(o.areaForm x) y - Orientation.rightAngleRotation_neg_orientation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : (-o).rightAngleRotation x = -o.rightAngleRotation x - Orientation.areaForm_rightAngleRotation_right π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.areaForm x) (o.rightAngleRotation y) = inner β x y - Orientation.inner_rightAngleRotation_left π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β (o.rightAngleRotation x) y = (o.areaForm x) y - Orientation.areaForm_rightAngleRotation_left π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.areaForm (o.rightAngleRotation x)) y = -inner β x y - Orientation.inner_rightAngleRotation_right π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : inner β x (o.rightAngleRotation y) = -(o.areaForm x) y - Orientation.areaForm_neg_orientation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : (-o).areaForm = -o.areaForm - Orientation.norm_kahler π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : β(o.kahler x) yβ = βxβ * βyβ - Orientation.kahler_apply_self π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : (o.kahler x) x = ββxβ ^ 2 - Orientation.areaForm_swap π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.areaForm x) y = -(o.areaForm y) x - Orientation.kahler_ne_zero π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {x y : E} (hx : x β 0) (hy : y β 0) : (o.kahler x) y β 0 - Orientation.eq_zero_or_eq_zero_of_kahler_eq_zero π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {x y : E} (hx : (o.kahler x) y = 0) : x = 0 β¨ y = 0 - Orientation.kahler_eq_zero_iff π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler x) y = 0 β x = 0 β¨ y = 0 - Orientation.kahler_ne_zero_iff π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler x) y β 0 β x β 0 β§ y β 0 - Orientation.normSq_kahler π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : Complex.normSq ((o.kahler x) y) = βxβ ^ 2 * βyβ ^ 2 - Orientation.inner_mul_inner_add_areaForm_mul_areaForm π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (a x y : E) : inner β a x * inner β a y + (o.areaForm a) x * (o.areaForm a) y = βaβ ^ 2 * inner β x y - Orientation.rightAngleRotation_map' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {F : Type u_2} [NormedAddCommGroup F] [InnerProductSpace β F] [Fact (Module.finrank β F = 2)] (Ο : E ββα΅’[β] F) : ((Orientation.map (Fin 2) Ο.toLinearEquiv) o).rightAngleRotation = (Ο.symm.trans o.rightAngleRotation).trans Ο - Orientation.areaForm_comp_rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.areaForm (o.rightAngleRotation x)) (o.rightAngleRotation y) = (o.areaForm x) y - Orientation.linearIsometryEquiv_comp_rightAngleRotation' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (Ο : E ββα΅’[β] E) (hΟ : 0 < LinearMap.det βΟ.toLinearEquiv) : o.rightAngleRotation.trans Ο = Ο.trans o.rightAngleRotation - Orientation.kahler_apply_apply π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler x) y = β(inner β x y) + (o.areaForm x) y β’ Complex.I - Orientation.inner_mul_areaForm_sub π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (a x y : E) : inner β a x * (o.areaForm a) y - (o.areaForm a) x * inner β a y = βaβ ^ 2 * (o.areaForm x) y - Orientation.rightAngleRotation_map π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {F : Type u_2} [NormedAddCommGroup F] [InnerProductSpace β F] [hF : Fact (Module.finrank β F = 2)] (Ο : E ββα΅’[β] F) (x : F) : ((Orientation.map (Fin 2) Ο.toLinearEquiv) o).rightAngleRotation x = Ο (o.rightAngleRotation (Ο.symm x)) - Orientation.rightAngleRotation_map_complex π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (f : E ββα΅’[β] β) (hf : (Orientation.map (Fin 2) f.toLinearEquiv) o = Complex.orientation) (x : E) : f (o.rightAngleRotation x) = Complex.I * f x - Orientation.kahler_comp_rightAngleRotation' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : -(Complex.I * (Complex.I * (o.kahler x) y)) = (o.kahler x) y - Orientation.kahler_swap π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler x) y = (starRingEnd β) ((o.kahler y) x) - Orientation.linearIsometryEquiv_comp_rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (Ο : E ββα΅’[β] E) (hΟ : 0 < LinearMap.det βΟ.toLinearEquiv) (x : E) : Ο (o.rightAngleRotation x) = o.rightAngleRotation (Ο x) - Orientation.areaForm_map_complex π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (f : E ββα΅’[β] β) (hf : (Orientation.map (Fin 2) f.toLinearEquiv) o = Complex.orientation) (x y : E) : (o.areaForm x) y = ((starRingEnd β) (f x) * f y).im - Orientation.kahler_rightAngleRotation_right π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler x) (o.rightAngleRotation y) = Complex.I * (o.kahler x) y - Orientation.kahler_rightAngleRotation_left π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler (o.rightAngleRotation x)) y = -Complex.I * (o.kahler x) y - Orientation.kahler_neg_orientation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : ((-o).kahler x) y = (starRingEnd β) ((o.kahler x) y) - Orientation.areaForm_map π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {F : Type u_2} [NormedAddCommGroup F] [InnerProductSpace β F] [hF : Fact (Module.finrank β F = 2)] (Ο : E ββα΅’[β] F) (x y : F) : (((Orientation.map (Fin 2) Ο.toLinearEquiv) o).areaForm x) y = (o.areaForm (Ο.symm x)) (Ο.symm y) - Orientation.kahler_comp_rightAngleRotation π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x y : E) : (o.kahler (o.rightAngleRotation x)) (o.rightAngleRotation y) = (o.kahler x) y - Orientation.areaForm_comp_linearIsometryEquiv π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (Ο : E ββα΅’[β] E) (hΟ : 0 < LinearMap.det βΟ.toLinearEquiv) (x y : E) : (o.areaForm (Ο x)) (Ο y) = (o.areaForm x) y - Orientation.kahler_map_complex π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (f : E ββα΅’[β] β) (hf : (Orientation.map (Fin 2) f.toLinearEquiv) o = Complex.orientation) (x y : E) : (o.kahler x) y = f y * (starRingEnd β) (f x) - Orientation.kahler_mul π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (a x y : E) : (o.kahler x) a * (o.kahler a) y = ββaβ ^ 2 * (o.kahler x) y - Orientation.rightAngleRotationAuxβ_def π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : o.rightAngleRotationAuxβ = have to_dual := (InnerProductSpace.toDual β E).toLinearEquiv βͺβ«β LinearMap.toContinuousLinearMap.symm; βto_dual.symm ββ o.areaForm - Orientation.kahler_map π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) {F : Type u_2} [NormedAddCommGroup F] [InnerProductSpace β F] [hF : Fact (Module.finrank β F = 2)] (Ο : E ββα΅’[β] F) (x y : F) : (((Orientation.map (Fin 2) Ο.toLinearEquiv) o).kahler x) y = (o.kahler (Ο.symm x)) (Ο.symm y) - Orientation.kahler_comp_linearIsometryEquiv π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (Ο : E ββα΅’[β] E) (hΟ : 0 < LinearMap.det βΟ.toLinearEquiv) (x y : E) : (o.kahler (Ο x)) (Ο y) = (o.kahler x) y - Orientation.inner_mul_areaForm_sub' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (a x : E) : inner β a x β’ o.areaForm a - (o.areaForm a) x β’ (innerββ β) a = βaβ ^ 2 β’ o.areaForm x - Orientation.inner_mul_inner_add_areaForm_mul_areaForm' π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (a x : E) : inner β a x β’ (innerββ β) a + (o.areaForm a) x β’ o.areaForm a = βaβ ^ 2 β’ (innerββ β) x - Orientation.areaForm'_apply π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) (x : E) : o.areaForm' x = LinearMap.toContinuousLinearMap (o.areaForm x) - Orientation.areaForm_def π Mathlib.Analysis.InnerProductSpace.TwoDim
{E : Type u_2} [NormedAddCommGroup E] [InnerProductSpace β E] [Fact (Module.finrank β E = 2)] (o : Orientation β E (Fin 2)) : o.areaForm = have z := AlternatingMap.constLinearEquivOfIsEmpty.symm; have y := (LinearMap.llcomp β E (E [β^Fin 0]ββ[β] β) β) βz ββ AlternatingMap.curryLeftLinearMap; y ββ AlternatingMap.curryLeftLinearMap o.volumeForm - Orientation.oangle π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : Real.Angle - Orientation.ne_of_oangle_eq_pi π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = βReal.pi) : x β y - Orientation.ne_of_oangle_sign_eq_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = 1) : x β y - Orientation.ne_of_oangle_sign_ne_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign β 0) : x β y - Orientation.oangle_eq_pi_iff_angle_eq_pi π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} : o.oangle x y = βReal.pi β InnerProductGeometry.angle x y = Real.pi - Orientation.ne_of_oangle_sign_eq_neg_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = -1) : x β y - Orientation.oangle_eq_pi_iff_oangle_rev_eq_pi π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} : o.oangle x y = βReal.pi β o.oangle y x = βReal.pi - Orientation.oangle_self π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x : V) : o.oangle x x = 0 - Orientation.ne_of_oangle_ne_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y β 0) : x β y - Orientation.left_ne_zero_of_oangle_eq_pi π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = βReal.pi) : x β 0 - Orientation.oangle_rev π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : o.oangle y x = -o.oangle x y - Orientation.right_ne_zero_of_oangle_eq_pi π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = βReal.pi) : y β 0 - Orientation.oangle_eq_angle_of_sign_eq_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = 1) : o.oangle x y = β(InnerProductGeometry.angle x y) - Orientation.oangle_sign_sub_left π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle (x - y) y).sign = (o.oangle x y).sign - Orientation.oangle_sign_sub_left_swap π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle (x - y) x).sign = (o.oangle x y).sign - Orientation.oangle_sign_sub_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle x (y - x)).sign = (o.oangle x y).sign - Orientation.oangle_sign_sub_right_swap π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle y (y - x)).sign = (o.oangle x y).sign - Orientation.left_ne_zero_of_oangle_sign_eq_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = 1) : x β 0 - Orientation.left_ne_zero_of_oangle_sign_ne_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign β 0) : x β 0 - Orientation.oangle_sign_add_left π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle (x + y) y).sign = (o.oangle x y).sign - Orientation.oangle_sign_add_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle x (x + y)).sign = (o.oangle x y).sign - Orientation.oangle_sign_neg_left π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle (-x) y).sign = -(o.oangle x y).sign - Orientation.oangle_sign_neg_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle x (-y)).sign = -(o.oangle x y).sign - Orientation.right_ne_zero_of_oangle_sign_eq_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = 1) : y β 0 - Orientation.right_ne_zero_of_oangle_sign_ne_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign β 0) : y β 0 - Orientation.oangle_sign_sub_left_eq_neg π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle (y - x) y).sign = -(o.oangle x y).sign - Orientation.oangle_sign_sub_right_eq_neg π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : (o.oangle x (x - y)).sign = -(o.oangle x y).sign - Orientation.left_ne_zero_of_oangle_sign_eq_neg_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = -1) : x β 0 - Orientation.right_ne_zero_of_oangle_sign_eq_neg_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = -1) : y β 0 - Orientation.ne_of_oangle_eq_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(Real.pi / 2)) : x β y - Orientation.oangle_zero_left π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x : V) : o.oangle 0 x = 0 - Orientation.oangle_zero_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x : V) : o.oangle x 0 = 0 - Orientation.eq_iff_norm_eq_of_oangle_eq_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = 0) : x = y β βxβ = βyβ - Orientation.eq_iff_oangle_eq_zero_of_norm_eq π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : βxβ = βyβ) : x = y β o.oangle x y = 0 - Orientation.ne_of_oangle_eq_neg_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(-Real.pi / 2)) : x β y - Orientation.oangle_neg_self_left π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x : V} (hx : x β 0) : o.oangle (-x) x = βReal.pi - Orientation.oangle_neg_self_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x : V} (hx : x β 0) : o.oangle x (-x) = βReal.pi - Orientation.eq_iff_norm_eq_and_oangle_eq_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : x = y β βxβ = βyβ β§ o.oangle x y = 0 - Orientation.oangle_neg_left_eq_neg_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : o.oangle (-x) y = o.oangle x (-y) - Orientation.oangle_neg_neg π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : o.oangle (-x) (-y) = o.oangle x y - Orientation.left_ne_zero_of_oangle_ne_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y β 0) : x β 0 - Orientation.right_ne_zero_of_oangle_ne_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y β 0) : y β 0 - Orientation.inner_eq_norm_mul_norm_mul_cos_oangle π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : inner β x y = βxβ * βyβ * (o.oangle x y).cos - Orientation.oangle_eq_neg_angle_of_sign_eq_neg_one π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : (o.oangle x y).sign = -1) : o.oangle x y = -β(InnerProductGeometry.angle x y) - Orientation.oangle_add_oangle_rev π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x y : V) : o.oangle x y + o.oangle y x = 0 - Orientation.oangle_eq_of_angle_eq_of_sign_eq π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {w x y z : V} (h : InnerProductGeometry.angle w x = InnerProductGeometry.angle y z) (hs : (o.oangle w x).sign = (o.oangle y z).sign) : o.oangle w x = o.oangle y z - Orientation.oangle_eq_zero_iff_oangle_rev_eq_zero π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} : o.oangle x y = 0 β o.oangle y x = 0 - Orientation.oangle_eq_zero_iff_sameRay π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} : o.oangle x y = 0 β SameRay β x y - Orientation.cos_oangle_eq_cos_angle π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{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) : (o.oangle x y).cos = Real.cos (InnerProductGeometry.angle x y) - Orientation.inner_eq_zero_of_oangle_eq_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(Real.pi / 2)) : inner β x y = 0 - Orientation.inner_rev_eq_zero_of_oangle_eq_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(Real.pi / 2)) : inner β y x = 0 - Orientation.left_ne_zero_of_oangle_eq_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(Real.pi / 2)) : x β 0 - Orientation.right_ne_zero_of_oangle_eq_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(Real.pi / 2)) : y β 0 - Orientation.angle_eq_abs_oangle_toReal π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{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) : InnerProductGeometry.angle x y = |(o.oangle x y).toReal| - Orientation.inner_eq_zero_of_oangle_eq_neg_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(-Real.pi / 2)) : inner β x y = 0 - Orientation.inner_rev_eq_zero_of_oangle_eq_neg_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(-Real.pi / 2)) : inner β y x = 0 - Orientation.left_ne_zero_of_oangle_eq_neg_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(-Real.pi / 2)) : x β 0 - Orientation.oangle_sub_eq_oangle_sub_rev_of_norm_eq π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : βxβ = βyβ) : o.oangle x (x - y) = o.oangle (y - x) y - Orientation.right_ne_zero_of_oangle_eq_neg_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : o.oangle x y = β(-Real.pi / 2)) : y β 0 - Orientation.two_zsmul_oangle_neg_self_left π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x : V) : 2 β’ o.oangle (-x) x = 0 - Orientation.two_zsmul_oangle_neg_self_right π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) (x : V) : 2 β’ o.oangle x (-x) = 0 - Orientation.oangle_eq_neg_of_angle_eq_of_sign_eq_neg π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {w x y z : V} (h : InnerProductGeometry.angle w x = InnerProductGeometry.angle y z) (hs : (o.oangle w x).sign = -(o.oangle y z).sign) : o.oangle w x = -o.oangle y z - Orientation.abs_oangle_sub_left_toReal_lt_pi_div_two π Mathlib.Geometry.Euclidean.Angle.Oriented.Basic
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace β V] [Fact (Module.finrank β V = 2)] (o : Orientation β V (Fin 2)) {x y : V} (h : βxβ = βyβ) : |(o.oangle (y - x) y).toReal| < Real.pi / 2
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
πReal.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
π"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
π_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
πReal.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
π(?a -> ?b) -> List ?a -> List ?b
πList ?a -> (?a -> ?b) -> List ?bBy main conclusion:
π|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allβandβ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
π|- _ < _ β tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
β’ (_ : Type _)finds all definitions which provide data whileβ’ (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
π Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ β _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59