Mathlib Map

Theorems · Definition · geometry

AffineSubspace.map

{k : Type u_1} →
  {V₁ : Type u_2} →
    {P₁ : Type u_3} →
      {V₂ : Type u_4} →
        {P₂ : Type u_5} →
          [inst : Ring k] →
            [inst_1 : AddCommGroup V₁] →
              [inst_2 : Module k V₁] →
                [inst_3 : AddTorsor V₁ P₁] →
                  [inst_4 : AddCommGroup V₂] →
                    [inst_5 : Module k V₂] →
                      [inst_6 : AddTorsor V₂ P₂] → (P₁ →ᵃ[k] P₂) → AffineSubspace k P₁ → AffineSubspace k P₂

The image of an affine subspace under an affine map as an affine subspace.

Defined in
Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
Cited by
78 results in Mathlib
Foundations
Depth 30 from the axioms · uses propext, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsorAddCommGroupModuleAddTorsor

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 by88

Results whose statement or proof uses this declaration.