affineSpan_induction
∀ {k : Type u_1} {V : Type u_2} {P : Type u_3} [inst : Ring k] [inst_1 : AddCommGroup V] [inst_2 : Module k V]
[inst_3 : AddTorsor V P] {x : P} {s : Set P} {p : P → Prop},
x ∈ affineSpan k s → (∀ x ∈ s, p x) → (∀ (c : k) (u v w : P), p u → p v → p w → p (c • (u -ᵥ v) +ᵥ w)) → p xAn induction principle for span membership. If p holds for all elements of s and is
preserved under certain affine combinations, then p holds for all elements of the span of s.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- AddCommGroupstatement and proof · cited by 12,871
- Ringstatement and proof · cited by 7,463
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddTorsorstatement and proof · cited by 1,657
- AffineSubspacestatement · cited by 871
- VSub.vsubstatement and proof · cited by 817
- affineSpanstatement and proof · cited by 417
- affineSpan_leproof · cited by 9
Cited by1
Results whose statement or proof uses this declaration.
- affineSpan_induction'proof · cited by 2