Theorems · Definition · linear algebra
Module.preReflection
{R : Type u_1} →
{M : Type u_2} →
[inst : CommRing R] → [inst_1 : AddCommGroup M] → [inst_2 : Module R M] → M → Module.Dual R M → Module.End R MGiven an element x in a module M and a linear form f on M, we define the endomorphism
of M for which y ↦ y - (f y) • x.
One is typically interested in this endomorphism when f x = 2; this definition exists to allow the
user defer discharging this proof obligation. See also Module.reflection.
- Defined in
- Mathlib.LinearAlgebra.Reflection
- Cited by
- 14 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext
- Assumes
- CommRingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Module.Endstatement · cited by 774
- LinearMap.idproof · cited by 625
- Module.Dualstatement and proof · cited by 583
- LinearMap.smulRightproof · cited by 54
Cited by18
Results whose statement or proof uses this declaration.
- Module.reflectionproof · cited by 25
- Module.preReflection_applystatement · cited by 5
- RootPairing.equiv_of_mapsTostatement and proof · cited by 3
- Module.eq_of_mapsTo_reflection_of_memstatement and proof · cited by 2
- Module.Dual.eq_of_preReflection_mapsTostatement and proof · cited by 2
- Module.Dual.eq_of_preReflection_mapsTo'statement and proof · cited by 1
- Module.injOn_dualMap_subtype_span_range_rangestatement and proof · cited by 1
- RootPairing.smul_coroot_eq_of_root_eq_smulproof · cited by 1
- RootPairing.mk''statement and proof · cited by 1
- Module.involutive_preReflectionstatement and proof · cited by 1
- Module.preReflection_apply_selfstatement · cited by 1
- RootPairing.equiv_of_mapsTo_applystatement and proof · cited by 0