Theorems · Theorem · linear algebra
Module.reflection_reflection_iterate
∀ {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} {y : M} {g : Module.Dual R M} (hfx : f x = 2) (hgy : g y = 2),
f y * g x = 4 → ∀ (n : ℕ), (⇑(Module.reflection hgy ≪≫ₗ Module.reflection hfx))^[n] y = y + n • (f y • x - 2 • y)Composite of reflections in "parallel" hyperplanes is a shear (special case).
- Defined in
- Mathlib.LinearAlgebra.Reflection
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 41 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.
Cites29
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- LinearEquivstatement · cited by 3,317
- add_zeroproof · cited by 2,707
- map_addproof · cited by 964
- Nat.iteratestatement and proof · cited by 740
- Module.Dualstatement and proof · cited by 583
- map_smulproof · cited by 566
- map_subproof · cited by 565
Cited by1
Results whose statement or proof uses this declaration.
- Module.infinite_range_reflection_reflection_iterate_iffproof · cited by 2