file_path
stringlengths
11
79
full_name
stringlengths
2
100
traced_tactics
list
end
list
commit
stringclasses
4 values
url
stringclasses
4 values
start
list
Mathlib/CategoryTheory/Limits/Shapes/Pullbacks.lean
CategoryTheory.Limits.spanExt_inv_app_right
[ { "state_after": "no goals", "state_before": "C : Type u\ninst✝¹ : Category C\nD : Type u₂\ninst✝ : Category D\nX Y Z X' Y' Z' : C\niX : X ≅ X'\niY : Y ≅ Y'\niZ : Z ≅ Z'\nf : X ⟶ Y\ng : X ⟶ Z\nf' : X' ⟶ Y'\ng' : X' ⟶ Z'\nwf : iX.hom ≫ f' = f ≫ iY.hom\nwg : iX.hom ≫ g' = g ≫ iZ.hom\n⊢ (spanExt iX iY iZ wf wg...
[ 496, 18 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 495, 1 ]
Mathlib/Topology/Algebra/MulAction.lean
ContinuousWithinAt.smul
[]
[ 105, 28 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 103, 1 ]
Mathlib/GroupTheory/Nilpotent.lean
Subgroup.nilpotencyClass_le
[ { "state_after": "G : Type u_1\ninst✝¹ : Group G\nH✝ : Subgroup G\ninst✝ : Normal H✝\nH : Subgroup G\nhG : Group.IsNilpotent G\n⊢ Nat.find (_ : ∃ n, lowerCentralSeries { x // x ∈ H } n = ⊥) ≤ Nat.find (_ : ∃ n, lowerCentralSeries G n = ⊥)", "state_before": "G : Type u_1\ninst✝¹ : Group G\nH✝ : Subgroup G\ni...
[ 480, 66 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 472, 1 ]
Mathlib/MeasureTheory/Measure/VectorMeasure.lean
MeasureTheory.Measure.toSignedMeasure_congr
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.135192\nm : MeasurableSpace α\nμ ν : Measure α\ninst✝¹ : IsFiniteMeasure μ\ninst✝ : IsFiniteMeasure ν\nh : μ = ν\n⊢ toSignedMeasure μ = toSignedMeasure ν", "tactic": "congr" } ]
[ 447, 8 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 445, 1 ]
Mathlib/Analysis/Calculus/Deriv/Add.lean
HasDerivAtFilter.neg
[ { "state_after": "no goals", "state_before": "𝕜 : Type u\ninst✝⁴ : NontriviallyNormedField 𝕜\nF : Type v\ninst✝³ : NormedAddCommGroup F\ninst✝² : NormedSpace 𝕜 F\nE : Type w\ninst✝¹ : NormedAddCommGroup E\ninst✝ : NormedSpace 𝕜 E\nf f₀ f₁ g : 𝕜 → F\nf' f₀' f₁' g' : F\nx : 𝕜\ns t : Set 𝕜\nL : Filter �...
[ 204, 88 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 203, 8 ]
Mathlib/Algebra/Lie/Subalgebra.lean
LieSubalgebra.bot_coe_submodule
[]
[ 442, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 441, 1 ]
Mathlib/Data/Polynomial/Degree/Definitions.lean
Polynomial.ne_zero_of_degree_ge_degree
[ { "state_after": "no goals", "state_before": "R : Type u\nS : Type v\na b c d : R\nn m : ℕ\ninst✝ : Semiring R\np q : R[X]\nι : Type ?u.466413\nhpq : degree p ≤ degree q\nhp : p ≠ 0\n⊢ degree p ≠ ⊥", "tactic": "rwa [Ne.def, Polynomial.degree_eq_bot]" } ]
[ 592, 20 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 589, 1 ]
Mathlib/NumberTheory/Liouville/Residual.lean
eventually_residual_liouville
[ { "state_after": "⊢ ({x | Irrational x} ∩ ⋂ (n : ℕ), ⋃ (a : ℤ) (b : ℤ) (_ : 1 < b), ball (↑a / ↑b) (1 / ↑b ^ n)) ∈ residual ℝ", "state_before": "⊢ ∀ᶠ (x : ℝ) in residual ℝ, Liouville x", "tactic": "rw [Filter.Eventually, setOf_liouville_eq_irrational_inter_iInter_iUnion]" }, { "state_after": "⊢ ...
[ 72, 60 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 59, 1 ]
Mathlib/Data/Finset/Lattice.lean
Finset.sup_inf_distrib_left
[ { "state_after": "case empty\nF : Type ?u.138129\nα : Type u_2\nβ : Type ?u.138135\nγ : Type ?u.138138\nι : Type u_1\nκ : Type ?u.138144\ninst✝¹ : DistribLattice α\ninst✝ : OrderBot α\ns : Finset ι\nt : Finset κ\nf✝ : ι → α\ng : κ → α\na✝ : α\nf : ι → α\na : α\n⊢ a ⊓ sup ∅ f = sup ∅ fun i => a ⊓ f i\n\ncase con...
[ 518, 45 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 514, 1 ]
Mathlib/Data/Set/Lattice.lean
Set.iInter_plift_down
[]
[ 242, 20 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 241, 1 ]
Mathlib/Data/Finsupp/Basic.lean
Finsupp.filter_apply_neg
[]
[ 918, 75 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 918, 1 ]
Mathlib/Data/Seq/WSeq.lean
Stream'.WSeq.mem_append_left
[]
[ 1079, 22 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1078, 1 ]
Mathlib/Analysis/SpecialFunctions/Log/Basic.lean
Real.surjOn_log
[]
[ 85, 89 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 85, 1 ]
Mathlib/MeasureTheory/Function/LpSpace.lean
MeasureTheory.Lp.coeFn_sub
[]
[ 240, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 239, 1 ]
Mathlib/Data/List/Sublists.lean
List.sublists'_eq_sublists'Aux
[ { "state_after": "α : Type u\nβ : Type v\nγ : Type w\nl : List α\n⊢ Array.toList\n (foldr (fun a arr => Array.foldl (fun r l => Array.push r (a :: l)) arr arr 0 (Array.size arr)) #[[]] l) =\n foldr\n (fun a r =>\n Array.toList\n (Array.foldl (fun r l => Array.push r (a :: l)) (toArr...
[ 69, 31 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 63, 1 ]
Mathlib/Data/Matrix/Basic.lean
Matrix.sum_mul
[]
[ 1078, 59 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1076, 11 ]
Mathlib/Algebra/Order/Monoid/Lemmas.lean
mul_le_of_le_one_right'
[]
[ 346, 23 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 342, 1 ]
Mathlib/Algebra/Quaternion.lean
Quaternion.zero_im
[]
[ 861, 51 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 861, 9 ]
Mathlib/GroupTheory/GroupAction/Pi.lean
Pi.single_smul₀
[]
[ 199, 85 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 196, 1 ]
Mathlib/Data/Nat/Basic.lean
Nat.lt_div_mul_add
[ { "state_after": "m n k a b : ℕ\nhb : 0 < b\n⊢ a / b < succ (a / b)", "state_before": "m n k a b : ℕ\nhb : 0 < b\n⊢ a < a / b * b + b", "tactic": "rw [← Nat.succ_mul, ← Nat.div_lt_iff_lt_mul hb]" }, { "state_after": "no goals", "state_before": "m n k a b : ℕ\nhb : 0 < b\n⊢ a / b < succ (a / ...
[ 681, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 679, 1 ]
Mathlib/Init/Data/Bool/Lemmas.lean
Bool.eq_true_eq_not_eq_false
[ { "state_after": "no goals", "state_before": "b : Bool\n⊢ (¬b = false) = (b = true)", "tactic": "simp" } ]
[ 75, 82 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 75, 1 ]
Mathlib/Data/Sum/Basic.lean
Sum.map_inl
[]
[ 218, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 217, 1 ]
Mathlib/Data/Finsupp/BigOperators.lean
Multiset.support_sum_eq
[ { "state_after": "case h\nι : Type u_2\nM : Type u_1\ninst✝¹ : DecidableEq ι\ninst✝ : AddCommMonoid M\ns : Multiset (ι →₀ M)\nhs✝ : Pairwise (_root_.Disjoint on Finsupp.support) s\na : List (ι →₀ M)\nhs : Pairwise (_root_.Disjoint on Finsupp.support) (Quot.mk Setoid.r a)\n⊢ (sum (Quot.mk Setoid.r a)).support = ...
[ 113, 65 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 101, 1 ]
Mathlib/MeasureTheory/Function/LpSeminorm.lean
MeasureTheory.lintegral_rpow_nnnorm_lt_top_of_snorm'_lt_top
[ { "state_after": "α : Type u_1\nE : Type ?u.680056\nF : Type u_2\nG : Type ?u.680062\nm m0 : MeasurableSpace α\np : ℝ≥0∞\nq : ℝ\nμ ν : Measure α\ninst✝² : NormedAddCommGroup E\ninst✝¹ : NormedAddCommGroup F\ninst✝ : NormedAddCommGroup G\nf : α → F\nhq0_lt : 0 < q\nhfq : snorm' f q μ < ⊤\n⊢ snorm' (fun a => f a)...
[ 149, 71 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 146, 1 ]
Mathlib/GroupTheory/Submonoid/Pointwise.lean
AddSubmonoid.pow_eq_closure_pow_set
[ { "state_after": "no goals", "state_before": "α : Type ?u.290494\nG : Type ?u.290497\nM : Type ?u.290500\nR : Type u_1\nA : Type ?u.290506\ninst✝² : Monoid M\ninst✝¹ : AddMonoid A\ninst✝ : Semiring R\ns : AddSubmonoid R\nn : ℕ\n⊢ s ^ n = closure (↑s ^ n)", "tactic": "rw [← closure_pow, closure_eq]" } ...
[ 688, 36 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 687, 1 ]
src/lean/Init/Data/Array/Basic.lean
Array.size_swap
[ { "state_after": "α : Type u_1\na : Array α\ni j : Fin (size a)\n⊢ size (set (set a i (get a j)) (Eq.rec j (_ : size a = size (set a i (get a j)))) (get a i)) = size a", "state_before": "α : Type u_1\na : Array α\ni j : Fin (size a)\n⊢ size (swap a i j) = size a", "tactic": "show ((a.set i (a.get j)).se...
[ 625, 26 ]
d5348dfac847a56a4595fb6230fd0708dcb4e7e9
https://github.com/leanprover/lean4
[ 623, 9 ]
Mathlib/Topology/Maps.lean
OpenEmbedding.comp
[]
[ 615, 66 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 613, 11 ]
Mathlib/Algebra/Module/Equiv.lean
LinearEquiv.symm_mk
[]
[ 544, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 537, 1 ]
Mathlib/Algebra/Quaternion.lean
Quaternion.smul_imI
[]
[ 1038, 77 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1038, 9 ]
Mathlib/LinearAlgebra/Dual.lean
Module.DualBases.coe_basis
[ { "state_after": "case h\nR : Type u_3\nM : Type u_1\nι : Type u_2\ninst✝³ : CommRing R\ninst✝² : AddCommGroup M\ninst✝¹ : Module R M\ne : ι → M\nε : ι → Dual R M\ninst✝ : DecidableEq ι\nh : DualBases e ε\ni : ι\n⊢ ↑(basis h) i = e i", "state_before": "R : Type u_3\nM : Type u_1\nι : Type u_2\ninst✝³ : Comm...
[ 751, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 746, 1 ]
Mathlib/Data/List/Forall2.lean
List.rel_filterMap
[ { "state_after": "α : Type u_1\nβ : Type u_3\nγ : Type u_2\nδ : Type u_4\nR S : α → β → Prop\nP : γ → δ → Prop\nRₐ : α → α → Prop\nf : α → Option γ\ng : β → Option δ\nhfg : (R ⇒ Option.Rel P) f g\na : α\nas : List α\nb : β\nbs : List β\nh₁ : R a b\nh₂ : Forall₂ R as bs\n⊢ Forall₂ P\n (match f a with\n | n...
[ 312, 76 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 305, 1 ]
Mathlib/Data/Real/ENNReal.lean
ENNReal.toReal_le_add
[]
[ 2030, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2028, 1 ]
Mathlib/Data/Dfinsupp/Lex.lean
Dfinsupp.lex_lt_of_lt_of_preorder
[ { "state_after": "case intro.intro\nι : Type u_2\nα : ι → Type u_1\ninst✝² : (i : ι) → Zero (α i)\ninst✝¹ : (i : ι) → Preorder (α i)\nr : ι → ι → Prop\ninst✝ : IsStrictOrder ι r\nx y : Π₀ (i : ι), α i\nhlt✝ : x < y\nhle : (fun i => ↑x i) ≤ fun i => ↑y i\nj : ι\nhlt : ↑x j < ↑y j\n⊢ ∃ i, (∀ (j : ι), r j i → ↑x j...
[ 60, 99 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 53, 1 ]
Mathlib/Algebra/Algebra/Spectrum.lean
spectrum.unit_smul_eq_smul
[ { "state_after": "case h\nR : Type u\nA : Type v\ninst✝² : CommSemiring R\ninst✝¹ : Ring A\ninst✝ : Algebra R A\na : A\nr : Rˣ\nx : R\n⊢ x ∈ σ (r • a) ↔ x ∈ r • σ a", "state_before": "R : Type u\nA : Type v\ninst✝² : CommSemiring R\ninst✝¹ : Ring A\ninst✝ : Algebra R A\na : A\nr : Rˣ\n⊢ σ (r • a) = r • σ a"...
[ 225, 21 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 217, 1 ]
Mathlib/Analysis/Convex/Side.lean
AffineSubspace.isPreconnected_setOf_sSameSide
[ { "state_after": "case inl\nR : Type ?u.485293\nV : Type u_1\nV' : Type ?u.485299\nP : Type u_2\nP' : Type ?u.485305\ninst✝³ : SeminormedAddCommGroup V\ninst✝² : NormedSpace ℝ V\ninst✝¹ : PseudoMetricSpace P\ninst✝ : NormedAddTorsor V P\ns : AffineSubspace ℝ P\nx : P\nh : ↑s = ∅\n⊢ IsPreconnected {y | SSameSide...
[ 903, 62 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 894, 1 ]
Mathlib/Data/Sym/Basic.lean
SymOptionSuccEquiv.decode_inr
[]
[ 642, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 641, 1 ]
Mathlib/RingTheory/HahnSeries.lean
HahnSeries.coeff_toMvPowerSeries
[]
[ 1270, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1268, 1 ]
Mathlib/Geometry/Manifold/SmoothManifoldWithCorners.lean
smoothManifoldWithCorners_of_contDiffOn
[ { "state_after": "𝕜 : Type u_1\ninst✝⁵ : NontriviallyNormedField 𝕜\nE : Type u_2\ninst✝⁴ : NormedAddCommGroup E\ninst✝³ : NormedSpace 𝕜 E\nH : Type u_3\ninst✝² : TopologicalSpace H\nI : ModelWithCorners 𝕜 E H\nM : Type u_4\ninst✝¹ : TopologicalSpace M\ninst✝ : ChartedSpace H M\nh :\n ∀ (e e' : LocalHomeomo...
[ 666, 39 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 658, 1 ]
Mathlib/MeasureTheory/Measure/MeasureSpace.lean
MeasureTheory.exists_ne_forall_mem_nhds_pos_measure_preimage
[ { "state_after": "α : Type u_2\nβ✝ : Type ?u.839313\nγ : Type ?u.839316\nδ : Type ?u.839319\nι : Type ?u.839322\nR : Type ?u.839325\nR' : Type ?u.839328\nm0 : MeasurableSpace α\ninst✝⁵ : MeasurableSpace β✝\ninst✝⁴ : MeasurableSpace γ\nμ μ₁ μ₂ μ₃ ν ν' ν₁ ν₂ : Measure α\ns s' t : Set α\nβ : Type u_1\ninst✝³ : Top...
[ 4035, 28 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 4023, 1 ]
Mathlib/Topology/Filter.lean
Filter.nhds_top
[ { "state_after": "no goals", "state_before": "ι : Sort ?u.8600\nα : Type u_1\nβ : Type ?u.8606\nX : Type ?u.8609\nY : Type ?u.8612\n⊢ 𝓝 ⊤ = ⊤", "tactic": "simp [nhds_eq]" } ]
[ 122, 61 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 122, 1 ]
Mathlib/Order/Disjoint.lean
IsCompl.inf_sup
[]
[ 575, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 574, 1 ]
Mathlib/Topology/Order/Basic.lean
Covby.nhdsWithin_Iio
[]
[ 468, 65 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 467, 1 ]
Mathlib/RingTheory/Ideal/Operations.lean
Ideal.IsPrime.radical
[]
[ 916, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 915, 1 ]
Mathlib/GroupTheory/Subgroup/Basic.lean
Subgroup.mem_top
[]
[ 870, 17 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 869, 1 ]
Mathlib/Analysis/Normed/Group/AddTorsor.lean
dist_eq_norm_vsub'
[]
[ 89, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 88, 1 ]
Mathlib/Data/Finsupp/Defs.lean
Finsupp.unique_single_eq_iff
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.132948\nγ : Type ?u.132951\nι : Type ?u.132954\nM : Type u_2\nM' : Type ?u.132960\nN : Type ?u.132963\nP : Type ?u.132966\nG : Type ?u.132969\nH : Type ?u.132972\nR : Type ?u.132975\nS : Type ?u.132978\ninst✝¹ : Zero M\na a' : α\nb : M\...
[ 461, 97 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 460, 1 ]
Mathlib/Analysis/Complex/CauchyIntegral.lean
Complex.integral_boundary_rect_of_continuousOn_of_hasFDerivAt_real
[]
[ 225, 31 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 215, 1 ]
Mathlib/Algebra/DirectSum/Internal.lean
DirectSum.coe_mul_of_apply_add
[]
[ 219, 87 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 217, 1 ]
Mathlib/Analysis/Calculus/ContDiff.lean
contDiffOn_id
[]
[ 186, 25 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 185, 1 ]
Mathlib/LinearAlgebra/AffineSpace/AffineMap.lean
AffineMap.mk'_linear
[]
[ 224, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 223, 1 ]
Mathlib/Algebra/DirectSum/Module.lean
DirectSum.of_smul
[]
[ 90, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 89, 1 ]
Mathlib/GroupTheory/Subgroup/Basic.lean
Subgroup.subgroupOf_map_subtype
[]
[ 1633, 49 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1632, 1 ]
Mathlib/Data/Finset/Sups.lean
Finset.sups_sups_sups_comm
[]
[ 216, 45 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 215, 1 ]
Mathlib/SetTheory/Ordinal/FixedPoint.lean
Ordinal.apply_lt_nfpFamily
[]
[ 93, 39 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 90, 1 ]
Mathlib/Algebra/DirectSum/Module.lean
DirectSum.linearMap_ext
[]
[ 142, 23 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 140, 1 ]
Mathlib/Computability/RegularExpressions.lean
RegularExpression.deriv_char_self
[]
[ 193, 13 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 192, 1 ]
Mathlib/Computability/TuringMachine.lean
Turing.BlankRel.symm
[]
[ 131, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 130, 1 ]
Mathlib/Order/Filter/Basic.lean
Filter.le_seq
[]
[ 2635, 79 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2633, 1 ]
Mathlib/Topology/Algebra/Order/IntermediateValue.lean
IsPreconnected.mem_intervals
[ { "state_after": "case inl\nα : Type u\nβ : Type v\nγ : Type w\ninst✝⁶ : ConditionallyCompleteLinearOrder α\ninst✝⁵ : TopologicalSpace α\ninst✝⁴ : OrderTopology α\ninst✝³ : ConditionallyCompleteLinearOrder β\ninst✝² : TopologicalSpace β\ninst✝¹ : OrderTopology β\ninst✝ : Nonempty γ\nhs : IsPreconnected ∅\n⊢ ∅ ∈...
[ 307, 49 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 280, 1 ]
Mathlib/Algebra/GroupPower/Order.lean
Monotone.pow_right
[ { "state_after": "no goals", "state_before": "β : Type u_1\nA : Type ?u.79462\nG : Type ?u.79465\nM : Type u_2\nR : Type ?u.79471\ninst✝⁴ : Monoid M\ninst✝³ : Preorder M\ninst✝² : Preorder β\ninst✝¹ : CovariantClass M M (fun x x_1 => x * x_1) fun x x_1 => x ≤ x_1\ninst✝ : CovariantClass M M (swap fun x x_1 ...
[ 192, 44 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 188, 1 ]
Mathlib/RingTheory/PowerSeries/Basic.lean
MvPowerSeries.coeff_invOfUnit
[ { "state_after": "no goals", "state_before": "σ : Type u_1\nR : Type u_2\ninst✝¹ : Ring R\ninst✝ : DecidableEq σ\nn : σ →₀ ℕ\nφ : MvPowerSeries σ R\nu : Rˣ\n⊢ ↑(coeff R n) (invOfUnit φ u) =\n if n = 0 then ↑u⁻¹\n else -↑u⁻¹ * ∑ x in antidiagonal n, if x.snd < n then ↑(coeff R x.fst) φ * ↑(coeff R x.sn...
[ 850, 35 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 843, 1 ]
Mathlib/Combinatorics/SimpleGraph/Connectivity.lean
SimpleGraph.Walk.IsCycle.toDeleteEdges
[]
[ 1821, 15 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1819, 11 ]
Mathlib/LinearAlgebra/Matrix/IsDiag.lean
Matrix.isDiag_diagonal
[]
[ 45, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 44, 1 ]
Mathlib/RingTheory/SimpleModule.lean
LinearMap.injective_of_ne_zero
[]
[ 140, 41 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 138, 1 ]
Mathlib/Topology/Basic.lean
ContinuousAt.comp
[]
[ 1652, 13 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1650, 8 ]
Mathlib/Data/Finset/Lattice.lean
Set.iInter_eq_iInter_finset
[]
[ 1870, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1869, 1 ]
Mathlib/CategoryTheory/Limits/Shapes/Types.lean
CategoryTheory.Limits.Types.binaryCofan_isColimit_iff
[ { "state_after": "case mp\nX Y : Type u\nc : BinaryCofan X Y\n⊢ Nonempty (IsColimit c) →\n Injective (BinaryCofan.inl c) ∧\n Injective (BinaryCofan.inr c) ∧ IsCompl (Set.range (BinaryCofan.inl c)) (Set.range (BinaryCofan.inr c))\n\ncase mpr\nX Y : Type u\nc : BinaryCofan X Y\n⊢ Injective (BinaryCofan.in...
[ 304, 85 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 259, 1 ]
Mathlib/FieldTheory/Adjoin.lean
IntermediateField.finrank_adjoin_simple_eq_one_iff
[ { "state_after": "F : Type u_1\ninst✝² : Field F\nE : Type u_2\ninst✝¹ : Field E\ninst✝ : Algebra F E\nα : E\nS : Set E\nK L : IntermediateField F E\n⊢ Insert.insert ∅ α ⊆ ↑⊥ ↔ α ∈ ⊥", "state_before": "F : Type u_1\ninst✝² : Field F\nE : Type u_2\ninst✝¹ : Field E\ninst✝ : Algebra F E\nα : E\nS : Set E\nK L...
[ 745, 65 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 743, 1 ]
Mathlib/MeasureTheory/Measure/VectorMeasure.lean
MeasureTheory.VectorMeasure.of_iUnion_nonpos
[]
[ 233, 60 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 230, 1 ]
Mathlib/Analysis/Calculus/FDeriv/Add.lean
fderivWithin_add_const
[ { "state_after": "𝕜 : Type u_1\ninst✝⁸ : NontriviallyNormedField 𝕜\nE : Type u_2\ninst✝⁷ : NormedAddCommGroup E\ninst✝⁶ : NormedSpace 𝕜 E\nF : Type u_3\ninst✝⁵ : NormedAddCommGroup F\ninst✝⁴ : NormedSpace 𝕜 F\nG : Type ?u.226279\ninst✝³ : NormedAddCommGroup G\ninst✝² : NormedSpace 𝕜 G\nG' : Type ?u.226374\...
[ 245, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 239, 1 ]
Mathlib/Analysis/SpecialFunctions/Arsinh.lean
Real.contDiff_arsinh
[]
[ 197, 95 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 196, 1 ]
Mathlib/RingTheory/GradedAlgebra/HomogeneousLocalization.lean
HomogeneousLocalization.zero_val
[]
[ 403, 25 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 402, 1 ]
Mathlib/SetTheory/Cardinal/Basic.lean
Cardinal.mk_preimage_of_injective_lift
[ { "state_after": "α✝ β✝ α : Type u\nβ : Type v\nf : α → β\ns : Set β\nh : Injective f\n⊢ Nonempty (↑(f ⁻¹' s) ↪ ↑s)", "state_before": "α✝ β✝ α : Type u\nβ : Type v\nf : α → β\ns : Set β\nh : Injective f\n⊢ lift (#↑(f ⁻¹' s)) ≤ lift (#↑s)", "tactic": "rw [lift_mk_le.{u, v, 0}]" }, { "state_after"...
[ 2169, 68 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2164, 1 ]
Mathlib/Order/RelIso/Basic.lean
RelEmbedding.ext
[]
[ 291, 20 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 290, 1 ]
Mathlib/Analysis/InnerProductSpace/Basic.lean
OrthogonalFamily.norm_sq_diff_sum
[ { "state_after": "𝕜 : Type u_4\nE : Type u_2\nF : Type ?u.3696068\ninst✝⁶ : IsROrC 𝕜\ninst✝⁵ : NormedAddCommGroup E\ninst✝⁴ : InnerProductSpace 𝕜 E\ninst✝³ : NormedAddCommGroup F\ninst✝² : InnerProductSpace ℝ F\ndec_E : DecidableEq E\nι : Type u_1\ndec_ι : DecidableEq ι\nG : ι → Type u_3\ninst✝¹ : (i : ι) → ...
[ 2106, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2084, 1 ]
Mathlib/Data/Real/CauSeq.lean
CauSeq.smul_apply
[]
[ 359, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 358, 1 ]
Mathlib/LinearAlgebra/FreeModule/PID.lean
LinearIndependent.restrict_scalars_algebras
[ { "state_after": "no goals", "state_before": "R : Type u_1\nS : Type u_2\nM : Type u_3\nι : Type u_4\ninst✝⁶ : CommSemiring R\ninst✝⁵ : Semiring S\ninst✝⁴ : AddCommMonoid M\ninst✝³ : Algebra R S\ninst✝² : Module R M\ninst✝¹ : Module S M\ninst✝ : IsScalarTower R S M\nhinj : Function.Injective ↑(algebraMap R ...
[ 641, 91 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 637, 1 ]
Mathlib/Logic/Function/Basic.lean
Function.Injective2.uncurry
[]
[ 940, 51 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 938, 11 ]
Mathlib/Analysis/Asymptotics/Asymptotics.lean
Asymptotics.IsBigOWith.const_smul_left
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.538090\nE : Type ?u.538093\nF : Type u_3\nG : Type ?u.538099\nE' : Type u_2\nF' : Type ?u.538105\nG' : Type ?u.538108\nE'' : Type ?u.538111\nF'' : Type ?u.538114\nG'' : Type ?u.538117\nR : Type ?u.538120\nR' : Type ?u.538123\n𝕜 : Type ...
[ 1699, 83 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1696, 1 ]
Mathlib/Topology/ContinuousFunction/Algebra.lean
ContinuousMap.inv_apply
[]
[ 186, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 185, 1 ]
Mathlib/Topology/LocalHomeomorph.lean
LocalHomeomorph.IsImage.symm_mapsTo
[]
[ 499, 16 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 498, 1 ]
Mathlib/MeasureTheory/Integral/SetToL1.lean
MeasureTheory.SimpleFunc.norm_setToSimpleFunc_le_sum_op_norm
[ { "state_after": "α : Type u_1\nE : Type ?u.392348\nF : Type u_3\nF' : Type u_2\nG : Type ?u.392357\n𝕜 : Type ?u.392360\np : ℝ≥0∞\ninst✝⁶ : NormedAddCommGroup E\ninst✝⁵ : NormedSpace ℝ E\ninst✝⁴ : NormedAddCommGroup F\ninst✝³ : NormedSpace ℝ F\ninst✝² : NormedAddCommGroup F'\ninst✝¹ : NormedSpace ℝ F'\ninst✝ :...
[ 575, 87 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 570, 1 ]
Mathlib/Geometry/Euclidean/Angle/Unoriented/RightAngle.lean
InnerProductGeometry.cos_angle_add_of_inner_eq_zero
[ { "state_after": "V : Type u_1\ninst✝¹ : NormedAddCommGroup V\ninst✝ : InnerProductSpace ℝ V\nx y : V\nh : inner x y = 0\n⊢ ‖x‖ ≤ ‖x + y‖", "state_before": "V : Type u_1\ninst✝¹ : NormedAddCommGroup V\ninst✝ : InnerProductSpace ℝ V\nx y : V\nh : inner x y = 0\n⊢ Real.cos (angle x (x + y)) = ‖x‖ / ‖x + y‖", ...
[ 146, 51 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 139, 1 ]
Mathlib/Algebra/Bounds.lean
BddBelow.inv
[]
[ 54, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 53, 1 ]
Mathlib/Data/List/BigOperators/Basic.lean
List.exists_mem_ne_one_of_prod_ne_one
[ { "state_after": "no goals", "state_before": "ι : Type ?u.145057\nα : Type ?u.145060\nM : Type u_1\nN : Type ?u.145066\nP : Type ?u.145069\nM₀ : Type ?u.145072\nG : Type ?u.145075\nR : Type ?u.145078\ninst✝ : Monoid M\nl : List M\nh : prod l ≠ 1\n⊢ ∃ x, x ∈ l ∧ x ≠ 1", "tactic": "simpa only [not_forall,...
[ 538, 91 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 537, 1 ]
Mathlib/Init/Algebra/Order.lean
lt_or_ge
[]
[ 349, 11 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 348, 1 ]
Mathlib/CategoryTheory/Subobject/MonoOver.lean
CategoryTheory.MonoOver.forget_obj_hom
[]
[ 102, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 101, 1 ]
Std/Data/List/Init/Lemmas.lean
List.any_cons
[]
[ 35, 66 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 35, 9 ]
Mathlib/Topology/Algebra/Module/LinearPMap.lean
LinearPMap.IsClosed.isClosable
[]
[ 80, 42 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 79, 1 ]
Mathlib/GroupTheory/Subsemigroup/Operations.lean
MulMemClass.coe_mul
[]
[ 534, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 533, 1 ]
Mathlib/Topology/MetricSpace/Lipschitz.lean
LipschitzWith.bounded_image
[]
[ 396, 28 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 392, 1 ]
Mathlib/GroupTheory/Subsemigroup/Operations.lean
Subsemigroup.mem_map
[]
[ 238, 18 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 237, 1 ]
Mathlib/Data/Num/Lemmas.lean
Num.cast_le
[ { "state_after": "α : Type u_1\ninst✝ : LinearOrderedSemiring α\nm n : Num\n⊢ ¬↑n < ↑m ↔ m ≤ n", "state_before": "α : Type u_1\ninst✝ : LinearOrderedSemiring α\nm n : Num\n⊢ ↑m ≤ ↑n ↔ m ≤ n", "tactic": "rw [← not_lt]" }, { "state_after": "no goals", "state_before": "α : Type u_1\ninst✝ : Lin...
[ 872, 41 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 871, 1 ]
Mathlib/Analysis/Complex/Basic.lean
IsROrC.summable_ofReal
[ { "state_after": "no goals", "state_before": "α : Type u_2\n𝕜 : Type u_1\ninst✝ : IsROrC 𝕜\nf : α → ℝ\nh : Summable fun x => ↑(f x)\n⊢ Summable f", "tactic": "simpa only [IsROrC.reClm_apply, IsROrC.ofReal_re] using reClm.summable h" } ]
[ 515, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 513, 1 ]
Mathlib/Topology/Algebra/Monoid.lean
ContinuousOn.mul
[]
[ 112, 54 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 110, 1 ]
Mathlib/Data/Finset/Pointwise.lean
Finset.vsub_inter_subset
[]
[ 1551, 28 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1550, 1 ]
Mathlib/MeasureTheory/MeasurableSpace.lean
measurable_pi_iff
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.101571\nγ : Type ?u.101574\nδ : Type u_2\nδ' : Type ?u.101580\nι : Sort uι\ns t u : Set α\nπ : δ → Type u_3\ninst✝² : MeasurableSpace α\ninst✝¹ : (a : δ) → MeasurableSpace (π a)\ninst✝ : MeasurableSpace γ\ng : α → (a : δ) → π a\n⊢ Measu...
[ 842, 60 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 840, 1 ]
Mathlib/Analysis/Complex/UnitDisc/Basic.lean
Complex.UnitDisc.coe_eq_zero
[]
[ 114, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 113, 1 ]
Mathlib/Analysis/NormedSpace/AddTorsor.lean
antilipschitzWith_lineMap
[ { "state_after": "no goals", "state_before": "α : Type ?u.81137\nV : Type ?u.81140\nP : Type ?u.81143\nW : Type u_3\nQ : Type u_1\ninst✝⁸ : SeminormedAddCommGroup V\ninst✝⁷ : PseudoMetricSpace P\ninst✝⁶ : NormedAddTorsor V P\ninst✝⁵ : NormedAddCommGroup W\ninst✝⁴ : MetricSpace Q\ninst✝³ : NormedAddTorsor W ...
[ 234, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 230, 1 ]
Mathlib/MeasureTheory/Integral/Bochner.lean
MeasureTheory.SimpleFunc.integral_eq_sum
[ { "state_after": "α : Type u_1\nE : Type u_2\nF : Type ?u.1250929\n𝕜 : Type ?u.1250932\ninst✝¹⁰ : NormedAddCommGroup E\ninst✝⁹ : NormedSpace ℝ E\ninst✝⁸ : CompleteSpace E\ninst✝⁷ : NontriviallyNormedField 𝕜\ninst✝⁶ : NormedSpace 𝕜 E\ninst✝⁵ : SMulCommClass ℝ 𝕜 E\ninst✝⁴ : NormedAddCommGroup F\ninst✝³ : Norm...
[ 1357, 88 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1355, 1 ]