Mathlib Map

Theorems · Definition · geometry

AffineSubspace.inclusion

{k : Type u_1} →
  {V₁ : Type u_2} →
    {P₁ : Type u_3} →
      [inst : Ring k] →
        [inst_1 : AddCommGroup V₁] →
          [inst_2 : Module k V₁] →
            [inst_3 : AddTorsor V₁ P₁] →
              {S₁ S₂ : AffineSubspace k P₁} → [inst_4 : Nonempty ↥S₁] → (h : S₁ ≤ S₂) → ↥S₁ →ᵃ[k] ↥S₂

Affine map from a smaller to a larger subspace of the same space. This is the affine version of Submodule.inclusion.

Defined in
Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
Cited by
39 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsorNonempty

Around this declaration

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

Affine.Simplex.restrict · cited by 35Simplex.restrictAffine.Simplex.restrict_points_coe · cited by 4Simplex.restrict_points_c…Affine.Simplex.excenterExists_restrict · cited by 3Simplex.excenterExists_re…Affine.Simplex.excenterWeightsUnnorm_restrict · cited by 3Simplex.excenterWeightsUn…Affine.Simplex.setInterior_restrict · cited by 2Simplex.setInterior_restr…Affine.Simplex.circumradius_restrict · cited by 2Simplex.circumradius_rest…Affine.Simplex.centroid_restrict · cited by 2Simplex.centroid_restrictAffine.Simplex.faceOppositeCentroid_restrict · cited by 2Simplex.faceOppositeCentr…Affine.Simplex.circumcenter_restrict · cited by 2Simplex.circumcenter_rest…Affine.Simplex.face_restrict · cited by 1Simplex.face_restrictAffine.Simplex.height_restrict · cited by 1Simplex.height_restrictAffine.Simplex.ExcenterExists.excenter_restrict · cited by 1ExcenterExists.excenter_r…Affine.Simplex.map_altitude_restrict · cited by 1Simplex.map_altitude_rest…Affine.Simplex.excenterWeights_restrict · cited by 1Simplex.excenterWeights_r…Affine.Simplex.exradius_restrict · cited by 1Simplex.exradius_restrictModule · cited by 20661ModuleAddCommGroup · cited by 12871AddCommGroupSetLike.coe · cited by 8199SetLike.coeRing · cited by 7463RingSubmodule · cited by 7192SubmoduleSet.Elem · cited by 7166Set.ElemAddTorsor · cited by 1657AddTorsorAffineSubspace · cited by 871AffineSubspaceAffineMap · cited by 674AffineMapAffineSubspace.direction · cited by 339AffineSubspace.directionSet.inclusion · cited by 145Set.inclusionNonempty.map · cited by 101Nonempty.mapSubmodule.inclusion · cited by 74Submodule.inclusionAffineSubspace.direction_le · cited by 12AffineSubspace.direction_…AffineSubspace.inclusionCITED BYCITES

Cites14

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

Cited by40

Results whose statement or proof uses this declaration.