Mathlib Map

Theorems · Theorem · geometry

AffineMap.lineMap_apply_module

∀ {k : Type u_1} {V1 : Type u_2} [inst : Ring k] [inst_1 : AddCommGroup V1] [inst_2 : Module k V1] (p₀ p₁ : V1) (c : k),
  (AffineMap.lineMap p₀ p₁) c = (1 - c) • p₀ + c • p₁
Defined in
Mathlib.LinearAlgebra.AffineSpace.AffineMap
Cited by
16 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Quot.sound
Assumes
RingAddCommGroupModule

Around this declaration

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

Cites9

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

Cited by16

Results whose statement or proof uses this declaration.