Mathlib Map

Theorems · Theorem · convex and discrete geometry

vectorSpan_segment

∀ {R : Type u_1} {E : Type u_3} [inst : Field R] [inst_1 : AddCommGroup E] [inst_2 : Module R E]
  [inst_3 : LinearOrder R] [IsStrictOrderedRing R] {p₁ p₂ : E}, vectorSpan R (segment R p₁ p₂) = R ∙ (p₂ -ᵥ p₁)

The vectorSpan of a segment is the span of the difference of its endpoints.

Defined in
Mathlib.Analysis.Convex.Combination
Cited by
1 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldAddCommGroupModuleLinearOrderIsStrictOrderedRing

Around this declaration

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

Cites20

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

Cited by1

Results whose statement or proof uses this declaration.