Mathlib Map

Theorems · Theorem · geometry

AffineSubspace.ext_of_direction_eq

∀ {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}, s₁.direction = s₂.direction → (↑s₁ ∩ ↑s₂).Nonempty → s₁ = s₂

Two affine subspaces with the same direction and nonempty intersection are equal.

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

Around this declaration

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

AffineSubspace.map_span · cited by 16AffineSubspace.map_spanAffineSubspace.eq_iff_direction_eq_of_mem · cited by 6AffineSubspace.eq_iff_dir…AffineSubspace.eq_of_direction_eq_of_nonempty_of_le · cited by 3AffineSubspace.eq_of_dire…AffineSubspace.shift_zero · cited by 2AffineSubspace.shift_zeroAffine.Triangle.altitude_replace_orthocenter_eq_affineSpan · cited by 1Triangle.altitude_replace…affineSpan_prod_eq · cited by 1affineSpan_prod_eqaffineSpan_singleton_union_vadd_eq_top_of_span_eq_top · cited by 1affineSpan_singleton_unio…AffineSubspace.direction_eq_top_iff_of_nonempty · cited by 1AffineSubspace.direction_…EuclideanGeometry.affineSpan_of_orthocentricSystem · cited by 1EuclideanGeometry.affineS…exists_affineIndependent · cited by 1exists_affineIndependentAffineSubspace.mk'_eq · cited by 0AffineSubspace.mk'_eqSet · cited by 53352SetModule · cited by 20661ModuleAddCommGroup · cited by 12871AddCommGroupSetLike.coe · cited by 8199SetLike.coeRing · cited by 7463RingSubmodule · cited by 7192SubmoduleSet.Nonempty · cited by 2627Set.NonemptyAddTorsor · cited by 1657AddTorsorAffineSubspace · cited by 871AffineSubspaceVSub.vsub · cited by 817VSub.vsubAffineSubspace.direction · cited by 339AffineSubspace.directionvsub_vadd · cited by 62vsub_vaddSet.Nonempty.some · cited by 53Nonempty.someSet.Nonempty.some_mem · cited by 42Nonempty.some_memAffineSubspace.vsub_mem_direction · cited by 25AffineSubspace.vsub_mem_d…AffineSubspace.ext_of_directi…CITED BYCITES

Cites19

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

Cited by11

Results whose statement or proof uses this declaration.