Theorems · Theorem · nonassociative algebras
RootPairing.InvariantForm.mk.inj
∀ {ι : Type u_1} {R : Type u_2} {M : Type u_4} {N : Type u_5} {inst : CommRing R} {inst_1 : AddCommGroup M}
{inst_2 : Module R M} {inst_3 : AddCommGroup N} {inst_4 : Module R N} {P : RootPairing ι R M N}
{form : LinearMap.BilinForm R M} {symm : LinearMap.IsSymm form}
{ne_zero : ∀ (i : ι), (form (P.root i)) (P.root i) ≠ 0}
{isOrthogonal_reflection : ∀ (i : ι), LinearMap.IsOrthogonal form ⇑(P.reflection i)}
{form_1 : LinearMap.BilinForm R M} {symm_1 : LinearMap.IsSymm form_1}
{ne_zero_1 : ∀ (i : ι), (form_1 (P.root i)) (P.root i) ≠ 0}
{isOrthogonal_reflection_1 : ∀ (i : ι), LinearMap.IsOrthogonal form_1 ⇑(P.reflection i)},
{ form := form, symm := symm, ne_zero := ne_zero, isOrthogonal_reflection := isOrthogonal_reflection } =
{ form := form_1, symm := symm_1, ne_zero := ne_zero_1, isOrthogonal_reflection := isOrthogonal_reflection_1 } →
form = form_1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 48 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- LinearMapstatement · cited by 10,215
- LinearEquivstatement · cited by 3,317
- Function.Embeddingstatement · cited by 988
- RootPairingstatement and proof · cited by 710
- LinearMap.BilinFormstatement and proof · cited by 501
- RootPairing.rootstatement and proof · cited by 326
- RootPairing.reflectionstatement and proof · cited by 79
Cited by1
Results whose statement or proof uses this declaration.
- RootPairing.InvariantForm.mk.injEqproof · cited by 0