Mathlib Map

Theorems · Theorem · nonassociative algebras

RootPairing.ext

∀ {ι : Type u_1} {R : Type u_2} {M : Type u_3} {N : Type u_4} [inst : CommRing R] [inst_1 : AddCommGroup M]
  [inst_2 : Module R M] [inst_3 : AddCommGroup N] [inst_4 : Module R N] [Finite ι] [CharZero R] [IsDomain R]
  [Module.IsTorsionFree R M] {P₁ P₂ : RootPairing ι R M N},
  P₁.toLinearMap = P₂.toLinearMap → P₁.root = P₂.root → Set.range ⇑P₁.coroot = Set.range ⇑P₂.coroot → P₁ = P₂

In characteristic zero if there is no torsion, the correspondence between roots and coroots is unique. Formally, the point is that the hypothesis hc depends only on the range of the coroot mappings.

Defined in
Mathlib.LinearAlgebra.RootSystem.Basic
Cited by
2 results in Mathlib
Foundations
Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleAddCommGroupModuleFiniteCharZeroIsDomainModule.IsTorsionFree

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites36

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 · 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
  • LinearMapstatement and proof · cited by 10,215
  • Equivproof · cited by 8,337
  • Set.rangestatement and proof · cited by 4,705
  • Finitestatement and proof · cited by 3,029
  • IsDomainstatement and proof · cited by 2,196
  • Function.Embeddingstatement and proof · cited by 988

Cited by2

Results whose statement or proof uses this declaration.