Mathlib Map

Theorems · Theorem · linear algebra

Submodule.span_induction

∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {s : Set M}
  {p : (x : M) → x ∈ Submodule.span R s → Prop},
  (∀ (x : M) (h : x ∈ s), p x ⋯) →
    p 0 ⋯ →
      (∀ (x y : M) (hx : x ∈ Submodule.span R s) (hy : y ∈ Submodule.span R s), p x hx → p y hy → p (x + y) ⋯) →
        (∀ (a : R) (x : M) (hx : x ∈ Submodule.span R s), p x hx → p (a • x) ⋯) →
          ∀ {x : M} (hx : x ∈ Submodule.span R s), p x hx

An induction principle for span membership. If p holds for 0 and all elements of s, and is preserved under addition and scalar multiplication, then p holds for all elements of the span of s.

Defined in
Mathlib.LinearAlgebra.Span.Defs
Cited by
77 results in Mathlib
Foundations
Depth 25 from the axioms · uses propext, Quot.sound
Assumes
SemiringAddCommMonoidModule

Around this declaration

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

Submodule.mem_sup · cited by 73Submodule.mem_supSubmodule.mem_span_singleton · cited by 61Submodule.mem_span_single…Submodule.restrictScalars_span · cited by 12Submodule.restrictScalars…LieSubmodule.lieIdeal_oper_eq_linear_span · cited by 9LieSubmodule.lieIdeal_ope…KaehlerDifferential.span_range_derivation · cited by 7KaehlerDifferential.span_…Submodule.mem_span_finite_of_mem_span · cited by 6Submodule.mem_span_finite…PointedCone.dual_hull · cited by 6PointedCone.dual_hullSubmodule.map₂_span_span · cited by 6Submodule.map₂_span_spanIdeal.mem_image_of_mem_map_of_surjective · cited by 6Ideal.mem_image_of_mem_ma…Ideal.mem_map_C_iff · cited by 6Ideal.mem_map_C_iffDerivation.liftKaehlerDifferential_unique · cited by 5Derivation.liftKaehlerDif…Submodule.span_int_eq_addSubgroupClosure · cited by 5Submodule.span_int_eq_add…Dense.eq_zero_of_inner_left · cited by 4Dense.eq_zero_of_inner_le…Submodule.span_induction₂ · cited by 4Submodule.span_induction₂Submodule.span_smul_span · cited by 4Submodule.span_smul_spanSet · cited by 53352SetModule · cited by 20661ModuleSemiring · cited by 13802SemiringAddCommMonoid · cited by 12281AddCommMonoidSubmodule · cited by 7192SubmoduleSet.ofPred · cited by 6101Set.ofPredSubmodule.span · cited by 1504Submodule.spanSubmodule.subset_span · cited by 234Submodule.subset_spanSubmodule.smul_mem · cited by 204Submodule.smul_memSubmodule.span_le · cited by 164Submodule.span_leSubmodule.add_mem · cited by 75Submodule.add_memSubmodule.zero_mem · cited by 58Submodule.zero_memSubmodule.span_inductionCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by77

Results whose statement or proof uses this declaration.