Theorems · Theorem · nonassociative algebras
LieSubmodule.lieSpan_induction
∀ (R : Type u) (L : Type v) {M : Type w} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : AddCommGroup M]
[inst_3 : Module R M] [inst_4 : LieRingModule L M] {s : Set M} {p : (x : M) → x ∈ LieSubmodule.lieSpan R L s → Prop},
(∀ (x : M) (h : x ∈ s), p x ⋯) →
p 0 ⋯ →
(∀ (x y : M) (hx : x ∈ LieSubmodule.lieSpan R L s) (hy : y ∈ LieSubmodule.lieSpan R L s),
p x hx → p y hy → p (x + y) ⋯) →
(∀ (a : R) (x : M) (hx : x ∈ LieSubmodule.lieSpan R L s), p x hx → p (a • x) ⋯) →
∀ {x : M},
(∀ (x : L) (y : M) (hy : y ∈ LieSubmodule.lieSpan R L s), p y hy → p ⁅x, y⁆ ⋯) →
∀ (hx : x ∈ LieSubmodule.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 submodule spanned by s.
- Defined in
- Mathlib.Algebra.Lie.Submodule
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, 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.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Set.ofPredproof · cited by 6,101
- LieRingstatement and proof · cited by 1,548
- LieRingModulestatement and proof · cited by 727
- Bracket.bracketstatement and proof · cited by 642
- LieSubmodulestatement and proof · cited by 489
- AddMemClass.add_memstatement and proof · cited by 229
- SMulMemClass.smul_memstatement and proof · cited by 55
- LieSubmodule.lie_memstatement and proof · cited by 23
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.