name stringlengths 2 347 | module stringlengths 6 90 | type stringlengths 1 5.67M | allowCompletion bool 2
classes |
|---|---|---|---|
_private.Mathlib.GroupTheory.Perm.Cycle.Type.0.Equiv.Perm.IsThreeCycle.nodup_iff_mem_support._proof_1_210 | Mathlib.GroupTheory.Perm.Cycle.Type | ∀ {α : Type u_1} [inst_1 : DecidableEq α] (w w_1 : α)
(h : List.idxOfNth w [] 1 + 1 ≤ (List.filter (fun x => decide (x = w_1)) []).length),
(List.findIdxs (fun x => decide (x = w_1)) [])[List.idxOfNth w [] 1] < [].length | false |
ENat.card_prod | Mathlib.SetTheory.Cardinal.Finite | ∀ (α : Type u_3) (β : Type u_4), ENat.card (α × β) = ENat.card α * ENat.card β | true |
_private.Mathlib.Data.Set.Image.0.Set.disjoint_image_left._simp_1_1 | Mathlib.Data.Set.Image | ∀ {α : Type u} {s t : Set α}, Disjoint s t = (s ∩ t = ∅) | false |
_private.Mathlib.Tactic.GCongr.Core.0.Lean.MVarId.gcongr.match_1 | Mathlib.Tactic.GCongr.Core | (motive : DoResultPR PUnit.{1} Bool PUnit.{1} → Sort u_1) →
(r : DoResultPR PUnit.{1} Bool PUnit.{1}) →
((a u : PUnit.{1}) → motive (DoResultPR.pure a u)) →
((b : Bool) → (u : PUnit.{1}) → motive (DoResultPR.return b u)) → motive r | false |
ModuleCat.forget₂AddCommGroup_reflectsLimitOfSize | Mathlib.Algebra.Category.ModuleCat.Limits | ∀ {R : Type u} [inst : Ring R],
CategoryTheory.Limits.ReflectsLimitsOfSize.{t, v, w, w, max u (w + 1), w + 1}
(CategoryTheory.forget₂ (ModuleCat R) AddCommGrpCat) | true |
ENNReal.instCommSemiring._proof_16 | Mathlib.Data.ENNReal.Basic | ∀ (a b : ENNReal), a * b = b * a | false |
smul_left_cancel_iff._simp_2 | Mathlib.Algebra.Group.Action.Basic | ∀ {α : Type u_5} {β : Type u_6} [inst : Group α] [inst_1 : MulAction α β] (g : α) {x y : β}, (g • x = g • y) = (x = y) | false |
Matrix.vecCons_inj._simp_1 | Mathlib.Data.Fin.VecNotation | ∀ {α : Type u} {n : ℕ} {x y : α} {u v : Fin n → α}, (Matrix.vecCons x u = Matrix.vecCons y v) = (x = y ∧ u = v) | false |
LinearMap.ofAEval._proof_6 | Mathlib.Algebra.Polynomial.Module.AEval | ∀ {R : Type u_3} {A : Type u_4} {M : Type u_2} [inst : CommSemiring R] [inst_1 : Semiring A] (a : A)
[inst_2 : Algebra R A] [inst_3 : AddCommMonoid M] [inst_4 : Module A M] [inst_5 : Module R M]
[inst_6 : IsScalarTower R A M] {N : Type u_1} [inst_7 : AddCommMonoid N] [inst_8 : Module R N]
[inst_9 : Module (Polyno... | false |
Rat.sub | Init.Data.Rat.Basic | ℚ → ℚ → ℚ | true |
HopfAlgCat.MonoidalCategory.inducingFunctorData._proof_6 | Mathlib.Algebra.Category.HopfAlgCat.Monoidal | ∀ (R : Type u_1) [inst : CommRing R] (x : HopfAlgCat R),
(TensorProduct.mk R x.carrier (CategoryTheory.MonoidalCategoryStruct.tensorUnit (HopfAlgCat R)).carrier).compr₂ₛₗ
((fun x_1 => ↑x_1)
((CategoryTheory.forget₂ (HopfAlgCat R) (BialgCat R)).map
(CategoryTheory.MonoidalCategoryStruct.right... | false |
CategoryTheory.Limits.natTransIntoForgetCompFiberwiseColimit._proof_2 | Mathlib.CategoryTheory.Limits.Shapes.Grothendieck | ∀ {C : Type u_5} [inst : CategoryTheory.Category.{u_3, u_5} C] {F : CategoryTheory.Functor C CategoryTheory.Cat}
{H : Type u_2} [inst_1 : CategoryTheory.Category.{u_1, u_2} H]
(G : CategoryTheory.Functor (CategoryTheory.Grothendieck F) H)
[inst_2 :
∀ {X Y : C} (f : X ⟶ Y),
CategoryTheory.Limits.HasColim... | false |
CategoryTheory.BraidedCategory.Hexagon.functor₁₃₂ | Mathlib.CategoryTheory.Monoidal.Braided.Multifunctor | (C : Type u_1) →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[CategoryTheory.MonoidalCategory C] →
CategoryTheory.Functor C (CategoryTheory.Functor C (CategoryTheory.Functor C C)) | true |
jacobiTheta₂.eq_1 | Mathlib.NumberTheory.ModularForms.JacobiTheta.TwoVariable | ∀ (z τ : ℂ), jacobiTheta₂ z τ = ∑' (n : ℤ), jacobiTheta₂_term n z τ | true |
PeriodPair.mem_lattice | Mathlib.Analysis.SpecialFunctions.Elliptic.Weierstrass | ∀ {L : PeriodPair} {x : ℂ}, x ∈ L.lattice ↔ ∃ m n, ↑m * L.ω₁ + ↑n * L.ω₂ = x | true |
Std.Do._aux_Std_Do_PostCond___unexpand_Std_Do_PostCond_entails_1 | Std.Do.PostCond | Lean.PrettyPrinter.Unexpander | false |
DFinsupp.Lex.acc_zero | Mathlib.Data.DFinsupp.WellFounded | ∀ {ι : Type u_1} {α : ι → Type u_2} [inst : (i : ι) → Zero (α i)] {r : ι → ι → Prop} {s : (i : ι) → α i → α i → Prop},
(∀ ⦃i : ι⦄ ⦃a : α i⦄, ¬s i a 0) → Acc (DFinsupp.Lex r s) 0 | true |
Algebra.FormallySmooth.liftOfSurjective.eq_1 | Mathlib.RingTheory.Smooth.Basic | ∀ {R : Type u} {A : Type v} [inst : CommRing R] [inst_1 : CommRing A] [inst_2 : Algebra R A] {B : Type u_1}
[inst_3 : CommRing B] [inst_4 : Algebra R B] {C : Type u_4} [inst_5 : CommRing C] [inst_6 : Algebra R C]
[inst_7 : Algebra.FormallySmooth R A] (f : A →ₐ[R] C) (g : B →ₐ[R] C) (hg : Function.Surjective ⇑g)
(... | true |
Lean.Omega.IntList.dvd_gcd | Init.Omega.IntList | ∀ (xs : Lean.Omega.IntList) (c : ℕ), (∀ {a : ℤ}, a ∈ xs → ↑c ∣ a) → c ∣ xs.gcd | true |
_private.Mathlib.MeasureTheory.Group.FundamentalDomain.0.MeasureTheory.termπ_3 | Mathlib.MeasureTheory.Group.FundamentalDomain | Lean.ParserDescr | true |
_private.Std.Data.DTreeMap.Internal.Balancing.0.Std.DTreeMap.Internal.Impl.balance!_eq_balanceₘ._proof_1_22 | Std.Data.DTreeMap.Internal.Balancing | ∀ {α : Type u_1} {β : α → Type u_2} (ls size : ℕ) (l r : Std.DTreeMap.Internal.Impl α β),
(l.Balanced ∧
r.Balanced ∧ (l.size + r.size ≤ 1 ∨ l.size ≤ 3 * r.size ∧ r.size ≤ 3 * l.size) ∧ size = l.size + 1 + r.size) ∧
(size + 0 ≤ 1 ∨ size ≤ 3 * 0 ∧ 0 ≤ 3 * size) ∧ ls = size + 1 + 0 →
¬l.size + 1 + r.si... | false |
NNReal.instLinearOrderedCommGroupWithZero._proof_1 | Mathlib.Data.NNReal.Defs | PosMulStrictMono NNReal | false |
RingHom.Etale.toAlgebra | Mathlib.RingTheory.RingHom.Etale | ∀ {R : Type u_1} {S : Type u_2} [inst : CommRing R] [inst_1 : CommRing S] {f : R →+* S}, f.Etale → Algebra.Etale R S | true |
Finset.prod_insert_of_eq_one_if_notMem | Mathlib.Algebra.BigOperators.Group.Finset.Basic | ∀ {ι : Type u_1} {M : Type u_4} {s : Finset ι} {a : ι} [inst : CommMonoid M] {f : ι → M} [inst_1 : DecidableEq ι],
(a ∉ s → f a = 1) → ∏ x ∈ insert a s, f x = ∏ x ∈ s, f x | true |
BooleanSubalgebra.copy._proof_3 | Mathlib.Order.BooleanSubalgebra | ∀ {α : Type u_1} [inst : BooleanAlgebra α] (L : BooleanSubalgebra α) (s : Set α) (hs : s = ↑L), ⊥ ∈ (L.copy s ⋯).carrier | false |
codisjoint_bot._simp_1 | Mathlib.Order.Disjoint | ∀ {α : Type u_1} [inst : PartialOrder α] [inst_1 : BoundedOrder α] {a : α}, Codisjoint a ⊥ = (a = ⊤) | false |
RCLike.inv_re | Mathlib.Analysis.RCLike.Basic | ∀ {K : Type u_1} [inst : RCLike K] (z : K), RCLike.re z⁻¹ = RCLike.re z / RCLike.normSq z | true |
MeasureTheory.Measure.AbsolutelyContinuous.add_left_iff | Mathlib.MeasureTheory.Measure.AbsolutelyContinuous | ∀ {α : Type u_1} {mα : MeasurableSpace α} {μ₁ μ₂ ν : MeasureTheory.Measure α},
(μ₁ + μ₂).AbsolutelyContinuous ν ↔ μ₁.AbsolutelyContinuous ν ∧ μ₂.AbsolutelyContinuous ν | true |
Matrix.comp_diagonal_diagonal | Mathlib.Data.Matrix.Composition | ∀ {I : Type u_1} {J : Type u_2} {R : Type u_5} [inst : DecidableEq I] [inst_1 : DecidableEq J] [inst_2 : Zero R]
(d : I → J → R),
(Matrix.comp I I J J R) (Matrix.diagonal fun i => Matrix.diagonal fun j => d i j) =
Matrix.diagonal fun ij => d ij.1 ij.2 | true |
iteratedDerivWithin_fun_id | Mathlib.Analysis.Calculus.IteratedDeriv.Lemmas | ∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {n : ℕ} {x : 𝕜} {s : Set 𝕜},
x ∈ s → UniqueDiffOn 𝕜 s → iteratedDerivWithin n (fun x => x) s x = if n = 0 then x else if n = 1 then 1 else 0 | true |
MeasurableSpace.CountablySeparated.rec | Mathlib.MeasureTheory.MeasurableSpace.CountablyGenerated | {α : Type u_3} →
[inst : MeasurableSpace α] →
{motive : MeasurableSpace.CountablySeparated α → Sort u} →
((countably_separated : HasCountableSeparatingOn α MeasurableSet Set.univ) → motive ⋯) →
(t : MeasurableSpace.CountablySeparated α) → motive t | false |
PresheafOfModules.colimitPresheafOfModules_map | Mathlib.Algebra.Category.ModuleCat.Presheaf.Colimits | ∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {R : CategoryTheory.Functor Cᵒᵖ RingCat} {J : Type u₂}
[inst_1 : CategoryTheory.Category.{v₂, u₂} J] (F : CategoryTheory.Functor J (PresheafOfModules R))
[inst_2 :
∀ {X Y : Cᵒᵖ} (f : X ⟶ Y),
CategoryTheory.Limits.PreservesColimit (F.comp (Preshea... | true |
CategoryTheory.ProjectiveResolution.extAddEquivCohomologyClass._proof_1 | Mathlib.CategoryTheory.Abelian.Projective.Ext | ∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] [inst_1 : CategoryTheory.Abelian C]
[inst_2 : CategoryTheory.HasExt C] {X Y : C} (R : CategoryTheory.ProjectiveResolution X) {n : ℕ}
(x y : CochainComplex.HomComplex.CohomologyClass R.cochainComplex ((CochainComplex.singleFunctor C 0).obj Y) ↑n),
R.ex... | false |
CategoryTheory.Functor.Elements.coconeπOpCompShrinkYonedaObj_pt | Mathlib.CategoryTheory.Limits.Presheaf | ∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.LocallySmall.{w, v₁, u₁} C]
(F : CategoryTheory.Functor C (Type w)) (X : C),
(CategoryTheory.Functor.Elements.coconeπOpCompShrinkYonedaObj F X).pt = F.obj X | true |
_private.Std.Data.Iterators.Lemmas.Consumers.Monadic.Set.0.Std.IterM.toExtTreeSet_eq_ofList._simp_1_3 | Std.Data.Iterators.Lemmas.Consumers.Monadic.Set | ∀ {α : Type u} {cmp : α → α → Ordering} [inst : Std.TransCmp cmp] {l : List α},
List.foldl (fun acc a => acc.insert a) ∅ l = Std.ExtTreeSet.ofList l cmp | false |
Lean.Meta.checkAssignment | Lean.Meta.ExprDefEq | Lean.MVarId → Array Lean.Expr → Lean.Expr → Lean.MetaM (Option Lean.Expr) | true |
GetElem.getElem.congr_simp | Init.GetElem | ∀ {coll : Type u} {idx : Type v} {elem : Type w} {valid : coll → idx → Prop} [self : GetElem coll idx elem valid]
(xs xs_1 : coll) (e_xs : xs = xs_1) (i i_1 : idx) (e_i : i = i_1) (h : valid xs i), xs[i] = xs_1[i_1] | true |
Aesop.Frontend.evalSaturate? | Aesop.Frontend.Saturate | Lean.Elab.Tactic.Tactic | true |
Lean.Elab.CommandContextInfo.fileMap | Lean.Elab.InfoTree.Types | Lean.Elab.CommandContextInfo → Lean.FileMap | true |
zero_le_four | Mathlib.Algebra.Order.Monoid.NatCast | ∀ {α : Type u_1} [inst : AddMonoidWithOne α] [inst_1 : Preorder α] [ZeroLEOneClass α] [AddLeftMono α], 0 ≤ 4 | true |
Aesop.NormM.Context.mk | Aesop.Search.Expansion.Norm | Aesop.Options' → Aesop.LocalRuleSet → Aesop.NormSimpContext → Aesop.NormM.Context | true |
_private.Mathlib.RingTheory.Localization.Module.0.IsLocalizedModule.linearIndependent_lift._simp_1_1 | Mathlib.RingTheory.Localization.Module | ∀ {M' : Type u_1} {α : Type u_2} [inst : MulOneClass M'] [inst_1 : SMul M' α] {S : Submonoid M'} (g : ↥S) (a : α),
↑g • a = g • a | false |
ENNReal.hasSum_coe._simp_1 | Mathlib.Topology.Algebra.InfiniteSum.ENNReal | ∀ {α : Type u_1} {f : α → NNReal} {r : NNReal}, HasSum (fun a => ↑(f a)) ↑r = HasSum f r | false |
_private.Init.Data.String.Lemmas.Pattern.Split.0.String.Slice.Pattern.Model.split._proof_7 | Init.Data.String.Lemmas.Pattern.Split | ∀ {s : String.Slice} (start : s.Pos) (h : ¬start = s.endPos), start ≤ start.next h | false |
Nat.mod_pow_succ | Init.Data.Nat.Mod | ∀ {x b k : ℕ}, x % b ^ (k + 1) = x % b ^ k + b ^ k * (x / b ^ k % b) | true |
FractionalIdeal.map_div | Mathlib.RingTheory.FractionalIdeal.Operations | ∀ {R₁ : Type u_3} [inst : CommRing R₁] {K : Type u_4} [inst_1 : Field K] [inst_2 : Algebra R₁ K]
[inst_3 : IsFractionRing R₁ K] [inst_4 : IsDomain R₁] {K' : Type u_5} [inst_5 : Field K'] [inst_6 : Algebra R₁ K']
[inst_7 : IsFractionRing R₁ K'] (I J : FractionalIdeal (nonZeroDivisors R₁) K) (h : K ≃ₐ[R₁] K'),
Frac... | true |
Int8.ofInt_neg | Init.Data.SInt.Lemmas | ∀ (a : ℤ), Int8.ofInt (-a) = -Int8.ofInt a | true |
ProbabilityTheory.integral_tilted_mul_eq_mgf | Mathlib.Probability.Moments.Tilted | ∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {X : Ω → ℝ} {t : ℝ} {E : Type u_2}
[inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] (g : Ω → E),
(∫ (ω : Ω), g ω ∂μ.tilted fun x => t * X x) = ∫ (ω : Ω), (Real.exp (t * X ω) / ProbabilityTheory.mgf X μ t) • g ω ∂μ | true |
MeasureTheory.SimpleFunc.approxOn.congr_simp | Mathlib.MeasureTheory.Function.SimpleFuncDenseLp | ∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : PseudoEMetricSpace α]
[inst_2 : OpensMeasurableSpace α] [inst_3 : MeasurableSpace β] (f f_1 : β → α) (e_f : f = f_1) (hf : Measurable f)
(s s_1 : Set α) (e_s : s = s_1) (y₀ y₀_1 : α) (e_y₀ : y₀ = y₀_1) (h₀ : y₀ ∈ s)
[inst_4 : TopologicalSpace.Se... | true |
LieSubmodule.restr_toSubmodule | Mathlib.Algebra.Lie.Submodule | ∀ {R : Type u} {L : Type v} {M : Type w} [inst : CommRing R] [inst_1 : LieRing L] [inst_2 : AddCommGroup M]
[inst_3 : Module R M] [inst_4 : LieRingModule L M] [inst_5 : LieAlgebra R L] (N : LieSubmodule R L M)
(H : LieSubalgebra R L), ↑(N.restr H) = ↑N | true |
_private.Std.Data.Internal.List.Associative.0.Std.Internal.List.minKey?_alterKey_eq_self._simp_1_3 | Std.Data.Internal.List.Associative | ∀ {α : Type u_1} {o : Option α}, (o.isNone = true) = (o = none) | false |
Turing.PartrecToTM2.unrev | Mathlib.Computability.TuringMachine.ToPartrec | Turing.PartrecToTM2.Λ' → Turing.PartrecToTM2.Λ' | true |
CategoryTheory.Limits.Sigma.isoColimit.eq_1 | Mathlib.CategoryTheory.Limits.Shapes.Biproducts | ∀ {α : Type w₂} {C : Type u} [inst : CategoryTheory.Category.{v, u} C]
(X : CategoryTheory.Functor (CategoryTheory.Discrete α) C)
[inst_1 : CategoryTheory.Limits.HasCoproduct fun j => X.obj { as := j }]
[inst_2 : CategoryTheory.Limits.HasColimit X],
CategoryTheory.Limits.Sigma.isoColimit X =
(CategoryTheory... | true |
_private.Mathlib.AlgebraicTopology.SimplicialSet.NerveAdjunction.0.SSet.Truncated.liftOfStrictSegal_app_1._proof_1 | Mathlib.AlgebraicTopology.SimplicialSet.NerveAdjunction | 1 ≤ 2 | false |
CategoryTheory.Abelian.LeftResolution.chainComplexMap_f_succ_succ._proof_1 | Mathlib.Algebra.Homology.LeftResolution.Basic | ∀ {A : Type u_2} {C : Type u_4} [inst : CategoryTheory.Category.{u_3, u_4} C]
[inst_1 : CategoryTheory.Category.{u_1, u_2} A] {ι : CategoryTheory.Functor C A}
(Λ : CategoryTheory.Abelian.LeftResolution ι) {X Y : A} (f : X ⟶ Y) [inst_2 : ι.Full] [inst_3 : ι.Faithful]
[inst_4 : CategoryTheory.Limits.HasZeroMorphism... | false |
WeierstrassCurve.Projective.Point.toAffine | Mathlib.AlgebraicGeometry.EllipticCurve.Projective.Point | {F : Type u} → [inst : Field F] → (W : WeierstrassCurve.Projective F) → (Fin 3 → F) → W.toAffine.Point | true |
_private.Mathlib.SetTheory.Ordinal.Notation.0.ONote.nf_repr_split'._simp_1_3 | Mathlib.SetTheory.Ordinal.Notation | ONote.NF 0 = True | false |
MeasureTheory.exists_lt_lowerSemicontinuous_lintegral_ge | Mathlib.MeasureTheory.Integral.Bochner.VitaliCaratheodory | ∀ {α : Type u_1} [inst : TopologicalSpace α] [inst_1 : MeasurableSpace α] [BorelSpace α] (μ : MeasureTheory.Measure α)
[μ.WeaklyRegular] [MeasureTheory.SigmaFinite μ] (f : α → NNReal),
Measurable f →
∀ {ε : ENNReal},
ε ≠ 0 → ∃ g, (∀ (x : α), ↑(f x) < g x) ∧ LowerSemicontinuous g ∧ ∫⁻ (x : α), g x ∂μ ≤ ∫⁻ ... | true |
Continuous.cfcₙ_fun._auto_3 | Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Continuity | Lean.Syntax | false |
Topology.IsLocallyConstructible.isConstructible_of_subset_of_isCompact | Mathlib.Topology.Constructible | ∀ {X : Type u_2} [inst : TopologicalSpace X] {s t : Set X} [PrespectralSpace X] [QuasiSeparatedSpace X],
Topology.IsLocallyConstructible s → s ⊆ t → IsCompact t → Topology.IsConstructible s | true |
List.splitLengths_nil | Mathlib.Data.List.SplitLengths | ∀ {α : Type u_1} (l : List α), [].splitLengths l = [] | true |
Ultrafilter.mk.inj | Mathlib.Order.Filter.Ultrafilter.Defs | ∀ {α : Type u_2} {toFilter : Filter α} {neBot' : toFilter.NeBot}
{le_of_le : ∀ (g : Filter α), g.NeBot → g ≤ toFilter → toFilter ≤ g} {toFilter_1 : Filter α}
{neBot'_1 : toFilter_1.NeBot} {le_of_le_1 : ∀ (g : Filter α), g.NeBot → g ≤ toFilter_1 → toFilter_1 ≤ g},
{ toFilter := toFilter, neBot' := neBot', le_of_le... | true |
Valued.toUniformSpace | Mathlib.Topology.Algebra.Valued.ValuationTopology | {R : Type u} →
{inst : Ring R} →
{Γ₀ : outParam (Type v)} → {inst_1 : LinearOrderedCommGroupWithZero Γ₀} → [self : Valued R Γ₀] → UniformSpace R | true |
Nat.Partition.UniquePartitionZero._proof_2 | Mathlib.Combinatorics.Enumerative.Partition.Basic | ∀ (x : Nat.Partition 0), x = default | false |
Set.notMem_Ioc_of_le | Mathlib.Order.Interval.Set.Basic | ∀ {α : Type u_1} [inst : Preorder α] {a b c : α}, c ≤ a → c ∉ Set.Ioc a b | true |
Order.Coframe.recOn | Mathlib.Order.CompleteBooleanAlgebra | {α : Type u_1} →
{motive : Order.Coframe α → Sort u} →
(t : Order.Coframe α) →
([toCompleteLattice : CompleteLattice α] →
[toSDiff : SDiff α] →
(sdiff_le_iff : ∀ (a b c : α), a \ b ≤ c ↔ a ≤ b ⊔ c) →
[toHNot : HNot α] →
(top_sdiff : ∀ (a : α), ⊤ \ a = ¬a) ... | false |
CategoryTheory.SingleObj.inv_as_inv | Mathlib.CategoryTheory.SingleObj | ∀ (G : Type u) [inst : Group G] {x y : CategoryTheory.SingleObj G} (f : x ⟶ y), CategoryTheory.inv f = f⁻¹ | true |
iSupIndep.subtype_ne_bot_le_finrank | Mathlib.LinearAlgebra.Dimension.Finite | ∀ {ι : Type w} {R : Type u} {M : Type v} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] [IsDomain R]
[Module.IsTorsionFree R M] [Module.Finite R M] [StrongRankCondition R] {p : ι → Submodule R M},
iSupIndep p → ∀ [inst_7 : Fintype { i // p i ≠ ⊥ }], Fintype.card { i // p i ≠ ⊥ } ≤ Module.finrank R ... | true |
LieDerivation.SMulBracketCommClass.rec | Mathlib.Algebra.Lie.Derivation.Basic | {S : Type u_4} →
{L : Type u_5} →
{α : Type u_6} →
[inst : SMul S α] →
[inst_1 : LieRing L] →
[inst_2 : AddCommGroup α] →
[inst_3 : LieRingModule L α] →
{motive : LieDerivation.SMulBracketCommClass S L α → Sort u} →
((smul_bracket_comm : ∀ (s : S) ... | false |
Lean.Grind.IntModule.OfNatModule.instLTQOfOrderedAdd | Init.Grind.Module.Envelope | {α : Type u} →
[inst : Lean.Grind.NatModule α] →
[inst_1 : LE α] →
[inst_2 : Std.IsPreorder α] → [Lean.Grind.OrderedAdd α] → LT (Lean.Grind.IntModule.OfNatModule.Q α) | true |
_private.Mathlib.FieldTheory.Extension.0.IntermediateField.Lifts.nonempty_algHom_of_exist_lifts_finset._simp_1_5 | Mathlib.FieldTheory.Extension | ∀ {α : Type u} [inst : SemilatticeSup α] {a b : α}, (a < a ⊔ b) = ¬b ≤ a | false |
HahnSeries.instDistribMulAction._proof_4 | Mathlib.RingTheory.HahnSeries.Addition | ∀ {Γ : Type u_1} {R : Type u_3} [inst : PartialOrder Γ] {V : Type u_2} [inst_1 : Monoid R] [inst_2 : AddMonoid V]
[inst_3 : DistribMulAction R V] (x : R) (x_1 x_2 : HahnSeries Γ V), x • (x_1 + x_2) = x • x_1 + x • x_2 | false |
PerfectClosure.instCommRing._proof_8 | Mathlib.FieldTheory.PerfectClosure | ∀ (K : Type u_1) [inst : CommRing K] (p : ℕ) [inst_1 : Fact (Nat.Prime p)] [inst_2 : CharP K p]
(e f g : PerfectClosure K p), e * (f + g) = e * f + e * g | false |
CategoryTheory.ShortComplex.RightHomologyData.ofHasKernel_p | Mathlib.Algebra.Homology.ShortComplex.RightHomology | ∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
(S : CategoryTheory.ShortComplex C) [inst_2 : CategoryTheory.Limits.HasKernel S.g] (hf : S.f = 0),
(CategoryTheory.ShortComplex.RightHomologyData.ofHasKernel S hf).p = CategoryTheory.CategoryStruct.id ... | true |
_private.Mathlib.RingTheory.Smooth.Kaehler.0.derivationOfSectionOfKerSqZero._simp_6 | Mathlib.RingTheory.Smooth.Kaehler | ∀ {R : Type u} {M : Type v} [inst : Semiring R] [inst_1 : AddCommMonoid M] {module_M : Module R M} (p : Submodule R M)
{x : M} (h : x ∈ p), (⟨x, h⟩ = 0) = (x = 0) | false |
_private.Lean.Elab.MutualDef.0.Lean.Elab.Term.ExprWithHoles.mk.inj | Lean.Elab.MutualDef | ∀ {ref : Lean.Syntax} {expr : Lean.Expr} {ref_1 : Lean.Syntax} {expr_1 : Lean.Expr},
{ ref := ref, expr := expr } = { ref := ref_1, expr := expr_1 } → ref = ref_1 ∧ expr = expr_1 | true |
CategoryTheory.ObjectProperty.IsClosedUnderQuotients.mk | Mathlib.CategoryTheory.ObjectProperty.EpiMono | ∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.ObjectProperty C},
(∀ {X Y : C} (f : X ⟶ Y) [CategoryTheory.Epi f], P X → P Y) → P.IsClosedUnderQuotients | true |
SimpleGraph.Subgraph.symm | Mathlib.Combinatorics.SimpleGraph.Subgraph | ∀ {V : Type u} {G : SimpleGraph V} (self : G.Subgraph), Symmetric self.Adj | true |
Complex.instNormedField._proof_1 | Mathlib.Analysis.Complex.Basic | ∀ (x x_1 : ℂ), dist x x_1 = dist x x_1 | false |
Dyadic.instHShiftRightInt | Init.Data.Dyadic.Basic | HShiftRight Dyadic ℤ Dyadic | true |
Mathlib.Tactic.Choose.choose1WithInfo | Mathlib.Tactic.Choose | Lean.MVarId →
Bool →
Option Lean.Expr →
Mathlib.Tactic.Choose.ChooseArg → Lean.Elab.TermElabM (Mathlib.Tactic.Choose.ElimStatus × Lean.MVarId) | true |
_private.Mathlib.Algebra.Order.Archimedean.Basic.0.exists_int_lt.match_1_1 | Mathlib.Algebra.Order.Archimedean.Basic | ∀ {R : Type u_1} [inst : Ring R] [inst_1 : PartialOrder R] (x : R) (motive : (∃ n, -x < ↑n) → Prop)
(x_1 : ∃ n, -x < ↑n), (∀ (n : ℤ) (h : -x < ↑n), motive ⋯) → motive x_1 | false |
Std.DHashMap.containsThenInsertIfNew | Std.Data.DHashMap.Basic | {α : Type u} →
{β : α → Type v} → {x : BEq α} → {x_1 : Hashable α} → Std.DHashMap α β → (a : α) → β a → Bool × Std.DHashMap α β | true |
Complex.sin_add_int_mul_two_pi | Mathlib.Analysis.SpecialFunctions.Trigonometric.Basic | ∀ (x : ℂ) (n : ℤ), Complex.sin (x + ↑n * (2 * ↑Real.pi)) = Complex.sin x | true |
Option.forM_some | Init.Data.Option.Monadic | ∀ {m : Type u_1 → Type u_2} {α : Type u_3} [inst : Monad m] (f : α → m PUnit.{u_1 + 1}) (a : α), forM (some a) f = f a | true |
PartialEquiv.symm_image_target_eq_source | Mathlib.Logic.Equiv.PartialEquiv | ∀ {α : Type u_1} {β : Type u_2} (e : PartialEquiv α β), ↑e.symm '' e.target = e.source | true |
Lean.Elab.Tactic.Do.BVarUses.rec | Lean.Elab.Tactic.Do.LetElim | {n : ℕ} →
{motive : Lean.Elab.Tactic.Do.BVarUses n → Sort u} →
motive Lean.Elab.Tactic.Do.BVarUses.none →
((uses : Vector Lean.Elab.Tactic.Do.Uses n) → motive (Lean.Elab.Tactic.Do.BVarUses.some uses)) →
(t : Lean.Elab.Tactic.Do.BVarUses n) → motive t | false |
Std.TreeMap.mem_union_iff | Std.Data.TreeMap.Lemmas | ∀ {α : Type u} {β : Type v} {cmp : α → α → Ordering} {t₁ t₂ : Std.TreeMap α β cmp} [Std.TransCmp cmp] {k : α},
k ∈ t₁ ∪ t₂ ↔ k ∈ t₁ ∨ k ∈ t₂ | true |
_private.Mathlib.Topology.AlexandrovDiscrete.0.alexandrovDiscrete_iff_nhds._simp_1_2 | Mathlib.Topology.AlexandrovDiscrete | ∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X}, IsClosed s = ∀ (a : X), ClusterPt a (Filter.principal s) → a ∈ s | false |
Std.Do.PredTrans.throw | Std.Do.PredTrans | {ps : Std.Do.PostShape} → {α ε : Type u} → ε → Std.Do.PredTrans (Std.Do.PostShape.except ε ps) α | true |
CategoryTheory.Functor.mapSquare_obj | Mathlib.CategoryTheory.Square | ∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} D]
(F : CategoryTheory.Functor C D) (sq : CategoryTheory.Square C), F.mapSquare.obj sq = sq.map F | true |
IsTransitiveRel.eq_1 | Mathlib.Topology.UniformSpace.Ultra.Basic | ∀ {X : Type u_1} (V : SetRel X X), IsTransitiveRel V = ∀ ⦃x y z : X⦄, (x, y) ∈ V → (y, z) ∈ V → (x, z) ∈ V | true |
RCLike.add_conj | Mathlib.Analysis.RCLike.Basic | ∀ {K : Type u_1} [inst : RCLike K] (z : K), z + (starRingEnd K) z = 2 * ↑(RCLike.re z) | true |
Lean.Meta.Simp.Arith.Nat.toLinearExpr | Lean.Meta.Tactic.Simp.Arith.Nat.Basic | Lean.Expr → Lean.MetaM (Lean.Meta.Simp.Arith.Nat.LinearExpr × Array Lean.Expr) | true |
IsLocalization.adjoin_inv | Mathlib.RingTheory.Localization.Away.AdjoinRoot | ∀ {R : Type u_1} [inst : CommRing R] (r : R), IsLocalization.Away r (AdjoinRoot (Polynomial.C r * Polynomial.X - 1)) | true |
WeierstrassCurve.Projective.baseChange_polynomialY | Mathlib.AlgebraicGeometry.EllipticCurve.Projective.Basic | ∀ {R : Type r} {S : Type s} {A : Type u} {B : Type v} [inst : CommRing R] [inst_1 : CommRing S] [inst_2 : CommRing A]
[inst_3 : CommRing B] {W' : WeierstrassCurve.Projective R} [inst_4 : Algebra R S] [inst_5 : Algebra R A]
[inst_6 : Algebra S A] [IsScalarTower R S A] [inst_8 : Algebra R B] [inst_9 : Algebra S B] [I... | true |
Lean.Linter.MissingDocs.lintNamed | Lean.Linter.MissingDocs | Lean.Syntax → String → Lean.Elab.Command.CommandElabM Unit | true |
_private.Lean.Elab.Tactic.Omega.Frontend.0.Lean.Elab.Tactic.Omega.asLinearComboImpl.handleNatCast.match_1 | Lean.Elab.Tactic.Omega.Frontend | (motive : Option Lean.Expr → Sort u_1) →
(__do_lift : Option Lean.Expr) →
((v : Lean.Expr) → motive (some v)) → ((x : Option Lean.Expr) → motive x) → motive __do_lift | false |
_private.Lean.Compiler.LCNF.ToDecl.0.Lean.Compiler.LCNF.macroInline._sparseCasesOn_1 | Lean.Compiler.LCNF.ToDecl | {motive : Lean.Expr → Sort u} →
(t : Lean.Expr) →
((declName : Lean.Name) → (us : List Lean.Level) → motive (Lean.Expr.const declName us)) →
(Nat.hasNotBit 16 t.ctorIdx → motive t) → motive t | false |
isExtrFilter_dual_iff | Mathlib.Order.Filter.Extr | ∀ {α : Type u} {β : Type v} [inst : Preorder β] {f : α → β} {l : Filter α} {a : α},
IsExtrFilter (⇑OrderDual.toDual ∘ f) l a ↔ IsExtrFilter f l a | true |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.