Theorems · Theorem · nonassociative algebras
LieSubalgebra.lieSpan_induction
∀ (R : Type u) {L : Type v} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : LieAlgebra R L] {s : Set L}
{p : (x : L) → x ∈ LieSubalgebra.lieSpan R L s → Prop},
(∀ (x : L) (h : x ∈ s), p x ⋯) →
p 0 ⋯ →
(∀ (x y : L) (hx : x ∈ LieSubalgebra.lieSpan R L s) (hy : y ∈ LieSubalgebra.lieSpan R L s),
p x hx → p y hy → p (x + y) ⋯) →
(∀ (a : R) (x : L) (hx : x ∈ LieSubalgebra.lieSpan R L s), p x hx → p (a • x) ⋯) →
∀ {x : L},
(∀ (x y : L) (hx : x ∈ LieSubalgebra.lieSpan R L s) (hy : y ∈ LieSubalgebra.lieSpan R L s),
p x hx → p y hy → p ⁅x, y⁆ ⋯) →
∀ (hx : x ∈ LieSubalgebra.lieSpan R L s), p x hxAn induction principle for span membership. If p holds for 0 and all elements of s, and is
preserved under addition, scalar multiplication and the Lie bracket, then p holds for all
elements of the Lie algebra spanned by s.
- Defined in
- Mathlib.Algebra.Lie.Subalgebra
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingLieRingLieAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- Set.ofPredproof · cited by 6,101
- LieRingstatement and proof · cited by 1,548
- LieAlgebrastatement and proof · cited by 1,246
- Bracket.bracketstatement and proof · cited by 642
- LieSubalgebrastatement and proof · cited by 418
- LieSubalgebra.lieSpanstatement and proof · cited by 33
- LieSubalgebra.subset_lieSpanstatement and proof · cited by 19
- LieSubalgebra.lie_memstatement and proof · cited by 10
- LieSubalgebra.lieSpan_leproof · cited by 7
- LieSubalgebra.smul_memstatement and proof · cited by 6
Cited by9
Results whose statement or proof uses this declaration.
- LieAlgebra.Basis.iSup_cartan_borelLower_borelUpper_eq_topproof · cited by 4
- LieSubalgebra.isLieAbelian_lieSpan_iffproof · cited by 1
- LieAlgebra.Basis.borelUpper_le_biSupproof · cited by 1
- LieAlgebra.trace_toEnd_eq_zeroproof · cited by 1
- LieDerivation.eqOn_lieSpanproof · cited by 1
- RootPairing.GeckConstruction.ωConj_mem_of_memproof · cited by 0
- LieSubalgebra.comap_lieSpan_range_eqproof · cited by 0
- LieSubalgebra.lieSpan_lieSpan_coe_preimageproof · cited by 0
- LieSubalgebra.lieSpan_negproof · cited by 0