EuclideanGeometry.eq_of_dist_eq_of_dist_eq_of_mem_of_finrank_eq_two
∀ {V : Type u_1} {P : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : MetricSpace P]
[inst_3 : NormedAddTorsor V P] {s : AffineSubspace ℝ P} [FiniteDimensional ℝ ↥s.direction],
Module.finrank ℝ ↥s.direction = 2 →
∀ {c₁ c₂ p₁ p₂ p : P},
c₁ ∈ s →
c₂ ∈ s →
p₁ ∈ s →
p₂ ∈ s →
p ∈ s →
∀ {r₁ r₂ : ℝ},
c₁ ≠ c₂ →
p₁ ≠ p₂ →
dist p₁ c₁ = r₁ →
dist p₂ c₁ = r₁ →
dist p c₁ = r₁ → dist p₁ c₂ = r₂ → dist p₂ c₂ = r₂ → dist p c₂ = r₂ → p = p₁ ∨ p = p₂Distances r₁ r₂ of p from two different points c₁ c₂ determine at
most two points p₁ p₂ in a two-dimensional subspace containing those points
(two circles intersect in at most two points).
- Defined in
- Mathlib.Geometry.Euclidean.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 172 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites54
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Set.rangeproof · cited by 4,705
- InnerProductSpacestatement and proof · cited by 3,523
- Finset.univproof · cited by 3,473
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
Cited by2
Results whose statement or proof uses this declaration.
- EuclideanGeometry.eq_of_dist_eq_of_dist_eq_of_finrank_eq_twoproof · cited by 1