Mathlib Map

Theorems · Theorem · functional analysis

OrthonormalBasis.det_to_matrix_orthonormalBasis_of_same_orientation

∀ {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : InnerProductSpace ℝ E] {ι : Type u_2} [inst_2 : Fintype ι]
  [inst_3 : DecidableEq ι] (e f : OrthonormalBasis ι ℝ E),
  e.toBasis.orientation = f.toBasis.orientation → e.toBasis.det ⇑f = 1

The change-of-basis matrix between two orthonormal bases with the same orientation has determinant 1.

Defined in
Mathlib.Analysis.InnerProductSpace.Orientation
Cited by
1 results in Mathlib
Foundations
Depth 233 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupInnerProductSpaceFintypeDecidableEq

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites17

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

Cited by1

Results whose statement or proof uses this declaration.