Loogle!
Result
Found 89 declarations whose name contains "until".
- Lean.doElemRepeat__Until_ π Init.While
: Lean.ParserDescr - String.Legacy.Iterator.foldUntil π Init.Data.String.Iterator
{Ξ± : Type u_1} (it : String.Legacy.Iterator) (init : Ξ±) (f : Ξ± β Char β Option Ξ±) : Ξ± Γ String.Legacy.Iterator - String.nextUntil π Init.Data.String.TakeDrop
(s : String) (p : Char β Bool) (i : String.Pos.Raw) : String.Pos.Raw - String.Pos.Raw.nextUntil π Init.Data.String.TakeDrop
(s : String) (p : Char β Bool) (i : String.Pos.Raw) : String.Pos.Raw - Std.Condvar.waitUntil π Std.Sync.Mutex
{m : Type β Type u_1} [Monad m] [MonadLiftT BaseIO m] (condvar : Std.Condvar) (mutex : Std.BaseMutex) (pred : m Bool) : m Unit - Std.Internal.Parsec.ByteArray.skipUntil π Std.Internal.Parsec.ByteArray
(pred : UInt8 β Bool) : Std.Internal.Parsec.ByteArray.Parser Unit - Std.Internal.Parsec.ByteArray.takeUntil π Std.Internal.Parsec.ByteArray
(pred : UInt8 β Bool) : Std.Internal.Parsec.ByteArray.Parser ByteSlice - Std.Internal.Parsec.ByteArray.skipUntilUpTo π Std.Internal.Parsec.ByteArray
(pred : UInt8 β Bool) (limit : β) : Std.Internal.Parsec.ByteArray.Parser Unit - Std.Internal.Parsec.ByteArray.takeUntilUpTo π Std.Internal.Parsec.ByteArray
(pred : UInt8 β Bool) (limit : β) : Std.Internal.Parsec.ByteArray.Parser ByteSlice - Lean.Meta.whnfUntil π Lean.Meta.WHNF
(e : Lean.Expr) (declName : Lean.Name) : Lean.MetaM (Option Lean.Expr) - Lean.Parser.takeUntilFn π Lean.Parser.Basic
(p : Char β Bool) : Lean.Parser.ParserFn - Lean.Lsp.TextDocumentSyncOptions.willSaveWaitUntil π Lean.Data.Lsp.TextSync
(self : Lean.Lsp.TextDocumentSyncOptions) : Bool - IO.AsyncList.waitUntil π Lean.Server.AsyncList
{Ξ± : Type u_1} {Ξ΅ : Type u_2} (p : Ξ± β Bool) : IO.AsyncList Ξ΅ Ξ± β Lean.Server.ServerTask (List Ξ± Γ Option Ξ΅) - Lean.ParseImports.takeUntil π Lean.Elab.ParseImportsFast
(p : Char β Bool) : Lean.ParseImports.Parser - Lean.Elab.Tactic.iterateUntilFailure π Mathlib.Tactic.Core
{m : Type β Type u} [Monad m] [MonadExcept Lean.Exception m] (tac : m Unit) : m Unit - Lean.Elab.Tactic.iterateUntilFailureCount π Mathlib.Tactic.Core
{m : Type β Type u} [Monad m] [MonadExcept Lean.Exception m] {Ξ± : Type} (tac : m Ξ±) : m β - Lean.Elab.Tactic.iterateUntilFailureWithResults π Mathlib.Tactic.Core
{m : Type β Type u} [Monad m] [MonadExcept Lean.Exception m] {Ξ± : Type} (tac : m Ξ±) : m (List Ξ±) - Plausible.Gen.runUntil π Plausible.Gen
{Ξ± : Type} (attempts : Option β := none) (x : Plausible.Gen Ξ±) (size : β) : IO Ξ± - Lean.Meta.forallMetaTelescopeReducingUntilDefEq π Mathlib.Lean.Meta.Basic
(e t : Lean.Expr) (kind : Lean.MetavarKind := Lean.MetavarKind.natural) : Lean.MetaM (Array Lean.Expr Γ Array Lean.BinderInfo Γ Lean.Expr) - SimpleGraph.Walk.dropUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {v w : V} (p : G.Walk v w) (u : V) : u β p.support β G.Walk u w - SimpleGraph.Walk.takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {v w : V} (p : G.Walk v w) (u : V) : u β p.support β G.Walk v u - SimpleGraph.Walk.takeUntil_first π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v u : V} [DecidableEq V] (p : G.Walk u v) : p.takeUntil u β― = SimpleGraph.Walk.nil - SimpleGraph.Walk.isSubwalk_dropUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] (p : G.Walk u v) (h : w β p.support) : (p.dropUntil w h).IsSubwalk p - SimpleGraph.Walk.isSubwalk_takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] (p : G.Walk u v) (h : w β p.support) : (p.takeUntil w h).IsSubwalk p - SimpleGraph.Walk.takeUntil_nil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u : V} {h : u β SimpleGraph.Walk.nil.support} : SimpleGraph.Walk.nil.takeUntil u h = SimpleGraph.Walk.nil - SimpleGraph.Walk.nil_takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] (p : G.Walk u v) (hwp : w β p.support) : (p.takeUntil w hwp).Nil β u = w - SimpleGraph.Walk.getVert_length_takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] {p : G.Walk v w} (h : u β p.support) : p.getVert (p.takeUntil u h).length = u - SimpleGraph.Walk.length_dropUntil_le π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.dropUntil u h).length β€ p.length - SimpleGraph.Walk.length_takeUntil_le π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.takeUntil u h).length β€ p.length - SimpleGraph.Walk.support_dropUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.dropUntil u h).support β p.support - SimpleGraph.Walk.support_takeUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.takeUntil u h).support β p.support - SimpleGraph.Walk.snd_takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] (hsu : w β u) (p : G.Walk u v) (h : w β p.support) : (p.takeUntil w h).snd = p.snd - SimpleGraph.Walk.count_support_takeUntil_eq_one π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : List.count u (p.takeUntil u h).support = 1 - SimpleGraph.Walk.edges_dropUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.dropUntil u h).edges β p.edges - SimpleGraph.Walk.edges_takeUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.takeUntil u h).edges β p.edges - SimpleGraph.Walk.length_takeUntil_lt π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} {p : G.Walk v w} (h : u β p.support) (huw : u β w) : (p.takeUntil u h).length < p.length - SimpleGraph.Walk.darts_dropUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.dropUntil u h).darts β p.darts - SimpleGraph.Walk.darts_takeUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) : (p.takeUntil u h).darts β p.darts - SimpleGraph.Walk.getVert_lt_length_takeUntil_ne π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] {n : β} {p : G.Walk v w} (h : u β p.support) (hn : n < (p.takeUntil u h).length) : p.getVert n β u - SimpleGraph.Walk.takeUntil.eq_1 π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [inst : DecidableEq V] {v : V} (x : V) (x_1 : x β SimpleGraph.Walk.nil.support) : SimpleGraph.Walk.nil.takeUntil x x_1 = β―.mpr SimpleGraph.Walk.nil - SimpleGraph.Walk.getVert_takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {w : V} [DecidableEq V] {u v : V} {n : β} {p : G.Walk u v} (hw : w β p.support) (hn : n β€ (p.takeUntil w hw).length) : (p.takeUntil w hw).getVert n = p.getVert n - SimpleGraph.Walk.count_edges_takeUntil_le_one π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} (p : G.Walk v w) (h : u β p.support) (x : V) : List.count s(u, x) (p.takeUntil u h).edges β€ 1 - SimpleGraph.Walk.takeUntil_append_of_mem_left π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] {x : V} (p : G.Walk u v) (q : G.Walk v w) (hx : x β p.support) : (p.append q).takeUntil x β― = p.takeUntil x hx - SimpleGraph.Walk.getVert_le_length_takeUntil_eq_iff π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] {n : β} {p : G.Walk v w} (h : u β p.support) (hn : n β€ (p.takeUntil u h).length) : p.getVert n = u β n = (p.takeUntil u h).length - SimpleGraph.Walk.notMem_support_takeUntil_support_takeUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v u : V} [DecidableEq V] {p : G.Walk u v} {w x : V} (h : x β w) (hw : w β p.support) (hx : x β (p.takeUntil w hw).support) : w β (p.takeUntil x β―).support - SimpleGraph.Walk.not_mem_support_takeUntil_support_takeUntil_subset π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v u : V} [DecidableEq V] {p : G.Walk u v} {w x : V} (h : x β w) (hw : w β p.support) (hx : x β (p.takeUntil w hw).support) : w β (p.takeUntil x β―).support - SimpleGraph.Walk.takeUntil_cons π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v w u : V} [DecidableEq V] {v' : V} {p : G.Walk v' v} (hwp : w β p.support) (h : u β w) (hadj : G.Adj u v') : (SimpleGraph.Walk.cons hadj p).takeUntil w β― = SimpleGraph.Walk.cons hadj (p.takeUntil w hwp) - SimpleGraph.Walk.takeUntil_takeUntil π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} {v u : V} [DecidableEq V] {w x : V} (p : G.Walk u v) (hw : w β p.support) (hx : x β (p.takeUntil w hw).support) : (p.takeUntil w hw).takeUntil x hx = p.takeUntil x β― - SimpleGraph.Walk.dropUntil.congr_simp π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {v w : V} (p pβ : G.Walk v w) (e_p : p = pβ) (u : V) (aβ : u β p.support) : p.dropUntil u aβ = pβ.dropUntil u β― - SimpleGraph.Walk.takeUntil.congr_simp π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {v w : V} (p pβ : G.Walk v w) (e_p : p = pβ) (u : V) (aβ : u β p.support) : p.takeUntil u aβ = pβ.takeUntil u β― - SimpleGraph.Walk.takeUntil.eq_2 π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [inst : DecidableEq V] {v w : V} (x v_1 : V) (r : G.Adj v v_1) (p : G.Walk v_1 w) (x_1 : x β (SimpleGraph.Walk.cons r p).support) : (SimpleGraph.Walk.cons r p).takeUntil x x_1 = if hx : v = x then hx βΈ SimpleGraph.Walk.nil else SimpleGraph.Walk.cons r (p.takeUntil x β―) - SimpleGraph.Walk.takeUntil.eq_def π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {v w : V} (xβ : G.Walk v w) (xβΒΉ : V) (xβΒ² : xβΒΉ β xβ.support) : xβ.takeUntil xβΒΉ xβΒ² = match w, xβ, xβΒΉ, xβΒ² with | .(v), SimpleGraph.Walk.nil, u, h => β―.mpr SimpleGraph.Walk.nil | w, SimpleGraph.Walk.cons r p, u, h => if hx : v = u then hx βΈ SimpleGraph.Walk.nil else SimpleGraph.Walk.cons r (p.takeUntil u β―) - SimpleGraph.Walk.dropUntil_copy π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w v' w' : V} (p : G.Walk v w) (hv : v = v') (hw : w = w') (h : u β (p.copy hv hw).support) : (p.copy hv hw).dropUntil u h = (p.dropUntil u β―).copy β― hw - SimpleGraph.Walk.takeUntil_copy π Mathlib.Combinatorics.SimpleGraph.Connectivity.WalkDecomp
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w v' w' : V} (p : G.Walk v w) (hv : v = v') (hw : w = w') (h : u β (p.copy hv hw).support) : (p.copy hv hw).takeUntil u h = (p.takeUntil u β―).copy hv β― - SimpleGraph.Walk.IsCycle.isPath_takeUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {v w : V} [DecidableEq V] {c : G.Walk v v} (hc : c.IsCycle) (h : w β c.support) : (c.takeUntil w h).IsPath - SimpleGraph.Walk.IsPath.dropUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} {p : G.Walk v w} (hc : p.IsPath) (h : u β p.support) : (p.dropUntil u h).IsPath - SimpleGraph.Walk.IsPath.takeUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} {p : G.Walk v w} (hc : p.IsPath) (h : u β p.support) : (p.takeUntil u h).IsPath - SimpleGraph.Walk.IsTrail.dropUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} {p : G.Walk v w} (hc : p.IsTrail) (h : u β p.support) : (p.dropUntil u h).IsTrail - SimpleGraph.Walk.IsTrail.takeUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v w : V} {p : G.Walk v w} (hc : p.IsTrail) (h : u β p.support) : (p.takeUntil u h).IsTrail - SimpleGraph.Walk.endpoint_notMem_support_takeUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} [DecidableEq V] {p : G.Walk u v} (hp : p.IsPath) (hw : w β p.support) (h : v β w) : v β (p.takeUntil w hw).support - SimpleGraph.Walk.endpoint_not_mem_support_takeUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v w : V} [DecidableEq V] {p : G.Walk u v} (hp : p.IsPath) (hw : w β p.support) (h : v β w) : v β (p.takeUntil w hw).support - SimpleGraph.Walk.IsTrail.disjoint_edges_takeUntil_dropUntil π Mathlib.Combinatorics.SimpleGraph.Paths
{V : Type u} {G : SimpleGraph V} {u v : V} [DecidableEq V] {x : V} {w : G.Walk u v} (hw : w.IsTrail) (hx : x β w.support) : (w.takeUntil x hx).edges.Disjoint (w.dropUntil x hx).edges - SimpleGraph.Walk.exists_mem_support_mem_erase_mem_support_takeUntil_eq_empty π Mathlib.Combinatorics.SimpleGraph.Connectivity.Subgraph
{V : Type u} {G : SimpleGraph V} [DecidableEq V] {u v : V} {p : G.Walk u v} (s : Finset V) (h : {x β s | x β p.support}.Nonempty) : β x β s, β (hx : x β p.support), {t β s.erase x | t β (p.takeUntil x hx).support} = β - Estimator.improveUntil π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p : Ξ± β Bool) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e : Ξ΅) : Except (Option Ξ΅) Ξ΅ - Estimator.improveUntilAux π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p : Ξ± β Bool) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e : Ξ΅) (r : Bool) : Except (Option Ξ΅) Ξ΅ - Estimator.improveUntil.congr_simp π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p pβ : Ξ± β Bool) (e_p : p = pβ) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e eβ : Ξ΅) (e_e : e = eβ) : Estimator.improveUntil a p e = Estimator.improveUntil a pβ eβ - Estimator.improveUntil_spec π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p : Ξ± β Bool) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e : Ξ΅) : match Estimator.improveUntil a p e with | Except.error a_1 => Β¬p a.get = true | Except.ok e' => p (EstimatorData.bound a e') = true - Estimator.improveUntilAux.congr_simp π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p pβ : Ξ± β Bool) (e_p : p = pβ) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e eβ : Ξ΅) (e_e : e = eβ) (r rβ : Bool) (e_r : r = rβ) : Estimator.improveUntilAux a p e r = Estimator.improveUntilAux a pβ eβ rβ - Estimator.improveUntilAux_spec π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p : Ξ± β Bool) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e : Ξ΅) (r : Bool) : match Estimator.improveUntilAux a p e r with | Except.error a_1 => Β¬p a.get = true | Except.ok e' => p (EstimatorData.bound a e') = true - Estimator.improveUntilAux.eq_1 π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p : Ξ± β Bool) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e : Ξ΅) (r : Bool) : Estimator.improveUntilAux a p e r = if p (EstimatorData.bound a e) = true then pure e else match EstimatorData.improve a e, β― with | none, x => Except.error (if r = true then none else some e) | some e', x => Estimator.improveUntilAux a p e' true - Estimator.improveUntilAux.eq_def π Mathlib.Deprecated.Estimator
{Ξ± : Type u_1} {Ξ΅ : Type u_2} [Preorder Ξ±] (a : Thunk Ξ±) (p : Ξ± β Bool) [Estimator a Ξ΅] [WellFoundedGT β(Set.range (EstimatorData.bound a))] (e : Ξ΅) (r : Bool) : Estimator.improveUntilAux a p e r = if p (EstimatorData.bound a e) = true then pure e else match EstimatorData.improve a e, β― with | none, x => Except.error (if r = true then none else some e) | some e', x => Estimator.improveUntilAux a p e' true - PreTilt.untiltAux π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (x : PreTilt O p) (n : β) : O - PreTilt.untiltAux.eq_1 π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (x : PreTilt O p) : x.untiltAux 0 = 1 - PreTilt.untiltAux.congr_simp π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (x xβ : PreTilt O p) (e_x : x = xβ) (n nβ : β) (e_n : n = nβ) : x.untiltAux n = xβ.untiltAux nβ - PreTilt.untiltFun π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsPrecomplete (Ideal.span {βp}) O] (x : PreTilt O p) : O - PreTilt.untiltFun.congr_simp π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsPrecomplete (Ideal.span {βp}) O] (x xβ : PreTilt O p) (e_x : x = xβ) : x.untiltFun = xβ.untiltFun - PreTilt.pow_dvd_untiltAux_sub_untiltAux π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (x : PreTilt O p) {m n : β} (h : m β€ n) : βp ^ m β£ x.untiltAux m - x.untiltAux n - PreTilt.untilt π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsAdicComplete (Ideal.span {βp}) O] : PreTilt O p β* O - PreTilt.untilt.congr_simp π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsAdicComplete (Ideal.span {βp}) O] : PreTilt.untilt = PreTilt.untilt - PreTilt.pow_dvd_one_untiltAux_sub_one π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (m : β) : βp ^ m β£ PreTilt.untiltAux 1 m - 1 - PreTilt.untiltAux_smodEq_untiltFun π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsPrecomplete (Ideal.span {βp}) O] (x : PreTilt O p) (n : β) : x.untiltAux n β‘ x.untiltFun [SMOD Ideal.span {βp} ^ n] - PreTilt.pow_dvd_mul_untiltAux_sub_untiltAux_mul π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (x y : PreTilt O p) (m : β) : βp ^ m β£ (x * y).untiltAux m - x.untiltAux m * y.untiltAux m - PreTilt.untiltAux.eq_2 π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] (x : PreTilt O p) (n_2 : β) : x.untiltAux n_2.succ = Quotient.out ((PreTilt.coeff n_2) x) ^ p ^ n_2 - PreTilt.untilt.eq_1 π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsAdicComplete (Ideal.span {βp}) O] : PreTilt.untilt = { toFun := PreTilt.untiltFun, map_one' := β―, map_mul' := β― } - PreTilt.untiltFun.eq_1 π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsPrecomplete (Ideal.span {βp}) O] (x : PreTilt O p) : x.untiltFun = Classical.choose β― - PreTilt.exists_smodEq_untiltAux π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsPrecomplete (Ideal.span {βp}) O] (x : PreTilt O p) : β y, β (n : β), x.untiltAux n β‘ y [SMOD Ideal.span {βp} ^ n β’ β€] - PreTilt.mk_untilt_eq_coeff_zero π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsAdicComplete (Ideal.span {βp}) O] (x : PreTilt O p) : (Ideal.Quotient.mk (Ideal.span {βp})) (PreTilt.untilt x) = (PreTilt.coeff 0) x - PreTilt.mk_comp_untilt_eq_coeff_zero π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsAdicComplete (Ideal.span {βp}) O] : β(Ideal.Quotient.mk (Ideal.span {βp})) β βPreTilt.untilt = β(PreTilt.coeff 0) - PreTilt.untilt_iterate_frobeniusEquiv_symm_pow π Mathlib.RingTheory.Perfectoid.Untilt
{O : Type u_1} [CommRing O] {p : β} [Fact (Nat.Prime p)] [Fact Β¬IsUnit βp] [IsAdicComplete (Ideal.span {βp}) O] (x : PreTilt O p) (n : β) : PreTilt.untilt ((β(frobeniusEquiv (PreTilt O p) p).symm)^[n] x) ^ p ^ n = PreTilt.untilt x
About
Loogle searches Lean and Mathlib definitions and theorems.
You can use Loogle from within the Lean4 VSCode language extension
using (by default) Ctrl-K Ctrl-S. 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.
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.
This is Loogle revision 6ff4759 serving mathlib revision 1c4bbe1