name
stringlengths
2
347
module
stringlengths
6
90
type
stringlengths
1
5.42M
CategoryTheory.Limits.IsLimit.liftConeMorphism
Mathlib.CategoryTheory.Limits.IsLimit
{J : Type u₁} → [inst : CategoryTheory.Category.{v₁, u₁} J] → {C : Type u₃} → [inst_1 : CategoryTheory.Category.{v₃, u₃} C] → {F : CategoryTheory.Functor J C} → {t : CategoryTheory.Limits.Cone F} → CategoryTheory.Limits.IsLimit t → (s : CategoryTheory.Limits.Cone F) → s ⟶ t
Equiv.sumIsRight_apply
Mathlib.Logic.Equiv.Defs
∀ {α : Type u_1} {β : Type u_2} (x : { x // x.isRight = true }), Equiv.sumIsRight x = (↑x).getRight ⋯
_private.Mathlib.Data.List.Cycle.0.List.next_eq_getElem._proof_1_10
Mathlib.Data.List.Cycle
∀ {α : Type u_1} {l : List α} (hl : l ≠ []), ¬[l.getLast ⋯].isEmpty = true → [l.getLast ⋯] ≠ []
CategoryTheory.Limits.pushoutPushoutRightIsPushout._proof_3
Mathlib.CategoryTheory.Limits.Shapes.Pullback.Assoc
∀ {C : Type u_2} [inst : CategoryTheory.Category.{u_1, u_2} C] {X₁ X₂ X₃ Z₁ Z₂ : C} (g₁ : Z₁ ⟶ X₁) (g₂ : Z₁ ⟶ X₂) (g₃ : Z₂ ⟶ X₂) (g₄ : Z₂ ⟶ X₃) [CategoryTheory.Limits.HasPushout g₁ g₂] [inst_2 : CategoryTheory.Limits.HasPushout g₃ g₄] [inst_3 : CategoryTheory.Limits.HasPushout g₁ (CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.pushout.inl g₃ g₄))], CategoryTheory.CategoryStruct.comp g₁ (CategoryTheory.Limits.pushout.inl g₁ (CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.pushout.inl g₃ g₄))) = CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.pushout.inl g₃ g₄)) (CategoryTheory.Limits.pushout.inr g₁ (CategoryTheory.CategoryStruct.comp g₂ (CategoryTheory.Limits.pushout.inl g₃ g₄)))
CliffordAlgebra.reverse_involutive._simp_1
Mathlib.LinearAlgebra.CliffordAlgebra.Conjugation
∀ {R : Type u_1} [inst : CommRing R] {M : Type u_2} [inst_1 : AddCommGroup M] [inst_2 : Module R M] {Q : QuadraticForm R M}, Function.Involutive ⇑CliffordAlgebra.reverse = True
Lean.Parser.numLitFn
Lean.Parser.Basic
Lean.Parser.ParserFn
StarAlgebra.elemental.characterSpaceToSpectrum._proof_4
Mathlib.Analysis.CStarAlgebra.ContinuousFunctionalCalculus.Basic
∀ {A : Type u_1} [inst : CStarAlgebra A], SubringClass (StarSubalgebra ℂ A) A
Algebra.normalizedTrace_algebraMap_apply
Mathlib.FieldTheory.NormalizedTrace
∀ (F : Type u_3) (E : Type u_4) (K : Type u_5) [inst : Field F] [inst_1 : Field E] [inst_2 : Field K] [inst_3 : Algebra F E] [inst_4 : Algebra E K] [inst_5 : Algebra F K] [IsScalarTower F E K] [inst_7 : Algebra.IsIntegral F E] [inst_8 : Algebra.IsIntegral F K] [inst_9 : CharZero F] (a : E), (Algebra.normalizedTrace F K) ((algebraMap E K) a) = (Algebra.normalizedTrace F E) a
sup_left_right_swap
Mathlib.Order.Lattice
∀ {α : Type u} [inst : SemilatticeSup α] (a b c : α), a ⊔ b ⊔ c = c ⊔ b ⊔ a
pythagoreanTriple_comm
Mathlib.NumberTheory.PythagoreanTriples
∀ {x y z : ℤ}, PythagoreanTriple x y z ↔ PythagoreanTriple y x z
AlgebraicGeometry.IsOpenImmersion.ΓIsoTop._proof_1
Mathlib.AlgebraicGeometry.OpenImmersion
∀ {X Y : AlgebraicGeometry.Scheme} (f : X ⟶ Y) [inst : AlgebraicGeometry.IsOpenImmersion f], AlgebraicGeometry.Scheme.Hom.opensRange f = (AlgebraicGeometry.Scheme.Hom.opensFunctor f).obj ⊤
Asymptotics.isTheta_of_div_tendsto_nhds_ne_zero
Mathlib.Analysis.Asymptotics.Theta
∀ {α : Type u_1} {𝕜 : Type u_14} [inst : NormedField 𝕜] {l : Filter α} {c : 𝕜} {f g : α → 𝕜}, Filter.Tendsto (fun x => g x / f x) l (nhds c) → c ≠ 0 → f =Θ[l] g
_private.Init.Data.BitVec.Lemmas.0.BitVec.getMsbD_rotateLeft_of_lt._proof_1_2
Init.Data.BitVec.Lemmas
∀ {r n : ℕ} (w : ℕ), r < w + 1 → n < w + 1 - r → ¬n < w + 1 → False
CategoryTheory.MorphismProperty.IsLocalAtSource.rec
Mathlib.CategoryTheory.MorphismProperty.Local
{C : Type u} → [inst : CategoryTheory.Category.{v, u} C] → {P : CategoryTheory.MorphismProperty C} → {K : CategoryTheory.Precoverage C} → {motive : P.IsLocalAtSource K → Sort u_1} → ([toRespects : P.Respects (CategoryTheory.MorphismProperty.isomorphisms C)] → (comp : ∀ {X Y : C} {f : X ⟶ Y} (𝒰 : K.ZeroHypercover X) (i : 𝒰.I₀), P f → P (CategoryTheory.CategoryStruct.comp (𝒰.f i) f)) → (of_zeroHypercover : ∀ {X Y : C} {f : X ⟶ Y} (𝒰 : K.ZeroHypercover X), (∀ (i : 𝒰.I₀), P (CategoryTheory.CategoryStruct.comp (𝒰.f i) f)) → P f) → motive ⋯) → (t : P.IsLocalAtSource K) → motive t
CategoryTheory.Functor.LaxMonoidal.right_unitality
Mathlib.CategoryTheory.Monoidal.Functor
∀ {C : Type u₁} {inst : CategoryTheory.Category.{v₁, u₁} C} {inst_1 : CategoryTheory.MonoidalCategory C} {D : Type u₂} {inst_2 : CategoryTheory.Category.{v₂, u₂} D} {inst_3 : CategoryTheory.MonoidalCategory D} (F : CategoryTheory.Functor C D) [self : F.LaxMonoidal] (X : C), (CategoryTheory.MonoidalCategoryStruct.rightUnitor (F.obj X)).hom = CategoryTheory.CategoryStruct.comp (CategoryTheory.MonoidalCategoryStruct.whiskerLeft (F.obj X) (CategoryTheory.Functor.LaxMonoidal.ε F)) (CategoryTheory.CategoryStruct.comp (CategoryTheory.Functor.LaxMonoidal.μ F X (CategoryTheory.MonoidalCategoryStruct.tensorUnit C)) (F.map (CategoryTheory.MonoidalCategoryStruct.rightUnitor X).hom))
_private.Mathlib.Analysis.SpecialFunctions.Log.Base.0.Real.logb_prod._simp_1_1
Mathlib.Analysis.SpecialFunctions.Log.Base
∀ {ι : Type u_1} {M₀ : Type u_4} [inst : CommMonoidWithZero M₀] {f : ι → M₀} {s : Finset ι} [Nontrivial M₀] [NoZeroDivisors M₀], (∏ x ∈ s, f x ≠ 0) = ∀ a ∈ s, f a ≠ 0
CategoryTheory.FreeMonoidalCategory.Hom.ρ_hom.elim
Mathlib.CategoryTheory.Monoidal.Free.Basic
{C : Type u} → {motive : (a a_1 : CategoryTheory.FreeMonoidalCategory C) → a.Hom a_1 → Sort u_1} → {a a_1 : CategoryTheory.FreeMonoidalCategory C} → (t : a.Hom a_1) → t.ctorIdx = 5 → ((X : CategoryTheory.FreeMonoidalCategory C) → motive (X.tensor CategoryTheory.FreeMonoidalCategory.unit) X (CategoryTheory.FreeMonoidalCategory.Hom.ρ_hom X)) → motive a a_1 t
UpperHalfPlane.dist_triangle
Mathlib.Analysis.Complex.UpperHalfPlane.Metric
∀ (a b c : UpperHalfPlane), dist a c ≤ dist a b + dist b c
_private.Mathlib.Combinatorics.Pigeonhole.0.Fintype.exists_card_fiber_lt_of_card_lt_nsmul.match_1_1
Mathlib.Combinatorics.Pigeonhole
∀ {α : Type u_3} {β : Type u_1} {M : Type u_2} [inst : DecidableEq β] [inst_1 : Fintype α] [inst_2 : Fintype β] (f : α → β) {b : M} [inst_3 : CommSemiring M] [inst_4 : LinearOrder M] (motive : (∃ y ∈ Finset.univ, ↑{x | f x = y}.card < b) → Prop) (x : ∃ y ∈ Finset.univ, ↑{x | f x = y}.card < b), (∀ (y : β) (left : y ∈ Finset.univ) (h : ↑{x | f x = y}.card < b), motive ⋯) → motive x
MeasureTheory.average_const
Mathlib.MeasureTheory.Integral.Average
∀ {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [CompleteSpace E] (μ : MeasureTheory.Measure α) [MeasureTheory.IsFiniteMeasure μ] [h : NeZero μ] (c : E), ⨍ (_x : α), c ∂μ = c
Batteries.UnionFind.link
Batteries.Data.UnionFind.Basic
(self : Batteries.UnionFind) → Fin self.size → (y : Fin self.size) → self.parent ↑y = ↑y → Batteries.UnionFind
CategoryTheory.Iso.self_symm_conj
Mathlib.CategoryTheory.Conj
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} (α : X ≅ Y) (f : CategoryTheory.End Y), α.conj (α.symm.conj f) = f
_private.Mathlib.Analysis.Complex.Poisson.0.le_re_herglotzRieszKernel_aux._simp_1_4
Mathlib.Analysis.Complex.Poisson
∀ {M₀ : Type u_1} [inst : Mul M₀] [inst_1 : Zero M₀] [NoZeroDivisors M₀] {a b : M₀}, a ≠ 0 → b ≠ 0 → (a * b = 0) = False
EmbeddingLike.comp_injective._simp_1
Mathlib.Data.FunLike.Embedding
∀ {α : Sort u_2} {β : Sort u_3} {γ : Sort u_4} {F : Sort u_5} [inst : FunLike F β γ] [EmbeddingLike F β γ] (f : α → β) (e : F), Function.Injective (⇑e ∘ f) = Function.Injective f
_private.Mathlib.Order.OrderIsoNat.0.exists_covBy_seq_of_wellFoundedLT_wellFoundedGT_of_le._simp_1_2
Mathlib.Order.OrderIsoNat
∀ {α : Sort u} {p : α → Prop} {a1 a2 : { x // p x }}, (a1 = a2) = (↑a1 = ↑a2)
AddSubmonoid.matrix._proof_1
Mathlib.Data.Matrix.Basic
∀ {m : Type u_1} {n : Type u_2} {A : Type u_3} [inst : AddMonoid A] (S : AddSubmonoid A) {a b : Matrix m n A}, a ∈ (↑S).matrix → b ∈ (↑S).matrix → ∀ (i : m) (j : n), a i j + b i j ∈ S
CategoryTheory.Pretriangulated.Triangle.shiftFunctorZero_hom_app_hom₃
Mathlib.CategoryTheory.Triangulated.TriangleShift
∀ (C : Type u) [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Preadditive C] [inst_2 : CategoryTheory.HasShift C ℤ] (X : CategoryTheory.Pretriangulated.Triangle C), ((CategoryTheory.Pretriangulated.Triangle.shiftFunctorZero C).hom.app X).hom₃ = (CategoryTheory.shiftFunctorZero C ℤ).hom.app X.obj₃
IsCyclotomicExtension.Rat.ramificationIdxIn_eq
Mathlib.NumberTheory.NumberField.Cyclotomic.Ideal
∀ (n : ℕ) {m p k : ℕ} [hp : Fact (Nat.Prime p)] (K : Type u_1) [inst : Field K] [inst_1 : NumberField K] [IsCyclotomicExtension {n} ℚ K], n = p ^ (k + 1) * m → ¬p ∣ m → (Ideal.span {↑p}).ramificationIdxIn (NumberField.RingOfIntegers K) = p ^ k * (p - 1)
_private.Std.Data.Internal.List.Associative.0.Std.Internal.List.Option.map_dmap
Std.Data.Internal.List.Associative
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} (x : Option α) (f : (a : α) → x = some a → β) (g : β → γ), Option.map g (Std.Internal.List.Option.dmap✝ x f) = Std.Internal.List.Option.dmap✝¹ x fun a h => g (f a h)
Lean.Grind.CommRing.Mon.beq'
Init.Grind.Ring.CommSolver
Lean.Grind.CommRing.Mon → Lean.Grind.CommRing.Mon → Bool
Polynomial.natDegree_multiset_prod_of_monic
Mathlib.Algebra.Polynomial.BigOperators
∀ {R : Type u} [inst : CommSemiring R] (t : Multiset (Polynomial R)), (∀ f ∈ t, f.Monic) → t.prod.natDegree = (Multiset.map Polynomial.natDegree t).sum
CategoryTheory.Bicategory.rightUnitor_comp_inv
Mathlib.CategoryTheory.Bicategory.Basic
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c : B} (f : a ⟶ b) (g : b ⟶ c), (CategoryTheory.Bicategory.rightUnitor (CategoryTheory.CategoryStruct.comp f g)).inv = CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.Bicategory.rightUnitor g).inv) (CategoryTheory.Bicategory.associator f g (CategoryTheory.CategoryStruct.id c)).inv
ISize.toBitVec_or
Init.Data.SInt.Bitwise
∀ (a b : ISize), (a ||| b).toBitVec = a.toBitVec ||| b.toBitVec
Mathlib.Tactic.BicategoryLike.HorizontalComp.cons.sizeOf_spec
Mathlib.Tactic.CategoryTheory.Coherence.Normalize
∀ (e : Mathlib.Tactic.BicategoryLike.Mor₂) (η : Mathlib.Tactic.BicategoryLike.WhiskerRight) (ηs : Mathlib.Tactic.BicategoryLike.HorizontalComp), sizeOf (Mathlib.Tactic.BicategoryLike.HorizontalComp.cons e η ηs) = 1 + sizeOf e + sizeOf η + sizeOf ηs
Std.DTreeMap.Raw.instInhabited
Std.Data.DTreeMap.Raw.Basic
{α : Type u} → {β : α → Type v} → {cmp : α → α → Ordering} → Inhabited (Std.DTreeMap.Raw α β cmp)
AlgCat.instCategory._proof_1
Mathlib.Algebra.Category.AlgCat.Basic
∀ (R : Type u_2) [inst : CommRing R] {X Y : AlgCat R} (f : X.Hom Y), { hom' := f.hom'.comp { hom' := AlgHom.id R ↑X }.hom' } = f
CategoryTheory.MonoidalCategory.MonoidalRightAction.actionOfMonoidalFunctorToEndofunctor._proof_14
Mathlib.CategoryTheory.Monoidal.Action.End
∀ {C : Type u_2} {D : Type u_4} [inst : CategoryTheory.Category.{u_1, u_2} C] [inst_1 : CategoryTheory.MonoidalCategory C] [inst_2 : CategoryTheory.Category.{u_3, u_4} D] (F : CategoryTheory.Functor C (CategoryTheory.Functor D D)) [inst_3 : F.Monoidal] (c : C) {c' c'' : C} (f : c' ⟶ c'') (d : D), (F.map (CategoryTheory.MonoidalCategoryStruct.whiskerLeft c f)).app d = CategoryTheory.CategoryStruct.comp ((CategoryTheory.Functor.Monoidal.μIso F c c').app d).symm.hom (CategoryTheory.CategoryStruct.comp ((F.map f).app ((F.obj c).obj d)) ((CategoryTheory.Functor.Monoidal.μIso F c c'').app d).symm.inv)
ContinuousMonoidHom.compLeft._proof_1
Mathlib.Topology.Algebra.Group.CompactOpen
∀ {A : Type u_1} {B : Type u_3} (E : Type u_2) [inst : Monoid A] [inst_1 : Monoid B] [inst_2 : CommGroup E] [inst_3 : TopologicalSpace A] [inst_4 : TopologicalSpace B] [inst_5 : TopologicalSpace E] [inst_6 : IsTopologicalGroup E] (f : A →ₜ* B), ContinuousMonoidHom.comp 1 f = ContinuousMonoidHom.comp 1 f
Finsupp.Lex.wellFounded
Mathlib.Data.Finsupp.WellFounded
∀ {α : Type u_1} {N : Type u_2} [inst : Zero N] {r : α → α → Prop} {s : N → N → Prop}, (∀ ⦃n : N⦄, ¬s n 0) → WellFounded s → WellFounded (rᶜ ⊓ fun x1 x2 => x1 ≠ x2) → WellFounded (Finsupp.Lex r s)
Lean.Elab.Tactic.Conv.evalUnfold
Lean.Elab.Tactic.Conv.Unfold
Lean.Elab.Tactic.Tactic
ENNReal.add_lt_add_iff_right
Mathlib.Data.ENNReal.Operations
∀ {a b c : ENNReal}, a ≠ ⊤ → (b + a < c + a ↔ b < c)
PSigma.Lex.orderTop._proof_1
Mathlib.Data.PSigma.Order
∀ {ι : Type u_1} {α : ι → Type u_2} [inst : PartialOrder ι] [inst_1 : OrderTop ι] [inst_2 : (i : ι) → Preorder (α i)] [inst_3 : OrderTop (α ⊤)] (a : ι) (b : α a), ⟨a, b⟩ ≤ ⟨⊤, ⊤⟩
Std.DTreeMap.Internal.Unit.RioSliceData._sizeOf_inst
Std.Data.DTreeMap.Internal.Zipper
(α : Type u) → {inst : Ord α} → [SizeOf α] → SizeOf (Std.DTreeMap.Internal.Unit.RioSliceData α)
Bundle.Trivialization.coordChangeL
Mathlib.Topology.VectorBundle.Basic
(R : Type u_1) → {B : Type u_2} → {F : Type u_3} → {E : B → Type u_4} → [inst : Semiring R] → [inst_1 : TopologicalSpace F] → [inst_2 : TopologicalSpace B] → [inst_3 : TopologicalSpace (Bundle.TotalSpace F E)] → [inst_4 : AddCommMonoid F] → [inst_5 : Module R F] → [inst_6 : (x : B) → AddCommMonoid (E x)] → [inst_7 : (x : B) → Module R (E x)] → (e e' : Bundle.Trivialization F Bundle.TotalSpace.proj) → [Bundle.Trivialization.IsLinear R e] → [Bundle.Trivialization.IsLinear R e'] → B → F ≃L[R] F
Std.ExtDTreeMap.maxKeyD_le
Std.Data.ExtDTreeMap.Lemmas
∀ {α : Type u} {β : α → Type v} {cmp : α → α → Ordering} {t : Std.ExtDTreeMap α β cmp} [inst : Std.TransCmp cmp], t ≠ ∅ → ∀ {k fallback : α}, (cmp (t.maxKeyD fallback) k).isLE = true ↔ ∀ k' ∈ t, (cmp k' k).isLE = true
Set.subset_symmDiff_union_symmDiff_left
Mathlib.Data.Set.SymmDiff
∀ {α : Type u} {s t u : Set α}, Disjoint s t → u ⊆ symmDiff s u ∪ symmDiff t u
HomologicalComplex.extend.d_eq
Mathlib.Algebra.Homology.Embedding.Extend
∀ {ι : Type u_1} {c : ComplexShape ι} {C : Type u_3} [inst : CategoryTheory.Category.{v_1, u_3} C] [inst_1 : CategoryTheory.Limits.HasZeroObject C] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] (K : HomologicalComplex C c) {i j : Option ι} {a b : ι} (hi : i = some a) (hj : j = some b), HomologicalComplex.extend.d K i j = CategoryTheory.CategoryStruct.comp (HomologicalComplex.extend.XIso K hi).hom (CategoryTheory.CategoryStruct.comp (K.d a b) (HomologicalComplex.extend.XIso K hj).inv)
ContinuousMap.tendsto_iff_tendstoLocallyUniformly
Mathlib.Topology.UniformSpace.CompactConvergence
∀ {α : Type u₁} {β : Type u₂} [inst : TopologicalSpace α] [inst_1 : UniformSpace β] {f : C(α, β)} {ι : Type u₃} {p : Filter ι} {F : ι → C(α, β)} [WeaklyLocallyCompactSpace α], Filter.Tendsto F p (nhds f) ↔ TendstoLocallyUniformly (fun i a => (F i) a) (⇑f) p
CompletelyRegularSpace.mk
Mathlib.Topology.Separation.CompletelyRegular
∀ {X : Type u} [inst : TopologicalSpace X], (∀ (x : X) (K : Set X), IsClosed K → x ∉ K → ∃ f, Continuous f ∧ f x = 0 ∧ Set.EqOn f 1 K) → CompletelyRegularSpace X
BitVec.carry_extractLsb'_eq_carry
Init.Data.BitVec.Bitblast
∀ {w i len : ℕ}, i < len → ∀ {x y : BitVec w} {b : Bool}, BitVec.carry i (BitVec.extractLsb' 0 len x) (BitVec.extractLsb' 0 len y) b = BitVec.carry i x y b
CategoryTheory.Bicategory.InducedBicategory.bicategory._proof_2
Mathlib.CategoryTheory.Bicategory.InducedBicategory
∀ {B : Type u_1} {C : Type u_2} [inst : CategoryTheory.Bicategory C] {F : B → C} {a b c : CategoryTheory.Bicategory.InducedBicategory C F} (f : a ⟶ b) (g : b ⟶ c), CategoryTheory.Bicategory.InducedBicategory.mkHom₂ (CategoryTheory.Bicategory.whiskerLeft f.hom (CategoryTheory.CategoryStruct.id g).hom) = CategoryTheory.CategoryStruct.id (CategoryTheory.CategoryStruct.comp f g)
Flag.ofIsMaxChain._proof_2
Mathlib.Order.Preorder.Chain
∀ {α : Type u_1} [inst : LE α] (c : Set α), IsMaxChain (fun x1 x2 => x1 ≤ x2) c → ∀ ⦃t : Set α⦄, IsChain (fun x1 x2 => x1 ≤ x2) t → c ⊆ t → c = t
Mathlib.Tactic.IntervalCases.Bound._sizeOf_1
Mathlib.Tactic.IntervalCases
Mathlib.Tactic.IntervalCases.Bound → ℕ
TopCommRingCat.isCommRing
Mathlib.Topology.Category.TopCommRingCat
(self : TopCommRingCat) → CommRing self.α
mulActionSphereClosedBall._proof_2
Mathlib.Analysis.Normed.Module.Ball.Action
∀ {𝕜 : Type u_2} {E : Type u_1} [inst : NormedField 𝕜] [inst_1 : SeminormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] {r : ℝ} (x : ↑(Metric.closedBall 0 r)), 1 • x = x
Submonoid.map.congr_simp
Mathlib.Algebra.Group.Submonoid.Operations
∀ {M : Type u_1} {N : Type u_2} [inst : MulOneClass M] [inst_1 : MulOneClass N] {F : Type u_4} [inst_2 : FunLike F M N] [mc : MonoidHomClass F M N] (f f_1 : F), f = f_1 → ∀ (S S_1 : Submonoid M), S = S_1 → Submonoid.map f S = Submonoid.map f_1 S_1
CategoryTheory.Limits.idZeroEquivIsoZero_apply_hom
Mathlib.CategoryTheory.Limits.Shapes.ZeroMorphisms
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasZeroObject C] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] (X : C) (h : CategoryTheory.CategoryStruct.id X = 0), ((CategoryTheory.Limits.idZeroEquivIsoZero X) h).hom = 0
divisionRingOfFiniteDimensional._proof_15
Mathlib.LinearAlgebra.FiniteDimensional.Basic
∀ (F : Type u_2) (K : Type u_1) [inst : Field F] [inst_1 : Ring K] [inst_2 : IsDomain K] [inst_3 : Algebra F K] [inst_4 : FiniteDimensional F K], (if H : 0 = 0 then 0 else Classical.choose ⋯) = 0
CentroidHom.instFunLike._proof_1
Mathlib.Algebra.Ring.CentroidHom
∀ {α : Type u_1} [inst : NonUnitalNonAssocSemiring α] (f g : CentroidHom α), (fun f => (↑f.toAddMonoidHom).toFun) f = (fun f => (↑f.toAddMonoidHom).toFun) g → f = g
CommGroupWithZero.ctorIdx
Mathlib.Algebra.GroupWithZero.Defs
{G₀ : Type u_2} → CommGroupWithZero G₀ → ℕ
HomologicalComplex.units_smul_f_apply
Mathlib.Algebra.Homology.Linear
∀ {R : Type u_1} [inst : Semiring R] {C : Type u_2} [inst_1 : CategoryTheory.Category.{v_1, u_2} C] [inst_2 : CategoryTheory.Preadditive C] [inst_3 : CategoryTheory.Linear R C] {ι : Type u_4} {c : ComplexShape ι} {X Y : HomologicalComplex C c} (r : Rˣ) (f : X ⟶ Y) (n : ι), (r • f).f n = r • f.f n
CategoryTheory.Limits.IsImage.lift
Mathlib.CategoryTheory.Limits.Shapes.Images
{C : Type u} → [inst : CategoryTheory.Category.{v, u} C] → {X Y : C} → {f : X ⟶ Y} → {F : CategoryTheory.Limits.MonoFactorisation f} → CategoryTheory.Limits.IsImage F → (F' : CategoryTheory.Limits.MonoFactorisation f) → F.I ⟶ F'.I
Std.Sat.AIG.Entrypoint.ctorIdx
Std.Sat.AIG.Basic
{α : Type} → {inst : DecidableEq α} → {inst_1 : Hashable α} → Std.Sat.AIG.Entrypoint α → ℕ
Lean.Unhygienic.Context.mk.inj
Lean.Hygiene
∀ {ref : Lean.Syntax} {scope : Lean.MacroScope} {ref_1 : Lean.Syntax} {scope_1 : Lean.MacroScope}, { ref := ref, scope := scope } = { ref := ref_1, scope := scope_1 } → ref = ref_1 ∧ scope = scope_1
Std.DHashMap.insert_eq_insert
Std.Data.DHashMap.Lemmas
∀ {α : Type u} {β : α → Type v} {x : BEq α} {x_1 : Hashable α} {m : Std.DHashMap α β} {p : (a : α) × β a}, insert p m = m.insert p.fst p.snd
CategoryTheory.Pseudofunctor.DescentData'.pullHom'_self'._auto_1
Mathlib.CategoryTheory.Sites.Descent.DescentDataPrime
Lean.Syntax
Std.DHashMap.Equiv.symm
Std.Data.DHashMap.Lemmas
∀ {α : Type u} {β : α → Type v} {x : BEq α} {x_1 : Hashable α} {m₁ m₂ : Std.DHashMap α β}, m₁.Equiv m₂ → m₂.Equiv m₁
UInt8.toFin_inj
Init.Data.UInt.Lemmas
∀ {a b : UInt8}, a.toFin = b.toFin ↔ a = b
Set.encard_exchange'
Mathlib.Data.Set.Card
∀ {α : Type u_1} {s : Set α} {a b : α}, a ∉ s → b ∈ s → (insert a s \ {b}).encard = s.encard
Std.IterM.dropWhileWithPostcondition
Std.Data.Iterators.Combinators.Monadic.DropWhile
{α : Type w} → {m : Type w → Type w'} → {β : Type w} → (P : β → Std.Iterators.PostconditionT m (ULift.{w, 0} Bool)) → Std.IterM m β → Std.IterM m β
_private.Init.Data.FloatArray.Basic.0.FloatArray.forIn.loop._proof_3
Init.Data.FloatArray.Basic
∀ (as : FloatArray) (i : ℕ), as.size - 1 < as.size → as.size - 1 - i < as.size
Matrix.self_mul_conjTranspose_mulVec_eq_zero
Mathlib.LinearAlgebra.Matrix.DotProduct
∀ {m : Type u_1} {n : Type u_2} {R : Type u_4} [inst : Fintype m] [inst_1 : Fintype n] [inst_2 : PartialOrder R] [inst_3 : NonUnitalRing R] [inst_4 : StarRing R] [StarOrderedRing R] [NoZeroDivisors R] (A : Matrix m n R) (v : m → R), (A * A.conjTranspose).mulVec v = 0 ↔ A.conjTranspose.mulVec v = 0
Rat.le_coe_toNNRat
Mathlib.Data.NNRat.Defs
∀ (q : ℚ), q ≤ ↑q.toNNRat
_private.Init.Grind.Ordered.Rat.0.Lean.Grind.instOrderedAddRat._simp_1
Init.Grind.Ordered.Rat
∀ {a b c : ℚ}, (c + a ≤ c + b) = (a ≤ b)
Aesop.RulePattern.mk
Aesop.RulePattern
Lean.Meta.AbstractMVarsResult → Array (Option ℕ) → Array (Option ℕ) → Array Lean.Meta.DiscrTree.Key → Aesop.RulePattern
_private.Std.Time.Format.Basic.0.Std.Time.formatMarkerShort.match_1
Std.Time.Format.Basic
(motive : Std.Time.HourMarker → Sort u_1) → (marker : Std.Time.HourMarker) → (Unit → motive Std.Time.HourMarker.am) → (Unit → motive Std.Time.HourMarker.pm) → motive marker
_private.Mathlib.CategoryTheory.Limits.Types.Images.0.CategoryTheory.Limits.Types.surjective_π_app_zero_of_surjective_map_aux.match_1_1
Mathlib.CategoryTheory.Limits.Types.Images
(motive : ℕᵒᵖ → Sort u_1) → (x : ℕᵒᵖ) → ((n : ℕ) → motive (Opposite.op n)) → motive x
WeierstrassCurve.toCharTwoJNeZeroNF
Mathlib.AlgebraicGeometry.EllipticCurve.NormalForms
{F : Type u_2} → [inst : Field F] → (W : WeierstrassCurve F) → W.a₁ ≠ 0 → WeierstrassCurve.VariableChange F
Nat.psub
Mathlib.Data.Nat.PSub
ℕ → ℕ → Option ℕ
Quiver.Path.addWeightOfEPs_cons
Mathlib.Combinatorics.Quiver.Path.Weight
∀ {V : Type u_1} [inst : Quiver V] {R : Type u_2} [inst_1 : AddMonoid R] (w : V → V → R) {a b c : V} (p : Quiver.Path a b) (e : b ⟶ c), Quiver.Path.addWeightOfEPs w (p.cons e) = Quiver.Path.addWeightOfEPs w p + w b c
AffineEquiv.equivLike
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₂] → EquivLike (P₁ ≃ᵃ[k] P₂) P₁ P₂
_private.Lean.Server.FileWorker.RequestHandling.0.Lean.Server.FileWorker.findGoalsAt?.getPositions
Lean.Server.FileWorker.RequestHandling
Lean.Syntax → Option (String.Pos.Raw × String.Pos.Raw × String.Pos.Raw)
UpperSet.mem_iInf_iff
Mathlib.Order.UpperLower.CompleteLattice
∀ {α : Type u_1} {ι : Sort u_4} [inst : LE α] {a : α} {f : ι → UpperSet α}, a ∈ ⨅ i, f i ↔ ∃ i, a ∈ f i
ModularGroup.denom_apply
Mathlib.Analysis.Complex.UpperHalfPlane.MoebiusAction
∀ (g : Matrix.SpecialLinearGroup (Fin 2) ℤ) (z : UpperHalfPlane), UpperHalfPlane.denom (Matrix.SpecialLinearGroup.toGL ((Matrix.SpecialLinearGroup.map (Int.castRingHom ℝ)) g)) ↑z = ↑(↑g 1 0) * ↑z + ↑(↑g 1 1)
Nat.lt.base
Init.Data.Nat.Basic
∀ (n : ℕ), n < n.succ
finprod_apply
Mathlib.Algebra.BigOperators.Finprod
∀ {N : Type u_6} [inst : CommMonoid N] {α : Type u_7} {ι : Type u_8} {f : ι → α → N}, (Function.mulSupport f).Finite → ∀ (a : α), (∏ᶠ (i : ι), f i) a = ∏ᶠ (i : ι), f i a
_private.Batteries.Data.RBMap.WF.0.Batteries.RBNode.Ordered.ins.match_1_1
Batteries.Data.RBMap.WF
∀ {α : Type u_1} {cmp : α → α → Ordering} (motive : (x : Batteries.RBNode α) → Batteries.RBNode.Ordered cmp x → Prop) (x : Batteries.RBNode α) (x_1 : Batteries.RBNode.Ordered cmp x), (∀ (x : Batteries.RBNode.Ordered cmp Batteries.RBNode.nil), motive Batteries.RBNode.nil x) → (∀ (a : Batteries.RBNode α) (y : α) (b : Batteries.RBNode α) (ay : Batteries.RBNode.All (fun x => Batteries.RBNode.cmpLT cmp x y) a) (yb : Batteries.RBNode.All (fun x => Batteries.RBNode.cmpLT cmp y x) b) (ha : Batteries.RBNode.Ordered cmp a) (hb : Batteries.RBNode.Ordered cmp b), motive (Batteries.RBNode.node Batteries.RBColor.red a y b) ⋯) → (∀ (a : Batteries.RBNode α) (y : α) (b : Batteries.RBNode α) (ay : Batteries.RBNode.All (fun x => Batteries.RBNode.cmpLT cmp x y) a) (yb : Batteries.RBNode.All (fun x => Batteries.RBNode.cmpLT cmp y x) b) (ha : Batteries.RBNode.Ordered cmp a) (hb : Batteries.RBNode.Ordered cmp b), motive (Batteries.RBNode.node Batteries.RBColor.black a y b) ⋯) → motive x x_1
_private.Mathlib.Combinatorics.SimpleGraph.Connectivity.Subgraph.0.SimpleGraph.Walk.IsCycle.neighborSet_toSubgraph_endpoint._simp_1_5
Mathlib.Combinatorics.SimpleGraph.Connectivity.Subgraph
∀ {α : Type u_1} {a b c d : α}, (s(a, b) = s(c, d)) = Sym2.Rel α (a, b) (c, d)
AddUnits.neg_mul_left
Mathlib.Algebra.Ring.Invertible
∀ {R : Type u_1} [inst : NonUnitalNonAssocSemiring R] {x : AddUnits R} {y : R}, -x.mulLeft y = (-x).mulLeft y
_private.Lean.Data.RBMap.0.Lean.RBMap.erase.match_1
Lean.Data.RBMap
{α : Type u_1} → {β : Type u_2} → {cmp : α → α → Ordering} → (motive : Lean.RBMap α β cmp → α → Sort u_3) → (x : Lean.RBMap α β cmp) → (x_1 : α) → ((t : Lean.RBNode α fun x => β) → (w : Lean.RBNode.WellFormed cmp t) → (k : α) → motive ⟨t, w⟩ k) → motive x x_1
MeasureTheory.weightedSMul_union'
Mathlib.MeasureTheory.Integral.Bochner.L1
∀ {α : Type u_1} {F : Type u_3} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} (s t : Set α), MeasurableSet t → μ s ≠ ⊤ → μ t ≠ ⊤ → Disjoint s t → MeasureTheory.weightedSMul μ (s ∪ t) = MeasureTheory.weightedSMul μ s + MeasureTheory.weightedSMul μ t
AlgebraicGeometry.IsAffine.casesOn
Mathlib.AlgebraicGeometry.AffineScheme
{X : AlgebraicGeometry.Scheme} → {motive : AlgebraicGeometry.IsAffine X → Sort u} → (t : AlgebraicGeometry.IsAffine X) → ((affine : CategoryTheory.IsIso X.toSpecΓ) → motive ⋯) → motive t
_private.Mathlib.Data.Finset.Card.0.Finset.exists_subset_or_subset_of_two_mul_lt_card._proof_1_3
Mathlib.Data.Finset.Card
∀ {α : Type u_1} [inst : DecidableEq α] {X Y : Finset α} {n : ℕ}, 2 * n < (X ∪ Y).card → (X ∪ Y).card = X.card + (Y \ X).card → n < X.card ∨ n < (Y \ X).card
Std.ExtDHashMap.Const.getD_union
Std.Data.ExtDHashMap.Lemmas
∀ {α : Type u} {x : BEq α} {x_1 : Hashable α} {β : Type v} {m₁ m₂ : Std.ExtDHashMap α fun x => β} [inst : EquivBEq α] [inst_1 : LawfulHashable α] {k : α} {fallback : β}, Std.ExtDHashMap.Const.getD (m₁.union m₂) k fallback = Std.ExtDHashMap.Const.getD m₂ k (Std.ExtDHashMap.Const.getD m₁ k fallback)
Filter.prod_mono_right
Mathlib.Order.Filter.Prod
∀ {α : Type u_1} {β : Type u_2} (f : Filter α) {g₁ g₂ : Filter β}, g₁ ≤ g₂ → f ×ˢ g₁ ≤ f ×ˢ g₂
Lean.Meta.Grind.Order.Weight.casesOn
Lean.Meta.Tactic.Grind.Order.Types
{motive : Lean.Meta.Grind.Order.Weight → Sort u} → (t : Lean.Meta.Grind.Order.Weight) → ((k : ℤ) → (strict : Bool) → motive { k := k, strict := strict }) → motive t
_private.Mathlib.NumberTheory.NumberField.CanonicalEmbedding.NormLeOne.0.NumberField.mixedEmbedding.fundamentalCone.expMap_sum._simp_1_1
Mathlib.NumberTheory.NumberField.CanonicalEmbedding.NormLeOne
∀ {α : Type u_1} (s : Finset α) (f : α → ℝ), ∏ x ∈ s, Real.exp (f x) = Real.exp (∑ x ∈ s, f x)
ONote.split._sunfold
Mathlib.SetTheory.Ordinal.Notation
ONote → ONote × ℕ
Lean.Doc.DocScope.local.sizeOf_spec
Lean.Elab.DocString.Builtin.Scopes
sizeOf Lean.Doc.DocScope.local = 1
Std.Time.PlainDateTime.instHSubDuration
Std.Time.DateTime
HSub Std.Time.PlainDateTime Std.Time.PlainDateTime Std.Time.Duration