Theorems · Theorem · linear algebra
Module.Dual.eq_of_preReflection_mapsTo
∀ {R : Type u_1} {M : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] [CharZero R]
[IsDomain R] [Module.IsTorsionFree R M] {x : M} {Φ : Set M},
Φ.Finite →
Submodule.span R Φ = ⊤ →
∀ {f g : Module.Dual R M},
f x = 2 →
Set.MapsTo (⇑(Module.preReflection x f)) Φ Φ → g x = 2 → Set.MapsTo (⇑(Module.preReflection x g)) Φ Φ → f = gSee also Module.Dual.eq_of_preReflection_mapsTo' for a variant of this lemma which
applies when Φ does not span.
This rather technical-looking lemma exists because it is exactly what is needed to establish various
uniqueness results for root data / systems. One might regard this lemma as lying at the boundary of
linear algebra and combinatorics since the finiteness assumption is the key.
- Defined in
- Mathlib.LinearAlgebra.Reflection
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
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
- Setstatement and proof · cited by 53,352
- 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
- LinearMapproof · cited by 10,215
- Top.topstatement and proof · cited by 9,680
- Submodulestatement · cited by 7,192
- LinearEquivproof · cited by 3,317
- add_zeroproof · cited by 2,707
- IsDomainstatement and proof · cited by 2,196
Cited by2
Results whose statement or proof uses this declaration.
- Module.Dual.eq_of_preReflection_mapsTo'proof · cited by 1
- RootPairing.IsRootSystem.extproof · cited by 0