Mathlib Map

Theorems · Definition · geometry

LinearMap.toAffineMap

{k : Type u_1} →
  {V₁ : Type u_2} →
    {V₂ : Type u_3} →
      [inst : Ring k] →
        [inst_1 : AddCommGroup V₁] →
          [inst_2 : Module k V₁] → [inst_3 : AddCommGroup V₂] → [inst_4 : Module k V₂] → (V₁ →ₗ[k] V₂) → V₁ →ᵃ[k] V₂

Reinterpret a linear map as an affine map.

Defined in
Mathlib.LinearAlgebra.AffineSpace.AffineMap
Cited by
16 results in Mathlib
Foundations
Depth 24 from the axioms · uses no axioms
Assumes
RingAddCommGroupModuleAddCommGroupModule

Around this declaration

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

Cites7

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

Cited by22

Results whose statement or proof uses this declaration.