Mathlib Map

Theorems · Theorem · linear algebra

Module.Basis.orientation_comp_linearEquiv_eq_iff_det_pos

∀ {R : Type u_1} [inst : CommRing R] [inst_1 : LinearOrder R] [inst_2 : IsStrictOrderedRing R] {M : Type u_2}
  [inst_3 : AddCommGroup M] [inst_4 : Module R M] {ι : Type u_3} [inst_5 : Fintype ι] [inst_6 : DecidableEq ι]
  (e : Module.Basis ι R M) (f : M ≃ₗ[R] M), (e.map f).orientation = e.orientation ↔ 0 < LinearMap.det ↑f

Composing a basis with a linear equiv gives the same orientation if and only if the determinant is positive.

Defined in
Mathlib.LinearAlgebra.Orientation
Cited by
0 results in Mathlib
Foundations
Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingLinearOrderIsStrictOrderedRingAddCommGroupModuleFintypeDecidableEq

Around this declaration

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

Cites25

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.