Mathlib Map

Theorems · Theorem · geometry

AffineSubspace.vadd_mem_of_mem_direction

∀ {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 : AffineSubspace k P} {v : V}, v ∈ s.direction → ∀ {p : P}, p ∈ s → v +ᵥ p ∈ s

Adding a vector in the direction to a point in the subspace produces a point in the subspace.

Defined in
Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Defs
Cited by
17 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Quot.sound
Assumes
RingAddCommGroupModuleAddTorsor

Around this declaration

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

affineCombination_mem_affineSpan · cited by 12affineCombination_mem_aff…AffineSubspace.ext_of_direction_eq · cited by 11AffineSubspace.ext_of_dir…AffineSubspace.vadd_mem_iff_mem_direction · cited by 9AffineSubspace.vadd_mem_i…AffineSubspace.coe_direction_eq_vsub_set_right · cited by 4AffineSubspace.coe_direct…AffineSubspace.affineSpan_coe · cited by 4AffineSubspace.affineSpan…AffineSubspace.shift_eq · cited by 3AffineSubspace.shift_eqAffineSubspace.mem_affineSpan_insert_iff · cited by 3AffineSubspace.mem_affine…AffineSubspace.vadd_mem_iff_mem_of_mem_direction · cited by 3AffineSubspace.vadd_mem_i…AffineSubspace.wOppSide_vadd_left_iff · cited by 2AffineSubspace.wOppSide_v…AffineSubspace.wSameSide_vadd_left_iff · cited by 2AffineSubspace.wSameSide_…Collinear.oangle_sign_of_sameRay_vsub · cited by 2Collinear.oangle_sign_of_…Affine.Simplex.ninePointCircle_center_mem_affineSpan · cited by 2Simplex.ninePointCircle_c…EuclideanGeometry.existsUnique_dist_eq_of_insert · cited by 1EuclideanGeometry.existsU…AffineSubspace.spanPoints_subset_coe_of_subset_coe · cited by 1AffineSubspace.spanPoints…AffineSubspace.sup_direction_lt_of_nonempty_of_inter_empty · cited by 1AffineSubspace.sup_direct…Module · cited by 20661ModuleAddCommGroup · cited by 12871AddCommGroupRing · cited by 7463RingSubmodule · cited by 7192SubmoduleHVAdd.hVAdd · cited by 1820HVAdd.hVAddAddTorsor · cited by 1657AddTorsorone_smul · cited by 1374one_smulAffineSubspace · cited by 871AffineSubspaceVSub.vsub · cited by 817VSub.vsubAffineSubspace.direction · cited by 339AffineSubspace.directionAffineSubspace.smul_vsub_vadd_mem · cited by 10AffineSubspace.smul_vsub_…HVAdd · cited by 9HVAddAffineSubspace.mem_direction_iff_eq_vsub · cited by 2AffineSubspace.mem_direct…AffineSubspace.vadd_mem_of_me…CITED BYCITES

Cites13

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

Cited by17

Results whose statement or proof uses this declaration.