name stringlengths 2 347 | module stringlengths 6 90 | type stringlengths 1 5.67M | allowCompletion bool 2
classes |
|---|---|---|---|
CategoryTheory.MonoidalCategory.DayConvolutionUnit.noConfusion | Mathlib.CategoryTheory.Monoidal.DayConvolution | {P : Sort u} →
{C : Type u₁} →
{inst : CategoryTheory.Category.{v₁, u₁} C} →
{V : Type u₂} →
{inst_1 : CategoryTheory.Category.{v₂, u₂} V} →
{inst_2 : CategoryTheory.MonoidalCategory C} →
{inst_3 : CategoryTheory.MonoidalCategory V} →
{F : CategoryTheory.Functor C... | false |
Nat.range_nth_of_infinite | Mathlib.Data.Nat.Nth | ∀ {p : ℕ → Prop}, (setOf p).Infinite → Set.range (Nat.nth p) = setOf p | true |
_private.Std.Data.Internal.List.Associative.0.Std.Internal.List.containsKey_filter_iff._simp_1_1 | Std.Data.Internal.List.Associative | ∀ {α : Type u_1} (p : α → Bool) (x : Option α), (Option.any p x = true) = ∃ y, x = some y ∧ p y = true | false |
LinearMap.toMatrix._proof_1 | Mathlib.LinearAlgebra.Matrix.ToLin | ∀ {R : Type u_1} [inst : CommSemiring R] {M₂ : Type u_2} [inst_1 : AddCommMonoid M₂] [inst_2 : Module R M₂],
SMulCommClass R R M₂ | false |
continuous_iff_ultrafilter | Mathlib.Topology.Ultrafilter | ∀ {X : Type u} {Y : Type v} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] {f : X → Y},
Continuous f ↔ ∀ (x : X) (g : Ultrafilter X), ↑g ≤ nhds x → Filter.Tendsto f (↑g) (nhds (f x)) | true |
NumberField.Units.regOfFamily_div_regulator | Mathlib.NumberTheory.NumberField.Units.Regulator | ∀ {K : Type u_1} [inst : Field K] [inst_1 : NumberField K]
(u : Fin (NumberField.Units.rank K) → (NumberField.RingOfIntegers K)ˣ),
NumberField.Units.regOfFamily u / NumberField.Units.regulator K =
↑(Subgroup.closure (Set.range u) ⊔ NumberField.Units.torsion K).index | true |
_private.Mathlib.CategoryTheory.WithTerminal.Basic.0.CategoryTheory.WithTerminal.comp.match_1.eq_4 | Mathlib.CategoryTheory.WithTerminal.Basic | ∀ {C : Type u_1}
(motive : CategoryTheory.WithTerminal C → CategoryTheory.WithTerminal C → CategoryTheory.WithTerminal C → Sort u_2)
(x : CategoryTheory.WithTerminal C) (_Y : C)
(h_1 :
(_X _Y _Z : C) →
motive (CategoryTheory.WithTerminal.of _X) (CategoryTheory.WithTerminal.of _Y)
(CategoryTheory... | true |
NNReal.exists_pow_lt_of_lt_one | Mathlib.Data.NNReal.Defs | ∀ {a b : NNReal}, 0 < a → b < 1 → ∃ n, b ^ n < a | true |
IsFractionRing.isAlgebraic_iff | Mathlib.RingTheory.Localization.Integral | ∀ (A : Type u_3) (K : Type u_4) (C : Type u_5) [inst : CommRing A] [IsDomain A] [inst_2 : Field K]
[inst_3 : Algebra A K] [IsFractionRing A K] [inst_5 : CommRing C] [inst_6 : Algebra A C] [inst_7 : Algebra K C]
[IsScalarTower A K C] {x : C}, IsAlgebraic A x ↔ IsAlgebraic K x | true |
Sym2.IsDiag._proof_1 | Mathlib.Data.Sym.Sym2 | ∀ {α : Type u_1} (x x_1 : α), (x = x_1) = (x_1 = x) | false |
Quiver.Path.length_eq_zero_iff._simp_1 | Mathlib.Combinatorics.Quiver.Path.Vertices | ∀ {V : Type u_1} [inst : Quiver V] {a : V} (p : Quiver.Path a a), (p.length = 0) = (p = Quiver.Path.nil) | false |
idRestrGroupoid._proof_3 | Mathlib.Geometry.Manifold.StructureGroupoid | ∀ {H : Type u_1} [inst : TopologicalSpace H],
∃ s, ∃ (h : IsOpen s), OpenPartialHomeomorph.refl H ≈ OpenPartialHomeomorph.ofSet s h | false |
BitVec.ushiftRight_eq_zero | Init.Data.BitVec.Lemmas | ∀ {w : ℕ} {x : BitVec w} {n : ℕ}, w ≤ n → x >>> n = 0#w | true |
_private.Mathlib.Tactic.Abel.0.Mathlib.Tactic.Abel.eval._sparseCasesOn_5 | Mathlib.Tactic.Abel | {motive : Lean.Literal → Sort u} →
(t : Lean.Literal) →
((val : ℕ) → motive (Lean.Literal.natVal val)) → (Nat.hasNotBit 1 t.ctorIdx → motive t) → motive t | false |
isSaddlePointOn_value | Mathlib.Order.SaddlePoint | ∀ {E : Type u_1} {F : Type u_2} {β : Type u_3} {X : Set E} {Y : Set F} {f : E → F → β} [inst : CompleteLinearOrder β]
{a : E},
a ∈ X →
∀ {b : F}, b ∈ Y → IsSaddlePointOn X Y f a b → ⨅ x ∈ X, ⨆ y ∈ Y, f x y = f a b ∧ ⨆ y ∈ Y, ⨅ x ∈ X, f x y = f a b | true |
PrimeSpectrum.BasicConstructibleSetData.mk.sizeOf_spec | Mathlib.RingTheory.Spectrum.Prime.ConstructibleSet | ∀ {R : Type u_1} [inst : SizeOf R] (f : R) (n : ℕ) (g : Fin n → R),
sizeOf { f := f, n := n, g := g } = 1 + sizeOf f + sizeOf n | true |
Fin.image_succ_Ioc | Mathlib.Order.Interval.Set.Fin | ∀ {n : ℕ} (i j : Fin n), Fin.succ '' Set.Ioc i j = Set.Ioc i.succ j.succ | true |
_private.Init.Data.String.Slice.0.String.Slice.eqIgnoreAsciiCase.go._unary._proof_2 | Init.Data.String.Slice | ∀ (s1 s2 : String.Slice) (s1Curr s2Curr : String.Pos.Raw),
s1Curr < s1.rawEndPos ∧ s2Curr < s2.rawEndPos → s2Curr < s2.rawEndPos | false |
StieltjesFunction.instModuleNNReal._proof_1 | Mathlib.MeasureTheory.Measure.Stieltjes | ∀ {R : Type u_1} [inst : LinearOrder R] [inst_1 : TopologicalSpace R] (c : NNReal) (f : StieltjesFunction R),
Monotone fun x => ↑c * ↑f x | false |
_private.Mathlib.NumberTheory.NumberField.CanonicalEmbedding.FundamentalCone.0.NumberField.mixedEmbedding.fundamentalCone.mem_integerSet._simp_1_2 | Mathlib.NumberTheory.NumberField.CanonicalEmbedding.FundamentalCone | ∀ {α : Type u} (x : α) (a b : Set α), (x ∈ a ∩ b) = (x ∈ a ∧ x ∈ b) | false |
AddValuation.map_lt_sum | Mathlib.RingTheory.Valuation.Basic | ∀ {R : Type u_3} {Γ₀ : Type u_4} [inst : Ring R] [inst_1 : LinearOrderedAddCommMonoidWithTop Γ₀] (v : AddValuation R Γ₀)
{ι : Type u_6} {s : Finset ι} {f : ι → R} {g : Γ₀}, g ≠ ⊤ → (∀ i ∈ s, g < v (f i)) → g < v (∑ i ∈ s, f i) | true |
UInt16.toUInt8_ofNatTruncate_of_le | Init.Data.UInt.Lemmas | ∀ {n : ℕ},
UInt16.size ≤ n →
(UInt16.ofNatTruncate n).toUInt8 = UInt8.ofNatLT (UInt8.size - 1) UInt16.toUInt8_ofNatTruncate_of_le._proof_1 | true |
_private.Mathlib.Combinatorics.SimpleGraph.Basic.0.SimpleGraph.adj_incidenceSet_inter._simp_1_2 | Mathlib.Combinatorics.SimpleGraph.Basic | ∀ {α : Type u} {s : Set α} {p : α → Prop} {x : α}, (x ∈ {x | x ∈ s ∧ p x}) = (x ∈ s ∧ p x) | false |
_private.Mathlib.Analysis.InnerProductSpace.Adjoint.0.isStarProjection_iff_eq_starProjection_range._simp_1_2 | Mathlib.Analysis.InnerProductSpace.Adjoint | ∀ {R₁ : Type u_1} {R₂ : Type u_2} [inst : Semiring R₁] [inst_1 : Semiring R₂] {σ₁₂ : R₁ →+* R₂} {M₁ : Type u_4}
[inst_2 : TopologicalSpace M₁] [inst_3 : AddCommMonoid M₁] {M₂ : Type u_6} [inst_4 : TopologicalSpace M₂]
[inst_5 : AddCommMonoid M₂] [inst_6 : Module R₁ M₁] [inst_7 : Module R₂ M₂] {f g : M₁ →SL[σ₁₂] M₂}... | false |
Filter.tendsto_div_const_atBot_iff | Mathlib.Order.Filter.AtTopBot.Field | ∀ {α : Type u_1} {β : Type u_2} [inst : Field α] [inst_1 : LinearOrder α] [IsStrictOrderedRing α] {l : Filter β}
{f : β → α} {r : α} [l.NeBot],
Filter.Tendsto (fun x => f x / r) l Filter.atBot ↔
0 < r ∧ Filter.Tendsto f l Filter.atBot ∨ r < 0 ∧ Filter.Tendsto f l Filter.atTop | true |
Std.Tactic.BVDecide.BVExpr.bitblast.blastCpopTreeTarget.x | Std.Tactic.BVDecide.Bitblast.BVExpr.Circuit.Impl.Operations.Cpop | {α : Type} →
[inst : Hashable α] →
[inst_1 : DecidableEq α] →
{aig : Std.Sat.AIG α} →
{w : ℕ} → (self : Std.Tactic.BVDecide.BVExpr.bitblast.blastCpopTreeTarget aig w) → aig.RefVec (self.len * w) | true |
Subgroup.ofUnitsEquivType._proof_3 | Mathlib.Algebra.Group.Submonoid.Units | ∀ {M : Type u_1} [inst : Monoid M] (S : Subgroup Mˣ) (x : ↥S.ofUnits), ↑x ∈ S.ofUnits | false |
Lean.Meta.Grind.SplitStatus.ready | Lean.Meta.Tactic.Grind.Split | ℕ → optParam Bool false → optParam Bool false → Lean.Meta.Grind.SplitStatus | true |
Lean.Export.Entry.ctorIdx | Mathlib.Util.Export | Lean.Export.Entry → ℕ | false |
tprod_setProd_singleton_right | Mathlib.Topology.Algebra.InfiniteSum.Constructions | ∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} [inst : CommMonoid α] [inst_1 : TopologicalSpace α] (s : Set β) (c : γ)
(f : β × γ → α), ∏' (x : ↑(s ×ˢ {c})), f ↑x = ∏' (b : ↑s), f (↑b, c) | true |
_private.Lean.Elab.DocString.Builtin.Keywords.0.Lean.Doc.Data.Atom.mk.injEq | Lean.Elab.DocString.Builtin.Keywords | ∀ (name category name_1 category_1 : Lean.Name),
({ name := name, category := category } = { name := name_1, category := category_1 }) =
(name = name_1 ∧ category = category_1) | true |
LieSubmodule.normalizer._proof_3 | Mathlib.Algebra.Lie.Normalizer | ∀ {R : Type u_2} {L : Type u_3} {M : Type u_1} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : LieAlgebra R L]
[inst_3 : AddCommGroup M] [inst_4 : Module R M] [inst_5 : LieRingModule L M] [LieModule R L M]
(N : LieSubmodule R L M) (t : R), ∀ m ∈ {m | ∀ (x : L), ⁅x, m⁆ ∈ N}, ∀ (x : L), ⁅x, t • m⁆ ∈ N | false |
Lean.Meta.Grind.TopSort.State._sizeOf_1 | Lean.Meta.Tactic.Grind.EqResolution | Lean.Meta.Grind.TopSort.State → ℕ | false |
Equiv.subtypeProdEquivProd._proof_3 | Mathlib.Logic.Equiv.Prod | ∀ {α : Type u_1} {β : Type u_2} {p : α → Prop} {q : β → Prop} (x : { c // p c.1 ∧ q c.2 }), p (↑x).1 | false |
LinearMap.toContinuousLinearMap.congr_simp | Mathlib.Topology.Algebra.Module.FiniteDimension | ∀ {𝕜 : Type u} [hnorm : NontriviallyNormedField 𝕜] {E : Type v} [inst : AddCommGroup E] [inst_1 : Module 𝕜 E]
[inst_2 : TopologicalSpace E] [inst_3 : IsTopologicalAddGroup E] [inst_4 : ContinuousSMul 𝕜 E] {F' : Type x}
[inst_5 : AddCommGroup F'] [inst_6 : Module 𝕜 F'] [inst_7 : TopologicalSpace F'] [inst_8 : I... | true |
Lean.Compiler.LCNF.NormLevelParam.State.noConfusion | Lean.Compiler.LCNF.Level | {P : Sort u} →
{t t' : Lean.Compiler.LCNF.NormLevelParam.State} →
t = t' → Lean.Compiler.LCNF.NormLevelParam.State.noConfusionType P t t' | false |
List.zipWithLeft'TR.go._unsafe_rec | Batteries.Data.List.Basic | {α : Type u_1} → {β : Type u_2} → {γ : Type u_3} → (α → Option β → γ) → List α → List β → Array γ → List γ × List β | false |
IO.FS.realPath | Init.System.IO | System.FilePath → IO System.FilePath | true |
ShrinkingLemma.PartialRefinement.rec | Mathlib.Topology.ShrinkingLemma | {ι : Type u_1} →
{X : Type u_2} →
[inst : TopologicalSpace X] →
{u : ι → Set X} →
{s : Set X} →
{p : Set X → Prop} →
{motive : ShrinkingLemma.PartialRefinement u s p → Sort u} →
((toFun : ι → Set X) →
(carrier : Set ι) →
(isOp... | false |
SimpleGraph.IsMatchingFree | Mathlib.Combinatorics.SimpleGraph.Matching | {V : Type u_1} → SimpleGraph V → Prop | true |
WeierstrassCurve.Jacobian.negY_eq | Mathlib.AlgebraicGeometry.EllipticCurve.Jacobian.Formula | ∀ {R : Type r} [inst : CommRing R] {W' : WeierstrassCurve.Jacobian R} (X Y Z : R),
W'.negY ![X, Y, Z] = -Y - W'.a₁ * X * Z - W'.a₃ * Z ^ 3 | true |
invertibleSucc | Mathlib.Algebra.CharP.Invertible | {K : Type u_2} → [inst : DivisionSemiring K] → [CharZero K] → (n : ℕ) → Invertible ↑n.succ | true |
ContinuousMultilinearMap.iteratedFDerivComponent._proof_3 | Mathlib.Analysis.Normed.Module.Multilinear.Basic | ∀ {𝕜 : Type u_5} {ι : Type u_1} {E₁ : ι → Type u_4} {G : Type u_2} [inst : NontriviallyNormedField 𝕜]
[inst_1 : (i : ι) → SeminormedAddCommGroup (E₁ i)] [inst_2 : (i : ι) → NormedSpace 𝕜 (E₁ i)]
[inst_3 : SeminormedAddCommGroup G] [inst_4 : NormedSpace 𝕜 G] [inst_5 : Fintype ι] {α : Type u_3}
[inst_6 : Fintyp... | false |
List.getElem_modifyHead._proof_3 | Init.Data.List.Nat.Modify | ∀ {α : Type u_1} {l : List α} {f : α → α} {i : ℕ}, i < (List.modifyHead f l).length → i < l.length | false |
Lean.Doc.instFromDocArgMessageSeverity | Lean.Elab.DocString | Lean.Doc.FromDocArg Lean.MessageSeverity | true |
_private.Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.NonUnital.0._auto_505 | Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.NonUnital | Lean.Syntax | false |
List.head_attach | Init.Data.List.Attach | ∀ {α : Type u_1} {xs : List α} (h : xs.attach ≠ []), xs.attach.head h = ⟨xs.head ⋯, ⋯⟩ | true |
_private.Mathlib.NumberTheory.LSeries.AbstractFuncEq.0.WeakFEPair.f_modif_aux2._simp_1_1 | Mathlib.NumberTheory.LSeries.AbstractFuncEq | ∀ {α : Type u_1} {R : Type u_2} {M : Type u_3} [inst : Zero M] [inst_1 : SMulZeroClass R M] (s : Set α) (r : α → R)
(f : α → M), (fun a => r a • s.indicator f a) = s.indicator fun a => r a • f a | false |
_private.Mathlib.Order.KrullDimension.0.Order.exists_series_of_le_height._proof_1_1 | Mathlib.Order.KrullDimension | ∀ {α : Type u_1} [inst : Preorder α] {n : ℕ} (m : ℕ) (p : LTSeries α), p.length = m → n < m → m - n < p.length + 1 | false |
Subalgebra.coe_pi | Mathlib.Algebra.Algebra.Subalgebra.Pi | ∀ {ι : Type u_1} {R : Type u_2} {S : ι → Type u_3} [inst : CommSemiring R] [inst_1 : (i : ι) → Semiring (S i)]
[inst_2 : (i : ι) → Algebra R (S i)] (s : Set ι) (t : (i : ι) → Subalgebra R (S i)),
↑(Subalgebra.pi s t) = (Submodule.pi s fun i => Subalgebra.toSubmodule (t i)).carrier | true |
FinEnum.PSigma.finEnumPropProp._proof_3 | Mathlib.Data.FinEnum | ∀ {α : Prop} {β : α → Prop}, (∃ (a : α), β a) → α | false |
RealRMK.le_rieszMeasure_tsupport_subset | Mathlib.MeasureTheory.Integral.RieszMarkovKakutani.Real | ∀ {X : Type u_1} [inst : TopologicalSpace X] [inst_1 : T2Space X] [inst_2 : MeasurableSpace X] [inst_3 : BorelSpace X]
(Λ : CompactlySupportedContinuousMap X ℝ →ₚ[ℝ] ℝ) [inst_4 : LocallyCompactSpace X]
{f : CompactlySupportedContinuousMap X ℝ},
(∀ (x : X), 0 ≤ f x ∧ f x ≤ 1) → ∀ {V : Set X}, tsupport ⇑f ⊆ V → ENN... | true |
MeasureTheory.AEStronglyMeasurable.mono_set | Mathlib.MeasureTheory.Function.StronglyMeasurable.AEStronglyMeasurable | ∀ {α : Type u_1} {β : Type u_2} [inst : TopologicalSpace β] {m m₀ : MeasurableSpace α} {μ : MeasureTheory.Measure α}
{f : α → β} {s t : Set α},
s ⊆ t → MeasureTheory.AEStronglyMeasurable f (μ.restrict t) → MeasureTheory.AEStronglyMeasurable f (μ.restrict s) | true |
Matrix.discr_fin_two | Mathlib.LinearAlgebra.Matrix.Charpoly.Disc | ∀ {R : Type u_1} [inst : CommRing R] (A : Matrix (Fin 2) (Fin 2) R), A.discr = A.trace ^ 2 - 4 * A.det | true |
Seminorm.comp_smul | Mathlib.Analysis.Seminorm | ∀ {𝕜 : Type u_3} {𝕜₂ : Type u_4} {E : Type u_7} {E₂ : Type u_8} [inst : SeminormedRing 𝕜]
[inst_1 : SeminormedCommRing 𝕜₂] {σ₁₂ : 𝕜 →+* 𝕜₂} [inst_2 : RingHomIsometric σ₁₂] [inst_3 : AddCommGroup E]
[inst_4 : AddCommGroup E₂] [inst_5 : Module 𝕜 E] [inst_6 : Module 𝕜₂ E₂] (p : Seminorm 𝕜₂ E₂) (f : E →ₛₗ[σ₁₂]... | true |
Lean.Widget.RpcEncodablePacket.leanTags?._@.Lean.Widget.InteractiveDiagnostic.2989700264._hygCtx._hyg.2 | Lean.Widget.InteractiveDiagnostic | Lean.Widget.RpcEncodablePacket✝ → Option Lean.Json | false |
AffineEquiv.ofBijective_apply | Mathlib.LinearAlgebra.AffineSpace.AffineEquiv | ∀ {k : Type u_1} {P₁ : Type u_2} {P₂ : Type u_3} {V₁ : Type u_6} {V₂ : Type u_7} [inst : Ring k]
[inst_1 : AddCommGroup V₁] [inst_2 : AddCommGroup V₂] [inst_3 : Module k V₁] [inst_4 : Module k V₂]
[inst_5 : AddTorsor V₁ P₁] [inst_6 : AddTorsor V₂ P₂] {φ : P₁ →ᵃ[k] P₂} (hφ : Function.Bijective ⇑φ) (a : P₁),
(Affin... | true |
Polynomial.powAddExpansion | Mathlib.Algebra.Polynomial.Identities | {R : Type u_1} →
[inst : CommSemiring R] → (x y : R) → (n : ℕ) → { k // (x + y) ^ n = x ^ n + ↑n * x ^ (n - 1) * y + k * y ^ 2 } | true |
Set.mulIndicator_le' | Mathlib.Algebra.Order.Group.Indicator | ∀ {α : Type u_2} {M : Type u_3} [inst : LE M] [inst_1 : One M] {s : Set α} {f g : α → M},
(∀ a ∈ s, f a ≤ g a) → (∀ a ∉ s, 1 ≤ g a) → s.mulIndicator f ≤ g | true |
_private.Mathlib.Dynamics.PeriodicPts.Defs.0.Function.periodicOrbit_eq_nil_iff_not_periodic_pt._simp_1_4 | Mathlib.Dynamics.PeriodicPts.Defs | ∀ {n : ℕ}, (List.range n = []) = (n = 0) | false |
IsSimpleOrder.eq_bot_or_eq_top | Mathlib.Order.Atoms | ∀ {α : Type u_4} {inst : LE α} {inst_1 : BoundedOrder α} [self : IsSimpleOrder α] (a : α), a = ⊥ ∨ a = ⊤ | true |
Lean.instNonemptyKeyedDeclsAttribute | Lean.KeyedDeclsAttribute | ∀ {γ : Type}, Nonempty (Lean.KeyedDeclsAttribute γ) | true |
Lean.Server.Test.Runner.Client.instToJsonHighlightMatchesParams.toJson | Lean.Server.Test.Runner | Lean.Server.Test.Runner.Client.HighlightMatchesParams → Lean.Json | true |
_private.Mathlib.Topology.Order.Basic.0.exists_countable_generateFrom_Ioi_Iio._simp_1_2 | Mathlib.Topology.Order.Basic | ∀ {α : Sort u_1} {β : Sort u_2} {f : α → β} {p : α → Prop} {q : β → Prop},
(∃ b, (∃ a, p a ∧ f a = b) ∧ q b) = ∃ a, p a ∧ q (f a) | false |
_private.Init.Data.Iterators.Lemmas.Combinators.FilterMap.0.Std.Iter.val_step_filterMap.match_1.eq_1 | Init.Data.Iterators.Lemmas.Combinators.FilterMap | ∀ {γ : Type u_1} (motive : Option γ → Sort u_2) (h_1 : Unit → motive none) (h_2 : (out' : γ) → motive (some out')),
(match none with
| none => h_1 ()
| some out' => h_2 out') =
h_1 () | true |
instLawfulMonadContOptionT | Mathlib.Control.Monad.Cont | ∀ {m : Type u → Type v} [inst : Monad m] [inst_1 : MonadCont m] [LawfulMonadCont m], LawfulMonadCont (OptionT m) | true |
_private.Lean.Meta.Tactic.Grind.Order.StructId.0.Lean.Meta.Grind.Order.getInst? | Lean.Meta.Tactic.Grind.Order.StructId | Lean.Name → Lean.Level → Lean.Expr → Lean.Meta.Grind.GoalM (Option Lean.Expr) | true |
«term_ᵈᵃᵃ» | Mathlib.GroupTheory.GroupAction.DomAct.Basic | Lean.TrailingParserDescr | true |
Std.DTreeMap.Internal.Impl.getEntryGE?ₘ'.eq_1 | Std.Data.DTreeMap.Internal.Model | ∀ {α : Type u} {β : α → Type v} [inst : Ord α] (k : α) (t : Std.DTreeMap.Internal.Impl α β),
Std.DTreeMap.Internal.Impl.getEntryGE?ₘ' k t =
Std.DTreeMap.Internal.Impl.explore (compare k) none
(fun x x_1 =>
match x, x_1 with
| x, Std.DTreeMap.Internal.Impl.ExplorationStep.lt k' a v a_1 => som... | true |
_private.Lean.Elab.PreDefinition.WF.Preprocess.0._regBuiltin.Lean.Elab.WF.paramProj.declare_26._@.Lean.Elab.PreDefinition.WF.Preprocess.184633683._hygCtx._hyg.12 | Lean.Elab.PreDefinition.WF.Preprocess | IO Unit | false |
Lean.ExternEntry.adhoc.sizeOf_spec | Lean.Compiler.ExternAttr | ∀ (backend : Lean.Name), sizeOf (Lean.ExternEntry.adhoc backend) = 1 + sizeOf backend | true |
_private.Std.Data.DTreeMap.Internal.Lemmas.0.Std.DTreeMap.Internal.Impl.Const.get!_inter_of_contains_eq_false_left._simp_1_3 | Std.Data.DTreeMap.Internal.Lemmas | ∀ {α : Type u} {β : α → Type v} {x : Ord α} {t : Std.DTreeMap.Internal.Impl α β} {k : α},
(k ∈ t) = (Std.DTreeMap.Internal.Impl.contains k t = true) | false |
LocallyConstant.mulIndicator_apply | Mathlib.Topology.LocallyConstant.Basic | ∀ {X : Type u_1} [inst : TopologicalSpace X] {R : Type u_5} [inst_1 : One R] {U : Set X} (f : LocallyConstant X R)
(hU : IsClopen U) (x : X), (f.mulIndicator hU) x = U.mulIndicator (⇑f) x | true |
MeasureTheory.FiniteMeasure.map_prod_map | Mathlib.MeasureTheory.Measure.FiniteMeasureProd | ∀ {α : Type u_1} [inst : MeasurableSpace α] {β : Type u_2} [inst_1 : MeasurableSpace β]
(μ : MeasureTheory.FiniteMeasure α) (ν : MeasureTheory.FiniteMeasure β) {α' : Type u_3} [inst_2 : MeasurableSpace α']
{β' : Type u_4} [inst_3 : MeasurableSpace β'] {f : α → α'} {g : β → β'},
Measurable f → Measurable g → (μ.ma... | true |
_private.Mathlib.Data.Fintype.Sets.0.Set.disjoint_toFinset._simp_1_1 | Mathlib.Data.Fintype.Sets | ∀ {α : Type u_2} {s t : Finset α}, Disjoint s t = Disjoint ↑s ↑t | false |
List.length_eraseIdx | Init.Data.List.Erase | ∀ {α : Type u_1} {l : List α} {i : ℕ}, (l.eraseIdx i).length = if i < l.length then l.length - 1 else l.length | true |
_private.Mathlib.CategoryTheory.WithTerminal.Cone.0.CategoryTheory.WithInitial.liftFromUnderComp.match_1.eq_1 | Mathlib.CategoryTheory.WithTerminal.Cone | ∀ {J : Type u_1} (motive : CategoryTheory.WithInitial J → Sort u_2)
(h_1 : Unit → motive CategoryTheory.WithInitial.star) (h_2 : (a : J) → motive (CategoryTheory.WithInitial.of a)),
(match CategoryTheory.WithInitial.star with
| CategoryTheory.WithInitial.star => h_1 ()
| CategoryTheory.WithInitial.of a => h... | true |
Lean.PrettyPrinter.Delaborator.TopDownAnalyze.isTrivialBottomUp | Lean.PrettyPrinter.Delaborator.TopDownAnalyze | Lean.Expr → Lean.PrettyPrinter.Delaborator.TopDownAnalyze.AnalyzeM Bool | true |
RelUpperSet.isRelUpperSet' | Mathlib.Order.Defs.Unbundled | ∀ {α : Type u_1} [inst : LE α] {P : α → Prop} (self : RelUpperSet P), IsRelUpperSet self.carrier P | true |
_private.Mathlib.Data.List.Triplewise.0.List.triplewise_iff_getElem._proof_1_71 | Mathlib.Data.List.Triplewise | ∀ {α : Type u_1} (head : α) (tail : List α) (i : ℕ),
tail.length + 1 ≤ (head :: tail).length → (head :: tail).length + 1 ≤ tail.length → tail.length < tail.length | false |
MeromorphicNFAt.meromorphicAt | Mathlib.Analysis.Meromorphic.NormalForm | ∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {f : 𝕜 → E} {x : 𝕜}, MeromorphicNFAt f x → MeromorphicAt f x | true |
_private.Std.Data.DTreeMap.Internal.Lemmas.0.Std.DTreeMap.Internal.Impl.Const.getD_map_of_getKey?_eq_some._simp_1_3 | Std.Data.DTreeMap.Internal.Lemmas | ∀ {α : Type u} {β : α → Type v} {x : Ord α} {t : Std.DTreeMap.Internal.Impl α β} {k : α},
(k ∈ t) = (Std.DTreeMap.Internal.Impl.contains k t = true) | false |
Nat.Linear.Expr.var.inj | Init.Data.Nat.Linear | ∀ {i i_1 : Nat.Linear.Var}, Nat.Linear.Expr.var i = Nat.Linear.Expr.var i_1 → i = i_1 | true |
AddMonoidHom.smul | Mathlib.Algebra.Module.Hom | {R : Type u_1} → {M : Type u_3} → [inst : Semiring R] → [inst_1 : AddCommMonoid M] → [Module R M] → R →+ M →+ M | true |
Finmap.sigma_keys_lookup | Mathlib.Data.Finmap | ∀ {α : Type u} {β : α → Type v} [inst : DecidableEq α] (s : Finmap β),
(s.keys.sigma fun i => (Finmap.lookup i s).toFinset) = { val := s.entries, nodup := ⋯ } | true |
Filter.Tendsto.atBot_mul_eventuallyLE_one | Mathlib.Order.Filter.AtTopBot.Monoid | ∀ {α : Type u_1} {M : Type u_2} [inst : CommMonoid M] [inst_1 : Preorder M] [IsOrderedMonoid M] {l : Filter α}
{f g : α → M}, Filter.Tendsto f l Filter.atBot → g ≤ᶠ[l] 1 → Filter.Tendsto (fun x => f x * g x) l Filter.atBot | true |
_private.Mathlib.Order.Interval.Set.Pi.0.Set.Icc_diff_pi_univ_Ioc_subset._simp_1_1 | Mathlib.Order.Interval.Set.Pi | ∀ {a b : Prop}, (¬(a ∧ b)) = (¬a ∨ ¬b) | false |
Monoid.PushoutI.NormalWord.Transversal.mk.noConfusion | Mathlib.GroupTheory.PushoutI | {ι : Type u_1} →
{G : ι → Type u_2} →
{H : Type u_3} →
{inst : (i : ι) → Group (G i)} →
{inst_1 : Group H} →
{φ : (i : ι) → H →* G i} →
{P : Sort u} →
{injective : ∀ (i : ι), Function.Injective ⇑(φ i)} →
{set : (i : ι) → Set (G i)} →
... | false |
_private.Mathlib.Algebra.Ring.CentroidHom.0.CentroidHom._aux_Mathlib_Algebra_Ring_CentroidHom___macroRules__private_Mathlib_Algebra_Ring_CentroidHom_0_CentroidHom_termL_1 | Mathlib.Algebra.Ring.CentroidHom | Lean.Macro | false |
doublyStochastic.congr_simp | Mathlib.Analysis.Convex.DoublyStochasticMatrix | ∀ (R : Type u_3) (n : Type u_4) [inst : Fintype n] [inst_1 : DecidableEq n] [inst_2 : Semiring R]
[inst_3 : PartialOrder R] [inst_4 : IsOrderedRing R], doublyStochastic R n = doublyStochastic R n | true |
_private.Mathlib.Analysis.CStarAlgebra.CStarMatrix.0.CStarMatrix.instFinite._proof_1 | Mathlib.Analysis.CStarAlgebra.CStarMatrix | ∀ {n : Type u_2} {m : Type u_3} [Finite m] [Finite n] (α : Type u_1) [Finite α], Finite (CStarMatrix m n α) | false |
Submodule.exists_sub_one_mem_and_smul_eq_zero_of_fg_of_le_smul | Mathlib.RingTheory.Finiteness.Nakayama | ∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M] (I : Ideal R)
(N : Submodule R M), N.FG → N ≤ I • N → ∃ r, r - 1 ∈ I ∧ ∀ n ∈ N, r • n = 0 | true |
Projectivization.Subspace.instCompleteLattice | Mathlib.LinearAlgebra.Projectivization.Subspace | {K : Type u_1} →
{V : Type u_2} →
[inst : Field K] →
[inst_1 : AddCommGroup V] → [inst_2 : Module K V] → CompleteLattice (Projectivization.Subspace K V) | true |
_aux_Mathlib_Algebra_Module_LinearMap_Defs___unexpand_LinearMap_1 | Mathlib.Algebra.Module.LinearMap.Defs | Lean.PrettyPrinter.Unexpander | false |
Action.instIsIsoHomInv | Mathlib.CategoryTheory.Action.Basic | ∀ {V : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} V] {G : Type u_2} [inst_1 : Monoid G] {M N : Action V G}
(f : M ≅ N), CategoryTheory.IsIso f.inv.hom | true |
SpecialLinearGroup.centerEquivRootsOfUnity.eq_1 | Mathlib.LinearAlgebra.SpecialLinearGroup | ∀ {R : Type u_1} {V : Type u_2} [inst : CommRing R] [inst_1 : AddCommGroup V] [inst_2 : Module R V]
[inst_3 : Module.Free R V] [inst_4 : Module.Finite R V],
SpecialLinearGroup.centerEquivRootsOfUnity =
{
toFun := fun g =>
⋯.by_cases (fun x => 1) fun hR =>
⋯.by_cases (fun x => 1) fun hV =... | true |
Equiv.traverse.eq_1 | Mathlib.Control.Traversable.Equiv | ∀ {t t' : Type u → Type u} (eqv : (α : Type u) → t α ≃ t' α) [inst : Traversable t] {m : Type u → Type u}
[inst_1 : Applicative m] {α β : Type u} (f : α → m β) (x : t' α),
Equiv.traverse eqv f x = ⇑(eqv β) <$> traverse f ((eqv α).symm x) | true |
MvPolynomial.pderiv_X_of_ne | Mathlib.Algebra.MvPolynomial.PDeriv | ∀ {R : Type u} {σ : Type v} [inst : CommSemiring R] {i j : σ}, j ≠ i → (MvPolynomial.pderiv i) (MvPolynomial.X j) = 0 | true |
RelSeries.head_append | Mathlib.Order.RelSeries | ∀ {α : Type u_1} {r : SetRel α α} (p q : RelSeries r) (connect : (p.last, q.head) ∈ r),
(p.append q connect).head = p.head | true |
RestrictedProduct.instMonoidCoeOfSubmonoidClass._proof_4 | Mathlib.Topology.Algebra.RestrictedProduct.Basic | ∀ {ι : Type u_1} (R : ι → Type u_2) {𝓕 : Filter ι} {S : ι → Type u_3} [inst : (i : ι) → SetLike (S i) (R i)]
{B : (i : ι) → S i} [inst_1 : (i : ι) → Monoid (R i)] [inst_2 : ∀ (i : ι), SubmonoidClass (S i) (R i)], ⇑1 = ⇑1 | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.