Mathlib Map

Theorems · Definition · linear algebra

Module.reflection

{R : Type u_1} →
  {M : Type u_2} →
    [inst : CommRing R] →
      [inst_1 : AddCommGroup M] → [inst_2 : Module R M] → {x : M} → {f : Module.Dual R M} → f x = 2 → M ≃ₗ[R] M

Given an element x in a module M and a linear form f on M for which f x = 2, we define the endomorphism of M for which y ↦ y - (f y) • x. It is an involutive endomorphism of M fixing the kernel of f for which x ↦ -x.

Defined in
Mathlib.LinearAlgebra.Reflection
Cited by
25 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModule

Around this declaration

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

RootPairing.reflection · cited by 79RootPairing.reflectionRootPairing.coreflection · cited by 28RootPairing.coreflectionModule.reflection_apply · cited by 8Module.reflection_applyModule.involutive_reflection · cited by 3Module.involutive_reflect…Module.bijOn_reflection_of_mapsTo · cited by 3Module.bijOn_reflection_o…Module.reflection_apply_self · cited by 3Module.reflection_apply_s…Module.eq_of_mapsTo_reflection_of_mem · cited by 2Module.eq_of_mapsTo_refle…Module.Dual.eq_of_preReflection_mapsTo · cited by 2Dual.eq_of_preReflection_…Module.infinite_range_reflection_reflection_iterate_iff · cited by 2Module.infinite_range_ref…Submodule.mem_invtSubmodule_reflection_iff · cited by 2Submodule.mem_invtSubmodu…Module.reflection_inv · cited by 2Module.reflection_invModule.reflection_mul_reflection_pow_apply · cited by 2Module.reflection_mul_ref…Module.reflection_mul_reflection_zpow_apply_self · cited by 2Module.reflection_mul_ref…Module.reflection_reflection_iterate · cited by 1Module.reflection_reflect…LinearMap.IsReflective.isOrthogonal_reflection · cited by 1IsReflective.isOrthogonal…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearEquiv · cited by 3317LinearEquivEquiv.Perm · cited by 1375Equiv.PermModule.End · cited by 774Module.EndModule.Dual · cited by 583Module.DualEquiv.invFun · cited by 163Equiv.invFunEquiv.right_inv · cited by 68Equiv.right_invEquiv.left_inv · cited by 59Equiv.left_invFunction.Involutive.toPerm · cited by 16Involutive.toPermModule.preReflection · cited by 14Module.preReflectionModule.involutive_preReflection · cited by 1Module.involutive_preRefl…Module.reflectionCITED BYCITES

Cites15

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

Cited by28

Results whose statement or proof uses this declaration.