Mathlib Map

Theorems · Definition · linear algebra

Orientation.map

{R : Type u_1} →
  [inst : CommSemiring R] →
    [inst_1 : PartialOrder R] →
      [inst_2 : IsStrictOrderedRing R] →
        {M : Type u_2} →
          [inst_3 : AddCommMonoid M] →
            [inst_4 : Module R M] →
              {N : Type u_3} →
                [inst_5 : AddCommMonoid N] →
                  [inst_6 : Module R N] → (ι : Type u_4) → (M ≃ₗ[R] N) → Orientation R M ι ≃ Orientation R N ι

An equivalence between modules implies an equivalence between orientations.

Defined in
Mathlib.LinearAlgebra.Orientation
Cited by
26 results in Mathlib
Foundations
Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringPartialOrderIsStrictOrderedRingAddCommMonoidModuleAddCommMonoidModule

Around this declaration

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

Orientation.rightAngleRotation_map · cited by 4Orientation.rightAngleRot…Orientation.areaForm_map · cited by 4Orientation.areaForm_mapOrientation.map_eq_iff_det_pos · cited by 3Orientation.map_eq_iff_de…Module.Basis.map_orientation_eq_det_inv_smul · cited by 3Basis.map_orientation_eq_…Module.Basis.orientation_map · cited by 3Basis.orientation_mapOrientation.linearIsometryEquiv_comp_rightAngleRotation · cited by 2Orientation.linearIsometr…Orientation.map_apply · cited by 2Orientation.map_applyOrientation.map_eq_det_inv_smul · cited by 2Orientation.map_eq_det_in…Orientation.map_of_isEmpty · cited by 2Orientation.map_of_isEmptyOrientation.volumeForm_map · cited by 2Orientation.volumeForm_mapOrientation.kahler_map · cited by 2Orientation.kahler_mapOrientation.map_neg · cited by 1Orientation.map_negOrientation.oangle_map · cited by 1Orientation.oangle_mapOrientation.areaForm_comp_linearIsometryEquiv · cited by 1Orientation.areaForm_comp…Orientation.rotation_map · cited by 1Orientation.rotation_mapModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringEquiv · cited by 8337EquivPartialOrder · cited by 6410PartialOrderLinearEquiv · cited by 3317LinearEquivIsStrictOrderedRing · cited by 2490IsStrictOrderedRingOrientation · cited by 360OrientationModule.Ray.map · cited by 7Ray.mapAlternatingMap.domLCongr · cited by 6AlternatingMap.domLCongrOrientation.mapCITED BYCITES

Cites11

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

Cited by26

Results whose statement or proof uses this declaration.