collinear_iff_of_mem
∀ {k : Type u_1} {V : Type u_2} {P : Type u_3} [inst : DivisionRing k] [inst_1 : AddCommGroup V] [inst_2 : Module k V]
[inst_3 : AddTorsor V P] {s : Set P} {p₀ : P}, p₀ ∈ s → (Collinear k s ↔ ∃ v, ∀ p ∈ s, ∃ r, p = r • v +ᵥ p₀)Given a point p₀ in a set of points, that set is collinear if and
only if the points can all be expressed as multiples of the same
vector, added to p₀.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 121 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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
- Submoduleproof · cited by 7,192
- Set.imageproof · cited by 5,609
- HVAdd.hVAddstatement and proof · cited by 1,820
- AddTorsorstatement and proof · cited by 1,657
- Submodule.spanproof · cited by 1,504
- DivisionRingstatement and proof · cited by 1,062
- VSub.vsubproof · cited by 817
- SetLike.mem_coeproof · cited by 302
- Submodule.span_leproof · cited by 164
Cited by4
Results whose statement or proof uses this declaration.
- Collinear.mem_affineSpan_of_mem_of_neproof · cited by 7
- Collinear.wbtw_or_wbtw_or_wbtwproof · cited by 3
- EuclideanGeometry.Cospherical.affineIndependentproof · cited by 2
- collinear_iff_exists_forall_eq_smul_vaddproof · cited by 1