Theorems · Theorem · linear algebra
Module.reflection_mul_reflection_zpow_apply_self
∀ {R : Type u_1} {M : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {x y : M}
{f g : Module.Dual R M} (hf : f x = 2) (hg : g y = 2) (m : ℤ) (t : optParam R (f y * g x - 2)),
autoParam (t = f y * g x - 2) Module.reflection_mul_reflection_zpow_apply_self._auto_1 →
((Module.reflection hf * Module.reflection hg) ^ m) x =
(Polynomial.eval t (Polynomial.Chebyshev.S R m) + Polynomial.eval t (Polynomial.Chebyshev.S R (m - 1))) • x +
(Polynomial.eval t (Polynomial.Chebyshev.S R (m - 1)) * -g x) • yA formula for $(r_1 r_2)^m x$, where $m$ is an integer. This is the special case of
Module.reflection_mul_reflection_zpow_apply with $z = x$.
- Defined in
- Mathlib.LinearAlgebra.Reflection
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 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.
Cites50
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 and proof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Algebra.algebraMapproof · cited by 4,706
- mul_oneproof · cited by 3,885
- LinearEquivstatement and proof · cited by 3,317
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- Polynomial.Xproof · cited by 1,639
Cited by2
Results whose statement or proof uses this declaration.
- Module.reflection_mul_reflection_mul_reflection_zpow_apply_selfproof · cited by 1
- Module.reflection_mul_reflection_pow_apply_selfproof · cited by 0