Loogle!
Result
Found 103 declarations mentioning EuclideanGeometry.Sphere.radius.
- EuclideanGeometry.Sphere.radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] (self : EuclideanGeometry.Sphere P) : โ - EuclideanGeometry.Sphere.mk_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] (c : P) (r : โ) : { center := c, radius := r }.radius = r - EuclideanGeometry.Sphere.cospherical ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] (s : EuclideanGeometry.Sphere P) : EuclideanGeometry.Cospherical (Metric.sphere s.center s.radius) - EuclideanGeometry.Sphere.mk_center_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] (s : EuclideanGeometry.Sphere P) : { center := s.center, radius := s.radius } = s - EuclideanGeometry.Sphere.radius_nonneg_of_mem ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P} (h : p โ s) : 0 โค s.radius - EuclideanGeometry.Sphere.center_mem_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} : s.center โ s โ s.radius = 0 - EuclideanGeometry.Sphere.ext ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} {instโ : MetricSpace P} {x y : EuclideanGeometry.Sphere P} (center : x.center = y.center) (radius : x.radius = y.radius) : x = y - EuclideanGeometry.cospherical_iff_exists_sphere ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {ps : Set P} : EuclideanGeometry.Cospherical ps โ โ s, ps โ Metric.sphere s.center s.radius - EuclideanGeometry.mem_sphere ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {p : P} {s : EuclideanGeometry.Sphere P} : p โ s โ dist p s.center = s.radius - EuclideanGeometry.mem_sphere' ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {p : P} {s : EuclideanGeometry.Sphere P} : p โ s โ dist s.center p = s.radius - EuclideanGeometry.Sphere.coe_mk ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] (c : P) (r : โ) : Metric.sphere { center := c, radius := r }.center { center := c, radius := r }.radius = Metric.sphere c r - EuclideanGeometry.Sphere.mem_coe' ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {p : P} {s : EuclideanGeometry.Sphere P} : dist p s.center = s.radius โ p โ s - EuclideanGeometry.Sphere.ext_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} {instโ : MetricSpace P} {x y : EuclideanGeometry.Sphere P} : x = y โ x.center = y.center โง x.radius = y.radius - EuclideanGeometry.Sphere.ne_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {sโ sโ : EuclideanGeometry.Sphere P} : sโ โ sโ โ sโ.center โ sโ.center โจ sโ.radius โ sโ.radius - EuclideanGeometry.Sphere.mem_coe ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {p : P} {s : EuclideanGeometry.Sphere P} : p โ Metric.sphere s.center s.radius โ p โ s - EuclideanGeometry.subset_sphere ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {ps : Set P} {s : EuclideanGeometry.Sphere P} : ps โ Metric.sphere s.center s.radius โ โ p โ ps, p โ s - EuclideanGeometry.dist_of_mem_subset_sphere ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {p : P} {ps : Set P} {s : EuclideanGeometry.Sphere P} (hp : p โ ps) (hps : ps โ Metric.sphere s.center s.radius) : dist p s.center = s.radius - EuclideanGeometry.Sphere.IsDiameter.left_eq_right_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (h : s.IsDiameter pโ pโ) : pโ = pโ โ s.radius = 0 - EuclideanGeometry.Sphere.IsDiameter.left_ne_right_iff_radius_ne_zero ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (h : s.IsDiameter pโ pโ) : pโ โ pโ โ s.radius โ 0 - EuclideanGeometry.dist_of_mem_subset_mk_sphere ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{P : Type u_2} [MetricSpace P] {p c : P} {ps : Set P} {r : โ} (hp : p โ ps) (hps : ps โ Metric.sphere { center := c, radius := r }.center { center := c, radius := r }.radius) : dist p c = r - EuclideanGeometry.Sphere.IsDiameter.left_ne_right_iff_radius_pos ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (h : s.IsDiameter pโ pโ) : pโ โ pโ โ 0 < s.radius - EuclideanGeometry.Sphere.nonempty_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [Nontrivial V] {s : EuclideanGeometry.Sphere P} : (Metric.sphere s.center s.radius).Nonempty โ 0 โค s.radius - EuclideanGeometry.norm_vsub_center_eq_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} (hp : p โ s) : โp -แตฅ s.centerโ = s.radius - EuclideanGeometry.Sphere.IsDiameter.dist_left_right ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (h : s.IsDiameter pโ pโ) : dist pโ pโ = 2 * s.radius - EuclideanGeometry.Sphere.IsDiameter.dist_left_right_div_two ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (h : s.IsDiameter pโ pโ) : dist pโ pโ / 2 = s.radius - EuclideanGeometry.Sphere.IsDiameter.sbtw ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [NormedSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (h : s.IsDiameter pโ pโ) (hr : s.radius โ 0) : Sbtw โ pโ s.center pโ - EuclideanGeometry.Sphere.dist_center_lt_radius_of_sbtw ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {pโ pโ p : P} {s : EuclideanGeometry.Sphere P} (hpโ : pโ โ s) (hpโ : pโ โ s) (hp : Sbtw โ pโ p pโ) : dist s.center p < s.radius - EuclideanGeometry.Sphere.isDiameter_iff_mem_and_mem_and_dist ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} : s.IsDiameter pโ pโ โ pโ โ s โง pโ โ s โง dist pโ pโ = 2 * s.radius - EuclideanGeometry.Sphere.dist_center_midpoint_lt_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {pโ pโ : P} {s : EuclideanGeometry.Sphere P} (hpโ : pโ โ s) (hpโ : pโ โ s) (hpโpโ : pโ โ pโ) : dist s.center (midpoint โ pโ pโ) < s.radius - EuclideanGeometry.inner_nonneg_of_dist_le_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : dist pโ s.center โค s.radius) : 0 โค inner โ (pโ -แตฅ pโ) (pโ -แตฅ s.center) - EuclideanGeometry.inner_pos_of_dist_lt_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : dist pโ s.center < s.radius) : 0 < inner โ (pโ -แตฅ pโ) (pโ -แตฅ s.center) - EuclideanGeometry.inner_pos_or_eq_of_dist_le_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : dist pโ s.center โค s.radius) : 0 < inner โ (pโ -แตฅ pโ) (pโ -แตฅ s.center) โจ pโ = pโ - EuclideanGeometry.sbtw_of_collinear_of_dist_center_lt_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ pโ : P} (h : Collinear โ {pโ, pโ, pโ}) (hpโ : pโ โ s) (hpโ : dist pโ s.center < s.radius) (hpโ : pโ โ s) (hpโpโ : pโ โ pโ) : Sbtw โ pโ pโ pโ - EuclideanGeometry.wbtw_of_collinear_of_dist_center_le_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ pโ : P} (h : Collinear โ {pโ, pโ, pโ}) (hpโ : pโ โ s) (hpโ : dist pโ s.center โค s.radius) (hpโ : pโ โ s) (hpโpโ : pโ โ pโ) : Wbtw โ pโ pโ pโ - EuclideanGeometry.Sphere.inter_orthRadius_eq_empty_of_radius_lt_dist ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} (hp : s.radius < dist p s.center) : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = โ - EuclideanGeometry.Sphere.inter_orthRadius_eq_singleton_of_dist_eq_radius ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} (hp : dist p s.center = s.radius) : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = {p} - EuclideanGeometry.Sphere.inter_orthRadius_eq_singleton_iff ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p q : P} : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = {q} โ q = p โง dist p s.center = s.radius - EuclideanGeometry.Sphere.ncard_inter_orthRadius_le_two ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hf2 : Fact (Module.finrank โ V = 2)] {s : EuclideanGeometry.Sphere P} {p : P} (hpc : p โ s.center) : (Metric.sphere s.center s.radius โฉ โ(s.orthRadius p)).ncard โค 2 - EuclideanGeometry.Sphere.inter_orthRadius_eq_empty_of_finrank_eq_one ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} (hpc : p โ s.center) (hp : dist p s.center โ s.radius) (hf : Module.finrank โ V = 1) : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = โ - EuclideanGeometry.Sphere.ncard_inter_orthRadius_eq_two_of_dist_lt_radius ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hf2 : Fact (Module.finrank โ V = 2)] {s : EuclideanGeometry.Sphere P} {p : P} (hp : dist p s.center < s.radius) (hpc : p โ s.center) : (Metric.sphere s.center s.radius โฉ โ(s.orthRadius p)).ncard = 2 - EuclideanGeometry.Sphere.inter_orthRadius_eq_empty_iff ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = โ โ s.radius < dist p s.center โจ Module.finrank โ V = 1 โง dist p s.center < s.radius โง p โ s.center โจ Subsingleton V โง s.radius โ 0 - EuclideanGeometry.Sphere.mem_inter_orthRadius_iff_vsub_mem_and_norm_sq ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p q : P} (h : 0 โค s.radius) : q โ Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) โ q -แตฅ p โ (โ โ (p -แตฅ s.center))แฎ โง โq -แตฅ pโ ^ 2 = s.radius ^ 2 - dist p s.center ^ 2 - EuclideanGeometry.Sphere.mem_inter_orthRadius_iff_radius_nonneg_and_vsub_mem_and_norm_sq ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p q : P} : q โ Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) โ 0 โค s.radius โง q -แตฅ p โ (โ โ (p -แตฅ s.center))แฎ โง โq -แตฅ pโ ^ 2 = s.radius ^ 2 - dist p s.center ^ 2 - EuclideanGeometry.Sphere.vadd_mem_inter_orthRadius_iff_norm_sq ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} {v : V} (h : 0 โค s.radius) (hv : v โ (โ โ (p -แตฅ s.center))แฎ) : v +แตฅ p โ Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) โ โvโ ^ 2 = s.radius ^ 2 - dist p s.center ^ 2 - EuclideanGeometry.Sphere.inter_orthRadius_eq_of_dist_le_radius_of_norm_eq_one ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hf2 : Fact (Module.finrank โ V = 2)] {s : EuclideanGeometry.Sphere P} {p : P} (hp : dist p s.center โค s.radius) (hpc : p โ s.center) {v : V} (hv : v โ (โ โ (p -แตฅ s.center))แฎ) (hv1 : โvโ = 1) : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = {โ(s.radius ^ 2 - dist p s.center ^ 2) โข v +แตฅ p, -โ(s.radius ^ 2 - dist p s.center ^ 2) โข v +แตฅ p} - EuclideanGeometry.Sphere.inter_orthRadius_eq_of_dist_le_radius ๐ Mathlib.Geometry.Euclidean.Sphere.OrthRadius
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hf2 : Fact (Module.finrank โ V = 2)] {s : EuclideanGeometry.Sphere P} {p : P} (hp : dist p s.center โค s.radius) (hpc : p โ s.center) {v : V} (hv : v โ (โ โ (p -แตฅ s.center))แฎ) (hv0 : v โ 0) : Metric.sphere s.center s.radius โฉ โ(s.orthRadius p) = {(โ(s.radius ^ 2 - dist p s.center ^ 2) / โvโ) โข v +แตฅ p, -(โ(s.radius ^ 2 - dist p s.center ^ 2) / โvโ) โข v +แตฅ p} - EuclideanGeometry.Sphere.pole_polar ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} (hs : s.radius โ 0) (p : P) : s.pole (s.polar p) = p - EuclideanGeometry.Sphere.orthRadius_eq_polar_inversion ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} (hs : s.radius โ 0) (p : P) : s.orthRadius p = s.polar (EuclideanGeometry.inversion s.center s.radius p) - EuclideanGeometry.Sphere.polar_eq_orthRadius_self_iff ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} (hs : 0 โค s.radius) {p : P} : s.polar p = s.orthRadius p โ p โ s โจ p = s.center - EuclideanGeometry.Sphere.polar_pole_orthRadius ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} (hs : s.radius โ 0) (p : P) : s.polar (s.pole (s.orthRadius p)) = s.orthRadius p - EuclideanGeometry.Sphere.direction_polar ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} (hs : s.radius โ 0) (p : P) : (s.polar p).direction = (โ โ (p -แตฅ s.center))แฎ - EuclideanGeometry.Sphere.ncard_inter_polar_eq_two_of_radius_lt_dist ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [Fact (Module.finrank โ V = 2)] {s : EuclideanGeometry.Sphere P} (hs : 0 < s.radius) {p : P} (hp : s.radius < dist p s.center) : (Metric.sphere s.center s.radius โฉ โ(s.polar p)).ncard = 2 - EuclideanGeometry.Sphere.mem_polar_iff_inner ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} : pโ โ s.polar pโ โ s.radius = 0 โจ pโ = s.center โจ inner โ (pโ -แตฅ s.center) (pโ -แตฅ s.center) = s.radius ^ 2 - EuclideanGeometry.Sphere.polar_zero_radius ๐ Mathlib.Geometry.Euclidean.Sphere.PolePolar
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} (hs : s.radius = 0) (p : P) : s.polar p = โค - EuclideanGeometry.Sphere.isIntTangent_self_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [Nontrivial V] {s : EuclideanGeometry.Sphere P} : s.IsIntTangent s โ 0 โค s.radius - EuclideanGeometry.Sphere.isExtTangentAt_center_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {sโ sโ : EuclideanGeometry.Sphere P} : sโ.IsExtTangentAt sโ sโ.center โ sโ.radius = 0 โง sโ.center โ sโ - EuclideanGeometry.Sphere.isIntTangentAt_center_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {sโ sโ : EuclideanGeometry.Sphere P} : sโ.IsIntTangentAt sโ sโ.center โ sโ.radius = 0 โง sโ.center โ sโ - EuclideanGeometry.Sphere.IsExtTangent.dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {sโ sโ : EuclideanGeometry.Sphere P} (h : sโ.IsExtTangent sโ) : dist sโ.center sโ.center = sโ.radius + sโ.radius - EuclideanGeometry.Sphere.IsIntTangent.dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {sโ sโ : EuclideanGeometry.Sphere P} (h : sโ.IsIntTangent sโ) : dist sโ.center sโ.center = sโ.radius - sโ.radius - EuclideanGeometry.Sphere.isExtTangent_iff_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {sโ sโ : EuclideanGeometry.Sphere P} : sโ.IsExtTangent sโ โ dist sโ.center sโ.center = sโ.radius + sโ.radius โง 0 โค sโ.radius โง 0 โค sโ.radius - EuclideanGeometry.Sphere.isIntTangent_iff_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [Nontrivial V] {sโ sโ : EuclideanGeometry.Sphere P} : sโ.IsIntTangent sโ โ dist sโ.center sโ.center = sโ.radius - sโ.radius โง 0 โค sโ.radius โง 0 โค sโ.radius - EuclideanGeometry.Sphere.ncard_tangentsFrom_eq_two_of_radius_lt_dist ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [Fact (Module.finrank โ V = 2)] {s : EuclideanGeometry.Sphere P} (hs : 0 < s.radius) {p : P} (hp : s.radius < dist p s.center) : (s.tangentsFrom p).ncard = 2 - EuclideanGeometry.Sphere.IsTangent.infDist_eq_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} (h : s.IsTangent as) : Metric.infDist s.center โas = s.radius - EuclideanGeometry.Sphere.tangentsFrom_eq_empty_of_dist_lt_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} (hp : dist p s.center < s.radius) : s.tangentsFrom p = โ - EuclideanGeometry.Sphere.IsTangent.radius_le_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} (h : s.IsTangent as) {p : P} (hp : p โ as) : s.radius โค dist p s.center - EuclideanGeometry.Sphere.isTangentAt_center_iff ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} : s.IsTangentAt s.center as โ s.radius = 0 โง s.center โ as - EuclideanGeometry.Sphere.IsTangent.notMem_of_dist_lt ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} (h : s.IsTangent as) {p : P} (hp : dist p s.center < s.radius) : p โ as - EuclideanGeometry.Sphere.IsTangentAt.radius_lt_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} {p q : P} (h : s.IsTangentAt p as) (hq : q โ as) (hqp : q โ p) : s.radius < dist q s.center - EuclideanGeometry.Sphere.tangentsFrom_eq_image_orthRadius_inter_polar ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p : P} (hp : p โ s.center) : s.tangentsFrom p = s.orthRadius '' (Metric.sphere s.center s.radius โฉ โ(s.polar p)) - EuclideanGeometry.Sphere.IsTangentAt.dist_sq_eq_of_mem ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p q : P} {as : AffineSubspace โ P} (h : s.IsTangentAt p as) (hq : q โ as) : dist q s.center ^ 2 = s.radius ^ 2 + dist q p ^ 2 - EuclideanGeometry.Sphere.infDist_eq_radius_iff_isTangent ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} [Nonempty โฅas] [as.direction.HasOrthogonalProjection] : Metric.infDist s.center โas = s.radius โ s.IsTangent as - EuclideanGeometry.Sphere.IsTangentAt.eq_orthRadius_of_finrank_add_one_eq ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} {p : P} (ht : s.IsTangentAt p as) (hr : s.radius โ 0) (hfr : Module.finrank โ โฅas.direction + 1 = Module.finrank โ V) : as = s.orthRadius p - EuclideanGeometry.Sphere.dist_orthogonalProjection_eq_radius_iff_isTangent ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} [Nonempty โฅas] [as.direction.HasOrthogonalProjection] : dist s.center โ((EuclideanGeometry.orthogonalProjection as) s.center) = s.radius โ s.IsTangent as - EuclideanGeometry.Sphere.dist_orthogonalProjection_eq_radius_iff_isTangentAt ๐ Mathlib.Geometry.Euclidean.Sphere.Tangent
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {as : AffineSubspace โ P} [Nonempty โฅas] [as.direction.HasOrthogonalProjection] : dist s.center โ((EuclideanGeometry.orthogonalProjection as) s.center) = s.radius โ s.IsTangentAt (โ((EuclideanGeometry.orthogonalProjection as) s.center)) as - Affine.Simplex.insphere_radius ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) : s.insphere.radius = s.inradius - Affine.Simplex.exsphere_radius ๐ Mathlib.Geometry.Euclidean.Incenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} [NeZero n] (s : Affine.Simplex โ P n) (signs : Finset (Fin (n + 1))) : (s.exsphere signs).radius = s.exradius signs - Affine.Simplex.circumsphere_radius ๐ Mathlib.Geometry.Euclidean.Circumcenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) : s.circumsphere.radius = s.circumradius - AffineIndependent.existsUnique_dist_eq ๐ Mathlib.Geometry.Euclidean.Circumcenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {ฮน : Type u_3} [hne : Nonempty ฮน] [Finite ฮน] {p : ฮน โ P} (ha : AffineIndependent โ p) : โ! cs, cs.center โ affineSpan โ (Set.range p) โง Set.range p โ Metric.sphere cs.center cs.radius - Affine.Simplex.circumsphere_unique_dist_eq ๐ Mathlib.Geometry.Euclidean.Circumcenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) : (s.circumsphere.center โ affineSpan โ (Set.range s.points) โง Set.range s.points โ Metric.sphere s.circumsphere.center s.circumsphere.radius) โง โ (cs : EuclideanGeometry.Sphere P), cs.center โ affineSpan โ (Set.range s.points) โง Set.range s.points โ Metric.sphere cs.center cs.radius โ cs = s.circumsphere - EuclideanGeometry.existsUnique_dist_eq_of_insert ๐ Mathlib.Geometry.Euclidean.Circumcenter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : AffineSubspace โ P} [s.direction.HasOrthogonalProjection] {ps : Set P} (hnps : ps.Nonempty) {p : P} (hps : ps โ โs) (hp : p โ s) (hu : โ! cs, cs.center โ s โง ps โ Metric.sphere cs.center cs.radius) : โ! csโ, csโ.center โ affineSpan โ (insert p โs) โง insert p ps โ Metric.sphere csโ.center csโ.radius - EuclideanGeometry.Sphere.angle_center_eq_zero_iff_eq ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : pโ โ s) (hr : s.radius โ 0) : EuclideanGeometry.angle pโ s.center pโ = 0 โ pโ = pโ - EuclideanGeometry.Sphere.angle_center_eq_pi_iff_isDiameter ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : pโ โ s) (hr : s.radius โ 0) : EuclideanGeometry.angle pโ s.center pโ = Real.pi โ s.IsDiameter pโ pโ - EuclideanGeometry.Sphere.dist_div_cos_oangle_center_eq_two_mul_radius ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_3} {P : Type u_4} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hd2 : Fact (Module.finrank โ V = 2)] [Module.Oriented โ V (Fin 2)] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : pโ โ s) (h : pโ โ pโ) : dist pโ pโ / (EuclideanGeometry.oangle pโ pโ s.center).cos = 2 * s.radius - EuclideanGeometry.Sphere.dist_div_cos_oangle_center_div_two_eq_radius ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_3} {P : Type u_4} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hd2 : Fact (Module.finrank โ V = 2)] [Module.Oriented โ V (Fin 2)] {s : EuclideanGeometry.Sphere P} {pโ pโ : P} (hpโ : pโ โ s) (hpโ : pโ โ s) (h : pโ โ pโ) : dist pโ pโ / (EuclideanGeometry.oangle pโ pโ s.center).cos / 2 = s.radius - EuclideanGeometry.Sphere.dist_div_sin_oangle_eq_two_mul_radius ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_3} {P : Type u_4} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hd2 : Fact (Module.finrank โ V = 2)] [Module.Oriented โ V (Fin 2)] {s : EuclideanGeometry.Sphere P} {pโ pโ pโ : P} (hpโ : pโ โ s) (hpโ : pโ โ s) (hpโ : pโ โ s) (hpโpโ : pโ โ pโ) (hpโpโ : pโ โ pโ) (hpโpโ : pโ โ pโ) : dist pโ pโ / |(EuclideanGeometry.oangle pโ pโ pโ).sin| = 2 * s.radius - EuclideanGeometry.Sphere.dist_div_sin_oangle_div_two_eq_radius ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_3} {P : Type u_4} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hd2 : Fact (Module.finrank โ V = 2)] [Module.Oriented โ V (Fin 2)] {s : EuclideanGeometry.Sphere P} {pโ pโ pโ : P} (hpโ : pโ โ s) (hpโ : pโ โ s) (hpโ : pโ โ s) (hpโpโ : pโ โ pโ) (hpโpโ : pโ โ pโ) (hpโpโ : pโ โ pโ) : dist pโ pโ / |(EuclideanGeometry.oangle pโ pโ pโ).sin| / 2 = s.radius - EuclideanGeometry.Sphere.IsTangentAt.two_zsmul_oangle_eq_pi ๐ Mathlib.Geometry.Euclidean.Angle.Sphere
{V : Type u_3} {P : Type u_4} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] [hd2 : Fact (Module.finrank โ V = 2)] [Module.Oriented โ V (Fin 2)] {s : EuclideanGeometry.Sphere P} {p q : P} {as : AffineSubspace โ P} (h : s.IsTangentAt p as) (hs : s.radius โ 0) (hq : q โ as) (hqp : q โ p) : 2 โข EuclideanGeometry.oangle q p s.center = โReal.pi - Affine.Simplex.ninePointCircle_radius ๐ Mathlib.Geometry.Euclidean.NinePointCircle
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) : s.ninePointCircle.radius = s.circumradius / โn - Affine.Simplex.ninePointCircle_map ๐ Mathlib.Geometry.Euclidean.NinePointCircle
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {Vโ : Type u_3} {Pโ : Type u_4} [NormedAddCommGroup Vโ] [InnerProductSpace โ Vโ] [MetricSpace Pโ] [NormedAddTorsor Vโ Pโ] {n : โ} (s : Affine.Simplex โ P n) (f : P โแตโฑ[โ] Pโ) : (s.map f.toAffineMap โฏ).ninePointCircle = { center := f s.ninePointCircle.center, radius := s.ninePointCircle.radius } - Affine.Simplex.ninePointCircle_restrict ๐ Mathlib.Geometry.Euclidean.NinePointCircle
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {n : โ} (s : Affine.Simplex โ P n) (S : AffineSubspace โ P) (hS : affineSpan โ (Set.range s.points) โค S) : (s.restrict S hS).ninePointCircle = { center := โจs.ninePointCircle.center, โฏโฉ, radius := s.ninePointCircle.radius } - EuclideanGeometry.Sphere.power_eq_zero_iff_mem_sphere ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P} (hr : 0 โค s.radius) : s.power p = 0 โ p โ s - EuclideanGeometry.Sphere.power_neg_iff_dist_center_lt_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P} (hr : 0 โค s.radius) : s.power p < 0 โ dist p s.center < s.radius - EuclideanGeometry.Sphere.power_nonneg_iff_radius_le_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P} (hr : 0 โค s.radius) : 0 โค s.power p โ s.radius โค dist p s.center - EuclideanGeometry.Sphere.power_nonpos_iff_dist_center_le_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P} (hr : 0 โค s.radius) : s.power p โค 0 โ dist p s.center โค s.radius - EuclideanGeometry.Sphere.power_pos_iff_radius_lt_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{P : Type u_2} [MetricSpace P] {s : EuclideanGeometry.Sphere P} {p : P} (hr : 0 โค s.radius) : 0 < s.power p โ s.radius < dist p s.center - EuclideanGeometry.Sphere.mul_dist_eq_power_of_radius_le_dist_center ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace โ V] {P : Type u_2} [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p a b : P} (hr : 0 โค s.radius) (hp : p โ line[โ, a, b]) (ha : a โ s) (hb : b โ s) (hle : s.radius โค dist p s.center) : dist p a * dist p b = s.power p - EuclideanGeometry.Sphere.mul_dist_eq_neg_power_of_dist_center_le_radius ๐ Mathlib.Geometry.Euclidean.Sphere.Power
{V : Type u_1} [NormedAddCommGroup V] [InnerProductSpace โ V] {P : Type u_2} [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p a b : P} (hr : 0 โค s.radius) (hp : p โ line[โ, a, b]) (ha : a โ s) (hb : b โ s) (hle : dist p s.center โค s.radius) : dist p a * dist p b = -s.power p - EuclideanGeometry.Sphere.sbtw_secondInter ๐ Mathlib.Geometry.Euclidean.Sphere.SecondInter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p p' : P} (hp : p โ s) (hp' : dist p' s.center < s.radius) : Sbtw โ p p' (s.secondInter p (p' -แตฅ p)) - EuclideanGeometry.Sphere.wbtw_secondInter ๐ Mathlib.Geometry.Euclidean.Sphere.SecondInter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {p p' : P} (hp : p โ s) (hp' : dist p' s.center โค s.radius) : Wbtw โ p p' (s.secondInter p (p' -แตฅ p)) - EuclideanGeometry.Sphere.secondInter_map ๐ Mathlib.Geometry.Euclidean.Sphere.SecondInter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {Vโ : Type u_3} {Pโ : Type u_4} [NormedAddCommGroup Vโ] [InnerProductSpace โ Vโ] [MetricSpace Pโ] [NormedAddTorsor Vโ Pโ] (s : EuclideanGeometry.Sphere P) (p : P) (v : V) (f : P โแตโฑ[โ] Pโ) : { center := f s.center, radius := s.radius }.secondInter (f p) (f.linearIsometry v) = f (s.secondInter p v) - EuclideanGeometry.Sphere.sOppSide_faceOpposite_secondInter_of_mem_interior ๐ Mathlib.Geometry.Euclidean.Sphere.SecondInter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {n : โ} [n.AtLeastTwo] {sx : Affine.Simplex โ P n} {i : Fin (n + 1)} (hi : sx.points i โ s) (hsx : โ (j : Fin (n + 1)), dist (sx.points j) s.center โค s.radius) {p : P} (hp : p โ sx.interior) : (affineSpan โ (Set.range (sx.faceOpposite i).points)).SOppSide (sx.points i) (s.secondInter (sx.points i) (p -แตฅ sx.points i)) - EuclideanGeometry.Sphere.sOppSide_faceOpposite_secondInter_of_mem_interior_faceOpposite ๐ Mathlib.Geometry.Euclidean.Sphere.SecondInter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {s : EuclideanGeometry.Sphere P} {n : โ} [NeZero n] {sx : Affine.Simplex โ P n} {i : Fin (n + 1)} (hi : sx.points i โ s) (hsx : โ (j : Fin (n + 1)), dist (sx.points j) s.center โค s.radius) {p : P} (hp : p โ (sx.faceOpposite i).interior) : (affineSpan โ (Set.range (sx.faceOpposite i).points)).SOppSide (sx.points i) (s.secondInter (sx.points i) (p -แตฅ sx.points i)) - EuclideanGeometry.Sphere.coe_secondInter ๐ Mathlib.Geometry.Euclidean.Sphere.SecondInter
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (as : AffineSubspace โ P) [Nonempty โฅas] (s : EuclideanGeometry.Sphere โฅas) (p : โฅas) (v : โฅas.direction) : โ(s.secondInter p v) = { center := โs.center, radius := s.radius }.secondInter โp โv
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using the Loogle command from the command palette. You can also try the
#loogle command from LeanSearchClient,
the CLI version, the Loogle
VS Code extension, the lean.nvim
integration or the Zulip bot.
Usage
Loogle finds definitions and lemmas in various ways:
By constant:
๐Real.sin
finds all lemmas whose statement somehow mentions the sine function.By lemma name substring:
๐"differ"
finds all lemmas that have"differ"somewhere in their lemma name.By subexpression:
๐_ * (_ ^ _)
finds all lemmas whose statements somewhere include a product where the second argument is raised to some power.The pattern can also be non-linear, as in
๐Real.sqrt ?a * Real.sqrt ?aIf the pattern has parameters, they are matched in any order. Both of these will find
List.map:
๐(?a -> ?b) -> List ?a -> List ?b
๐List ?a -> (?a -> ?b) -> List ?bBy main conclusion:
๐|- tsum _ = _ * tsum _
finds all lemmas where the conclusion (the subexpression to the right of allโandโ) has the given shape.As before, if the pattern has parameters, they are matched against the hypotheses of the lemma in any order; for example,
๐|- _ < _ โ tsum _ < tsum _
will findtsum_lt_tsumeven though the hypothesisf i < g iis not the last.You can filter for definitions vs theorems: Using
โข (_ : Type _)finds all definitions which provide data whileโข (_ : Prop)finds all theorems (and definitions of proofs).
If you pass more than one such search filter, separated by commas
Loogle will return lemmas which match all of them. The
search
๐ Real.sin, "two", tsum, _ * _, _ ^ _, |- _ < _ โ _
would find all lemmas which mention the constants Real.sin
and tsum, have "two" as a substring of the
lemma name, include a product and a power somewhere in the type,
and have a hypothesis of the form _ < _ (if
there were any such lemmas). Metavariables (?a) are
assigned independently in each filter.
The #lucky button will directly send you to the
documentation of the first hit.
Source code
You can find the source code for this service at https://github.com/nomeata/loogle. The https://loogle.lean-lang.org/ service is provided by the Lean FRO. Please review the Lean FRO Terms of Use and Privacy Policy.
This is Loogle revision 9f11169 serving mathlib revision 69fae59