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/Data/Multiset/Basic.lean
Multiset.map_comp_cons
[ { "state_after": "case h\nα : Type u_1\nβ : Type u_2\nγ : Type ?u.114268\nf : α → β\nt : α\nx✝ : Multiset α\n⊢ (map f ∘ cons t) x✝ = (cons (f t) ∘ map f) x✝", "state_before": "α : Type u_1\nβ : Type u_2\nγ : Type ?u.114268\nf : α → β\nt : α\n⊢ map f ∘ cons t = cons (f t) ∘ map f", "tactic": "ext" }, ...
[ 1182, 7 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1180, 1 ]
Mathlib/MeasureTheory/Function/UniformIntegrable.lean
MeasureTheory.uniformIntegrable_finite
[ { "state_after": "case intro\nα : Type u_3\nβ : Type u_2\nι : Type u_1\nm : MeasurableSpace α\nμ : Measure α\ninst✝¹ : NormedAddCommGroup β\np : ℝ≥0∞\nf : ι → α → β\ninst✝ : Finite ι\nhp_one : 1 ≤ p\nhp_top : p ≠ ⊤\nhf : ∀ (i : ι), Memℒp (f i) p\nval✝ : Fintype ι\n⊢ UniformIntegrable f p μ", "state_before":...
[ 779, 61 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 764, 1 ]
Mathlib/Dynamics/OmegaLimit.lean
omegaLimit_image_eq
[ { "state_after": "no goals", "state_before": "τ : Type u_2\nα : Type u_4\nβ : Type u_3\nι : Type ?u.26859\ninst✝ : TopologicalSpace β\nf✝ : Filter τ\nϕ✝ : τ → α → β\ns s₁ s₂ : Set α\nα' : Type u_1\nϕ : τ → α' → β\nf : Filter τ\ng : α → α'\n⊢ ω f ϕ (g '' s) = ω f (fun t x => ϕ t (g x)) s", "tactic": "sim...
[ 116, 98 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 115, 1 ]
Mathlib/Geometry/Manifold/ChartedSpace.lean
prodChartedSpace_chartAt
[]
[ 726, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 724, 1 ]
Mathlib/Topology/MetricSpace/Basic.lean
Metric.dist_le_diam_of_mem'
[ { "state_after": "α : Type u\nβ : Type v\nX : Type ?u.532598\nι : Type ?u.532601\ninst✝ : PseudoMetricSpace α\ns : Set α\nx y z : α\nh : EMetric.diam s ≠ ⊤\nhx : x ∈ s\nhy : y ∈ s\n⊢ ENNReal.toReal (edist x y) ≤ ENNReal.toReal (EMetric.diam s)", "state_before": "α : Type u\nβ : Type v\nX : Type ?u.532598\nι...
[ 2642, 43 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2638, 1 ]
Mathlib/Analysis/SpecialFunctions/Exp.lean
Real.isTheta_exp_comp_one
[ { "state_after": "no goals", "state_before": "α : Type u_1\nx y z : ℝ\nl : Filter α\nf : α → ℝ\n⊢ ((fun x => exp (f x)) =Θ[l] fun x => 1) ↔ IsBoundedUnder (fun x x_1 => x ≤ x_1) l fun x => abs (f x)", "tactic": "simp only [← exp_zero, isTheta_exp_comp_exp_comp, sub_zero]" } ]
[ 418, 62 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 416, 1 ]
Mathlib/Analysis/NormedSpace/Basic.lean
rescale_to_shell_semi_normed_zpow
[ { "state_after": "α : Type u_1\nβ : Type ?u.220958\nγ : Type ?u.220961\nι : Type ?u.220964\ninst✝⁵ : NormedField α\ninst✝⁴ : SeminormedAddCommGroup β\nE : Type u_2\ninst✝³ : SeminormedAddCommGroup E\ninst✝² : NormedSpace α E\nF : Type ?u.220995\ninst✝¹ : SeminormedAddCommGroup F\ninst✝ : NormedSpace α F\nc : α\...
[ 288, 58 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 265, 1 ]
Mathlib/Data/Seq/Computation.lean
Computation.liftRel_def
[ { "state_after": "α : Type u\nβ : Type v\nγ : Type w\nR : α → β → Prop\nca : Computation α\ncb : Computation β\nh : LiftRel R ca cb\na : α\nb : β\nma : a ∈ ca\nmb : b ∈ cb\nb' : β\nmb' : b' ∈ cb\nab : R a b'\n⊢ R a b", "state_before": "α : Type u\nβ : Type v\nγ : Type w\nR : α → β → Prop\nca : Computation α...
[ 1157, 25 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1145, 1 ]
Std/Data/List/Lemmas.lean
List.drop_sublist
[]
[ 1725, 28 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 1724, 1 ]
Mathlib/Algebra/Algebra/Subalgebra/Basic.lean
Subalgebra.mul_mem
[]
[ 133, 16 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 132, 11 ]
Mathlib/CategoryTheory/Subobject/Lattice.lean
CategoryTheory.Subobject.underlyingIso_inv_top_arrow
[]
[ 249, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 247, 1 ]
Mathlib/Analysis/Calculus/Taylor.lean
hasDerivWithinAt_taylor_coeff_within
[ { "state_after": "𝕜 : Type ?u.264755\nE : Type u_1\nF : Type ?u.264761\ninst✝¹ : NormedAddCommGroup E\ninst✝ : NormedSpace ℝ E\nf : ℝ → E\nx y : ℝ\nk : ℕ\ns t : Set ℝ\nht : UniqueDiffWithinAt ℝ t y\nhs : s ∈ 𝓝[t] y\nhf : HasDerivWithinAt (iteratedDerivWithin (k + 1) f s) (iteratedDerivWithin (k + 2) f s y) t ...
[ 176, 41 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 151, 1 ]
Mathlib/Algebra/GeomSum.lean
RingHom.map_geom_sum
[ { "state_after": "no goals", "state_before": "α : Type u\nβ : Type u_1\ninst✝¹ : Semiring α\ninst✝ : Semiring β\nx : α\nn : ℕ\nf : α →+* β\n⊢ ↑f (∑ i in range n, x ^ i) = ∑ i in range n, ↑f x ^ i", "tactic": "simp [f.map_sum]" } ]
[ 397, 79 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 396, 1 ]
Mathlib/Algebra/Module/Submodule/Lattice.lean
Submodule.inf_coe
[]
[ 234, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 233, 1 ]
Mathlib/CategoryTheory/Limits/HasLimits.lean
CategoryTheory.Limits.limit.lift_map
[ { "state_after": "case w\nJ : Type u₁\ninst✝⁴ : Category J\nK : Type u₂\ninst✝³ : Category K\nC : Type u\ninst✝² : Category C\nF✝ F G : J ⥤ C\ninst✝¹ : HasLimit F\ninst✝ : HasLimit G\nc : Cone F\nα : F ⟶ G\nj✝ : J\n⊢ (lift F c ≫ limMap α) ≫ π G j✝ = lift G ((Cones.postcompose α).obj c) ≫ π G j✝", "state_bef...
[ 278, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 274, 1 ]
Mathlib/RingTheory/PrincipalIdealDomain.lean
exists_associated_pow_of_mul_eq_pow'
[]
[ 462, 71 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 460, 1 ]
Mathlib/Tactic/PushNeg.lean
Mathlib.Tactic.PushNeg.not_forall_eq
[]
[ 23, 74 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 23, 1 ]
Mathlib/LinearAlgebra/SesquilinearForm.lean
LinearMap.IsRefl.eq_zero
[]
[ 178, 70 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 178, 1 ]
Mathlib/FieldTheory/IntermediateField.lean
IntermediateField.fieldRange_val
[]
[ 513, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 512, 1 ]
Mathlib/Analysis/NormedSpace/Exponential.lean
algebraMap_exp_comm_of_mem_ball
[]
[ 326, 57 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 323, 1 ]
Mathlib/FieldTheory/Subfield.lean
RingHom.map_fieldRange
[ { "state_after": "no goals", "state_before": "K : Type u\nL : Type v\nM : Type w\ninst✝² : Field K\ninst✝¹ : Field L\ninst✝ : Field M\ng : L →+* M\nf : K →+* L\n⊢ Subfield.map g (fieldRange f) = fieldRange (comp g f)", "tactic": "simpa only [fieldRange_eq_map] using (⊤ : Subfield K).map_map g f" } ]
[ 569, 68 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 568, 1 ]
Mathlib/Order/Filter/Extr.lean
isMaxOn_iff
[]
[ 139, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 138, 1 ]
Std/Data/String/Lemmas.lean
Substring.Valid.take
[]
[ 1026, 64 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 1025, 1 ]
Mathlib/Topology/Instances/Int.lean
Int.ball_eq_Ioo
[ { "state_after": "no goals", "state_before": "x : ℤ\nr : ℝ\n⊢ ball x r = Ioo ⌊↑x - r⌋ ⌈↑x + r⌉", "tactic": "rw [← preimage_ball, Real.ball_eq_Ioo, preimage_Ioo]" } ]
[ 63, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 62, 1 ]
Mathlib/Data/Real/Cardinality.lean
Cardinal.cantorFunctionAux_false
[ { "state_after": "no goals", "state_before": "c : ℝ\nf g : ℕ → Bool\nn : ℕ\nh : f n = false\n⊢ cantorFunctionAux c f n = 0", "tactic": "simp [cantorFunctionAux, h]" } ]
[ 73, 30 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 72, 1 ]
Mathlib/Analysis/SpecialFunctions/Bernstein.lean
bernsteinApproximation_uniform
[ { "state_after": "f : C(↑I, ℝ)\n⊢ ∀ (i : ℝ), 0 < i → ∀ᶠ (x : ℕ) in atTop, ‖bernsteinApproximation x f - f‖ < i", "state_before": "f : C(↑I, ℝ)\n⊢ Tendsto (fun n => bernsteinApproximation n f) atTop (𝓝 f)", "tactic": "simp only [Metric.nhds_basis_ball.tendsto_right_iff, Metric.mem_ball, dist_eq_norm]" ...
[ 304, 52 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 234, 1 ]
Mathlib/Data/Finset/NAry.lean
Finset.image₂_inter_union_subset_union
[ { "state_after": "α : Type u_2\nα' : Type ?u.100378\nβ : Type u_3\nβ' : Type ?u.100384\nγ : Type u_1\nγ' : Type ?u.100390\nδ : Type ?u.100393\nδ' : Type ?u.100396\nε : Type ?u.100399\nε' : Type ?u.100402\nζ : Type ?u.100405\nζ' : Type ?u.100408\nν : Type ?u.100411\ninst✝⁹ : DecidableEq α'\ninst✝⁸ : DecidableEq ...
[ 527, 46 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 523, 1 ]
Mathlib/Order/Hom/Lattice.lean
SupHom.coe_copy
[]
[ 370, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 369, 1 ]
Mathlib/ModelTheory/Basic.lean
FirstOrder.Language.Hom.comp_assoc
[]
[ 586, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 584, 1 ]
Mathlib/Analysis/ODE/Gronwall.lean
gronwallBound_K0
[]
[ 52, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 51, 1 ]
Mathlib/MeasureTheory/Group/FundamentalDomain.lean
MeasureTheory.IsFundamentalDomain.restrict_restrict
[]
[ 204, 74 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 202, 1 ]
Mathlib/MeasureTheory/Group/Arithmetic.lean
AEMeasurable.const_smul
[]
[ 667, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 666, 1 ]
Mathlib/Data/Finset/Basic.lean
Finset.disjoint_empty_right
[]
[ 954, 21 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 953, 1 ]
Mathlib/Order/Filter/Basic.lean
Filter.comap_eval_neBot
[]
[ 2419, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2417, 1 ]
Mathlib/CategoryTheory/Simple.lean
CategoryTheory.Simple.of_iso
[ { "state_after": "C : Type u\ninst✝² : Category C\ninst✝¹ : HasZeroMorphisms C\nX Y : C\ninst✝ : Simple Y\ni : X ≅ Y\nY✝ : C\nf : Y✝ ⟶ X\nm : Mono f\nthis : Mono (f ≫ i.hom)\n⊢ IsIso f ↔ f ≠ 0", "state_before": "C : Type u\ninst✝² : Category C\ninst✝¹ : HasZeroMorphisms C\nX Y : C\ninst✝ : Simple Y\ni : X ≅...
[ 81, 25 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 64, 1 ]
Mathlib/Analysis/InnerProductSpace/Projection.lean
reflection_mem_subspace_orthogonalComplement_eq_neg
[ { "state_after": "no goals", "state_before": "𝕜 : Type u_2\nE : Type u_1\nF : Type ?u.834026\ninst✝⁵ : IsROrC 𝕜\ninst✝⁴ : NormedAddCommGroup E\ninst✝³ : NormedAddCommGroup F\ninst✝² : InnerProductSpace 𝕜 E\ninst✝¹ : InnerProductSpace ℝ F\nK : Submodule 𝕜 E\ninst✝ : CompleteSpace { x // x ∈ K }\nv : E\nh...
[ 862, 93 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 860, 1 ]
Mathlib/Analysis/SpecialFunctions/ExpDeriv.lean
Complex.differentiable_exp
[]
[ 45, 56 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 44, 1 ]
Mathlib/LinearAlgebra/TensorProduct.lean
TensorProduct.tmul_sub
[]
[ 1252, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1251, 1 ]
Std/Data/PairingHeap.lean
Std.PairingHeapImp.Heap.noSibling_tail
[ { "state_after": "α : Type u_1\nle : α → α → Bool\ns : Heap α\n⊢ NoSibling (Option.getD (tail? le s) nil)", "state_before": "α : Type u_1\nle : α → α → Bool\ns : Heap α\n⊢ NoSibling (tail le s)", "tactic": "simp only [Heap.tail]" }, { "state_after": "no goals", "state_before": "α : Type u_1\...
[ 118, 45 ]
e68aa8f5fe47aad78987df45f99094afbcb5e936
https://github.com/leanprover/std4
[ 114, 1 ]
Mathlib/Data/Sym/Sym2.lean
Sym2.diag_injective
[ { "state_after": "no goals", "state_before": "α : Type u_1\nβ : Type ?u.40168\nγ : Type ?u.40171\nx y : α\nh : diag x = diag y\n⊢ x = y", "tactic": "cases Quotient.exact h <;> rfl" } ]
[ 431, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 430, 1 ]
Mathlib/Combinatorics/SimpleGraph/Basic.lean
SimpleGraph.edge_other_incident_set
[ { "state_after": "ι : Sort ?u.149788\n𝕜 : Type ?u.149791\nV : Type u\nW : Type v\nX : Type w\nG : SimpleGraph V\nG' : SimpleGraph W\na b c u v✝ w : V\ne✝ : Sym2 V\ninst✝ : DecidableEq V\nv : V\ne : Sym2 V\nh : e ∈ incidenceSet G v\n⊢ otherVertexOfIncident G h ∈ e", "state_before": "ι : Sort ?u.149788\n𝕜 :...
[ 1065, 48 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1062, 1 ]
Mathlib/RingTheory/DiscreteValuationRing/TFAE.lean
DiscreteValuationRing.TFAE
[ { "state_after": "R : Type u_1\ninst✝⁶ : CommRing R\nK : Type ?u.224397\ninst✝⁵ : Field K\ninst✝⁴ : Algebra R K\ninst✝³ : IsFractionRing R K\ninst✝² : IsNoetherianRing R\ninst✝¹ : LocalRing R\ninst✝ : IsDomain R\nh : ¬IsField R\nne_bot : maximalIdeal R ≠ ⊥\n⊢ List.TFAE\n [DiscreteValuationRing R, ValuationRi...
[ 249, 14 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 156, 1 ]
Mathlib/Topology/Algebra/Order/ProjIcc.lean
Filter.Tendsto.IccExtend'
[]
[ 36, 17 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 33, 1 ]
Mathlib/Analysis/Calculus/FDeriv/Star.lean
DifferentiableWithinAt.star
[]
[ 61, 50 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 59, 1 ]
Mathlib/RingTheory/Finiteness.lean
Submodule.fg_top
[ { "state_after": "no goals", "state_before": "R : Type u_1\nM : Type u_2\ninst✝⁴ : Semiring R\ninst✝³ : AddCommMonoid M\ninst✝² : Module R M\nP : Type ?u.199269\ninst✝¹ : AddCommMonoid P\ninst✝ : Module R P\nf : M →ₗ[R] P\nN : Submodule R M\nh : FG N\n⊢ FG (map (Submodule.subtype N) ⊤)", "tactic": "rwa ...
[ 234, 95 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 232, 1 ]
Mathlib/MeasureTheory/Integral/IntegrableOn.lean
MeasureTheory.integrableOn_union
[]
[ 190, 73 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 189, 1 ]
Mathlib/Data/Dfinsupp/Basic.lean
Dfinsupp.prod_zero_index
[]
[ 1730, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1728, 1 ]
Mathlib/Data/Polynomial/Identities.lean
Polynomial.poly_binom_aux2
[ { "state_after": "R : Type u\nS : Type v\nT : Type w\nι : Type x\nk : Type y\nA : Type z\na b : R\nm n : ℕ\ninst✝ : CommRing R\nf : R[X]\nx y : R\n⊢ eval₂ (RingHom.id R) (x + y) f =\n sum f fun e a => a * (x ^ e + ↑e * x ^ (e - 1) * y + ↑(Polynomial.polyBinomAux1 x y e a) * y ^ 2)", "state_before": "R : ...
[ 69, 41 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 65, 9 ]
Mathlib/Algebra/Algebra/Subalgebra/Basic.lean
Algebra.top_toSubsemiring
[]
[ 794, 74 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 794, 1 ]
Mathlib/Combinatorics/SimpleGraph/Trails.lean
SimpleGraph.Walk.IsEulerian.isTrail
[ { "state_after": "V : Type u_1\nG : SimpleGraph V\ninst✝ : DecidableEq V\nu v : V\np : Walk G u v\nh : IsEulerian p\n⊢ ∀ (a : Sym2 V), List.count a (edges p) ≤ 1", "state_before": "V : Type u_1\nG : SimpleGraph V\ninst✝ : DecidableEq V\nu v : V\np : Walk G u v\nh : IsEulerian p\n⊢ IsTrail p", "tactic": ...
[ 102, 14 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 97, 1 ]
Mathlib/MeasureTheory/Measure/MeasureSpace.lean
MeasureTheory.one_le_prob_iff
[]
[ 3243, 63 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 3242, 1 ]
Mathlib/ModelTheory/FinitelyGenerated.lean
FirstOrder.Language.Structure.FG.map_of_surjective
[ { "state_after": "L : Language\nM : Type u_4\ninst✝¹ : Structure L M\nN : Type u_1\ninst✝ : Structure L N\nh : FG L M\nf : M →[L] N\nhs : Hom.range f = ⊤\n⊢ FG L N", "state_before": "L : Language\nM : Type u_4\ninst✝¹ : Structure L M\nN : Type u_1\ninst✝ : Structure L N\nh : FG L M\nf : M →[L] N\nhs : Funct...
[ 226, 18 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 222, 1 ]
Mathlib/MeasureTheory/Integral/IntervalIntegral.lean
intervalIntegral.abs_integral_le_integral_abs
[ { "state_after": "no goals", "state_before": "ι : Type ?u.20745139\n𝕜 : Type ?u.20745142\nE : Type ?u.20745145\nF : Type ?u.20745148\nA : Type ?u.20745151\ninst✝² : NormedAddCommGroup E\ninst✝¹ : CompleteSpace E\ninst✝ : NormedSpace ℝ E\nf g : ℝ → ℝ\na b : ℝ\nμ : MeasureTheory.Measure ℝ\nhab : a ≤ b\n⊢ abs...
[ 1376, 75 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1374, 1 ]
Mathlib/LinearAlgebra/Dimension.lean
Submodule.rank_add_le_rank_add_rank
[ { "state_after": "K : Type u\nV V₁ V₂ V₃ : Type v\nV' V'₁ : Type v'\nV'' : Type v''\nι : Type w\nι' : Type w'\nη : Type u₁'\nφ : η → Type ?u.1021823\ninst✝¹⁰ : DivisionRing K\ninst✝⁹ : AddCommGroup V\ninst✝⁸ : Module K V\ninst✝⁷ : AddCommGroup V'\ninst✝⁶ : Module K V'\ninst✝⁵ : AddCommGroup V₁\ninst✝⁴ : Module ...
[ 1158, 30 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1155, 1 ]
Mathlib/Analysis/SpecialFunctions/Exp.lean
Complex.comap_exp_nhds_zero
[ { "state_after": "no goals", "state_before": "⊢ comap re (comap Real.exp (𝓝 0)) = comap re atBot", "tactic": "rw [Real.comap_exp_nhds_zero]" } ]
[ 438, 59 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 434, 1 ]
Mathlib/Data/Num/Lemmas.lean
PosNum.add_succ
[ { "state_after": "no goals", "state_before": "α : Type ?u.79617\nb : PosNum\n⊢ 1 + succ b = succ (1 + b)", "tactic": "simp [one_add]" } ]
[ 112, 52 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 105, 1 ]
Mathlib/Topology/Basic.lean
Finset.interior_iInter
[ { "state_after": "no goals", "state_before": "α : Type u\nβ : Type v\nι✝ : Sort w\na : α\ns✝ s₁ s₂ t : Set α\np p₁ p₂ : α → Prop\ninst✝ : TopologicalSpace α\nι : Type u_1\ns : Finset ι\nf : ι → Set α\n⊢ interior (⋂ (i : ι) (_ : i ∈ s), f i) = ⋂ (i : ι) (_ : i ∈ s), interior (f i)", "tactic": "classical\...
[ 362, 14 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 357, 1 ]
Mathlib/Data/Fintype/Card.lean
Fintype.card_eq_one_of_forall_eq
[]
[ 589, 35 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 588, 1 ]
Mathlib/Topology/Inseparable.lean
SeparationQuotient.continuous_lift₂
[ { "state_after": "no goals", "state_before": "X : Type u_1\nY : Type u_2\nZ : Type u_3\nα : Type ?u.113085\nι : Type ?u.113088\nπ : ι → Type ?u.113093\ninst✝³ : TopologicalSpace X\ninst✝² : TopologicalSpace Y\ninst✝¹ : TopologicalSpace Z\ninst✝ : (i : ι) → TopologicalSpace (π i)\nx y z : X\ns : Set X\nf✝ : ...
[ 634, 82 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 632, 1 ]
Mathlib/Analysis/Complex/Schwarz.lean
Complex.schwarz_aux
[ { "state_after": "E : Type ?u.115\ninst✝¹ : NormedAddCommGroup E\ninst✝ : NormedSpace ℂ E\nR R₁ R₂ : ℝ\nf✝ : ℂ → E\nc z z₀ : ℂ\nf : ℂ → ℂ\nhd : DifferentiableOn ℂ f (ball c R₁)\nh_maps : MapsTo f (ball c R₁) (ball (f c) R₂)\nhz : z ∈ ball c R₁\nhR₁ : 0 < R₁\n⊢ ‖dslope f c z‖ ≤ R₂ / R₁", "state_before": "E :...
[ 90, 18 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 67, 1 ]
Mathlib/LinearAlgebra/Span.lean
LinearMap.eqOn_span
[ { "state_after": "no goals", "state_before": "R : Type u_2\nR₂ : Type u_3\nK : Type ?u.336789\nM : Type u_1\nM₂ : Type u_4\nV : Type ?u.336798\nS : Type ?u.336801\ninst✝⁵ : Semiring R\ninst✝⁴ : AddCommMonoid M\ninst✝³ : Module R M\ninst✝² : Semiring R₂\ninst✝¹ : AddCommMonoid M₂\ninst✝ : Module R₂ M₂\nσ₁₂ :...
[ 950, 97 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 949, 1 ]
Mathlib/Topology/MetricSpace/Basic.lean
IsCompact.bounded
[]
[ 2403, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 2401, 1 ]
Mathlib/Algebra/BigOperators/Finprod.lean
finprod_mem_insert'
[ { "state_after": "α : Type u_1\nβ : Type ?u.342023\nι : Type ?u.342026\nG : Type ?u.342029\nM : Type u_2\nN : Type ?u.342035\ninst✝¹ : CommMonoid M\ninst✝ : CommMonoid N\nf✝ g : α → M\na b : α\ns t : Set α\nf : α → M\nh : ¬a ∈ s\nhs : Set.Finite (s ∩ mulSupport f)\n⊢ Disjoint {a} s\n\nα : Type u_1\nβ : Type ?u....
[ 854, 47 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 850, 1 ]
Mathlib/Data/Set/Intervals/Instances.lean
Set.Icc.nonneg
[]
[ 109, 8 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 108, 1 ]
Mathlib/Order/LiminfLimsup.lean
Filter.limsInf_le_limsInf
[]
[ 509, 25 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 505, 1 ]
Mathlib/Algebra/Module/Submodule/Basic.lean
Submodule.sub_mem_iff_right
[ { "state_after": "no goals", "state_before": "G : Type u''\nS : Type u'\nR : Type u\nM : Type v\nι : Type w\ninst✝¹ : Ring R\ninst✝ : AddCommGroup M\nmodule_M : Module R M\np p' : Submodule R M\nr : R\nx y : M\nhx : x ∈ p\n⊢ x - y ∈ p ↔ y ∈ p", "tactic": "rw [sub_eq_add_neg, p.add_mem_iff_right hx, p.ne...
[ 587, 61 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 586, 1 ]
Mathlib/Topology/MetricSpace/Metrizable.lean
Embedding.metrizableSpace
[]
[ 132, 33 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 129, 1 ]
Mathlib/Data/Set/Pointwise/Basic.lean
Set.preimage_mul_left_one
[ { "state_after": "no goals", "state_before": "F : Type ?u.130016\nα : Type u_1\nβ : Type ?u.130022\nγ : Type ?u.130025\ninst✝ : Group α\ns t : Set α\na b : α\n⊢ (fun x x_1 => x * x_1) a ⁻¹' 1 = {a⁻¹}", "tactic": "rw [← image_mul_left', image_one, mul_one]" } ]
[ 1234, 45 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1233, 1 ]
Mathlib/RingTheory/IntegralClosure.lean
IsIntegralClosure.noZeroSMulDivisors
[ { "state_after": "R : Type u_1\nA : Type u_2\nB : Type u_3\ninst✝⁸ : CommRing R\ninst✝⁷ : CommRing A\ninst✝⁶ : CommRing B\ninst✝⁵ : Algebra R B\ninst✝⁴ : Algebra A B\ninst✝³ : IsIntegralClosure A R B\ninst✝² : Algebra R A\ninst✝¹ : IsScalarTower R A B\ninst✝ : NoZeroSMulDivisors R B\nx✝¹ : R\nx✝ : A\n⊢ ↑(algebr...
[ 856, 71 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 851, 1 ]
Mathlib/Algebra/Category/ModuleCat/Images.lean
ModuleCat.imageIsoRange_inv_image_ι
[]
[ 115, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 113, 1 ]
Mathlib/Tactic/NormNum/Prime.lean
Mathlib.Meta.NormNum.isNat_not_prime
[]
[ 182, 94 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 182, 1 ]
Mathlib/Algebra/Category/ModuleCat/Kernels.lean
ModuleCat.cokernel_π_ext
[ { "state_after": "R : Type u\ninst✝ : Ring R\nG H : ModuleCat R\nf✝ : G ⟶ H\nM N : ModuleCat R\nf : M ⟶ N\ny : ↑N\nm : ↑M\n⊢ ↑(cokernel.π f) (y + ↑f m) = ↑(cokernel.π f) y", "state_before": "R : Type u\ninst✝ : Ring R\nG H : ModuleCat R\nf✝ : G ⟶ H\nM N : ModuleCat R\nf : M ⟶ N\nx y : ↑N\nm : ↑M\nw : x = y ...
[ 143, 77 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 140, 1 ]
Mathlib/LinearAlgebra/Ray.lean
SameRay.zero_left
[]
[ 58, 13 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 57, 1 ]
Mathlib/Order/Compare.lean
Ordering.compares_iff_of_compares_impl
[ { "state_after": "α : Type u_1\nβ : Type u_2\ninst✝¹ : LinearOrder α\ninst✝ : Preorder β\na b : α\na' b' : β\nh : ∀ {o : Ordering}, Compares o a b → Compares o a' b'\no : Ordering\nho : Compares o a' b'\n⊢ Compares o a b", "state_before": "α : Type u_1\nβ : Type u_2\ninst✝¹ : LinearOrder α\ninst✝ : Preorder...
[ 141, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 131, 1 ]
Mathlib/Analysis/Calculus/Taylor.lean
taylorWithin_succ
[ { "state_after": "𝕜 : Type ?u.66235\nE : Type u_1\nF : Type ?u.66241\ninst✝¹ : NormedAddCommGroup E\ninst✝ : NormedSpace ℝ E\nf : ℝ → E\nn : ℕ\ns : Set ℝ\nx₀ : ℝ\n⊢ ∑ k in Finset.range (n + 1 + 1),\n ↑(PolynomialModule.comp (Polynomial.X - ↑Polynomial.C x₀))\n (↑(PolynomialModule.single ℝ k) (taylo...
[ 82, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 77, 1 ]
Mathlib/LinearAlgebra/AffineSpace/AffineEquiv.lean
AffineEquiv.surjective
[]
[ 232, 23 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 231, 11 ]
Mathlib/Analysis/SpecialFunctions/Trigonometric/Angle.lean
Real.Angle.coe_zero
[]
[ 83, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 82, 1 ]
Mathlib/Order/Filter/Pointwise.lean
Filter.bot_smul
[]
[ 977, 16 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 976, 1 ]
Mathlib/Data/Set/Basic.lean
Set.nonempty_iff_univ_nonempty
[]
[ 532, 47 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 531, 1 ]
Mathlib/Order/GaloisConnection.lean
GaloisConnection.l_comm_iff_u_comm
[]
[ 371, 71 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 365, 1 ]
Mathlib/Data/Set/Pointwise/SMul.lean
Set.Nonempty.smul
[]
[ 135, 18 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 134, 1 ]
Mathlib/Data/Seq/WSeq.lean
Stream'.WSeq.dropn_ofSeq
[ { "state_after": "α : Type u\nβ : Type v\nγ : Type w\ns : Seq α\nn : ℕ\n⊢ tail (drop (↑s) n) = ↑(Seq.tail (Seq.drop s n))", "state_before": "α : Type u\nβ : Type v\nγ : Type w\ns : Seq α\nn : ℕ\n⊢ drop (↑s) (n + 1) = ↑(Seq.drop s (n + 1))", "tactic": "simp only [drop, Nat.add_eq, add_zero, Seq.drop]" ...
[ 1376, 37 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1372, 1 ]
Mathlib/SetTheory/ZFC/Basic.lean
ZFSet.subset_iff
[]
[ 787, 26 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 782, 1 ]
Mathlib/MeasureTheory/Function/L1Space.lean
MeasureTheory.integrable_smul_measure
[ { "state_after": "no goals", "state_before": "α : Type u_2\nβ : Type u_1\nγ : Type ?u.848051\nδ : Type ?u.848054\nm : MeasurableSpace α\nμ ν : Measure α\ninst✝² : MeasurableSpace δ\ninst✝¹ : NormedAddCommGroup β\ninst✝ : NormedAddCommGroup γ\nf : α → β\nc : ℝ≥0∞\nh₁ : c ≠ 0\nh₂ : c ≠ ⊤\nh : Integrable f\n⊢ ...
[ 574, 32 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 569, 1 ]
Mathlib/Algebra/Order/Monoid/Lemmas.lean
mul_lt_of_lt_of_le_one
[]
[ 573, 17 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 567, 1 ]
Mathlib/RingTheory/Subring/Basic.lean
Subring.prod_mono_left
[]
[ 1117, 27 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1116, 1 ]
Mathlib/RingTheory/Multiplicity.lean
multiplicity.pow'
[ { "state_after": "α : Type u_1\ninst✝¹ : CancelCommMonoidWithZero α\ninst✝ : DecidableRel fun x x_1 => x ∣ x_1\np a : α\nhp : Prime p\nha : Finite p a\nk : ℕ\n⊢ Part.get (multiplicity p (a ^ k)) (_ : Finite p (a ^ k)) = k * Part.get (multiplicity p a) ha", "state_before": "α : Type u_1\ninst✝¹ : CancelCommM...
[ 606, 60 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 599, 11 ]
Mathlib/Order/Antisymmetrization.lean
AntisymmRel.image
[]
[ 140, 19 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 138, 1 ]
Mathlib/LinearAlgebra/Basic.lean
LinearMap.iterate_injective
[ { "state_after": "R : Type u_2\nR₁ : Type ?u.187673\nR₂ : Type ?u.187676\nR₃ : Type ?u.187679\nR₄ : Type ?u.187682\nS : Type ?u.187685\nK : Type ?u.187688\nK₂ : Type ?u.187691\nM : Type u_1\nM' : Type ?u.187697\nM₁ : Type ?u.187700\nM₂ : Type ?u.187703\nM₃ : Type ?u.187706\nM₄ : Type ?u.187709\nN : Type ?u.1877...
[ 385, 41 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 381, 1 ]
Mathlib/Analysis/SpecialFunctions/Trigonometric/Basic.lean
Complex.cos_sub_two_pi
[]
[ 1220, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1219, 1 ]
Mathlib/CategoryTheory/Category/Preorder.lean
CategoryTheory.Equivalence.toOrderIso_apply
[]
[ 188, 6 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 187, 1 ]
Mathlib/SetTheory/Ordinal/Exponential.lean
Ordinal.opow_lt_opow_left_of_succ
[ { "state_after": "a b c : Ordinal\nab : a < b\n⊢ a ^ c * a < b ^ c * b", "state_before": "a b c : Ordinal\nab : a < b\n⊢ a ^ succ c < b ^ succ c", "tactic": "rw [opow_succ, opow_succ]" }, { "state_after": "no goals", "state_before": "a b c : Ordinal\nab : a < b\n⊢ a ^ c * a < b ^ c * b", ...
[ 184, 81 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 180, 1 ]
Mathlib/Data/List/Cycle.lean
Cycle.nodup_coe_iff
[]
[ 663, 10 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 662, 1 ]
Mathlib/Computability/Primrec.lean
Primrec.list_concat
[]
[ 1106, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 1105, 1 ]
Mathlib/Analysis/SpecialFunctions/Pow/Continuity.lean
ContinuousWithinAt.rpow
[]
[ 298, 15 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 295, 8 ]
Mathlib/Data/Set/Intervals/OrdConnected.lean
Set.ordConnected_empty
[]
[ 183, 24 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 182, 1 ]
Mathlib/RingTheory/UniqueFactorizationDomain.lean
UniqueFactorizationMonoid.factors_unique
[]
[ 252, 55 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 249, 1 ]
Mathlib/RingTheory/Valuation/Basic.lean
AddValuation.comap_comp
[]
[ 757, 29 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 755, 1 ]
Mathlib/Data/Real/Irrational.lean
Irrational.of_mul_nat
[]
[ 374, 17 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 373, 1 ]
Mathlib/Algebra/Order/Floor.lean
Int.fract_sub_int
[ { "state_after": "F : Type ?u.147946\nα : Type u_1\nβ : Type ?u.147952\ninst✝¹ : LinearOrderedRing α\ninst✝ : FloorRing α\nz : ℤ\na✝ a : α\nm : ℤ\n⊢ a - ↑m - ↑⌊a - ↑m⌋ = fract a", "state_before": "F : Type ?u.147946\nα : Type u_1\nβ : Type ?u.147952\ninst✝¹ : LinearOrderedRing α\ninst✝ : FloorRing α\nz : ℤ\...
[ 835, 7 ]
5a919533f110b7d76410134a237ee374f24eaaad
https://github.com/leanprover-community/mathlib4
[ 833, 1 ]