Theorems · Theorem · nonassociative algebras
RootPairing.Base.exists_root_eq_sum_nat_or_neg
∀ {ι : 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] {P : RootPairing ι R M N} (b : P.Base) (i : ι),
∃ f,
Function.support f ⊆ ↑b.support ∧
(P.root i = ∑ j ∈ b.support, f j • P.root j ∨ P.root i = -∑ j ∈ b.support, f j • P.root j)- Defined in
- Mathlib.LinearAlgebra.RootSystem.Base
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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
- CommRingstatement and proof · cited by 17,173
- Finsetstatement · cited by 13,712
- AddCommGroupstatement and proof · cited by 12,871
- SetLike.coestatement and proof · cited by 8,199
- Set.imageproof · cited by 5,609
- Finset.sumstatement and proof · cited by 5,195
- LE.le.transproof · cited by 3,151
- Finset.sum_congrproof · cited by 2,323
- one_smulproof · cited by 1,374
Cited by1
Results whose statement or proof uses this declaration.
- RootPairing.Base.exists_root_eq_sum_intproof · cited by 7