name
stringlengths
2
347
module
stringlengths
6
90
type
stringlengths
1
5.42M
QuadraticAlgebra.algebraMap_norm_eq_mul_star
Mathlib.Algebra.QuadraticAlgebra.Basic
∀ {R : Type u_1} {a b : R} [inst : CommRing R] (z : QuadraticAlgebra R a b), (algebraMap R (QuadraticAlgebra R a b)) (QuadraticAlgebra.norm z) = z * star z
_private.Mathlib.Order.Filter.Bases.Finite.0.Filter.hasBasis_generate._simp_1_1
Mathlib.Order.Filter.Bases.Finite
∀ {α : Type u} {s : Set (Set α)} {U : Set α}, (U ∈ Filter.generate s) = ∃ t ⊆ s, t.Finite ∧ ⋂₀ t ⊆ U
HahnSeries.orderTop_embDomain
Mathlib.RingTheory.HahnSeries.Basic
∀ {Γ' : Type u_2} {R : Type u_3} [inst : Zero R] [inst_1 : PartialOrder Γ'] {Γ : Type u_5} [inst_2 : LinearOrder Γ] {f : Γ ↪o Γ'} {x : HahnSeries Γ R}, (HahnSeries.embDomain f x).orderTop = WithTop.map (⇑f) x.orderTop
orthogonalFamily_iff_pairwise
Mathlib.Analysis.InnerProductSpace.Orthogonal
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : InnerProductSpace 𝕜 E] {ι : Type u_4} {V : ι → Submodule 𝕜 E}, (OrthogonalFamily 𝕜 (fun i => ↥(V i)) fun i => (V i).subtypeₗᵢ) ↔ Pairwise (Function.onFun (fun x1 x2 => x1 ⟂ x2) V)
ProofWidgets.MakeEditLinkProps.ctorIdx
ProofWidgets.Component.MakeEditLink
ProofWidgets.MakeEditLinkProps → ℕ
Int.zsmul_eq_mul
Mathlib.Algebra.Group.Int.Defs
∀ (n a : ℤ), n • a = n * a
_private.Lean.Elab.PreDefinition.Structural.FindRecArg.0.Lean.Elab.Structural.nonIndicesFirst.match_1
Lean.Elab.PreDefinition.Structural.FindRecArg
(motive : Array Lean.Elab.Structural.RecArgInfo × Array Lean.Elab.Structural.RecArgInfo → Sort u_1) → (x : Array Lean.Elab.Structural.RecArgInfo × Array Lean.Elab.Structural.RecArgInfo) → ((indices nonIndices : Array Lean.Elab.Structural.RecArgInfo) → motive (indices, nonIndices)) → motive x
MeromorphicOn.neg
Mathlib.Analysis.Meromorphic.Basic
∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {E : Type u_3} [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] {f : 𝕜 → E} {U : Set 𝕜}, MeromorphicOn f U → MeromorphicOn (-f) U
List.nil_lt_cons
Init.Data.List.Lex
∀ {α : Type u_1} [inst : LT α] (a : α) (l : List α), [] < a :: l
_private.Init.Grind.Ring.CommSolver.0.Lean.Grind.CommRing.instBEqMon.beq.match_1.eq_1
Init.Grind.Ring.CommSolver
∀ (motive : Lean.Grind.CommRing.Mon → Lean.Grind.CommRing.Mon → Sort u_1) (h_1 : Unit → motive Lean.Grind.CommRing.Mon.unit Lean.Grind.CommRing.Mon.unit) (h_2 : (a : Lean.Grind.CommRing.Power) → (a_1 : Lean.Grind.CommRing.Mon) → (b : Lean.Grind.CommRing.Power) → (b_1 : Lean.Grind.CommRing.Mon) → motive (Lean.Grind.CommRing.Mon.mult a a_1) (Lean.Grind.CommRing.Mon.mult b b_1)) (h_3 : (x x_1 : Lean.Grind.CommRing.Mon) → motive x x_1), (match Lean.Grind.CommRing.Mon.unit, Lean.Grind.CommRing.Mon.unit with | Lean.Grind.CommRing.Mon.unit, Lean.Grind.CommRing.Mon.unit => h_1 () | Lean.Grind.CommRing.Mon.mult a a_1, Lean.Grind.CommRing.Mon.mult b b_1 => h_2 a a_1 b b_1 | x, x_1 => h_3 x x_1) = h_1 ()
enorm_mul_le'
Mathlib.Analysis.Normed.Group.Basic
∀ {E : Type u_8} [inst : TopologicalSpace E] [inst_1 : ESeminormedMonoid E] (a b : E), ‖a * b‖ₑ ≤ ‖a‖ₑ + ‖b‖ₑ
CategoryTheory.Bicategory.postcomposing._proof_2
Mathlib.CategoryTheory.Bicategory.Basic
∀ {B : Type u_2} [inst : CategoryTheory.Bicategory B] (a b c : B) {X Y : b ⟶ c} (η : X ⟶ Y) ⦃X_1 Y_1 : a ⟶ b⦄ (f : X_1 ⟶ Y_1), CategoryTheory.CategoryStruct.comp ((CategoryTheory.Bicategory.postcomp a X).map f) (CategoryTheory.Bicategory.whiskerLeft Y_1 η) = CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft X_1 η) ((CategoryTheory.Bicategory.postcomp a Y).map f)
Finset.Ioi_nonempty
Mathlib.Order.Interval.Finset.Basic
∀ {α : Type u_2} {a : α} [inst : Preorder α] [inst_1 : LocallyFiniteOrderTop α], (Finset.Ioi a).Nonempty ↔ ¬IsMax a
ContinuousStar.rec
Mathlib.Topology.Algebra.Star
{R : Type u_1} → [inst : TopologicalSpace R] → [inst_1 : Star R] → {motive : ContinuousStar R → Sort u} → ((continuous_star : Continuous star) → motive ⋯) → (t : ContinuousStar R) → motive t
ValuativeRel.valueSetoid._proof_1
Mathlib.RingTheory.Valuation.ValuativeRel.Basic
∀ (R : Type u_1) [inst : CommRing R] [inst_1 : ValuativeRel R], Equivalence fun x x_1 => match x with | (x, s) => match x_1 with | (y, t) => x * ↑t ≤ᵥ y * ↑s ∧ y * ↑s ≤ᵥ x * ↑t
Std.LawfulOrderLT
Init.Data.Order.Classes
(α : Type u) → [LT α] → [LE α] → Prop
LinearGrowth.tendsto_atTop_of_linearGrowthInf_natCast_pos
Mathlib.Analysis.Asymptotics.LinearGrowth
∀ {v : ℕ → ℕ}, (LinearGrowth.linearGrowthInf fun n => ↑(v n)) ≠ 0 → Filter.Tendsto v Filter.atTop Filter.atTop
IsTotallySeparated.isTotallyDisconnected
Mathlib.Topology.Connected.TotallyDisconnected
∀ {α : Type u} [inst : TopologicalSpace α] {s : Set α}, IsTotallySeparated s → IsTotallyDisconnected s
Int.reduceBdiv._regBuiltin.Int.reduceBdiv.declare_1._@.Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int.1571464712._hygCtx._hyg.16
Lean.Meta.Tactic.Simp.BuiltinSimprocs.Int
IO Unit
LinearMap.smulRight_zero
Mathlib.Algebra.Module.LinearMap.End
∀ {R : Type u_1} {S : Type u_3} {M : Type u_4} {M₁ : Type u_5} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : AddCommMonoid M₁] [inst_3 : Module R M] [inst_4 : Module R M₁] [inst_5 : Semiring S] [inst_6 : Module R S] [inst_7 : Module S M] [inst_8 : IsScalarTower R S M] (f : M₁ →ₗ[R] S), f.smulRight 0 = 0
ApplicativeTransformation.mk.sizeOf_spec
Mathlib.Control.Traversable.Basic
∀ {F : Type u → Type v} [inst : Applicative F] {G : Type u → Type w} [inst_1 : Applicative G] [inst_2 : (a : Type u) → SizeOf (F a)] [inst_3 : (a : Type u) → SizeOf (G a)] (app : (α : Type u) → F α → G α) (preserves_pure' : ∀ {α : Type u} (x : α), app α (pure x) = pure x) (preserves_seq' : ∀ {α β : Type u} (x : F (α → β)) (y : F α), app β (x <*> y) = app (α → β) x <*> app α y), sizeOf { app := app, preserves_pure' := preserves_pure', preserves_seq' := preserves_seq' } = 1
ENNReal.eq_of_forall_nnreal_iff
Mathlib.Data.ENNReal.Inv
∀ {x y : ENNReal}, (∀ (r : NNReal), ↑r ≤ x ↔ ↑r ≤ y) → x = y
DirectLimit.instDivisionSemiring._proof_15
Mathlib.Algebra.Colimit.DirectLimit
∀ {ι : Type u_1} [inst : Preorder ι] {G : ι → Type u_2} {T : ⦃i j : ι⦄ → i ≤ j → Type u_3} {f : (x x_1 : ι) → (h : x ≤ x_1) → T h} [inst_1 : (i j : ι) → (h : i ≤ j) → FunLike (T h) (G i) (G j)] [inst_2 : DirectedSystem G fun x1 x2 x3 => ⇑(f x1 x2 x3)] [inst_3 : IsDirectedOrder ι] [inst_4 : Nonempty ι] [inst_5 : (i : ι) → DivisionSemiring (G i)] [inst_6 : ∀ (i j : ι) (h : i ≤ j), RingHomClass (T h) (G i) (G j)] (a : DirectLimit G f), 1 * a = a
toLexMulEquiv.eq_1
Mathlib.Algebra.Order.Group.Equiv
∀ (α : Type u_1) [inst : Mul α], toLexMulEquiv α = { toEquiv := toLex, map_mul' := ⋯ }
ContDiffAt.snd'
Mathlib.Analysis.Calculus.ContDiff.Comp
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] [inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {n : WithTop ℕ∞} {f : F → G} {x : E} {y : F}, ContDiffAt 𝕜 n f y → ContDiffAt 𝕜 n (fun x => f x.2) (x, y)
_private.Std.Data.DTreeMap.Internal.Model.0.Std.DTreeMap.Internal.Impl.updateCell._proof_19
Std.Data.DTreeMap.Internal.Model
∀ {α : Type u_1} {β : α → Type u_2} (k' : α) (v' : β k'), Std.DTreeMap.Internal.Impl.leaf.size - 1 ≤ (Std.DTreeMap.Internal.Impl.inner 1 k' v' Std.DTreeMap.Internal.Impl.leaf Std.DTreeMap.Internal.Impl.leaf).size
IsSelfAdjoint.toReal_spectralRadius_eq_norm
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Order
∀ {A : Type u_1} [inst : CStarAlgebra A] {a : A}, IsSelfAdjoint a → (spectralRadius ℝ a).toReal = ‖a‖
AlgebraicGeometry.Scheme.JointlySurjective.recOn
Mathlib.AlgebraicGeometry.Cover.MorphismProperty
{K : CategoryTheory.Precoverage AlgebraicGeometry.Scheme} → {motive : AlgebraicGeometry.Scheme.JointlySurjective K → Sort u_1} → (t : AlgebraicGeometry.Scheme.JointlySurjective K) → ((exists_eq : ∀ {X : AlgebraicGeometry.Scheme}, ∀ S ∈ K.coverings X, ∀ (x : ↥X), ∃ Y g, S g ∧ x ∈ Set.range ⇑g) → motive ⋯) → motive t
contMDiffWithinAt_iff_of_mem_source'
Mathlib.Geometry.Manifold.ContMDiff.Defs
∀ {𝕜 : 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'} {s : Set M} {x : M} {n : WithTop ℕ∞} [IsManifold I n M] [IsManifold I' n M'] {x' : M} {y : M'}, x' ∈ (chartAt H x).source → f x' ∈ (chartAt H' y).source → (ContMDiffWithinAt I I' n f s x' ↔ ContinuousWithinAt f s x' ∧ ContDiffWithinAt 𝕜 n (↑(extChartAt I' y) ∘ f ∘ ↑(extChartAt I x).symm) ((extChartAt I x).target ∩ ↑(extChartAt I x).symm ⁻¹' (s ∩ f ⁻¹' (extChartAt I' y).source)) (↑(extChartAt I x) x'))
_private.Mathlib.Topology.Algebra.InfiniteSum.ConditionalInt.0.SummationFilter.symmetricIcc_eq_symmetricIoo_int._proof_1_13
Mathlib.Topology.Algebra.InfiniteSum.ConditionalInt
∀ (s : Set (Finset ℤ)), (∃ a, ∀ (b : ℕ), a ≤ b → Finset.Icc (-↑b) ↑b ∈ s) → ∀ (a b : ℕ), a + 1 ≤ b → ∀ (a_1 : ℤ), -↑b < a_1 ∧ a_1 < ↑b ↔ -↑(b - 1) ≤ a_1 ∧ a_1 ≤ ↑(b - 1)
CategoryTheory.MorphismProperty.instIsStableUnderTransfiniteCompositionOfShapeFunctorFunctorCategoryOfHasIterationOfShape
Mathlib.CategoryTheory.MorphismProperty.FunctorCategory
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {W : CategoryTheory.MorphismProperty C} (K : Type u') [inst_1 : LinearOrder K] [inst_2 : SuccOrder K] [inst_3 : OrderBot K] [inst_4 : WellFoundedLT K] [W.IsStableUnderTransfiniteCompositionOfShape K] (J : Type u'') [inst_6 : CategoryTheory.Category.{v'', u''} J] [CategoryTheory.Limits.HasIterationOfShape K C], (W.functorCategory J).IsStableUnderTransfiniteCompositionOfShape K
_private.Mathlib.RingTheory.MvPowerSeries.LexOrder.0.MvPowerSeries.exists_finsupp_eq_lexOrder_of_ne_zero._simp_1_2
Mathlib.RingTheory.MvPowerSeries.LexOrder
∀ {α : Type u_1} {x : WithTop α}, (x ≠ ⊤) = ∃ a, ↑a = x
RingHom.mk'._proof_4
Mathlib.Algebra.Ring.Hom.Defs
∀ {α : Type u_2} {β : Type u_1} [inst : NonAssocSemiring α] [inst_1 : NonAssocRing β] (f : α →* β) (map_add : ∀ (a b : α), f (a + b) = f a + f b) (x y : α), (↑(AddMonoidHom.mk' (⇑f) map_add)).toFun (x + y) = (↑(AddMonoidHom.mk' (⇑f) map_add)).toFun x + (↑(AddMonoidHom.mk' (⇑f) map_add)).toFun y
_private.Mathlib.Data.List.Basic.0.List.mem_getLast?_eq_getLast._proof_1_14
Mathlib.Data.List.Basic
∀ {α : Type u_1} (a b : α) (l : List α), ¬(a :: b :: l).length - 1 = 0 → (a :: b :: l).length - 2 < (b :: l).length
Ring.KrullDimLE.subsingleton_primeSpectrum
Mathlib.RingTheory.KrullDimension.Zero
∀ (R : Type u_1) [inst : CommSemiring R] [Ring.KrullDimLE 0 R] [IsLocalRing R], Subsingleton (PrimeSpectrum R)
id_tensor_π_preserves_coequalizer_inv_colimMap_desc
Mathlib.CategoryTheory.Monoidal.Bimod
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] [inst_1 : CategoryTheory.MonoidalCategory C] [inst_2 : CategoryTheory.Limits.HasCoequalizers C] [inst_3 : ∀ (X : C), CategoryTheory.Limits.PreservesColimitsOfSize.{0, 0, v₁, v₁, u₁, u₁} (CategoryTheory.MonoidalCategory.tensorLeft X)] {X Y Z X' Y' Z' : C} (f g : X ⟶ Y) (f' g' : X' ⟶ Y') (p : CategoryTheory.MonoidalCategoryStruct.tensorObj Z X ⟶ X') (q : CategoryTheory.MonoidalCategoryStruct.tensorObj Z Y ⟶ Y') (wf : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z f) q = CategoryTheory.CategoryStruct.comp p f') (wg : CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z g) q = CategoryTheory.CategoryStruct.comp p g') (h : Y' ⟶ Z') (wh : CategoryTheory.CategoryStruct.comp f' h = CategoryTheory.CategoryStruct.comp g' h), CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z (CategoryTheory.Limits.coequalizer.π f g)) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.PreservesCoequalizer.iso (CategoryTheory.MonoidalCategory.tensorLeft Z) f g).inv (CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.colimMap (CategoryTheory.Limits.parallelPairHom (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z f) (CategoryTheory.MonoidalCategoryStruct.whiskerLeft Z g) f' g' p q wf wg)) (CategoryTheory.Limits.coequalizer.desc h wh))) = CategoryTheory.CategoryStruct.comp q h
_private.Lean.Compiler.LCNF.Internalize.0.Lean.Compiler.LCNF.Internalize.internalizeCodeDecl.match_4
Lean.Compiler.LCNF.Internalize
{pu : Lean.Compiler.LCNF.Purity} → (motive : Lean.Compiler.LCNF.CodeDecl pu → Sort u_1) → (decl : Lean.Compiler.LCNF.CodeDecl pu) → ((decl : Lean.Compiler.LCNF.LetDecl pu) → motive (Lean.Compiler.LCNF.CodeDecl.let decl)) → ((decl : Lean.Compiler.LCNF.FunDecl pu) → (h : pu = Lean.Compiler.LCNF.Purity.pure) → motive (Lean.Compiler.LCNF.CodeDecl.fun decl h)) → ((decl : Lean.Compiler.LCNF.FunDecl pu) → motive (Lean.Compiler.LCNF.CodeDecl.jp decl)) → ((fvarId : Lean.FVarId) → (i : ℕ) → (y : Lean.FVarId) → (h : pu = Lean.Compiler.LCNF.Purity.impure) → motive (Lean.Compiler.LCNF.CodeDecl.uset fvarId i y h)) → ((fvarId : Lean.FVarId) → (i offset : ℕ) → (y : Lean.FVarId) → (ty : Lean.Expr) → (h : pu = Lean.Compiler.LCNF.Purity.impure) → motive (Lean.Compiler.LCNF.CodeDecl.sset fvarId i offset y ty h)) → ((fvarId : Lean.FVarId) → (n : ℕ) → (check offset : Bool) → (h : pu = Lean.Compiler.LCNF.Purity.impure) → motive (Lean.Compiler.LCNF.CodeDecl.inc fvarId n check offset h)) → ((fvarId : Lean.FVarId) → (n : ℕ) → (check offset : Bool) → (h : pu = Lean.Compiler.LCNF.Purity.impure) → motive (Lean.Compiler.LCNF.CodeDecl.dec fvarId n check offset h)) → motive decl
EReal.top_ne_coe._simp_1
Mathlib.Data.EReal.Basic
∀ (x : ℝ), (⊤ = ↑x) = False
Subsemiring.coe_prod._simp_1
Mathlib.Algebra.Ring.Subsemiring.Basic
∀ {R : Type u} {S : Type v} [inst : NonAssocSemiring R] [inst_1 : NonAssocSemiring S] (s : Subsemiring R) (t : Subsemiring S), ↑s ×ˢ ↑t = ↑(s.prod t)
QuadraticMap.zeroHomClass
Mathlib.LinearAlgebra.QuadraticForm.Basic
∀ {R : Type u_3} {M : Type u_4} {N : Type u_5} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [inst_3 : AddCommMonoid N] [inst_4 : Module R N], ZeroHomClass (QuadraticMap R M N) M N
Std.DTreeMap.Internal.Impl.balanceL!_pair_congr
Std.Data.DTreeMap.Internal.Model
∀ {α : Type u} {β : α → Type v} {k : α} {v : β k} {k' : α} {v' : β k'}, ⟨k, v⟩ = ⟨k', v'⟩ → ∀ {l l' r r' : Std.DTreeMap.Internal.Impl α β}, l = l' → r = r' → Std.DTreeMap.Internal.Impl.balanceL! k v l r = Std.DTreeMap.Internal.Impl.balanceL! k' v' l' r'
Module.mapEvalEquiv
Mathlib.LinearAlgebra.Dual.Defs
(R : Type u_3) → (M : Type u_4) → [inst : CommSemiring R] → [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → [Module.IsReflexive R M] → Submodule R M ≃o Submodule R (Module.Dual R (Module.Dual R M))
SimplexCategory.δ_comp_σ_of_le
Mathlib.AlgebraicTopology.SimplexCategory.Basic
∀ {n : ℕ} {i : Fin (n + 2)} {j : Fin (n + 1)}, i ≤ j.castSucc → CategoryTheory.CategoryStruct.comp (SimplexCategory.δ i.castSucc) (SimplexCategory.σ j.succ) = CategoryTheory.CategoryStruct.comp (SimplexCategory.σ j) (SimplexCategory.δ i)
_private.Mathlib.Algebra.Polynomial.UnitTrinomial.0.Polynomial.isUnitTrinomial_iff'._simp_1_1
Mathlib.Algebra.Polynomial.UnitTrinomial
∀ {α : Type u} [inst : Monoid α] (a : αˣ) (n : ℕ), ↑a ^ n = ↑(a ^ n)
Polynomial.SplittingField.instCharZero
Mathlib.FieldTheory.SplittingField.Construction
∀ {K : Type v} [inst : Field K] (f : Polynomial K) [CharZero K], CharZero f.SplittingField
_private.Mathlib.Analysis.SpecialFunctions.ArithmeticGeometricMean.0.NNReal.bddAbove_range_agmSequences_fst._simp_1_3
Mathlib.Analysis.SpecialFunctions.ArithmeticGeometricMean
∀ {α : Sort u_2} {β : Sort u_1} {f : α → β} {p : β → Prop}, (∀ (b : β) (a : α), f a = b → p b) = ∀ (a : α), p (f a)
FreeGroup.isReduced_iff_reduce_eq
Mathlib.GroupTheory.FreeGroup.Reduce
∀ {α : Type u_1} {L : List (α × Bool)} [inst : DecidableEq α], FreeGroup.IsReduced L ↔ FreeGroup.reduce L = L
instLTBitVec
Init.Prelude
{w : ℕ} → LT (BitVec w)
PMF.uniformOfFintype_apply
Mathlib.Probability.Distributions.Uniform
∀ {α : Type u_1} [inst : Fintype α] [inst_1 : Nonempty α] (a : α), (PMF.uniformOfFintype α) a = (↑(Fintype.card α))⁻¹
ciSup_eq_ite
Mathlib.Order.ConditionallyCompletePartialOrder.Indexed
∀ {α : Type u_1} [inst : ConditionallyCompletePartialOrderSup α] {p : Prop} [inst_1 : Decidable p] {f : p → α}, ⨆ (h : p), f h = if h : p then f h else sSup ∅
_private.Mathlib.GroupTheory.Perm.Finite.0.Equiv.Perm.disjoint_support_closure_of_disjoint_support._simp_1_2
Mathlib.GroupTheory.Perm.Finite
∀ {α : Type u_1} {t : Set α} {ι : Sort u_12} {s : ι → Set α}, Disjoint t (⋃ i, s i) = ∀ (i : ι), Disjoint t (s i)
Pi.mulSingle_le_mulSingle._gcongr_3
Mathlib.Algebra.Order.Pi
∀ {ι : Type u_6} {α : ι → Type u_7} [inst : DecidableEq ι] [inst_1 : (i : ι) → One (α i)] [inst_2 : (i : ι) → Preorder (α i)] {i : ι} {a b : α i}, a ≤ b → Pi.mulSingle i a ≤ Pi.mulSingle i b
ISize.toInt_maxValue
Init.Data.SInt.Lemmas
ISize.maxValue.toInt = 2 ^ (System.Platform.numBits - 1) - 1
_private.Mathlib.Tactic.Find.0.Mathlib.Tactic.Find.matchHyps
Mathlib.Tactic.Find
List Lean.Expr → List Lean.Expr → List Lean.Expr → Lean.MetaM Bool
LaurentSeries.val_le_one_iff_eq_coe
Mathlib.RingTheory.LaurentSeries
∀ (K : Type u_2) [inst : Field K] (f : LaurentSeries K), Valued.v f ≤ 1 ↔ ∃ F, (HahnSeries.ofPowerSeries ℤ K) F = f
Lean.Lsp.DiagnosticCode
Lean.Data.Lsp.Diagnostics
Type
Ordnode.eraseMin._unsafe_rec
Mathlib.Data.Ordmap.Ordnode
{α : Type u_1} → Ordnode α → Ordnode α
UpperSet.coe_nonempty
Mathlib.Order.UpperLower.CompleteLattice
∀ {α : Type u_1} [inst : LE α] {s : UpperSet α}, (↑s).Nonempty ↔ s ≠ ⊤
_private.Lean.Meta.Tactic.Cbv.Util.0.Lean.Meta.Tactic.Cbv.isBitVecValue
Lean.Meta.Tactic.Cbv.Util
Lean.Expr → Bool
ContinuousMap.instRegularSpace
Mathlib.Topology.CompactOpen
∀ {X : Type u_2} {Y : Type u_3} [inst : TopologicalSpace X] [inst_1 : TopologicalSpace Y] [RegularSpace Y], RegularSpace C(X, Y)
Std.IterM.Partial.it
Init.Data.Iterators.Consumers.Monadic.Partial
{α : Type w} → {m : Type w → Type w'} → {β : Type w} → Std.IterM.Partial m β → Std.IterM m β
AlgebraicTopology.DoldKan.Γ₀.Obj.map._proof_1
Mathlib.AlgebraicTopology.DoldKan.FunctorGamma
∀ {Δ' Δ : SimplexCategoryᵒᵖ} (θ : Δ ⟶ Δ') (A : SimplicialObject.Splitting.IndexSet Δ), CategoryTheory.Limits.HasImage (CategoryTheory.CategoryStruct.comp θ.unop A.e)
Std.ExtTreeMap.union_insert_right_eq_insert_union
Std.Data.ExtTreeMap.Lemmas
∀ {α : Type u} {β : Type v} {cmp : α → α → Ordering} {t₁ t₂ : Std.ExtTreeMap α β cmp} [inst : Std.TransCmp cmp] {p : (_ : α) × β}, t₁ ∪ t₂.insert p.fst p.snd = (t₁ ∪ t₂).insert p.fst p.snd
String.Slice.Pattern.Model.IsValidSearchFrom.mismatched_of_eq
Init.Data.String.Lemmas.Pattern.Basic
∀ {ρ : Type} {pat : ρ} [inst : String.Slice.Pattern.Model.ForwardPatternModel pat] {s : String.Slice} {startPos startPos' endPos : s.Pos} {l : List (String.Slice.Pattern.SearchStep s)}, String.Slice.Pattern.Model.IsValidSearchFrom pat endPos l → startPos' < endPos → (∀ (pos : s.Pos), startPos' ≤ pos → pos < endPos → ¬String.Slice.Pattern.Model.MatchesAt pat pos) → startPos = startPos' → String.Slice.Pattern.Model.IsValidSearchFrom pat startPos' (String.Slice.Pattern.SearchStep.rejected startPos endPos :: l)
Std.ExtDHashMap.mem_modify
Std.Data.ExtDHashMap.Lemmas
∀ {α : Type u} {x : BEq α} {x_1 : Hashable α} {β : α → Type v} {m : Std.ExtDHashMap α β} [inst : LawfulBEq α] {k k' : α} {f : β k → β k}, k' ∈ m.modify k f ↔ k' ∈ m
CategoryTheory.MonoidalCategory.whiskerLeftIso_trans
Mathlib.CategoryTheory.Monoidal.Category
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.MonoidalCategory C] (W : C) {X Y Z : C} (f : X ≅ Y) (g : Y ≅ Z), CategoryTheory.MonoidalCategory.whiskerLeftIso W (f ≪≫ g) = CategoryTheory.MonoidalCategory.whiskerLeftIso W f ≪≫ CategoryTheory.MonoidalCategory.whiskerLeftIso W g
List.isEmpty_reverse
Init.Data.List.Lemmas
∀ {α : Type u_1} {xs : List α}, xs.reverse.isEmpty = xs.isEmpty
Std.TreeSet.Raw.insertMany_list_equiv_foldl
Std.Data.TreeSet.Raw.Lemmas
∀ {α : Type u} {cmp : α → α → Ordering} {t₁ : Std.TreeSet.Raw α cmp} {l : List α}, (t₁.insertMany l).Equiv (List.foldl (fun acc a => acc.insert a) t₁ l)
CategoryTheory.ComposableArrows.homMkSucc
Mathlib.CategoryTheory.ComposableArrows.Basic
{C : Type u_1} → [inst : CategoryTheory.Category.{v_1, u_1} C] → {n : ℕ} → {F G : CategoryTheory.ComposableArrows C (n + 1)} → (α : F.obj' 0 ⋯ ⟶ G.obj' 0 ⋯) → (β : F.δ₀ ⟶ G.δ₀) → CategoryTheory.CategoryStruct.comp (F.map' 0 1 CategoryTheory.ComposableArrows.homMk₁._proof_4 ⋯) (CategoryTheory.ComposableArrows.app' β 0 ⋯) = CategoryTheory.CategoryStruct.comp α (G.map' 0 1 CategoryTheory.ComposableArrows.homMk₁._proof_4 ⋯) → (F ⟶ G)
_private.Mathlib.LinearAlgebra.Projection.0.LinearMap.IsIdempotentElem.commute_iff_of_isUnit._simp_1_4
Mathlib.LinearAlgebra.Projection
∀ {R : Type u_1} {M : Type u_2} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {f : M ≃ₗ[R] M} {p : Submodule R M}, (p ≤ Submodule.map (↑f) p) = (p ∈ Module.End.invtSubmodule ↑f.symm)
Ideal.quotientEquivDirectSum
Mathlib.LinearAlgebra.FreeModule.IdealQuotient
{ι : Type u_1} → {R : Type u_2} → {S : Type u_3} → [inst : CommRing R] → [inst_1 : CommRing S] → [inst_2 : Algebra R S] → [inst_3 : IsDomain R] → [inst_4 : IsPrincipalIdealRing R] → [inst_5 : IsDomain S] → [inst_6 : Finite ι] → (F : Type u_4) → [inst_7 : CommRing F] → [inst_8 : Algebra F R] → [inst_9 : Algebra F S] → [IsScalarTower F R S] → (b : Module.Basis ι R S) → {I : Ideal S} → (hI : I ≠ ⊥) → (S ⧸ I) ≃ₗ[F] DirectSum ι fun i => R ⧸ Ideal.span {Ideal.smithCoeffs b I hI i}
_private.Lean.Elab.Term.TermElabM.0.Lean.Elab.Term.logUnassignedUsingErrorInfos.match_1
Lean.Elab.Term.TermElabM
(motive : MProd Lean.MVarIdSet (MProd (Array Lean.Elab.Term.MVarErrorInfo) Bool) → Sort u_1) → (r : MProd Lean.MVarIdSet (MProd (Array Lean.Elab.Term.MVarErrorInfo) Bool)) → ((alreadyVisited : Lean.MVarIdSet) → (errors : Array Lean.Elab.Term.MVarErrorInfo) → (hasNewErrors : Bool) → motive ⟨alreadyVisited, errors, hasNewErrors⟩) → motive r
CategoryTheory.Functor.DenseAt.ofIso
Mathlib.CategoryTheory.Functor.KanExtension.DenseAt
{C : Type u₁} → {D : Type u₂} → [inst : CategoryTheory.Category.{v₁, u₁} C] → [inst_1 : CategoryTheory.Category.{v₂, u₂} D] → {F : CategoryTheory.Functor C D} → {Y : D} → F.DenseAt Y → {Y' : D} → (Y ≅ Y') → F.DenseAt Y'
Option.merge.eq_4
Init.Omega.Constraint
∀ {α : Type u_1} (fn : α → α → α) (x_2 y : α), Option.merge fn (some x_2) (some y) = some (fn x_2 y)
Lean.Server.RequestCancellation._sizeOf_1
Lean.Server.RequestCancellation
Lean.Server.RequestCancellation → ℕ
SemiRingCat.FilteredColimits.colimitCoconeIsColimit._proof_2
Mathlib.Algebra.Category.Ring.FilteredColimits
∀ {J : Type u_1} [inst : CategoryTheory.SmallCategory J] (F : CategoryTheory.Functor J SemiRingCat) [inst_1 : CategoryTheory.IsFiltered J] (t : CategoryTheory.Limits.Cocone F), (SemiRingCat.FilteredColimits.colimitCoconeIsColimit.descAddMonoidHom t) 1 = 1
ContinuousLinearEquiv.equivLike._proof_1
Mathlib.Topology.Algebra.Module.Equiv
∀ {R₁ : Type u_3} {R₂ : Type u_4} [inst : Semiring R₁] [inst_1 : Semiring R₂] {σ₁₂ : R₁ →+* R₂} {σ₂₁ : R₂ →+* R₁} [inst_2 : RingHomInvPair σ₁₂ σ₂₁] [inst_3 : RingHomInvPair σ₂₁ σ₁₂] {M₁ : Type u_1} [inst_4 : TopologicalSpace M₁] [inst_5 : AddCommMonoid M₁] {M₂ : Type u_2} [inst_6 : TopologicalSpace M₂] [inst_7 : AddCommMonoid M₂] [inst_8 : Module R₁ M₁] [inst_9 : Module R₂ M₂] (f g : M₁ ≃SL[σ₁₂] M₂), (↑f.toLinearEquiv).toFun = (↑g.toLinearEquiv).toFun → f.invFun = g.invFun → f = g
Lean.FindLevelMVar.main._unsafe_rec
Lean.Util.FindLevelMVar
(Lean.LMVarId → Bool) → Lean.Expr → Lean.FindLevelMVar.Visitor
CategoryTheory.Enriched.FunctorCategory.homEquiv_apply_π_assoc
Mathlib.CategoryTheory.Enriched.FunctorCategory
∀ (V : Type u₁) [inst : CategoryTheory.Category.{v₁, u₁} V] [inst_1 : CategoryTheory.MonoidalCategory V] {C : Type u₂} [inst_2 : CategoryTheory.Category.{v₂, u₂} C] {J : Type u₃} [inst_3 : CategoryTheory.Category.{v₃, u₃} J] [inst_4 : CategoryTheory.EnrichedOrdinaryCategory V C] {F₁ F₂ : CategoryTheory.Functor J C} [inst_5 : CategoryTheory.Enriched.FunctorCategory.HasEnrichedHom V F₁ F₂] (τ : F₁ ⟶ F₂) (j : J) {Z : V} (h : (F₁.obj j ⟶[V] F₂.obj j) ⟶ Z), CategoryTheory.CategoryStruct.comp ((CategoryTheory.Enriched.FunctorCategory.homEquiv V) τ) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Enriched.FunctorCategory.enrichedHomπ V F₁ F₂ j) h) = CategoryTheory.CategoryStruct.comp ((CategoryTheory.eHomEquiv V) (τ.app j)) h
FirstCountableTopology.frechetUrysohnSpace
Mathlib.Topology.Sequences
∀ {X : Type u_1} [inst : TopologicalSpace X] [FirstCountableTopology X], FrechetUrysohnSpace X
Int.cast_le_neg_one_of_neg
Mathlib.Algebra.Order.Ring.Cast
∀ {R : Type u_1} [inst : Ring R] [inst_1 : LinearOrder R] [IsStrictOrderedRing R] {a : ℤ}, a < 0 → ↑a ≤ -1
WithZero.instAddMonoidWithOne
Mathlib.Algebra.GroupWithZero.WithZero
{α : Type u_1} → [AddMonoidWithOne α] → AddMonoidWithOne (WithZero α)
lt_of_mul_self_lt_mul_self₀
Mathlib.Algebra.Order.GroupWithZero.Unbundled.Basic
∀ {M₀ : Type u_2} [inst : MonoidWithZero M₀] [inst_1 : LinearOrder M₀] [PosMulStrictMono M₀] {a b : M₀} [MulPosMono M₀], 0 ≤ b → a * a < b * b → a < b
Module.piEquiv
Mathlib.LinearAlgebra.StdBasis
(ι : Type u_1) → (R : Type u_2) → (M : Type u_3) → [Finite ι] → [inst : CommSemiring R] → [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → (ι → M) ≃ₗ[R] (ι → R) →ₗ[R] M
Orientation.rotationAux._proof_1
Mathlib.Geometry.Euclidean.Angle.Oriented.Rotation
∀ {V : Type u_1} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V] [inst_2 : Fact (Module.finrank ℝ V = 2)] (o : Orientation ℝ V (Fin 2)) (θ : Real.Angle) (x y : V), inner ℝ ((θ.cos • LinearMap.id + θ.sin • ↑o.rightAngleRotation.toLinearEquiv) x) ((θ.cos • LinearMap.id + θ.sin • ↑o.rightAngleRotation.toLinearEquiv) y) = inner ℝ x y
ContinuousLinearMap.bilinear_hasTemperateGrowth
Mathlib.Analysis.Distribution.TemperateGrowth
∀ {𝕜 : Type u_2} {D : Type u_4} {E : Type u_5} {F : Type u_6} {G : Type u_7} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] [inst_4 : NontriviallyNormedField 𝕜] [NormedAlgebra ℝ 𝕜] [inst_6 : NormedAddCommGroup D] [inst_7 : NormedSpace ℝ D] [inst_8 : NormedAddCommGroup G] [inst_9 : NormedSpace ℝ G] [inst_10 : NormedSpace 𝕜 F] [inst_11 : NormedSpace 𝕜 G] [inst_12 : NormedSpace 𝕜 E] (B : E →L[𝕜] F →L[𝕜] G) {f : D → E} {g : D → F}, Function.HasTemperateGrowth f → Function.HasTemperateGrowth g → Function.HasTemperateGrowth fun x => (B (f x)) (g x)
_private.Mathlib.Data.List.NodupEquivFin.0.List.sublist_iff_exists_orderEmbedding_getElem?_eq._simp_1_1
Mathlib.Data.List.NodupEquivFin
∀ {a b : ℕ}, (a.succ ≤ b.succ) = (a ≤ b)
Lean.Grind.ToInt.toInt.eq_1
Init.GrindInstances.ToInt
∀ (α : Type u) {range : Lean.Grind.IntInterval} [self : Lean.Grind.ToInt α range], Lean.Grind.ToInt.toInt = self.1
Lean.Meta.Try.Collector.OrdSet.set
Lean.Meta.Tactic.Try.Collect
{α : Type} → [inst : Hashable α] → [inst_1 : BEq α] → Lean.Meta.Try.Collector.OrdSet α → Std.HashSet α
_private.Mathlib.Topology.Algebra.InfiniteSum.Defs.0.hasProd_fintype_support._simp_1_1
Mathlib.Topology.Algebra.InfiniteSum.Defs
∀ {α : Type u} {ι : Sort v} {x : α} {s : ι → Set α}, (x ∈ ⋂ i, s i) = ∀ (i : ι), x ∈ s i
hasStrictDerivAt_abs
Mathlib.Analysis.Calculus.Deriv.Abs
∀ {x : ℝ}, x ≠ 0 → HasStrictDerivAt (fun x => |x|) (↑(SignType.sign x)) x
DistribSMul.toAddMonoidHom_eq_zsmulAddGroupHom
Mathlib.Algebra.Module.NatInt
∀ (M : Type u_3) [inst : AddCommGroup M], DistribSMul.toAddMonoidHom M = zsmulAddGroupHom
Fin.dfoldrM.loop._sunfold
Batteries.Data.Fin.Basic
{m : Type u_1 → Type u_2} → [Monad m] → (n : ℕ) → (α : Fin (n + 1) → Type u_1) → ((i : Fin n) → α i.succ → m (α i.castSucc)) → (i : ℕ) → (h : i < n + 1) → α ⟨i, h⟩ → m (α 0)
CategoryTheory.Functor.sheafInducedTopologyEquivOfIsCoverDense._proof_2
Mathlib.CategoryTheory.Sites.DenseSubsite.InducedTopology
∀ {C : Type u_3} [inst : CategoryTheory.Category.{u_6, u_3} C] {D : Type u_1} [inst_1 : CategoryTheory.Category.{u_4, u_1} D] (G : CategoryTheory.Functor C D) (K : CategoryTheory.GrothendieckTopology D) (A : Type u_5) [inst_2 : CategoryTheory.Category.{u_2, u_5} A] [inst_3 : G.LocallyCoverDense K] [inst_4 : G.IsLocallyFull K] [inst_5 : G.IsLocallyFaithful K] [inst_6 : G.IsCoverDense K] [∀ (X : Dᵒᵖ), CategoryTheory.Limits.HasLimitsOfShape (CategoryTheory.StructuredArrow X G.op) A], (G.sheafPushforwardContinuous A (G.inducedTopology K) K).IsEquivalence
matPolyEquiv_symm_map_eval
Mathlib.RingTheory.MatrixPolynomialAlgebra
∀ {R : Type u_1} [inst : CommSemiring R] {n : Type w} [inst_1 : DecidableEq n] [inst_2 : Fintype n] (M : Polynomial (Matrix n n R)) (r : R), (matPolyEquiv.symm M).map (Polynomial.eval r) = Polynomial.eval ((Matrix.scalar n) r) M
StdSimplex.join._proof_2
Mathlib.LinearAlgebra.ConvexSpace
∀ {R : Type u_1} [inst : PartialOrder R] [inst_1 : Semiring R] {M : Type u_2} [IsStrictOrderedRing R] (f : StdSimplex R (StdSimplex R M)), 0 ≤ f.sum fun d r => r • d.weights
MonoidWithZero.toOppositeMulActionWithZero
Mathlib.Algebra.GroupWithZero.Action.Defs
(M₀ : Type u_2) → [inst : MonoidWithZero M₀] → MulActionWithZero M₀ᵐᵒᵖ M₀
Module.Basis.dualBasis_coord_toDualEquiv_apply
Mathlib.LinearAlgebra.Dual.Basis
∀ {R : Type uR} {M : Type uM} {ι : Type uι} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [inst_3 : DecidableEq ι] (b : Module.Basis ι R M) [inst_4 : Finite ι] (i : ι) (f : M), (b.dualBasis.coord i) (b.toDualEquiv f) = (b.coord i) f
Lean.Parser.Module.module.formatter
Lean.Parser.Module
Lean.PrettyPrinter.Formatter
Module.Basis.noConfusionType
Mathlib.LinearAlgebra.Basis.Defs
Sort u → {ι : Type u_1} → {R : Type u_3} → {M : Type u_6} → [inst : Semiring R] → [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → Module.Basis ι R M → {ι' : Type u_1} → {R' : Type u_3} → {M' : Type u_6} → [inst' : Semiring R'] → [inst'_1 : AddCommMonoid M'] → [inst'_2 : Module R' M'] → Module.Basis ι' R' M' → Sort u