Loogle!
Result
Found 189 declarations mentioning AffineMap.lineMap.
- AffineMap.lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) : k โแต[k] P1 - AffineMap.lineMap_same ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (p : P1) : AffineMap.lineMap p p = AffineMap.const k k p - AffineMap.lineMap_same_apply ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (p : P1) (c : k) : (AffineMap.lineMap p p) c = p - AffineMap.lineMap_apply_one ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) : (AffineMap.lineMap pโ pโ) 1 = pโ - AffineMap.lineMap_apply_zero ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) : (AffineMap.lineMap pโ pโ) 0 = pโ - AffineMap.lineMap_injective ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
(k : Type u_1) {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [IsDomain k] [Module.IsTorsionFree k V1] {pโ pโ : P1} (h : pโ โ pโ) : Function.Injective โ(AffineMap.lineMap pโ pโ) - AffineMap.lineMap_eq_left_iff ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [IsDomain k] [Module.IsTorsionFree k V1] {pโ pโ : P1} {c : k} : (AffineMap.lineMap pโ pโ) c = pโ โ pโ = pโ โจ c = 0 - AffineMap.lineMap_eq_right_iff ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [IsDomain k] [Module.IsTorsionFree k V1] {pโ pโ : P1} {c : k} : (AffineMap.lineMap pโ pโ) c = pโ โ pโ = pโ โจ c = 1 - AffineMap.lineMap_apply_ring' ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} [Ring k] (a b c : k) : (AffineMap.lineMap a b) c = c * (b - a) + a - AffineMap.lineMap_symm ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) : AffineMap.lineMap pโ pโ = (AffineMap.lineMap pโ pโ).comp (AffineMap.lineMap 1 0) - AffineMap.homothety_eq_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_2} {V1 : Type u_3} {P1 : Type u_4} [CommRing k] [AddCommGroup V1] [AddTorsor V1 P1] [Module k V1] (c : P1) (r : k) (p : P1) : (AffineMap.homothety c r) p = (AffineMap.lineMap c p) r - AffineMap.left_vsub_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c : k) : pโ -แตฅ (AffineMap.lineMap pโ pโ) c = c โข (pโ -แตฅ pโ) - AffineMap.lineMap_vsub_left ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c : k) : (AffineMap.lineMap pโ pโ) c -แตฅ pโ = c โข (pโ -แตฅ pโ) - AffineMap.lineMap_apply_ring ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} [Ring k] (a b c : k) : (AffineMap.lineMap a b) c = (1 - c) * a + c * b - AffineMap.lineMap_linear ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) : (AffineMap.lineMap pโ pโ).linear = LinearMap.id.smulRight (pโ -แตฅ pโ) - AffineMap.lineMap_eq_lineMap_iff ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [IsDomain k] [Module.IsTorsionFree k V1] {pโ pโ : P1} {cโ cโ : k} : (AffineMap.lineMap pโ pโ) cโ = (AffineMap.lineMap pโ pโ) cโ โ pโ = pโ โจ cโ = cโ - AffineMap.lineMap_apply_one_sub ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c : k) : (AffineMap.lineMap pโ pโ) (1 - c) = (AffineMap.lineMap pโ pโ) c - AffineMap.lineMap_apply_module' ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} [Ring k] [AddCommGroup V1] [Module k V1] (pโ pโ : V1) (c : k) : (AffineMap.lineMap pโ pโ) c = c โข (pโ - pโ) + pโ - AffineMap.comp_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} {V2 : Type u_4} {P2 : Type u_5} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [AddCommGroup V2] [Module k V2] [AddTorsor V2 P2] (f : P1 โแต[k] P2) (pโ pโ : P1) : f.comp (AffineMap.lineMap pโ pโ) = AffineMap.lineMap (f pโ) (f pโ) - AffineMap.coe_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) : โ(AffineMap.lineMap pโ pโ) = fun c => c โข (pโ -แตฅ pโ) +แตฅ pโ - AffineMap.lineMap_apply ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c : k) : (AffineMap.lineMap pโ pโ) c = c โข (pโ -แตฅ pโ) +แตฅ pโ - AffineMap.lineMap_vsub_right ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c : k) : (AffineMap.lineMap pโ pโ) c -แตฅ pโ = (1 - c) โข (pโ -แตฅ pโ) - AffineMap.right_vsub_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c : k) : pโ -แตฅ (AffineMap.lineMap pโ pโ) c = (1 - c) โข (pโ -แตฅ pโ) - AffineMap.lineMap_anti ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} [Ring k] [AddCommGroup V1] [Module k V1] [LinearOrder k] [Preorder V1] [AddLeftMono V1] [SMulPosMono k V1] {pโ pโ : V1} (h : pโ โค pโ) : Antitone โ(AffineMap.lineMap pโ pโ) - AffineMap.lineMap_mono ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} [Ring k] [AddCommGroup V1] [Module k V1] [LinearOrder k] [Preorder V1] [AddRightMono V1] [SMulPosMono k V1] {pโ pโ : V1} (h : pโ โค pโ) : Monotone โ(AffineMap.lineMap pโ pโ) - AffineMap.lineMap_vadd_apply ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (p : P1) (v : V1) (c : k) : (AffineMap.lineMap p (v +แตฅ p)) c = c โข v +แตฅ p - AffineMap.lineMap_lineMap_right ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c d : k) : (AffineMap.lineMap pโ ((AffineMap.lineMap pโ pโ) c)) d = (AffineMap.lineMap pโ pโ) (d * c) - AffineMap.lineMap_apply_module ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} [Ring k] [AddCommGroup V1] [Module k V1] (pโ pโ : V1) (c : k) : (AffineMap.lineMap pโ pโ) c = (1 - c) โข pโ + c โข pโ - AffineMap.lineMap_vsub_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ pโ pโ : P1) (c : k) : (AffineMap.lineMap pโ pโ) c -แตฅ (AffineMap.lineMap pโ pโ) c = (AffineMap.lineMap (pโ -แตฅ pโ) (pโ -แตฅ pโ)) c - AffineMap.apply_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} {V2 : Type u_4} {P2 : Type u_5} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [AddCommGroup V2] [Module k V2] [AddTorsor V2 P2] (f : P1 โแต[k] P2) (pโ pโ : P1) (c : k) : f ((AffineMap.lineMap pโ pโ) c) = (AffineMap.lineMap (f pโ) (f pโ)) c - AffineMap.pi_lineMap_apply ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} [Ring k] {ฮน : Type u_10} {V : ฮน โ Type u_11} {P : ฮน โ Type u_12} [(i : ฮน) โ AddCommGroup (V i)] [(i : ฮน) โ Module k (V i)] [(i : ฮน) โ AddTorsor (V i) (P i)] (f g : (i : ฮน) โ P i) (c : k) (i : ฮน) : (AffineMap.lineMap f g) c i = (AffineMap.lineMap (f i) (g i)) c - AffineMap.fst_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} {V2 : Type u_4} {P2 : Type u_5} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [AddCommGroup V2] [Module k V2] [AddTorsor V2 P2] (pโ pโ : P1 ร P2) (c : k) : ((AffineMap.lineMap pโ pโ) c).1 = (AffineMap.lineMap pโ.1 pโ.1) c - AffineMap.snd_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} {V2 : Type u_4} {P2 : Type u_5} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] [AddCommGroup V2] [Module k V2] [AddTorsor V2 P2] (pโ pโ : P1 ร P2) (c : k) : ((AffineMap.lineMap pโ pโ) c).2 = (AffineMap.lineMap pโ.2 pโ.2) c - AffineMap.lineMap_lineMap_left ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (pโ pโ : P1) (c d : k) : (AffineMap.lineMap ((AffineMap.lineMap pโ pโ) c) pโ) d = (AffineMap.lineMap pโ pโ) (1 - (1 - d) * (1 - c)) - AffineMap.lineMap_vadd_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_1} {V1 : Type u_2} {P1 : Type u_3} [Ring k] [AddCommGroup V1] [Module k V1] [AddTorsor V1 P1] (vโ vโ : V1) (pโ pโ : P1) (c : k) : (AffineMap.lineMap vโ vโ) c +แตฅ (AffineMap.lineMap pโ pโ) c = (AffineMap.lineMap (vโ +แตฅ pโ) (vโ +แตฅ pโ)) c - AffineMap.lineMap_apply' ๐ Mathlib.LinearAlgebra.AffineSpace.AffineMap
{k : Type u_2} {V1 : Type u_3} {P1 : Type u_4} {V2 : Type u_5} {P2 : Type u_6} [Ring k] [AddCommGroup V1] [AddTorsor V1 P1] [AddCommGroup V2] [AddTorsor V2 P2] [Module k V1] [Module k V2] [SMulCommClass k k V2] (f g : P1 โแต[k] P2) (c : k) (p : P1) : ((AffineMap.lineMap f g) c) p = (AffineMap.lineMap (f p) (g p)) c - AffineMap.lineMap_vsub ๐ Mathlib.LinearAlgebra.AffineSpace.AffineEquiv
{k : Type u_1} {Pโ : Type u_2} {Vโ : Type u_6} [Ring k] [AddCommGroup Vโ] [Module k Vโ] [AddTorsor Vโ Pโ] (pโ pโ pโ : Pโ) (c : k) : (AffineMap.lineMap pโ pโ) c -แตฅ pโ = (AffineMap.lineMap (pโ -แตฅ pโ) (pโ -แตฅ pโ)) c - AffineMap.vsub_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineEquiv
{k : Type u_1} {Pโ : Type u_2} {Vโ : Type u_6} [Ring k] [AddCommGroup Vโ] [Module k Vโ] [AddTorsor Vโ Pโ] (pโ pโ pโ : Pโ) (c : k) : pโ -แตฅ (AffineMap.lineMap pโ pโ) c = (AffineMap.lineMap (pโ -แตฅ pโ) (pโ -แตฅ pโ)) c - AffineMap.vadd_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineEquiv
{k : Type u_1} {Pโ : Type u_2} {Vโ : Type u_6} [Ring k] [AddCommGroup Vโ] [Module k Vโ] [AddTorsor Vโ Pโ] (v : Vโ) (pโ pโ : Pโ) (c : k) : v +แตฅ (AffineMap.lineMap pโ pโ) c = (AffineMap.lineMap (v +แตฅ pโ) (v +แตฅ pโ)) c - AffineMap.lineMap_vadd ๐ Mathlib.LinearAlgebra.AffineSpace.AffineEquiv
{k : Type u_1} {Pโ : Type u_2} {Vโ : Type u_6} [Ring k] [AddCommGroup Vโ] [Module k Vโ] [AddTorsor Vโ Pโ] (v v' : Vโ) (p : Pโ) (c : k) : (AffineMap.lineMap v v') c +แตฅ p = (AffineMap.lineMap (v +แตฅ p) (v' +แตฅ p)) c - AffineEquiv.apply_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.AffineEquiv
{k : Type u_1} {Pโ : Type u_2} {Pโ : Type u_3} {Vโ : Type u_6} {Vโ : Type u_7} [Ring k] [AddCommGroup Vโ] [AddCommGroup Vโ] [Module k Vโ] [Module k Vโ] [AddTorsor Vโ Pโ] [AddTorsor Vโ Pโ] (e : Pโ โแต[k] Pโ) (a b : Pโ) (c : k) : e ((AffineMap.lineMap a b) c) = (AffineMap.lineMap (e a) (e b)) c - openSegment_eq_image_lineMap ๐ Mathlib.Analysis.Convex.Segment
(๐ : Type u_1) {E : Type u_2} [Ring ๐] [PartialOrder ๐] [AddRightMono ๐] [AddCommGroup E] [Module ๐ E] (x y : E) : openSegment ๐ x y = โ(AffineMap.lineMap x y) '' Set.Ioo 0 1 - segment_eq_image_lineMap ๐ Mathlib.Analysis.Convex.Segment
(๐ : Type u_1) {E : Type u_2} [Ring ๐] [PartialOrder ๐] [AddRightMono ๐] [AddCommGroup E] [Module ๐ E] (x y : E) : segment ๐ x y = โ(AffineMap.lineMap x y) '' Set.Icc 0 1 - lineMap_mem_openSegment ๐ Mathlib.Analysis.Convex.Segment
(๐ : Type u_1) {E : Type u_2} [Ring ๐] [PartialOrder ๐] [AddRightMono ๐] [AddCommGroup E] [Module ๐ E] (a b : E) {t : ๐} (ht : t โ Set.Ioo 0 1) : (AffineMap.lineMap a b) t โ openSegment ๐ a b - lineMap_mem_segment ๐ Mathlib.Analysis.Convex.Segment
(๐ : Type u_1) {E : Type u_2} [Ring ๐] [PartialOrder ๐] [AddRightMono ๐] [AddCommGroup E] [Module ๐ E] (a b : E) {t : ๐} (ht : t โ Set.Icc 0 1) : (AffineMap.lineMap a b) t โ segment ๐ a b - openSegment_subset_union ๐ Mathlib.Analysis.Convex.Segment
{๐ : Type u_1} {E : Type u_2} [Field ๐] [LinearOrder ๐] [IsStrictOrderedRing ๐] [AddCommGroup E] [Module ๐ E] (x y : E) {z : E} (hz : z โ Set.range โ(AffineMap.lineMap x y)) : openSegment ๐ x y โ insert z (openSegment ๐ x z โช openSegment ๐ z y) - Convex.mapsTo_lineMap ๐ Mathlib.Analysis.Convex.Basic
{๐ : Type u_1} {E : Type u_2} [Ring ๐] [PartialOrder ๐] [AddCommGroup E] [Module ๐ E] {s : Set E} [AddRightMono ๐] (h : Convex ๐ s) {x y : E} (hx : x โ s) (hy : y โ s) : Set.MapsTo (โ(AffineMap.lineMap x y)) (Set.Icc 0 1) s - Convex.lineMap_mem ๐ Mathlib.Analysis.Convex.Basic
{๐ : Type u_1} {E : Type u_2} [Ring ๐] [PartialOrder ๐] [AddCommGroup E] [Module ๐ E] {s : Set E} [AddRightMono ๐] (h : Convex ๐ s) {x y : E} (hx : x โ s) (hy : y โ s) {t : ๐} (ht : t โ Set.Icc 0 1) : (AffineMap.lineMap x y) t โ s - AffineMap.lineMap_mem_affineSpan_pair ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (r : k) (pโ pโ : P) : (AffineMap.lineMap pโ pโ) r โ line[k, pโ, pโ] - AffineMap.lineMap_rev_mem_affineSpan_pair ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] (r : k) (pโ pโ : P) : (AffineMap.lineMap pโ pโ) r โ line[k, pโ, pโ] - mem_affineSpan_pair_iff_exists_lineMap_eq ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {p pโ pโ : P} : p โ line[k, pโ, pโ] โ โ r, (AffineMap.lineMap pโ pโ) r = p - mem_affineSpan_pair_iff_exists_lineMap_rev_eq ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {p pโ pโ : P} : p โ line[k, pโ, pโ] โ โ r, (AffineMap.lineMap pโ pโ) r = p - AffineMap.lineMap_mem ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Basic
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {Q : AffineSubspace k P} {pโ pโ : P} (c : k) (hโ : pโ โ Q) (hโ : pโ โ Q) : (AffineMap.lineMap pโ pโ) c โ Q - affineSpan_eq_affineSpan_lineMap_units ๐ Mathlib.LinearAlgebra.AffineSpace.Combination
{k : Type u_2} {V : Type u_3} {P : Type u_4} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] [Nontrivial k] {s : Set P} {p : P} (hp : p โ s) (w : โs โ kหฃ) : affineSpan k (Set.range fun q => (AffineMap.lineMap p โq) โ(w q)) = affineSpan k s - Finset.affineCombination_affineCombinationLineMapWeights ๐ Mathlib.LinearAlgebra.AffineSpace.Combination
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [S : AddTorsor V P] {ฮน : Type u_4} (s : Finset ฮน) [DecidableEq ฮน] (p : ฮน โ P) {i j : ฮน} (hi : i โ s) (hj : j โ s) (c : k) : (Finset.affineCombination k s p) (Finset.affineCombinationLineMapWeights i j c) = (AffineMap.lineMap (p i) (p j)) c - Finset.affineCombination_apply_eq_lineMap_sum ๐ Mathlib.LinearAlgebra.AffineSpace.Combination
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [S : AddTorsor V P] {ฮน : Type u_4} (s : Finset ฮน) [DecidableEq ฮน] (w : ฮน โ k) (p : ฮน โ P) (pโ pโ : P) (s' : Finset ฮน) (h : โ i โ s, w i = 1) (hpโ : โ i โ s โฉ s', p i = pโ) (hpโ : โ i โ s \ s', p i = pโ) : (Finset.affineCombination k s p) w = (AffineMap.lineMap pโ pโ) (โ i โ s โฉ s', w i) - Finset.lineMap_affineCombination ๐ Mathlib.LinearAlgebra.AffineSpace.Combination
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [S : AddTorsor V P] {ฮน : Type u_4} (s : Finset ฮน) (wโ wโ : ฮน โ k) (r : k) (p : ฮน โ P) : (AffineMap.lineMap ((Finset.affineCombination k s p) wโ) ((Finset.affineCombination k s p) wโ)) r = (Finset.affineCombination k s p) ((AffineMap.lineMap wโ wโ) r) - Finset.homothety_affineCombination ๐ Mathlib.LinearAlgebra.AffineSpace.Combination
{k : Type u_6} {V : Type u_7} {P : Type u_8} [CommRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {ฮน : Type u_9} [DecidableEq ฮน] (s : Finset ฮน) (p : ฮน โ P) (w : ฮน โ k) {i : ฮน} (hi : i โ s) (r : k) : (AffineMap.homothety (p i) r) ((Finset.affineCombination k s p) w) = (Finset.affineCombination k s p) ((AffineMap.lineMap (Pi.single i 1) w) r) - AffineIndependent.units_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Independent
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {ฮน : Type u_4} {p : ฮน โ P} (hp : AffineIndependent k p) (j : ฮน) (w : ฮน โ kหฃ) : AffineIndependent k fun i => (AffineMap.lineMap (p j) (p i)) โ(w i) - sign_eq_of_affineCombination_mem_affineSpan_single_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Independent
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup V] [Module k V] [AddTorsor V P] {ฮน : Type u_4} {p : ฮน โ P} (h : AffineIndependent k p) {w : ฮน โ k} {s : Finset ฮน} (hw : โ i โ s, w i = 1) {iโ iโ iโ : ฮน} (hโ : iโ โ s) (hโ : iโ โ s) (hโ : iโ โ s) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) (hโโ : iโ โ iโ) {c : k} (hc0 : 0 < c) (hc1 : c < 1) (hs : (Finset.affineCombination k s p) w โ line[k, p iโ, (AffineMap.lineMap (p iโ) (p iโ)) c]) : SignType.sign (w iโ) = SignType.sign (w iโ) - AffineIndependent.affineCombination_eq_lineMap_iff_weight_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Independent
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [Module k V] [AddTorsor V P] {ฮน : Type u_4} {p : ฮน โ P} (ha : AffineIndependent k p) {w wโ wโ : ฮน โ k} {s : Finset ฮน} (hw : โ i โ s, w i = 1) (hwโ : โ i โ s, wโ i = 1) (hwโ : โ i โ s, wโ i = 1) (c : k) : (Finset.affineCombination k s p) w = (AffineMap.lineMap ((Finset.affineCombination k s p) wโ) ((Finset.affineCombination k s p) wโ)) c โ โ i โ s, w i = (AffineMap.lineMap (wโ i) (wโ i)) c - Path.eqOn_extend_segment ๐ Mathlib.Analysis.Convex.PathConnected
{E : Type u_1} [AddCommGroup E] [Module โ E] [TopologicalSpace E] [ContinuousAdd E] [ContinuousSMul โ E] (a b : E) : Set.EqOn (โ(Path.segment a b).extend) (โ(AffineMap.lineMap a b)) unitInterval - Path.segment_apply ๐ Mathlib.Analysis.Convex.PathConnected
{E : Type u_1} [AddCommGroup E] [Module โ E] [TopologicalSpace E] [ContinuousAdd E] [ContinuousSMul โ E] (a b : E) (t : โunitInterval) : (Path.segment a b) t = (AffineMap.lineMap a b) โt - AffineMap.lineMap_continuous ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] {p q : P} : Continuous โ(AffineMap.lineMap p q) - Continuous.lineMap ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] {X : Type u_6} [TopologicalSpace X] {fโ fโ : X โ P} {g : X โ R} (hโ : Continuous fโ) (hโ : Continuous fโ) (hg : Continuous g) : Continuous fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x) - ContinuousAt.lineMap ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] {X : Type u_6} [TopologicalSpace X] {fโ fโ : X โ P} {g : X โ R} {x : X} (hโ : ContinuousAt fโ x) (hโ : ContinuousAt fโ x) (hg : ContinuousAt g x) : ContinuousAt (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) x - ContinuousOn.lineMap ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] {X : Type u_6} [TopologicalSpace X] {fโ fโ : X โ P} {g : X โ R} {s : Set X} (hโ : ContinuousOn fโ s) (hโ : ContinuousOn fโ s) (hg : ContinuousOn g s) : ContinuousOn (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) s - AffineMap.lineMap_continuous_uncurry ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] : Continuous fun pqt => (AffineMap.lineMap pqt.1 pqt.2.1) pqt.2.2 - ContinuousWithinAt.lineMap ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] {X : Type u_6} [TopologicalSpace X] {fโ fโ : X โ P} {g : X โ R} {s : Set X} {x : X} (hโ : ContinuousWithinAt fโ s x) (hโ : ContinuousWithinAt fโ s x) (hg : ContinuousWithinAt g s x) : ContinuousWithinAt (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) s x - Filter.Tendsto.lineMap ๐ Mathlib.Topology.Algebra.Affine
{R : Type u_1} {V : Type u_2} {P : Type u_3} [AddCommGroup V] [TopologicalSpace V] [AddTorsor V P] [TopologicalSpace P] [IsTopologicalAddTorsor P] [Ring R] [Module R V] [TopologicalSpace R] [ContinuousSMul R V] {ฮฑ : Type u_6} {l : Filter ฮฑ} {fโ fโ : ฮฑ โ P} {g : ฮฑ โ R} {pโ pโ : P} {c : R} (hโ : Filter.Tendsto fโ l (nhds pโ)) (hโ : Filter.Tendsto fโ l (nhds pโ)) (hg : Filter.Tendsto g l (nhds c)) : Filter.Tendsto (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) l (nhds ((AffineMap.lineMap pโ pโ) c)) - Convex.strictConvex' ๐ Mathlib.Analysis.Convex.Topology
{๐ : Type u_1} {E : Type u_2} [Field ๐] [LinearOrder ๐] [IsStrictOrderedRing ๐] [AddCommGroup E] [Module ๐ E] [TopologicalSpace E] [IsTopologicalAddGroup E] [ContinuousConstSMul ๐ E] {s : Set E} (hs : Convex ๐ s) (h : (s \ interior s).Pairwise fun x y => โ c, (AffineMap.lineMap x y) c โ interior s) : StrictConvex ๐ s - ContinuousAffineMap.lineMap_toAffineMap ๐ Mathlib.Topology.Algebra.ContinuousAffineMap
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [AddCommGroup V] [Module R V] [TopologicalSpace P] [AddTorsor V P] (pโ pโ : P) [TopologicalSpace R] [TopologicalSpace V] [ContinuousSMul R V] [ContinuousVAdd V P] : โ(ContinuousAffineMap.lineMap pโ pโ) = AffineMap.lineMap pโ pโ - ContinuousAffineMap.coe_lineMap_eq ๐ Mathlib.Topology.Algebra.ContinuousAffineMap
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [AddCommGroup V] [Module R V] [TopologicalSpace P] [AddTorsor V P] (pโ pโ : P) [TopologicalSpace R] [TopologicalSpace V] [ContinuousSMul R V] [ContinuousVAdd V P] : โ(ContinuousAffineMap.lineMap pโ pโ) = โ(AffineMap.lineMap pโ pโ) - ContinuousAffineMap.apply_lineMap ๐ Mathlib.Topology.Algebra.ContinuousAffineMap
{R : Type u_1} {V : Type u_2} {W : Type u_3} {P : Type u_4} {Q : Type u_5} [Ring R] [AddCommGroup V] [Module R V] [TopologicalSpace P] [AddTorsor V P] [AddCommGroup W] [Module R W] [TopologicalSpace Q] [AddTorsor W Q] (f : P โแดฌ[R] Q) (pโ pโ : P) (c : R) : f ((AffineMap.lineMap pโ pโ) c) = (AffineMap.lineMap (f pโ) (f pโ)) c - ContinuousAffineMap.lineMap_apply' ๐ Mathlib.Topology.Algebra.ContinuousAffineMap
{R : Type u_1} {V : Type u_2} {W : Type u_3} {P : Type u_4} {Q : Type u_5} [Ring R] [AddCommGroup V] [Module R V] [TopologicalSpace P] [AddTorsor V P] [AddCommGroup W] [Module R W] [TopologicalSpace Q] [AddTorsor W Q] [TopologicalSpace W] [IsTopologicalAddGroup W] [IsTopologicalAddTorsor Q] [ContinuousConstSMul R W] [SMulCommClass R R W] (f g : P โแดฌ[R] Q) (c : R) (p : P) : ((AffineMap.lineMap f g) c) p = (AffineMap.lineMap (f p) (g p)) c - lineMap_slope_slope_sub_div_sub ๐ Mathlib.LinearAlgebra.AffineSpace.Slope
{k : Type u_1} {E : Type u_2} {PE : Type u_3} [Field k] [AddCommGroup E] [Module k E] [AddTorsor E PE] (f : k โ PE) (a b c : k) (h : a โ c) : (AffineMap.lineMap (slope f a b) (slope f b c)) ((c - b) / (c - a)) = slope f a c - lineMap_slope_lineMap_slope_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Slope
{k : Type u_1} {E : Type u_2} {PE : Type u_3} [Field k] [AddCommGroup E] [Module k E] [AddTorsor E PE] (f : k โ PE) (a b r : k) : (AffineMap.lineMap (slope f ((AffineMap.lineMap a b) r) b) (slope f a ((AffineMap.lineMap a b) r))) r = slope f a b - AffineMap.hasDerivAt_lineMap ๐ Mathlib.Analysis.Calculus.Deriv.AffineMap
{๐ : Type u_1} [NontriviallyNormedField ๐] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace ๐ E] {a b : E} {x : ๐} : HasDerivAt (โ(AffineMap.lineMap a b)) (b - a) x - AffineMap.hasStrictDerivAt_lineMap ๐ Mathlib.Analysis.Calculus.Deriv.AffineMap
{๐ : Type u_1} [NontriviallyNormedField ๐] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace ๐ E] {a b : E} {x : ๐} : HasStrictDerivAt (โ(AffineMap.lineMap a b)) (b - a) x - AffineMap.hasDerivWithinAt_lineMap ๐ Mathlib.Analysis.Calculus.Deriv.AffineMap
{๐ : Type u_1} [NontriviallyNormedField ๐] {E : Type u_2} [NormedAddCommGroup E] [NormedSpace ๐ E] {a b : E} {s : Set ๐} {x : ๐} : HasDerivWithinAt (โ(AffineMap.lineMap a b)) (b - a) s x - lipschitzWith_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) : LipschitzWith (nndist pโ pโ) โ(AffineMap.lineMap pโ pโ) - dist_left_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : dist pโ ((AffineMap.lineMap pโ pโ) c) = โcโ * dist pโ pโ - dist_lineMap_left ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : dist ((AffineMap.lineMap pโ pโ) c) pโ = โcโ * dist pโ pโ - nndist_left_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : nndist pโ ((AffineMap.lineMap pโ pโ) c) = โcโโ * nndist pโ pโ - nndist_lineMap_left ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : nndist ((AffineMap.lineMap pโ pโ) c) pโ = โcโโ * nndist pโ pโ - antilipschitzWith_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{W : Type u_3} {Q : Type u_4} [NormedAddCommGroup W] [MetricSpace Q] [NormedAddTorsor W Q] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ W] {pโ pโ : Q} (h : pโ โ pโ) : AntilipschitzWith (nndist pโ pโ)โปยน โ(AffineMap.lineMap pโ pโ) - dist_lineMap_right ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : dist ((AffineMap.lineMap pโ pโ) c) pโ = โ1 - cโ * dist pโ pโ - dist_right_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : dist pโ ((AffineMap.lineMap pโ pโ) c) = โ1 - cโ * dist pโ pโ - nndist_lineMap_right ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : nndist ((AffineMap.lineMap pโ pโ) c) pโ = โ1 - cโโ * nndist pโ pโ - nndist_right_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (c : ๐) : nndist pโ ((AffineMap.lineMap pโ pโ) c) = โ1 - cโโ * nndist pโ pโ - dist_lineMap_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (cโ cโ : ๐) : dist ((AffineMap.lineMap pโ pโ) cโ) ((AffineMap.lineMap pโ pโ) cโ) = dist cโ cโ * dist pโ pโ - nndist_lineMap_lineMap ๐ Mathlib.Analysis.Normed.Affine.AddTorsor
{V : Type u_1} {P : Type u_2} [SeminormedAddCommGroup V] [PseudoMetricSpace P] [NormedAddTorsor V P] {๐ : Type u_5} [NormedField ๐] [NormedSpace ๐ V] (pโ pโ : P) (cโ cโ : ๐) : nndist ((AffineMap.lineMap pโ pโ) cโ) ((AffineMap.lineMap pโ pโ) cโ) = nndist cโ cโ * nndist pโ pโ - left_le_lineMap_iff_nonneg ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : a โค (AffineMap.lineMap a b) r โ 0 โค r - left_lt_lineMap_iff_pos ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : a < (AffineMap.lineMap a b) r โ 0 < r - lineMap_le_left_iff_nonpos ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : (AffineMap.lineMap a b) r โค a โ r โค 0 - lineMap_le_right_iff_le_one ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : (AffineMap.lineMap a b) r โค b โ r โค 1 - lineMap_lt_left_iff_neg ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : (AffineMap.lineMap a b) r < a โ r < 0 - lineMap_lt_right_iff_lt_one ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : (AffineMap.lineMap a b) r < b โ r < 1 - right_le_lineMap_iff_one_le ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : b โค (AffineMap.lineMap a b) r โ 1 โค r - right_lt_lineMap_iff_one_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} (h : a < b) : b < (AffineMap.lineMap a b) r โ 1 < r - left_lt_lineMap_iff_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} [PosSMulReflectLT k E] (h : 0 < r) : a < (AffineMap.lineMap a b) r โ a < b - lineMap_lt_left_iff_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} [PosSMulReflectLT k E] (h : 0 < r) : (AffineMap.lineMap a b) r < a โ b < a - lineMap_lt_right_iff_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} [PosSMulReflectLT k E] (h : r < 1) : (AffineMap.lineMap a b) r < b โ a < b - right_lt_lineMap_iff_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r : k} [PosSMulReflectLT k E] (h : r < 1) : b < (AffineMap.lineMap a b) r โ b < a - lineMap_mono_right ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b b' : E} {r : k} (hb : b โค b') (hr : 0 โค r) : (AffineMap.lineMap a b) r โค (AffineMap.lineMap a b') r - lineMap_strict_mono_right ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b b' : E} {r : k} (hb : b < b') (hr : 0 < r) : (AffineMap.lineMap a b) r < (AffineMap.lineMap a b') r - lineMap_mono_left ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a a' b : E} {r : k} (ha : a โค a') (hr : r โค 1) : (AffineMap.lineMap a b) r โค (AffineMap.lineMap a' b) r - lineMap_strict_mono_left ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a a' b : E} {r : k} (ha : a < a') (hr : r < 1) : (AffineMap.lineMap a b) r < (AffineMap.lineMap a' b) r - lineMap_le_lineMap_iff_of_lt' ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r r' : k} (h : a < b) : (AffineMap.lineMap a b) r โค (AffineMap.lineMap a b) r' โ r โค r' - lineMap_lt_lineMap_iff_of_lt' ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r r' : k} (h : a < b) : (AffineMap.lineMap a b) r < (AffineMap.lineMap a b) r' โ r < r' - lineMap_mono_endpoints ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a a' b b' : E} {r : k} (ha : a โค a') (hb : b โค b') (hโ : 0 โค r) (hโ : r โค 1) : (AffineMap.lineMap a b) r โค (AffineMap.lineMap a' b') r - lineMap_strict_mono_endpoints ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a a' b b' : E} {r : k} (ha : a < a') (hb : b < b') (hโ : 0 โค r) (hโ : r โค 1) : (AffineMap.lineMap a b) r < (AffineMap.lineMap a' b') r - lineMap_lt_lineMap_iff_of_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Ring k] [PartialOrder k] [IsOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] {a b : E} {r r' : k} [PosSMulReflectLT k E] (h : r < r') : (AffineMap.lineMap a b) r < (AffineMap.lineMap a b) r' โ a < b - left_le_lineMap_iff_le ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {a b : E} {r : k} (h : 0 < r) : a โค (AffineMap.lineMap a b) r โ a โค b - lineMap_le_left_iff_le ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {a b : E} {r : k} (h : 0 < r) : (AffineMap.lineMap a b) r โค a โ b โค a - lineMap_le_right_iff_le ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {a b : E} {r : k} (h : r < 1) : (AffineMap.lineMap a b) r โค b โ a โค b - right_le_lineMap_iff_le ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {a b : E} {r : k} (h : r < 1) : b โค (AffineMap.lineMap a b) r โ b โค a - lineMap_le_lineMap_iff_of_lt ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {a b : E} {r r' : k} (h : r < r') : (AffineMap.lineMap a b) r โค (AffineMap.lineMap a b) r' โ a โค b - lineMap_le_map_iff_slope_le_slope_left ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < r * (b - a)) : (AffineMap.lineMap (f a) (f b)) r โค f ((AffineMap.lineMap a b) r) โ slope f a b โค slope f a ((AffineMap.lineMap a b) r) - lineMap_lt_map_iff_slope_lt_slope_left ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < r * (b - a)) : (AffineMap.lineMap (f a) (f b)) r < f ((AffineMap.lineMap a b) r) โ slope f a b < slope f a ((AffineMap.lineMap a b) r) - map_le_lineMap_iff_slope_le_slope_left ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < r * (b - a)) : f ((AffineMap.lineMap a b) r) โค (AffineMap.lineMap (f a) (f b)) r โ slope f a ((AffineMap.lineMap a b) r) โค slope f a b - map_lt_lineMap_iff_slope_lt_slope_left ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < r * (b - a)) : f ((AffineMap.lineMap a b) r) < (AffineMap.lineMap (f a) (f b)) r โ slope f a ((AffineMap.lineMap a b) r) < slope f a b - lineMap_le_map_iff_slope_le_slope_right ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < (1 - r) * (b - a)) : (AffineMap.lineMap (f a) (f b)) r โค f ((AffineMap.lineMap a b) r) โ slope f ((AffineMap.lineMap a b) r) b โค slope f a b - lineMap_lt_map_iff_slope_lt_slope_right ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < (1 - r) * (b - a)) : (AffineMap.lineMap (f a) (f b)) r < f ((AffineMap.lineMap a b) r) โ slope f ((AffineMap.lineMap a b) r) b < slope f a b - map_le_lineMap_iff_slope_le_slope_right ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < (1 - r) * (b - a)) : f ((AffineMap.lineMap a b) r) โค (AffineMap.lineMap (f a) (f b)) r โ slope f a b โค slope f ((AffineMap.lineMap a b) r) b - map_lt_lineMap_iff_slope_lt_slope_right ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (h : 0 < (1 - r) * (b - a)) : f ((AffineMap.lineMap a b) r) < (AffineMap.lineMap (f a) (f b)) r โ slope f a b < slope f ((AffineMap.lineMap a b) r) b - lineMap_le_map_iff_slope_le_slope ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (hab : a < b) (hโ : 0 < r) (hโ : r < 1) : (AffineMap.lineMap (f a) (f b)) r โค f ((AffineMap.lineMap a b) r) โ slope f ((AffineMap.lineMap a b) r) b โค slope f a ((AffineMap.lineMap a b) r) - lineMap_lt_map_iff_slope_lt_slope ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (hab : a < b) (hโ : 0 < r) (hโ : r < 1) : (AffineMap.lineMap (f a) (f b)) r < f ((AffineMap.lineMap a b) r) โ slope f ((AffineMap.lineMap a b) r) b < slope f a ((AffineMap.lineMap a b) r) - map_le_lineMap_iff_slope_le_slope ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (hab : a < b) (hโ : 0 < r) (hโ : r < 1) : f ((AffineMap.lineMap a b) r) โค (AffineMap.lineMap (f a) (f b)) r โ slope f a ((AffineMap.lineMap a b) r) โค slope f ((AffineMap.lineMap a b) r) b - map_lt_lineMap_iff_slope_lt_slope ๐ Mathlib.LinearAlgebra.AffineSpace.Ordered
{k : Type u_1} {E : Type u_2} [Field k] [LinearOrder k] [IsStrictOrderedRing k] [AddCommGroup E] [PartialOrder E] [IsOrderedAddMonoid E] [Module k E] [IsStrictOrderedModule k E] [PosSMulReflectLE k E] {f : k โ E} {a b r : k} (hab : a < b) (hโ : 0 < r) (hโ : r < 1) : f ((AffineMap.lineMap a b) r) < (AffineMap.lineMap (f a) (f b)) r โ slope f a ((AffineMap.lineMap a b) r) < slope f ((AffineMap.lineMap a b) r) b - AffineMap.contDiff_lineMap ๐ Mathlib.Analysis.Calculus.AddTorsor.AffineMap
{๐ : Type u_1} {V : Type u_2} [NontriviallyNormedField ๐] [NormedAddCommGroup V] [NormedSpace ๐ V] (pโ pโ : V) {n : WithTop โโ} : ContDiff ๐ n โ(AffineMap.lineMap pโ pโ) - ContDiff.lineMap ๐ Mathlib.Analysis.Calculus.AddTorsor.AffineMap
{๐ : Type u_1} {V : Type u_2} {E : Type u_3} [NontriviallyNormedField ๐] [NormedAddCommGroup V] [NormedSpace ๐ V] [NormedAddCommGroup E] [NormedSpace ๐ E] {fโ fโ : E โ V} {g : E โ ๐} {n : WithTop โโ} (hโ : ContDiff ๐ n fโ) (hโ : ContDiff ๐ n fโ) (hg : ContDiff ๐ n g) : ContDiff ๐ n fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x) - ContDiffAt.lineMap ๐ Mathlib.Analysis.Calculus.AddTorsor.AffineMap
{๐ : Type u_1} {V : Type u_2} {E : Type u_3} [NontriviallyNormedField ๐] [NormedAddCommGroup V] [NormedSpace ๐ V] [NormedAddCommGroup E] [NormedSpace ๐ E] {fโ fโ : E โ V} {g : E โ ๐} {x : E} {n : WithTop โโ} (hโ : ContDiffAt ๐ n fโ x) (hโ : ContDiffAt ๐ n fโ x) (hg : ContDiffAt ๐ n g x) : ContDiffAt ๐ n (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) x - ContDiffOn.lineMap ๐ Mathlib.Analysis.Calculus.AddTorsor.AffineMap
{๐ : Type u_1} {V : Type u_2} {E : Type u_3} [NontriviallyNormedField ๐] [NormedAddCommGroup V] [NormedSpace ๐ V] [NormedAddCommGroup E] [NormedSpace ๐ E] {fโ fโ : E โ V} {g : E โ ๐} {s : Set E} {n : WithTop โโ} (hโ : ContDiffOn ๐ n fโ s) (hโ : ContDiffOn ๐ n fโ s) (hg : ContDiffOn ๐ n g s) : ContDiffOn ๐ n (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) s - ContDiffWithinAt.lineMap ๐ Mathlib.Analysis.Calculus.AddTorsor.AffineMap
{๐ : Type u_1} {V : Type u_2} {E : Type u_3} [NontriviallyNormedField ๐] [NormedAddCommGroup V] [NormedSpace ๐ V] [NormedAddCommGroup E] [NormedSpace ๐ E] {fโ fโ : E โ V} {g : E โ ๐} {s : Set E} {x : E} {n : WithTop โโ} (hโ : ContDiffWithinAt ๐ n fโ s x) (hโ : ContDiffWithinAt ๐ n fโ s x) (hg : ContDiffWithinAt ๐ n g s x) : ContDiffWithinAt ๐ n (fun x => (AffineMap.lineMap (fโ x) (fโ x)) (g x)) s x - AffineMap.contDiff_lineMap_uncurry ๐ Mathlib.Analysis.Calculus.AddTorsor.AffineMap
{๐ : Type u_1} {V : Type u_2} [NontriviallyNormedField ๐] [NormedAddCommGroup V] [NormedSpace ๐ V] {n : WithTop โโ} : ContDiff ๐ n fun pqc => (AffineMap.lineMap pqc.1 pqc.2.1) pqc.2.2 - EuclideanGeometry.inversion_eq_lineMap ๐ Mathlib.Geometry.Euclidean.Inversion.Basic
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (c : P) (R : โ) (x : P) : EuclideanGeometry.inversion c R x = (AffineMap.lineMap c x) ((R / dist x c) ^ 2) - Sbtw.mem_image_Ioo ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} (h : Sbtw R x y z) : y โ โ(AffineMap.lineMap x z) '' Set.Ioo 0 1 - sbtw_lineMap_iff ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] [IsDomain R] [Module.IsTorsionFree R V] {x y : P} {r : R} : Sbtw R x ((AffineMap.lineMap x y) r) y โ x โ y โง r โ Set.Ioo 0 1 - wbtw_lineMap_iff ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] [IsDomain R] [Module.IsTorsionFree R V] {x y : P} {r : R} : Wbtw R x ((AffineMap.lineMap x y) r) y โ x = y โจ r โ Set.Icc 0 1 - sbtw_iff_mem_image_Ioo_and_ne ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] [IsDomain R] [Module.IsTorsionFree R V] {x y z : P} : Sbtw R x y z โ y โ โ(AffineMap.lineMap x z) '' Set.Ioo 0 1 โง x โ z - Sbtw.left_mem_image_Ioi ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} (h : Sbtw R x y z) : x โ โ(AffineMap.lineMap z y) '' Set.Ioi 1 - Sbtw.right_mem_image_Ioi ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} (h : Sbtw R x y z) : z โ โ(AffineMap.lineMap x y) '' Set.Ioi 1 - Wbtw.left_mem_image_Ici_of_right_ne ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} (h : Wbtw R x y z) (hne : z โ y) : x โ โ(AffineMap.lineMap z y) '' Set.Ici 1 - Wbtw.right_mem_image_Ici_of_left_ne ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} (h : Wbtw R x y z) (hne : x โ y) : z โ โ(AffineMap.lineMap x y) '' Set.Ici 1 - sbtw_iff_left_ne_and_right_mem_image_Ioi ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} : Sbtw R x y z โ x โ y โง z โ โ(AffineMap.lineMap x y) '' Set.Ioi 1 - sbtw_iff_right_ne_and_left_mem_image_Ioi ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} : Sbtw R x y z โ z โ y โง x โ โ(AffineMap.lineMap z y) '' Set.Ioi 1 - wbtw_iff_left_eq_or_right_mem_image_Ici ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} : Wbtw R x y z โ x = y โจ z โ โ(AffineMap.lineMap x y) '' Set.Ici 1 - wbtw_iff_right_eq_or_left_mem_image_Ici ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {x y z : P} : Wbtw R x y z โ z = y โจ x โ โ(AffineMap.lineMap z y) '' Set.Ici 1 - Affine.Simplex.interior_eq_image_Ioo ๐ Mathlib.Analysis.Convex.Between
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Ring R] [PartialOrder R] [AddCommGroup V] [Module R V] [AddTorsor V P] [IsOrderedRing R] (s : Affine.Simplex R P 1) : s.interior = โ(AffineMap.lineMap (s.points 0) (s.points 1)) '' Set.Ioo 0 1 - List.exists_map_eq_of_sorted_iff_wbtw ๐ Mathlib.Analysis.Convex.BetweenList
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {l : List P} : (โ pโ pโ l', l'.SortedLE โง List.map (โ(AffineMap.lineMap pโ pโ)) l' = l) โ List.Wbtw R l - List.exists_map_eq_of_sorted_nonempty_iff_wbtw ๐ Mathlib.Analysis.Convex.BetweenList
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {l : List P} (hl : l โ []) : (โ l', l'.SortedLE โง List.map (โ(AffineMap.lineMap (l.head hl) (l.getLast hl))) l' = l) โ List.Wbtw R l - List.exists_map_eq_of_sorted_iff_sbtw ๐ Mathlib.Analysis.Convex.BetweenList
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] [Nontrivial P] {l : List P} : (โ pโ pโ, pโ โ pโ โง โ l', l'.SortedLT โง List.map (โ(AffineMap.lineMap pโ pโ)) l' = l) โ List.Sbtw R l - List.exists_map_eq_of_sorted_nonempty_iff_sbtw ๐ Mathlib.Analysis.Convex.BetweenList
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {l : List P} (hl : l โ []) : (โ l', l'.SortedLT โง List.map (โ(AffineMap.lineMap (l.head hl) (l.getLast hl))) l' = l โง (l.length = 1 โจ l.head hl โ l.getLast hl)) โ List.Sbtw R l - AddTorsor.convexCombPair_eq_lineMap ๐ Mathlib.Geometry.Convex.ConvexSpace.AffineSpace
{R : Type u_1} {V : Type u_2} {P : Type u_3} [Ring R] [PartialOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] [Convexity.ConvexSpace R P] [Convexity.IsAffineConvexSpace R V P] (s t : R) (hs : 0 โค s) (ht : 0 โค t) (h : s + t = 1) (x y : P) : Convexity.convexCombPair s t hs ht h x y = (AffineMap.lineMap y x) s - AffineSubspace.wOppSide_lineMap_left ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x : P} (y : P) (h : x โ s) {t : R} (ht : t โค 0) : s.WOppSide ((AffineMap.lineMap x y) t) y - AffineSubspace.wOppSide_lineMap_right ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x : P} (y : P) (h : x โ s) {t : R} (ht : t โค 0) : s.WOppSide y ((AffineMap.lineMap x y) t) - AffineSubspace.wSameSide_lineMap_left ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x : P} (y : P) (h : x โ s) {t : R} (ht : 0 โค t) : s.WSameSide ((AffineMap.lineMap x y) t) y - AffineSubspace.wSameSide_lineMap_right ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [CommRing R] [PartialOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x : P} (y : P) (h : x โ s) {t : R} (ht : 0 โค t) : s.WSameSide y ((AffineMap.lineMap x y) t) - AffineSubspace.sOppSide_lineMap_left ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x y : P} (hx : x โ s) (hy : y โ s) {t : R} (ht : t < 0) : s.SOppSide ((AffineMap.lineMap x y) t) y - AffineSubspace.sOppSide_lineMap_right ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x y : P} (hx : x โ s) (hy : y โ s) {t : R} (ht : t < 0) : s.SOppSide y ((AffineMap.lineMap x y) t) - AffineSubspace.sSameSide_lineMap_left ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x y : P} (hx : x โ s) (hy : y โ s) {t : R} (ht : 0 < t) : s.SSameSide ((AffineMap.lineMap x y) t) y - AffineSubspace.sSameSide_lineMap_right ๐ Mathlib.Analysis.Convex.Side
{R : Type u_1} {V : Type u_2} {P : Type u_4} [Field R] [LinearOrder R] [IsStrictOrderedRing R] [AddCommGroup V] [Module R V] [AddTorsor V P] {s : AffineSubspace R P} {x y : P} (hx : x โ s) (hy : y โ s) {t : R} (ht : 0 < t) : s.SSameSide y ((AffineMap.lineMap x y) t) - eq_lineMap_of_dist_eq_mul_of_dist_eq_mul ๐ Mathlib.Analysis.Convex.StrictConvexBetween
{E : Type u_3} {PE : Type u_5} [NormedAddCommGroup E] [NormedSpace โ E] [StrictConvexSpace โ E] [MetricSpace PE] [NormedAddTorsor E PE] {r : โ} {x y z : PE} (hxy : dist x y = r * dist x z) (hyz : dist y z = (1 - r) * dist x z) : y = (AffineMap.lineMap x z) r - isVisible_iff_lineMap ๐ Mathlib.Analysis.Convex.Visible
{๐ : Type u_1} {V : Type u_2} {P : Type u_3} [Field ๐] [LinearOrder ๐] [IsOrderedRing ๐] [AddCommGroup V] [Module ๐ V] [AddTorsor V P] {s : Set P} {x y : P} (hxy : x โ y) : IsVisible ๐ s x y โ โ ฮด โ Set.Ioo 0 1, (AffineMap.lineMap x y) ฮด โ s - dist_sq_lineMap_of_inner_eq_zero ๐ Mathlib.Analysis.InnerProductSpace.Affine
{V : Type u_2} {P : Type u_3} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {a b p : P} (t : โ) (h_inner : inner โ (p -แตฅ a) (b -แตฅ a) = 0) : dist p ((AffineMap.lineMap a b) t) ^ 2 = dist p a ^ 2 + t ^ 2 * dist a b ^ 2 - dist_sq_lineMap_lineMap_of_inner_eq_zero ๐ Mathlib.Analysis.InnerProductSpace.Affine
{V : Type u_2} {P : Type u_3} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] {a b c : P} (tโ tโ : โ) (h_inner : inner โ (b -แตฅ a) (c -แตฅ a) = 0) : dist ((AffineMap.lineMap a b) tโ) ((AffineMap.lineMap a c) tโ) ^ 2 = tโ ^ 2 * dist a b ^ 2 + tโ ^ 2 * dist a c ^ 2 - MeasureTheory.hausdorffMeasure_lineMap_image ๐ Mathlib.MeasureTheory.Measure.Hausdorff
{E : Type u_5} {P : Type u_6} [NormedAddCommGroup E] [NormedSpace โ E] [MeasurableSpace P] [MetricSpace P] [NormedAddTorsor E P] [BorelSpace P] (x y : P) (s : Set โ) : (MeasureTheory.Measure.hausdorffMeasure 1) (โ(AffineMap.lineMap x y) '' s) = nndist x y โข (MeasureTheory.Measure.hausdorffMeasure 1) s - Affine.Triangle.prod_eq_prod_one_sub_of_mem_line_point_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Ceva
{k : Type u_1} {V : Type u_2} {P : Type u_3} [CommRing k] [NoZeroDivisors k] [AddCommGroup V] [Module k V] [AddTorsor V P] {t : Affine.Triangle k P} {r : Fin 3 โ k} {p' : P} (hp' : โ (i : Fin 3), p' โ line[k, t.points i, (AffineMap.lineMap (t.points (i + 1)) (t.points (i + 2))) (r i)]) : โ i, r i = โ i, (1 - r i) - Affine.Triangle.prod_div_one_sub_eq_one_of_mem_line_point_lineMap ๐ Mathlib.LinearAlgebra.AffineSpace.Ceva
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Field k] [AddCommGroup V] [Module k V] [AddTorsor V P] {t : Affine.Triangle k P} {r : Fin 3 โ k} (hr0 : โ (i : Fin 3), r i โ 0) {p' : P} (hp' : โ (i : Fin 3), p' โ line[k, t.points i, (AffineMap.lineMap (t.points (i + 1)) (t.points (i + 2))) (r i)]) : โ i, r i / (1 - r i) = 1 - AffineSubspace.lineMap_mem_shift ๐ Mathlib.LinearAlgebra.AffineSpace.AffineSubspace.Shift
{k : Type u_1} {V : Type u_2} {P : Type u_3} [Ring k] [AddCommGroup V] [AddTorsor V P] [Module k V] {s : AffineSubspace k P} {p : P} (hp : p โ s) (c : P) (r : k) : (AffineMap.lineMap c p) r โ s.shift c r - Affine.Simplex.closedInterior_inter_affineSubspaceMk'_lineMap_altitudeFoot ๐ Mathlib.Geometry.Euclidean.Altitude
{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) (i : Fin (n + 1)) (x : โ) : s.closedInterior โฉ โ(AffineSubspace.mk' ((AffineMap.lineMap (s.points i) (s.altitudeFoot i)) x) (s.altitude i).directionแฎ) = s.closedInterior โฉ โ((affineSpan โ (s.points '' {i}แถ)).shift (s.points i) x) - Affine.Simplex.affineSubspaceMk'_lineMap_altitudeFoot_eq_shift ๐ Mathlib.Geometry.Euclidean.Altitude
{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) (i : Fin (n + 1)) (x : โ) : AffineSubspace.mk' ((AffineMap.lineMap (s.points i) (s.altitudeFoot i)) x) (s.altitude i).directionแฎ โ affineSpan โ (Set.range s.points) = (affineSpan โ (s.points '' {i}แถ)).shift (s.points i) x - signedDist_left_lineMap ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (v : V) (p q : P) (c : โ) : ((signedDist v) p) ((AffineMap.lineMap p q) c) = c * ((signedDist v) p) q - signedDist_lineMap_left ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (v : V) (p q : P) (c : โ) : ((signedDist v) ((AffineMap.lineMap p q) c)) p = -c * ((signedDist v) p) q - signedDist_lineMap_right ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (v : V) (p q : P) (c : โ) : ((signedDist v) ((AffineMap.lineMap p q) c)) q = (1 - c) * ((signedDist v) p) q - signedDist_right_lineMap ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (v : V) (p q : P) (c : โ) : ((signedDist v) q) ((AffineMap.lineMap p q) c) = (c - 1) * ((signedDist v) p) q - signedDist_lineMap_lineMap ๐ Mathlib.Geometry.Euclidean.SignedDist
{V : Type u_1} {P : Type u_2} [NormedAddCommGroup V] [InnerProductSpace โ V] [MetricSpace P] [NormedAddTorsor V P] (v : V) (p q : P) (cโ cโ : โ) : ((signedDist v) ((AffineMap.lineMap p q) cโ)) ((AffineMap.lineMap p q) cโ) = (cโ - cโ) * ((signedDist v) p) q - Affine.Simplex.ExcenterExists.sign_signedInfDist_lineMap_excenter_touchpoint ๐ 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))} (h : s.ExcenterExists signs) {i j : Fin (n + 1)} (hne : i โ j) {r : โ} (hr : r โ Set.Icc 0 1) : SignType.sign ((s.signedInfDist j) ((AffineMap.lineMap (s.excenter signs) (s.touchpoint signs i)) r)) = SignType.sign ((s.signedInfDist j) (s.excenter signs)) - Affine.Simplex.sign_signedInfDist_lineMap_incenter_touchpoint ๐ 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) {i j : Fin (n + 1)} (hne : i โ j) {r : โ} (hr : r โ Set.Icc 0 1) : SignType.sign ((s.signedInfDist j) ((AffineMap.lineMap s.incenter (s.touchpoint โ i)) r)) = SignType.sign ((s.signedInfDist j) s.incenter) - EuclideanGeometry.Sphere.secondInter_eq_lineMap ๐ 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) : s.secondInter p (p' -แตฅ p) = (AffineMap.lineMap p p') (-2 * inner โ (p' -แตฅ p) (p -แตฅ s.center) / inner โ (p' -แตฅ p) (p' -แตฅ p)) - lineMap_inv_two ๐ Mathlib.LinearAlgebra.AffineSpace.MidpointZero
{R : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing R] [CharZero R] [AddCommGroup V] [Module R V] [AddTorsor V P] (a b : P) : (AffineMap.lineMap a b) 2โปยน = midpoint R a b - lineMap_one_half ๐ Mathlib.LinearAlgebra.AffineSpace.MidpointZero
{R : Type u_1} {V : Type u_2} {P : Type u_3} [DivisionRing R] [CharZero R] [AddCommGroup V] [Module R V] [AddTorsor V P] (a b : P) : (AffineMap.lineMap a b) (1 / 2) = midpoint R a b - curveIntegralFun_segment ๐ Mathlib.MeasureTheory.Integral.CurveIntegral.Basic
{๐ : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike ๐] [NormedAddCommGroup E] [NormedSpace ๐ E] [NormedAddCommGroup F] [NormedSpace ๐ F] [NormedSpace โ E] (ฯ : E โ E โL[๐] F) (a b : E) {t : โ} (ht : t โ unitInterval) : curveIntegralFun ฯ (Path.segment a b) t = (ฯ ((AffineMap.lineMap a b) t)) (b - a) - curveIntegral_segment ๐ Mathlib.MeasureTheory.Integral.CurveIntegral.Basic
{๐ : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike ๐] [NormedAddCommGroup E] [NormedSpace ๐ E] [NormedAddCommGroup F] [NormedSpace ๐ F] [NormedSpace โ E] [NormedSpace โ F] (ฯ : E โ E โL[๐] F) (a b : E) : โซแถ (x : E) in Path.segment a b, ฯ x = โซ (t : โ) in 0..1, (ฯ ((AffineMap.lineMap a b) t)) (b - a) - curveIntegrable_segment ๐ Mathlib.MeasureTheory.Integral.CurveIntegral.Basic
{๐ : Type u_1} {E : Type u_2} {F : Type u_3} [RCLike ๐] [NormedAddCommGroup E] [NormedSpace ๐ E] [NormedAddCommGroup F] [NormedSpace ๐ F] {a b : E} {ฯ : E โ E โL[๐] F} [NormedSpace โ E] : CurveIntegrable ฯ (Path.segment a b) โ IntervalIntegrable (fun t => (ฯ ((AffineMap.lineMap a b) t)) (b - a)) MeasureTheory.volume 0 1 - ContinuousMap.Homotopy.affine_apply ๐ Mathlib.Topology.Homotopy.Affine
{X : Type u_1} {E : Type u_2} [TopologicalSpace X] [AddCommGroup E] [TopologicalSpace E] [IsTopologicalAddGroup E] [Module โ E] [ContinuousSMul โ E] (f g : C(X, E)) (x : โunitInterval ร X) : (ContinuousMap.Homotopy.affine f g) x = (AffineMap.lineMap (f x.2) (g x.2)) โx.1 - norm_sub_le_mul_volume_of_norm_lineDeriv_le ๐ Mathlib.MeasureTheory.Integral.IntervalIntegral.DistLEIntegral
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace โ E] [NormedAddCommGroup F] [NormedSpace โ F] {f : E โ F} {a b : E} {C : โ} (hfc : ContinuousOn f (segment โ a b)) (hfd : โ t โ Set.Ioo 0 1, LineDifferentiableAt โ f ((AffineMap.lineMap a b) t) (b - a)) (hf' : โแต (t : โ), t โ Set.Ioo 0 1 โ โlineDeriv โ f ((AffineMap.lineMap a b) t) (b - a)โ โค C) : โf b - f aโ โค C * MeasureTheory.volume.real {t | t โ Set.Ioo 0 1 โง lineDeriv โ f ((AffineMap.lineMap a b) t) (b - a) โ 0} - norm_sub_le_mul_volume_of_norm_fderiv_le ๐ Mathlib.MeasureTheory.Integral.IntervalIntegral.DistLEIntegral
{E : Type u_1} {F : Type u_2} [NormedAddCommGroup E] [NormedSpace โ E] [NormedAddCommGroup F] [NormedSpace โ F] {f : E โ F} {a b : E} {C : โ} {s : Set E} (hs : IsOpen s) (hf : DiffContOnCl โ f s) (hab : openSegment โ a b โ s) (hC : โ x โ s, โfderiv โ f xโ โค C) : โf b - f aโ โค C * โb - aโ * MeasureTheory.volume.real {t | t โ Set.Ioo 0 1 โง fderiv โ f ((AffineMap.lineMap a b) t) โ 0}
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