Theorems · Theorem · linear algebra
Module.Basis.adjustToOrientation_apply_eq_or_eq_neg
∀ {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 ι]
[inst_7 : Nonempty ι] (e : Module.Basis ι R M) (x : Orientation R M ι) (i : ι),
(e.adjustToOrientation x) i = e i ∨ (e.adjustToOrientation x) i = -e iEvery basis vector from adjust_to_orientation is either that from the original basis or its
negation.
- Defined in
- Mathlib.LinearAlgebra.Orientation
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearOrderstatement and proof · cited by 8,572
- Fintypestatement and proof · cited by 7,736
- Unitsproof · cited by 2,804
- IsStrictOrderedRingstatement and proof · cited by 2,490
- Module.Basisstatement and proof · cited by 1,477
- one_smulproof · cited by 1,374
- Function.updateproof · cited by 502
- Orientationstatement and proof · cited by 360
Cited by2
Results whose statement or proof uses this declaration.
- OrthonormalBasis.orthonormal_adjustToOrientationproof · cited by 1
- OrthonormalBasis.adjustToOrientation_apply_eq_or_eq_negproof · cited by 0