vectorSpan_image_eq_span_vsub_set_right_ne
∀ (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] {ι : Type u_4} (p : ι → P) {s : Set ι} {i : ι},
i ∈ s → vectorSpan k (p '' s) = Submodule.span k ((fun x => x -ᵥ p i) '' p '' (s \ {i}))The vectorSpan of the image of a function is the span of the pairwise subtractions with a
given point on the right, excluding the subtraction of that point from itself.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Submodulestatement and proof · cited by 7,192
- Set.imagestatement and proof · cited by 5,609
- AddTorsorstatement and proof · cited by 1,657
- Submodule.spanstatement and proof · cited by 1,504
- VSub.vsubstatement and proof · cited by 817
- Set.mem_image_of_memproof · cited by 371
- vectorSpanstatement and proof · cited by 123
- Set.insert_eq_of_memproof · cited by 118
Cited by1
Results whose statement or proof uses this declaration.
- vectorSpan_range_eq_span_range_vsub_right_neproof · cited by 2