name stringlengths 2 347 | module stringlengths 6 90 | type stringlengths 1 5.42M |
|---|---|---|
CategoryTheory.Limits.MonoFactorisation.e | Mathlib.CategoryTheory.Limits.Shapes.Images | {C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y : C} → {f : X ⟶ Y} → (self : CategoryTheory.Limits.MonoFactorisation f) → X ⟶ self.I |
List.min_singleton | Init.Data.List.MinMax | ∀ {α : Type u_1} [inst : Min α] {x : α}, [x].min ⋯ = x |
Multiset.zero_product | Mathlib.Data.Multiset.Bind | ∀ {α : Type u_1} {β : Type v} (t : Multiset β), 0 ×ˢ t = 0 |
ChevalleyThm.MvPolynomialC.degBound_casesOn_succ._mutual | Mathlib.RingTheory.Spectrum.Prime.ChevalleyComplexity | ∀ (k₀ k : ℕ) (D : ℕ → ℕ) (x : ℕ ⊕' ℕ),
PSum.casesOn x
(fun _x =>
ChevalleyThm.MvPolynomialC.degBound k₀ (fun t => Nat.casesOn t k D) (_x + 1) =
(k₀ * k) ^ (k₀ * k) * ChevalleyThm.MvPolynomialC.degBound (k₀ * k) ((k₀ * k) ^ (k₀ * k) • D) _x)
fun _x =>
ChevalleyThm.MvPolynomialC.numBound k₀ (fun x => Nat.casesOn x k D) (_x + 1) =
ChevalleyThm.MvPolynomialC.numBound (k₀ * k) ((k₀ * k) ^ (k₀ * k) • D) _x |
Directed.le_sequence | Mathlib.Logic.Encodable.Basic | ∀ {α : Type u_1} {β : Type u_2} [inst : Encodable α] [inst_1 : Inhabited α] [inst_2 : Preorder β] {f : α → β}
(hf : Directed (fun x1 x2 => x1 ≤ x2) f) (a : α), f a ≤ f (Directed.sequence f hf (Encodable.encode a + 1)) |
List.tailsTR.go.eq_def | Batteries.Data.List.Basic | ∀ {α : Type u_1} (l : List α) (acc : Array (List α)),
List.tailsTR.go l acc =
match l with
| [] => acc.toListAppend [[]]
| head :: xs => List.tailsTR.go xs (acc.push l) |
BialgCat.mk | Mathlib.Algebra.Category.BialgCat.Basic | {R : Type u} →
[inst : CommRing R] →
(carrier : Type v) → [instRing : Ring carrier] → [instBialgebra : Bialgebra R carrier] → BialgCat R |
Std.TreeSet.Raw.le_maxD_of_contains | Std.Data.TreeSet.Raw.Lemmas | ∀ {α : Type u} {cmp : α → α → Ordering} {t : Std.TreeSet.Raw α cmp} [Std.TransCmp cmp],
t.WF → ∀ {k : α}, t.contains k = true → ∀ {fallback : α}, (cmp k (t.maxD fallback)).isLE = true |
AffineSubspace.SOppSide.trans_wSameSide | Mathlib.Analysis.Convex.Side | ∀ {R : Type u_1} {V : Type u_2} {P : Type u_4} [inst : Field R] [inst_1 : LinearOrder R]
[inst_2 : IsStrictOrderedRing R] [inst_3 : AddCommGroup V] [inst_4 : Module R V] [inst_5 : AddTorsor V P]
{s : AffineSubspace R P} {x y z : P}, s.SOppSide x y → s.WSameSide y z → s.WOppSide x z |
SupBotHom.dual_comp | Mathlib.Order.Hom.BoundedLattice | ∀ {α : Type u_2} {β : Type u_3} {γ : Type u_4} [inst : Max α] [inst_1 : Bot α] [inst_2 : Max β] [inst_3 : Bot β]
[inst_4 : Max γ] [inst_5 : Bot γ] (g : SupBotHom β γ) (f : SupBotHom α β),
SupBotHom.dual (g.comp f) = (SupBotHom.dual g).comp (SupBotHom.dual f) |
UInt16.le_refl._simp_1 | Init.Data.UInt.Lemmas | ∀ (a : UInt16), (a ≤ a) = True |
AlexDisc.recOn | Mathlib.Topology.Order.Category.AlexDisc | {motive : AlexDisc → Sort u} →
(t : AlexDisc) →
((toTopCat : TopCat) →
[is_alexandrovDiscrete : AlexandrovDiscrete ↑toTopCat] →
motive { toTopCat := toTopCat, is_alexandrovDiscrete := is_alexandrovDiscrete }) →
motive t |
_private.Mathlib.Data.Fintype.Prod.0.Finset.product_eq_univ._simp_1_1 | Mathlib.Data.Fintype.Prod | ∀ {α : Type u_1} [inst : Fintype α] {s : Finset α}, (s = Finset.univ) = ∀ (x : α), x ∈ s |
PowerSeries.exp_pow_eq_rescale_exp | Mathlib.RingTheory.PowerSeries.Exp | ∀ {A : Type u_4} [inst : CommRing A] [inst_1 : Algebra ℚ A] (k : ℕ),
PowerSeries.exp A ^ k = (PowerSeries.rescale ↑k) (PowerSeries.exp A) |
ContinuousMulEquiv.eq_symm_comp | Mathlib.Topology.Algebra.ContinuousMonoidHom | ∀ {M : Type u_1} {N : Type u_2} [inst : TopologicalSpace M] [inst_1 : TopologicalSpace N] [inst_2 : Mul M]
[inst_3 : Mul N] {α : Type u_3} (e : M ≃ₜ* N) (f : α → M) (g : α → N), f = ⇑e.symm ∘ g ↔ ⇑e ∘ f = g |
QuotientGroup.preimage_image_mk | Mathlib.GroupTheory.Coset.Defs | ∀ {α : Type u_1} [inst : Group α] (N : Subgroup α) (s : Set α),
QuotientGroup.mk ⁻¹' (QuotientGroup.mk '' s) = ⋃ x, (fun x_1 => x_1 * ↑x) ⁻¹' s |
ZFSet.singleton_inj._simp_1 | Mathlib.SetTheory.ZFC.Basic | ∀ {x y : ZFSet.{u_1}}, ({x} = {y}) = (x = y) |
CategoryTheory.Limits.WalkingMultispan.instSubsingletonHomLeft | Mathlib.CategoryTheory.Limits.Shapes.Multiequalizer | ∀ {J : CategoryTheory.Limits.MultispanShape} (a b : J.L),
Subsingleton (CategoryTheory.Limits.WalkingMultispan.left a ⟶ CategoryTheory.Limits.WalkingMultispan.left b) |
ENNReal.isConjExponent_iff_eq_conjExponent | Mathlib.Data.Real.ConjExponents | ∀ {p q : ENNReal}, 1 ≤ p → (p.HolderConjugate q ↔ q = 1 + (p - 1)⁻¹) |
_private.Mathlib.Algebra.Category.Ring.Basic.0.CommSemiRingCat.Hom.ext.match_1 | Mathlib.Algebra.Category.Ring.Basic | ∀ {R S : CommSemiRingCat} (motive : R.Hom S → Prop) (h : R.Hom S),
(∀ (hom' : ↑R →+* ↑S), motive { hom' := hom' }) → motive h |
CategoryTheory.MorphismProperty.rlp_isStableUnderProductsOfShape | Mathlib.CategoryTheory.MorphismProperty.LiftingProperty | ∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] (T : CategoryTheory.MorphismProperty C) (J : Type u_1),
T.rlp.IsStableUnderProductsOfShape J |
Aesop.GoalData.mvars | Aesop.Tree.Data | {Rapp MVarCluster : Type} → Aesop.GoalData Rapp MVarCluster → Aesop.UnorderedArraySet Lean.MVarId |
UInt64.toUInt32_toUSize | Init.Data.UInt.Lemmas | ∀ (n : UInt64), n.toUSize.toUInt32 = n.toUInt32 |
_private.Std.Data.DTreeMap.Internal.Lemmas.0.Std.DTreeMap.Internal.Impl.Const.foldl_eq_foldl_toList._simp_1_1 | Std.Data.DTreeMap.Internal.Lemmas | ∀ {α : Type u} {x : Ord α} {x_1 : BEq α} [Std.LawfulBEqOrd α] {a b : α}, (compare a b = Ordering.eq) = ((a == b) = true) |
CategoryTheory.Functor.IsEventuallyConstantFrom.coconeιApp_eq_id | Mathlib.CategoryTheory.Limits.Constructions.EventuallyConstant | ∀ {J : Type u_1} {C : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} J]
[inst_1 : CategoryTheory.Category.{v_2, u_2} C] {F : CategoryTheory.Functor J C} {i₀ : J}
(h : F.IsEventuallyConstantFrom i₀) [inst_2 : CategoryTheory.IsFiltered J],
h.coconeιApp i₀ = CategoryTheory.CategoryStruct.id (F.obj i₀) |
Std.Rcc.Sliceable.recOn | Init.Data.Slice.Notation | {α : Type u} →
{β : Type v} →
{γ : Type w} →
{motive : Std.Rcc.Sliceable α β γ → Sort u_1} →
(t : Std.Rcc.Sliceable α β γ) → ((mkSlice : α → Std.Rcc β → γ) → motive { mkSlice := mkSlice }) → motive t |
String.Pos.prev! | Init.Data.String.FindPos | {s : String} → s.Pos → s.Pos |
CategoryTheory.Sum.swapCompInl | Mathlib.CategoryTheory.Sums.Basic | (C : Type u₁) →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
(D : Type u₂) →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(CategoryTheory.Sum.inl_ C D).comp (CategoryTheory.Sum.swap C D) ≅ CategoryTheory.Sum.inr_ D C |
Cardinal.power_mul | Mathlib.SetTheory.Cardinal.Order | ∀ {a b c : Cardinal.{u_1}}, a ^ (b * c) = (a ^ b) ^ c |
Batteries.BinomialHeap.Imp.FindMin.mk | Batteries.Data.BinomialHeap.Basic | {α : Type u_1} →
(Batteries.BinomialHeap.Imp.Heap α → Batteries.BinomialHeap.Imp.Heap α) →
α → Batteries.BinomialHeap.Imp.HeapNode α → Batteries.BinomialHeap.Imp.Heap α → Batteries.BinomialHeap.Imp.FindMin α |
Matrix.SpecialLinearGroup.map_intCast_injective | Mathlib.LinearAlgebra.Matrix.SpecialLinearGroup | ∀ {n : Type u} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type v} [inst_2 : CommRing R] [CharZero R],
Function.Injective ⇑(Matrix.SpecialLinearGroup.map (Int.castRingHom R)) |
MvPowerSeries.coeff_mul_left_one_sub_of_lt_weightedOrder | Mathlib.RingTheory.MvPowerSeries.Order | ∀ {σ : Type u_1} (w : σ → ℕ) {R : Type u_3} [inst : Ring R] {f g : MvPowerSeries σ R} {d : σ →₀ ℕ},
↑((Finsupp.weight w) d) < MvPowerSeries.weightedOrder w g →
(MvPowerSeries.coeff d) (f * (1 - g)) = (MvPowerSeries.coeff d) f |
DirichletCharacter.LSeries_ne_zero_of_one_lt_re | Mathlib.NumberTheory.LSeries.Dirichlet | ∀ {N : ℕ} (χ : DirichletCharacter ℂ N) {s : ℂ}, 1 < s.re → LSeries (fun n => χ ↑n) s ≠ 0 |
ContinuousAffineMap.instSub._proof_1 | Mathlib.Topology.Algebra.ContinuousAffineMap | ∀ {R : Type u_4} {V : Type u_3} {W : Type u_2} {P : Type u_1} [inst : Ring R] [inst_1 : AddCommGroup V]
[inst_2 : Module R V] [inst_3 : TopologicalSpace P] [inst_4 : AddTorsor V P] [inst_5 : AddCommGroup W]
[inst_6 : Module R W] [inst_7 : TopologicalSpace W] [IsTopologicalAddGroup W] (f g : P →ᴬ[R] W),
Continuous fun x => f x - ↑g x |
Equiv.apply_swap_eq_self | Mathlib.Logic.Equiv.Basic | ∀ {α : Sort u_1} {β : Sort u_4} [inst : DecidableEq α] {v : α → β} {i j : α},
v i = v j → ∀ (k : α), v ((Equiv.swap i j) k) = v k |
Std.Rio.pairwise_toList_upwardEnumerableLt | Init.Data.Range.Polymorphic.Lemmas | ∀ {α : Type u} {r : Std.Rio α} [inst : LT α] [inst_1 : DecidableLT α] [inst_2 : Std.PRange.Least? α]
[inst_3 : Std.PRange.UpwardEnumerable α] [inst_4 : Std.PRange.LawfulUpwardEnumerable α]
[Std.PRange.LawfulUpwardEnumerableLT α] [Std.PRange.LawfulUpwardEnumerableLeast? α]
[inst_7 : Std.Rxo.IsAlwaysFinite α], List.Pairwise (fun a b => Std.PRange.UpwardEnumerable.LT a b) r.toList |
_private.Std.Data.DTreeMap.Internal.Lemmas.0.Std.DTreeMap.Internal.Impl.Const.get?_empty._simp_1_2 | Std.Data.DTreeMap.Internal.Lemmas | ∀ {α : Type u} {instOrd : Ord α} {a b : α}, (compare a b ≠ Ordering.eq) = ((a == b) = false) |
_private.Aesop.Util.EqualUpToIds.0.Aesop.EqualUpToIds.Unsafe.exprsEqualUpToIdsCore₃.match_5 | Aesop.Util.EqualUpToIds | (motive : Lean.Expr → Lean.Expr → Sort u_1) →
(x x_1 : Lean.Expr) →
((i j : ℕ) → motive (Lean.Expr.bvar i) (Lean.Expr.bvar j)) →
((fvarId₁ fvarId₂ : Lean.FVarId) → motive (Lean.Expr.fvar fvarId₁) (Lean.Expr.fvar fvarId₂)) →
((u v : Lean.Level) → motive (Lean.Expr.sort u) (Lean.Expr.sort v)) →
((decl₁ : Lean.Name) →
(lvls₁ : List Lean.Level) →
(decl₂ : Lean.Name) →
(lvls₂ : List Lean.Level) → motive (Lean.Expr.const decl₁ lvls₁) (Lean.Expr.const decl₂ lvls₂)) →
((f₁ x₁ f₂ x₂ : Lean.Expr) → motive (f₁.app x₁) (f₂.app x₂)) →
((n₁ : Lean.Name) →
(t₁ e₁ : Lean.Expr) →
(bi₁ : Lean.BinderInfo) →
(n₂ : Lean.Name) →
(t₂ e₂ : Lean.Expr) →
(bi₂ : Lean.BinderInfo) → motive (Lean.Expr.lam n₁ t₁ e₁ bi₁) (Lean.Expr.lam n₂ t₂ e₂ bi₂)) →
((n₁ : Lean.Name) →
(t₁ e₁ : Lean.Expr) →
(bi₁ : Lean.BinderInfo) →
(n₂ : Lean.Name) →
(t₂ e₂ : Lean.Expr) →
(bi₂ : Lean.BinderInfo) →
motive (Lean.Expr.forallE n₁ t₁ e₁ bi₁) (Lean.Expr.forallE n₂ t₂ e₂ bi₂)) →
((n₁ : Lean.Name) →
(t₁ v₁ e₁ : Lean.Expr) →
(nondep : Bool) →
(n₂ : Lean.Name) →
(t₂ v₂ e₂ : Lean.Expr) →
(nondep_1 : Bool) →
motive (Lean.Expr.letE n₁ t₁ v₁ e₁ nondep) (Lean.Expr.letE n₂ t₂ v₂ e₂ nondep_1)) →
((l₁ l₂ : Lean.Literal) → motive (Lean.Expr.lit l₁) (Lean.Expr.lit l₂)) →
((data : Lean.MData) → (e₁ e₂ : Lean.Expr) → motive (Lean.Expr.mdata data e₁) e₂) →
((e₁ : Lean.Expr) →
(data : Lean.MData) → (e₂ : Lean.Expr) → motive e₁ (Lean.Expr.mdata data e₂)) →
((n₁ : Lean.Name) →
(i₁ : ℕ) →
(e₁ : Lean.Expr) →
(n₂ : Lean.Name) →
(i₂ : ℕ) →
(e₂ : Lean.Expr) → motive (Lean.Expr.proj n₁ i₁ e₁) (Lean.Expr.proj n₂ i₂ e₂)) →
((m₁ m₂ : Lean.MVarId) → motive (Lean.Expr.mvar m₁) (Lean.Expr.mvar m₂)) →
((m₁ : Lean.MVarId) → (e₂ : Lean.Expr) → motive (Lean.Expr.mvar m₁) e₂) →
((e₁ : Lean.Expr) → (m₂ : Lean.MVarId) → motive e₁ (Lean.Expr.mvar m₂)) →
((x x_2 : Lean.Expr) → motive x x_2) → motive x x_1 |
Lean.IR.ExpandResetReuse.main | Lean.Compiler.IR.ExpandResetReuse | Lean.IR.Decl → Lean.IR.Decl |
Std.TreeMap.isEmpty_emptyc | Std.Data.TreeMap.Lemmas | ∀ {α : Type u} {β : Type v} {cmp : α → α → Ordering}, ∅.isEmpty = true |
_private.Mathlib.Geometry.Manifold.MFDeriv.SpecificFunctions.0.hasMFDerivAt_inr._simp_1_1 | Mathlib.Geometry.Manifold.MFDeriv.SpecificFunctions | ∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] {H : Type u_3} [inst_3 : TopologicalSpace H] {I : ModelWithCorners 𝕜 E H} {M : Type u_4}
[inst_4 : TopologicalSpace M] [inst_5 : ChartedSpace H M] {E' : Type u_5} [inst_6 : NormedAddCommGroup E']
[inst_7 : NormedSpace 𝕜 E'] {H' : Type u_6} [inst_8 : TopologicalSpace H'] {I' : ModelWithCorners 𝕜 E' H'}
{M' : Type u_7} [inst_9 : TopologicalSpace M'] [inst_10 : ChartedSpace H' M'] {f : M → M'} {x : M}
{f' : TangentSpace I x →L[𝕜] TangentSpace I' (f x)},
HasMFDerivWithinAt I I' f Set.univ x f' = HasMFDerivAt I I' f x f' |
Int.neg_modEq_neg._simp_1 | Mathlib.Data.Int.ModEq | ∀ {n a b : ℤ}, (-a ≡ -b [ZMOD n]) = (a ≡ b [ZMOD n]) |
SimpleGraph.Walk.isSubwalk_nil_iff_mem_support._simp_1 | Mathlib.Combinatorics.SimpleGraph.Walks.Subwalks | ∀ {V : Type u_1} {G : SimpleGraph V} {u v v' : V} (p : G.Walk u v), SimpleGraph.Walk.nil.IsSubwalk p = (v' ∈ p.support) |
CliffordAlgebra.changeFormEquiv._proof_2 | Mathlib.LinearAlgebra.CliffordAlgebra.Contraction | ∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M]
{Q Q' : QuadraticForm R M} {B : LinearMap.BilinForm R M} (h : LinearMap.BilinMap.toQuadraticMap B = Q' - Q)
(x : CliffordAlgebra Q), (CliffordAlgebra.changeForm ⋯) ((CliffordAlgebra.changeForm h) x) = x |
Std.DTreeMap.Raw.WF.casesOn | Std.Data.DTreeMap.Raw.Basic | {α : Type u} →
{β : α → Type v} →
{cmp : α → α → Ordering} →
{t : Std.DTreeMap.Raw α β cmp} →
{motive : t.WF → Sort u_1} → (t_1 : t.WF) → ((out : t.inner.WF) → motive ⋯) → motive t_1 |
_private.Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo.0.Matrix.isParabolic_iff_exists._simp_1_3 | Mathlib.LinearAlgebra.Matrix.GeneralLinearGroup.FinTwo | ∀ {G : Type u_7} {H : Type u_8} {F : Type u_9} [inst : FunLike F G H] [inst_1 : AddGroup G]
[inst_2 : SubtractionMonoid H] [AddMonoidHomClass F G H] (f : F) (a b : G), f a - f b = f (a - b) |
Part.getOrElse_of_not_dom | Mathlib.Data.Part | ∀ {α : Type u_1} (a : Part α), ¬a.Dom → ∀ [inst : Decidable a.Dom] (d : α), a.getOrElse d = d |
CategoryTheory.Functor.PreOneHypercoverDenseData.multicospanIndex_left | Mathlib.CategoryTheory.Sites.DenseSubsite.OneHypercoverDense | ∀ {C₀ : Type u₀} {C : Type u} [inst : CategoryTheory.Category.{v₀, u₀} C₀] [inst_1 : CategoryTheory.Category.{v, u} C]
{F : CategoryTheory.Functor C₀ C} {A : Type u'} [inst_2 : CategoryTheory.Category.{v', u'} A] {X : C}
(data : F.PreOneHypercoverDenseData X) (P : CategoryTheory.Functor C₀ᵒᵖ A) (i : data.multicospanShape.L),
(data.multicospanIndex P).left i = P.obj (Opposite.op (data.X i)) |
_private.Mathlib.MeasureTheory.OuterMeasure.AE.0.MeasureTheory.diff_ae_eq_self._simp_1_1 | Mathlib.MeasureTheory.OuterMeasure.AE | ∀ {α : Type u} {β : Type v} [inst : PartialOrder β] {l : Filter α} {f g : α → β}, (f =ᶠ[l] g) = (f ≤ᶠ[l] g ∧ g ≤ᶠ[l] f) |
Mathlib.TacticAnalysis.TacticNode.ctxI | Mathlib.Tactic.TacticAnalysis | Mathlib.TacticAnalysis.TacticNode → Lean.Elab.ContextInfo |
Set.Ico_subset_Icc_union_Ico | Mathlib.Order.Interval.Set.LinearOrder | ∀ {α : Type u_1} [inst : LinearOrder α] {a b c : α}, Set.Ico a c ⊆ Set.Icc a b ∪ Set.Ico b c |
_private.Init.Data.String.Decode.0.String.utf8EncodeChar_eq_utf8EncodeCharFast._proof_1_12 | Init.Data.String.Decode | ∀ (c : Char), ¬c.val.toNat ≤ 2047 → c.val.toNat ≤ 65535 → ¬c.val.toNat / 2 ^ 12 < 256 → False |
Equiv.group.eq_1 | Mathlib.Algebra.Group.TransferInstance | ∀ {α : Type u_2} {β : Type u_3} (e : α ≃ β) [inst : Group β], e.group = Function.Injective.group ⇑e ⋯ ⋯ ⋯ ⋯ ⋯ ⋯ ⋯ |
Submonoid.orderOf_le_card | Mathlib.GroupTheory.OrderOfElement | ∀ {G : Type u_6} [inst : Group G] (s : Submonoid G), (↑s).Finite → ∀ {x : G}, x ∈ s → orderOf x ≤ Nat.card ↥s |
_private.Mathlib.Data.Fintype.Quotient.0.Quotient.list_ind.match_1_1 | Mathlib.Data.Fintype.Quotient | ∀ {ι : Type u_1} (motive : (a : ι) → a ∈ [] → Prop) (a : ι) (a_1 : a ∈ []), motive a a_1 |
IsCoveringMap.exists_path_lifts | Mathlib.Topology.Homotopy.Lifting | ∀ {E : Type u_1} {X : Type u_2} [inst : TopologicalSpace E] [inst_1 : TopologicalSpace X] {p : E → X},
IsCoveringMap p → ∀ (γ : C(↑unitInterval, X)) (e : E), γ 0 = p e → ∃ Γ, p ∘ ⇑Γ = ⇑γ ∧ Γ 0 = e |
Nat.doubleFactorial.eq_2 | Mathlib.Data.Nat.Factorial.DoubleFactorial | Nat.doubleFactorial 1 = 1 |
MvPolynomial.algebraTensorAlgEquiv_symm_monomial | Mathlib.RingTheory.TensorProduct.MvPolynomial | ∀ (R : Type u) [inst : CommSemiring R] {σ : Type u_1} (A : Type u_4) [inst_1 : CommSemiring A] [inst_2 : Algebra R A]
(m : σ →₀ ℕ) (a : A),
(MvPolynomial.algebraTensorAlgEquiv R A).symm ((MvPolynomial.monomial m) a) = a ⊗ₜ[R] (MvPolynomial.monomial m) 1 |
PresentedGroup.mk_eq_mk_of_inv_mul_mem | Mathlib.GroupTheory.PresentedGroup | ∀ {α : Type u_1} {rels : Set (FreeGroup α)} {x y : FreeGroup α},
x⁻¹ * y ∈ rels → (PresentedGroup.mk rels) x = (PresentedGroup.mk rels) y |
Std.Ric.LawfulRcoIntersection.mk | Init.Data.Range.Polymorphic.PRange | ∀ {α : Type w} [inst : LT α] [inst_1 : LE α] [inst_2 : Std.Ric.HasRcoIntersection α],
(∀ {a : α} {r : Std.Ric α} {s : Std.Rco α}, a ∈ Std.Ric.HasRcoIntersection.intersection r s ↔ a ∈ r ∧ a ∈ s) →
Std.Ric.LawfulRcoIntersection α |
CategoryTheory.MorphismProperty.RightFraction.rec | Mathlib.CategoryTheory.Localization.CalculusOfFractions | {C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
{W : CategoryTheory.MorphismProperty C} →
{X Y : C} →
{motive : W.RightFraction X Y → Sort u} →
({X' : C} → (s : X' ⟶ X) → (hs : W s) → (f : X' ⟶ Y) → motive { X' := X', s := s, hs := hs, f := f }) →
(t : W.RightFraction X Y) → motive t |
CategoryTheory.ObjectProperty.ContainsUnit.mk | Mathlib.CategoryTheory.Monoidal.Subcategory | ∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C]
{P : CategoryTheory.ObjectProperty C}, P (CategoryTheory.MonoidalCategoryStruct.tensorUnit C) → P.ContainsUnit |
MeasureTheory.Measure.ext_prod₃_iff' | Mathlib.MeasureTheory.Measure.Prod | ∀ {α : Type u_4} {β : Type u_5} {γ : Type u_6} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} {μ ν : MeasureTheory.Measure ((α × β) × γ)} [MeasureTheory.IsFiniteMeasure μ],
μ = ν ↔
∀ {s : Set α} {t : Set β} {u : Set γ},
MeasurableSet s → MeasurableSet t → MeasurableSet u → μ ((s ×ˢ t) ×ˢ u) = ν ((s ×ˢ t) ×ˢ u) |
Std.Iterators.Types.Map | Init.Data.Iterators.Combinators.Monadic.FilterMap | Type w →
{β γ : Type w} →
(m : Type w → Type w') →
(n : Type w → Type w'') →
(⦃α : Type w⦄ → m α → n α) → [Functor n] → (β → Std.Iterators.PostconditionT n γ) → Type w |
Qq.SortLocalDecls.Context | Qq.SortLocalDecls | Type |
Std.TreeSet.max!_erase_eq_of_not_compare_max!_eq | Std.Data.TreeSet.Lemmas | ∀ {α : Type u} {cmp : α → α → Ordering} {t : Std.TreeSet α cmp} [Std.TransCmp cmp] [inst : Inhabited α] {k : α},
(t.erase k).isEmpty = false → ¬cmp k t.max! = Ordering.eq → (t.erase k).max! = t.max! |
List.length_sym._unary | Mathlib.Data.List.Sym | ∀ {α : Type u_1} (_x : (_ : ℕ) ×' List α), (List.sym _x.1 _x.2).length = _x.2.length.multichoose _x.1 |
Lean.Elab.WF.GuessLex.RecCallWithContext.mk.injEq | Lean.Elab.PreDefinition.WF.GuessLex | ∀ (ref : Lean.Syntax) (caller : ℕ) (params : Array Lean.Expr) (callee : ℕ) (args : Array Lean.Expr)
(ctxt : Lean.Elab.WF.GuessLex.SavedLocalContext) (ref_1 : Lean.Syntax) (caller_1 : ℕ) (params_1 : Array Lean.Expr)
(callee_1 : ℕ) (args_1 : Array Lean.Expr) (ctxt_1 : Lean.Elab.WF.GuessLex.SavedLocalContext),
({ ref := ref, caller := caller, params := params, callee := callee, args := args, ctxt := ctxt } =
{ ref := ref_1, caller := caller_1, params := params_1, callee := callee_1, args := args_1, ctxt := ctxt_1 }) =
(ref = ref_1 ∧ caller = caller_1 ∧ params = params_1 ∧ callee = callee_1 ∧ args = args_1 ∧ ctxt = ctxt_1) |
Fin.add.match_1 | Init.Data.Fin.Basic | {n : ℕ} →
(motive : Fin n → Fin n → Sort u_1) →
(x x_1 : Fin n) → ((a : ℕ) → (h : a < n) → (b : ℕ) → (isLt : b < n) → motive ⟨a, h⟩ ⟨b, isLt⟩) → motive x x_1 |
_private.Lean.Data.RArray.0.Lean.RArray.ofFn.go | Lean.Data.RArray | {α : Type u_1} → {n : ℕ} → (Fin n → α) → (lb ub : ℕ) → lb < ub → ub ≤ n → Lean.RArray α |
Polynomial.Chebyshev.coeff_le_of_forall_abs_le_one | Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev.Extremal | ∀ {n : ℕ} {P : Polynomial ℝ},
P.degree ≤ ↑n → (∀ x ∈ Set.Icc (-1) 1, |Polynomial.eval x P| ≤ 1) → P.coeff n ≤ 2 ^ (n - 1) |
Lean.instReprBinderInfo | Lean.Expr | Repr Lean.BinderInfo |
CategoryTheory.Arrow.augmentedCechNerve._proof_2 | Mathlib.AlgebraicTopology.CechNerve | ∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] (f : CategoryTheory.Arrow C)
[inst_1 : ∀ (n : ℕ), CategoryTheory.Limits.HasWidePullback f.right (fun x => f.left) fun x => f.hom]
⦃X Y : SimplexCategoryᵒᵖ⦄ (f_1 : X ⟶ Y),
CategoryTheory.CategoryStruct.comp
(((CategoryTheory.Functor.id (CategoryTheory.SimplicialObject C)).obj f.cechNerve).map f_1)
(CategoryTheory.Limits.WidePullback.base fun x => f.hom) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.WidePullback.base fun x => f.hom)
(((CategoryTheory.SimplicialObject.const C).obj f.right).map f_1) |
Mathlib.Meta.FunProp.Mor.isCoeFunName | Mathlib.Tactic.FunProp.Mor | Lean.Name → Lean.CoreM Bool |
BitVec._sizeOf_1 | Init.SizeOf | {w : ℕ} → BitVec w → ℕ |
QuadraticModuleCat.mk | Mathlib.LinearAlgebra.QuadraticForm.QuadraticModuleCat | {R : Type u} → [inst : CommRing R] → (toModuleCat : ModuleCat R) → QuadraticForm R ↑toModuleCat → QuadraticModuleCat R |
_private.Lean.Class.0.Lean.addClass._sparseCasesOn_1 | Lean.Class | {motive : Lean.ConstantInfo → Sort u} →
(t : Lean.ConstantInfo) →
((val : Lean.InductiveVal) → motive (Lean.ConstantInfo.inductInfo val)) →
((val : Lean.AxiomVal) → motive (Lean.ConstantInfo.axiomInfo val)) →
(Nat.hasNotBit 33 t.ctorIdx → motive t) → motive t |
irrational_sqrt_of_multiplicity_odd | Mathlib.NumberTheory.Real.Irrational | ∀ (m : ℤ), 0 < m → ∀ (p : ℕ) [hp : Fact (Nat.Prime p)], multiplicity (↑p) m % 2 = 1 → Irrational √↑m |
PosNum.cast_to_num | Mathlib.Data.Num.Lemmas | ∀ (n : PosNum), ↑n = Num.pos n |
_private.Lean.Meta.Sym.Simp.DiscrTree.0.Lean.Meta.Sym.getMatchLoop._proof_5 | Lean.Meta.Sym.Simp.DiscrTree | ∀ {α : Type} (cs : Array (Lean.Meta.DiscrTree.Key × Lean.Meta.DiscrTree.Trie α)), ¬cs.size = 0 → ¬0 < cs.size → False |
Lean.Lsp.DidOpenTextDocumentParams.recOn | Lean.Data.Lsp.TextSync | {motive : Lean.Lsp.DidOpenTextDocumentParams → Sort u} →
(t : Lean.Lsp.DidOpenTextDocumentParams) →
((textDocument : Lean.Lsp.TextDocumentItem) → motive { textDocument := textDocument }) → motive t |
Filter.instCountableInterFilterCountableGenerate | Mathlib.Order.Filter.CountableInter | ∀ {α : Type u_1} (g : Set (Set α)), CountableInterFilter (Filter.countableGenerate g) |
_private.Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs.0.CategoryTheory.IsPullback.isoIsPullback_inv_fst._simp_1_1 | Mathlib.CategoryTheory.Limits.Shapes.Pullback.IsPullback.Defs | ∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} (α : X ≅ Y) {f : X ⟶ Z} {g : Y ⟶ Z},
(CategoryTheory.CategoryStruct.comp α.inv f = g) = (f = CategoryTheory.CategoryStruct.comp α.hom g) |
Aesop.EqualUpToIds.readAllowAssignmentDiff | Aesop.Util.EqualUpToIds | Aesop.EqualUpToIdsM Bool |
_private.Init.Core.0.dif_pos.match_1_1 | Init.Core | ∀ {c : Prop} (motive : Decidable c → Prop) (h : Decidable c),
(∀ (h : c), motive (isTrue h)) → (∀ (hnc : ¬c), motive (isFalse hnc)) → motive h |
Seminorm._sizeOf_inst | Mathlib.Analysis.Seminorm | (𝕜 : Type u_12) →
(E : Type u_13) →
{inst : SeminormedRing 𝕜} →
{inst_1 : AddGroup E} → {inst_2 : SMul 𝕜 E} → [SizeOf 𝕜] → [SizeOf E] → SizeOf (Seminorm 𝕜 E) |
Matrix.exp_nsmul | Mathlib.Analysis.Normed.Algebra.MatrixExponential | ∀ {m : Type u_1} {𝔸 : Type u_4} [inst : Fintype m] [inst_1 : DecidableEq m] [inst_2 : NormedRing 𝔸] [NormedAlgebra ℚ 𝔸]
[CompleteSpace 𝔸] (n : ℕ) (A : Matrix m m 𝔸), NormedSpace.exp (n • A) = NormedSpace.exp A ^ n |
Module.Finite.of_localizationSpan_finite | Mathlib.RingTheory.Localization.Finiteness | ∀ {R : Type u} [inst : CommRing R] {M : Type w} [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (t : Finset R),
Ideal.span ↑t = ⊤ →
(∀ (g : ↥t), Module.Finite (Localization.Away ↑g) (LocalizedModule (Submonoid.powers ↑g) M)) → Module.Finite R M |
MvPFunctor.M.Path._sizeOf_inst | Mathlib.Data.PFunctor.Multivariate.M | {n : ℕ} → (P : MvPFunctor.{u} (n + 1)) → (a : P.last.M) → (a_1 : Fin2 n) → SizeOf (MvPFunctor.M.Path P a a_1) |
_private.Lean.PrettyPrinter.Delaborator.Builtins.0.Lean.PrettyPrinter.Delaborator.delabLit.match_1 | Lean.PrettyPrinter.Delaborator.Builtins | (motive : Lean.Literal → Sort u_1) →
(l : Lean.Literal) →
((n : ℕ) → motive (Lean.Literal.natVal n)) → ((s : String) → motive (Lean.Literal.strVal s)) → motive l |
MulHom.coeFn | Mathlib.Algebra.Group.Pi.Lemmas | (α : Type u_4) → (β : Type u_5) → [inst : Mul α] → [inst_1 : CommSemigroup β] → (α →ₙ* β) →ₙ* α → β |
Polynomial.Chebyshev.roots_U_real_nodup | Mathlib.Analysis.SpecialFunctions.Trigonometric.Chebyshev.RootsExtrema | ∀ (n : ℕ), (Multiset.map (fun k => Real.cos ((↑k + 1) * Real.pi / (↑n + 1))) (Multiset.range n)).Nodup |
TopCat.Sheaf.objSupIsoProdEqLocus_inv_fst | Mathlib.Topology.Sheaves.CommRingCat | ∀ {X : TopCat} (F : TopCat.Sheaf CommRingCat X) (U V : TopologicalSpace.Opens ↑X)
(x :
↑{
carrier :=
↥(((CommRingCat.Hom.hom (F.val.map (CategoryTheory.homOfLE ⋯).op)).comp
(RingHom.fst ↑(F.val.obj (Opposite.op U)) ↑(F.val.obj (Opposite.op V)))).eqLocus
((CommRingCat.Hom.hom (F.val.map (CategoryTheory.homOfLE ⋯).op)).comp
(RingHom.snd ↑(F.val.obj (Opposite.op U)) ↑(F.val.obj (Opposite.op V))))),
commRing :=
(((CommRingCat.Hom.hom (F.val.map (CategoryTheory.homOfLE ⋯).op)).comp
(RingHom.fst ↑(F.val.obj (Opposite.op U)) ↑(F.val.obj (Opposite.op V)))).eqLocus
((CommRingCat.Hom.hom (F.val.map (CategoryTheory.homOfLE ⋯).op)).comp
(RingHom.snd ↑(F.val.obj (Opposite.op U)) ↑(F.val.obj (Opposite.op V))))).toCommRing }),
(CategoryTheory.ConcreteCategory.hom (F.val.map (CategoryTheory.homOfLE ⋯).op))
((CategoryTheory.ConcreteCategory.hom (F.objSupIsoProdEqLocus U V).inv) x) =
(↑x).1 |
IsPrimitiveRoot.subOneIntegralPowerBasis_gen | Mathlib.NumberTheory.NumberField.Cyclotomic.Basic | ∀ {n : ℕ} {K : Type u} [inst : Field K] {ζ : K} [inst_1 : NeZero n] [inst_2 : CharZero K]
[inst_3 : IsCyclotomicExtension {n} ℚ K] (hζ : IsPrimitiveRoot ζ n), hζ.subOneIntegralPowerBasis.gen = ⟨ζ - 1, ⋯⟩ |
Lean.Doc.Parser.bold | Lean.DocString.Parser | Lean.Doc.Parser.InlineCtxt → Lean.Parser.ParserFn |
Std.DHashMap.Internal.List.HashesTo.mk._flat_ctor | Std.Data.DHashMap.Internal.Defs | ∀ {α : Type u} {β : α → Type v} [inst : BEq α] [inst_1 : Hashable α] {l : List ((a : α) × β a)} {i size : ℕ},
(∀ (h : 0 < size), ∀ p ∈ l, (↑(Std.DHashMap.Internal.mkIdx size h (hash p.fst))).toNat = i) →
Std.DHashMap.Internal.List.HashesTo l i size |
ProbabilityTheory.integrable_rpow_abs_mul_exp_add_of_integrable_exp_mul | Mathlib.Probability.Moments.IntegrableExpMul | ∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {X : Ω → ℝ} {μ : MeasureTheory.Measure Ω} {t v x : ℝ},
MeasureTheory.Integrable (fun ω => Real.exp ((v + t) * X ω)) μ →
MeasureTheory.Integrable (fun ω => Real.exp ((v - t) * X ω)) μ →
0 ≤ x →
x < |t| → ∀ {p : ℝ}, 0 ≤ p → MeasureTheory.Integrable (fun a => |X a| ^ p * Real.exp (v * X a + x * |X a|)) μ |
Set.infinite_union._simp_1 | Mathlib.Data.Set.Finite.Basic | ∀ {α : Type u} {s t : Set α}, (s ∪ t).Infinite = (s.Infinite ∨ t.Infinite) |
Real.logb_lt_logb_iff_of_base_lt_one._simp_1 | Mathlib.Analysis.SpecialFunctions.Log.Base | ∀ {b x y : ℝ}, 0 < b → b < 1 → 0 < x → 0 < y → (Real.logb b x < Real.logb b y) = (y < x) |
Std.DHashMap.Internal.Raw₀.Const.size_le_size_insertMany | Std.Data.DHashMap.Internal.RawLemmas | ∀ {α : Type u} [inst : BEq α] [inst_1 : Hashable α] {β : Type v} (m : Std.DHashMap.Internal.Raw₀ α fun x => β)
{ρ : Type w} [inst_2 : ForIn Id ρ (α × β)] [EquivBEq α] [LawfulHashable α],
(↑m).WF → ∀ {l : ρ}, (↑m).size ≤ (↑↑(Std.DHashMap.Internal.Raw₀.Const.insertMany m l)).size |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.